Skip to main content
Version: latest

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

(empty)

Schema

    containers

    object[]

  • Array [

  • 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"

  • ]

Loading...