Get Azure storage containers
GET/v1/clouds/azure/resourceGroups/:resourceGroup/storageAccounts/:storageAccountName/containers
Returns Azure storage containers for the given account.
Request
Path Parameters
resourceGroup stringrequired
resourceGroup for which Azure storage accounts are requested
storageAccountName stringrequired
resourceGroup for which Azure storage accounts are requested
Query Parameters
cloudAccountUid string
Uid for the specific Azure cloud account
subscriptionId stringrequired
subscriptionId for which Azure storage accounts are requested
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
containers
object[]
idstring
Fully qualified resource ID for the resource.
namestring
The name of the resource
typestring
The type of the resource. E.g. "Microsoft.Compute/virtualMachines"
{
"containers": [
{
"id": "string",
"name": "string",
"type": "string"
}
]
}
Loading...