forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProtectedItemOperationStatus.json
More file actions
28 lines (28 loc) · 928 Bytes
/
Copy pathProtectedItemOperationStatus.json
File metadata and controls
28 lines (28 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "SwaggerTestRg",
"vaultName": "NetSDKTestRsVault",
"fabricName": "Azure",
"containerName": "IaasVMContainer;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
"protectedItemName": "VM;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
"operationId": "00000000-0000-0000-0000-000000000000",
"api-version": "2022-03-01"
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "00000000-0000-0000-0000-000000000000",
"name": "00000000-0000-0000-0000-000000000000",
"status": "Succeeded",
"startTime": "2017-10-29T06:04:18.207325Z",
"endTime": "2017-10-29T06:04:18.207325Z",
"properties": {
"objectType": "OperationStatusJobExtendedInfo",
"jobId": "00000000-0000-0000-0000-000000000000"
}
}
}
}
}