Description | : Get the status of an operation. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "OperationStatuses_Get", "$responses": { "200": { "$properties": [ { "#name": "properties", "Type": { "new": "object", "old": "string" } } ] } } }
⚼ Request
GET:
/projects/{projectName}/operationstatuses/{operationId}
{
api-version:
string
,
projectName:
string
,
operationId:
string
,
}
⚐ Response (200)
{
id:
string
,
name:
string
,
status:
enum
,
resourceId:
string
,
startTime:
string
,
endTime:
string
,
percentComplete:
number
,
properties:
object
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}