Skip to main content
Version: latest

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

(empty)

Schema

    accounts

    object[]

  • Array [

  • 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

  • ]

Loading...