| 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 Storage Sync Rest API operations."
},
"$responses": {
"200": {
"Description": {
"new": "Paged collection of OperationEntity items",
"old": "The list of storage sync operations."
},
"$properties": [
{
"#name": "value",
"Description": {
"new": "The OperationEntity items on this page",
"old": "The list of operations."
},
"Required": {
"new": true,
"old": false
}
},
{
"#name": "nextLink",
"Description": {
"new": "The link to the next page of items",
"old": "The link used to get the next page of operations."
}
}
]
}
}
}
⚼ Request
GET:
/providers/Microsoft.StorageSync/operations
{
api-version:
string
,
}
⚐ Response (200)
{
$headers:
{
,
x-ms-correlation-request-id:
string
,
x-ms-request-id:
string
,
}
$schema:
}
{
,
value:
[
]
,
{
,
name:
string
,
display:
{
,
description:
string
,
operation:
string
,
provider:
string
,
resource:
string
,
}
origin:
string
,
properties:
}
{
,
serviceSpecification:
}
{
,
metricSpecifications:
}
[
]
,
{
,
name:
string
,
displayName:
string
,
displayDescription:
string
,
unit:
string
,
aggregationType:
string
,
supportedAggregationTypes:
[
,
string
,
]
fillGapWithZero:
boolean
,
lockAggregationType:
string
,
dimensions:
}
[
]
,
{
,
name:
string
,
displayName:
string
,
toBeExportedForShoebox:
boolean
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
{
,
code:
string
,
message:
string
,
target:
string
,
details:
{
,
code:
string
,
message:
string
,
target:
string
,
requestUri:
string
,
exceptionType:
string
,
httpMethod:
string
,
hashedMessage:
string
,
httpErrorCode:
string
,
}
innererror:
}
{
,
callStack:
string
,
message:
string
,
innerException:
string
,
innerExceptionCallStack:
string
,
}
innererror:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
{
,
code:
string
,
message:
string
,
target:
string
,
requestUri:
string
,
exceptionType:
string
,
httpMethod:
string
,
hashedMessage:
string
,
httpErrorCode:
string
,
}
innererror:
}
{
,
callStack:
string
,
message:
string
,
innerException:
string
,
innerExceptionCallStack:
string
,
}