List containers
Lists all containers for a storage account.
Request
Security
| Any | Storage Account Admin | ✔ | ||
| Super User | Container Admin | |||
| System Admin | Elastic Device Provisioner | |||
| Security Admin | Vault Provisioner | |||
| Operator |
HTTP method
GET /manager/api/{apiResponseType}/1.0/listContainers.adm HTTP/1.1 Host:{manager.dsnet}
marker={string} limit={integer} storageAccountId={string}
Curl method
curl -u <USERNAME>:<PASSWORD>
-k 'https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/storageAccountPortal/listContainers.adm?marker={string}&limit={integer}&storageAccountId={string}'
Parameters
| Parameter | Type | Usage | Default | Description |
|---|---|---|---|---|
| marker | String | Optional | Storage account container marker for pagination. | |
| limit | Integer | Optional | Maximum number of storage account containers to be returned. | |
| storageAccountId | String | Required | The ID of the storage account. |
Response
Returns success or failure status.
JSON response example
Default JSON success or failure response that is shown in Default JSON success response and Default JSON failure response.
Parameters
None other than the default response parameters shown in Common response parameters.