| Description | : List the operations for the provider |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Operations_List",
"Description": {
"new": "List the operations for the provider",
"old": "Lists all of the available Microsoft.NetApp Rest API operations"
},
"$responses": {
"200": {
"Description": {
"new": "A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results.",
"old": "Result of the request to list Cloud Volume operations. It contains a list of operations and a URL link to get the next set of results."
},
"$properties": [
{
"#name": "value",
"Description": {
"new": "The Operation items on this page",
"old": "List of Storage operations supported by the Storage resource provider."
},
"Required": {
"new": true,
"old": false
}
},
{
"#name": "nextLink",
"Description": {
"new": "The link to the next page of items",
"old": "URL to get the next set of operation list results (if there are any)."
}
}
]
}
}
}
⚼ Request
GET:
/providers/Microsoft.NetApp/operations
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
name:
string
,
display:
{
,
provider:
string
,
resource:
string
,
operation:
string
,
description:
string
,
}
origin:
string
,
properties:
}
{
,
serviceSpecification:
}
{
,
metricSpecifications:
[
]
,
{
,
name:
string
,
displayName:
string
,
displayDescription:
string
,
unit:
string
,
supportedAggregationTypes:
[
,
string
,
]
supportedTimeGrainTypes:
[
,
string
,
]
internalMetricName:
string
,
enableRegionalMdmAccount:
boolean
,
sourceMdmAccount:
string
,
sourceMdmNamespace:
string
,
dimensions:
[
]
,
{
,
name:
string
,
displayName:
string
,
}
aggregationType:
string
,
fillGapWithZero:
boolean
,
category:
string
,
resourceIdDimensionNameOverride:
string
,
isInternal:
boolean
,
}
logSpecifications:
}
[
]
,
{
,
name:
string
,
displayName:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}