| Description | : List the operations for the provider |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Operations_List",
"$parameters": [
{
"#name": "api-version",
"Description": {
"new": "The API version to use for this operation.",
"old": "The API version."
}
}
],
"$responses": {
"200": {
"Description": {
"new": "The list of operations supported by Microsoft.DataBoxEdge resource provider.",
"old": "The list of operations used for the discovery of available provider operations."
},
"$properties": [
{
"#name": "value",
"Description": {
"new": "The list of operations.",
"old": "The value."
}
},
{
"#name": "nextLink",
"Description": {
"new": "The URL to get the next page of operations.",
"old": "Link to the next set of results."
}
}
]
}
}
}
⚼ Request
GET:
/providers/Microsoft.DataBoxEdge/operations
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
name:
string
,
isDataAction:
boolean
,
display:
{
,
provider:
string
,
resource:
string
,
operation:
string
,
description:
string
,
}
origin:
string
,
properties:
}
{
,
serviceSpecification:
}
{
,
metricSpecifications:
}
[
]
,
{
,
name:
string
,
displayName:
string
,
displayDescription:
string
,
unit:
enum
,
aggregationType:
enum
,
dimensions:
[
]
,
{
,
name:
string
,
displayName:
string
,
toBeExportedForShoebox:
boolean
,
}
fillGapWithZero:
boolean
,
category:
enum
,
resourceIdDimensionNameOverride:
string
,
supportedTimeGrainTypes:
[
,
string
,
]
supportedAggregationTypes:
}
[
,
string
,
]
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
details:
}
[
,
string
,
]