-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Expand file tree
/
Copy pathContainerGet.json
More file actions
28 lines (28 loc) · 959 Bytes
/
ContainerGet.json
File metadata and controls
28 lines (28 loc) · 959 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": {
"api-version": "2023-07-01",
"subscriptionId": "4385cf00-2d3a-425a-832f-f4285b1c9dce",
"resourceGroupName": "GroupForEdgeAutomation",
"deviceName": "testedgedevice",
"storageAccountName": "storageaccount1",
"containerName": "blobcontainer1",
"accept-language": [
"en-US"
]
},
"responses": {
"200": {
"body": {
"properties": {
"containerStatus": "OK",
"dataFormat": "BlockBlob",
"refreshDetails": {},
"createdDateTime": "2019-10-20T23:13:27.8545799Z"
},
"id": "/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/GroupForDataBoxEdgeAutomation/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/testedgedevice/storageAccounts/storageaccount1/containers/blobcontainer1",
"name": "blobcontainer1",
"type": "Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers"
}
}
}
}