Get Azure storage accounts
GET/v1/clouds/azure/resourceGroups/:resourceGroup/storageAccounts
Returns Azure storage accounts.
Request
Path Parameters
resourceGroup 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 [
]
accounts
object[]
idstring
Fully qualified resource ID for the resource
kindstring
The kind of the resource
locationstring
The geo-location where the resource lives
namestring
The name of the resource
{
"accounts": [
{
"id": "string",
"kind": "string",
"location": "string",
"name": "string"
}
]
}
Loading...