Skip to main content

Retrieve a specific Azure storage account for a subscription ID

GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/azure/subscription/{subscriptionId}/resourceGroup/{resourceGroup}/storageAccounts/{storageAccountName}

Retrieves a specific Azure storage account for a specific subscription ID in a resource group in Azure cloud from the NetApp Console SaaS application.

Token usage: NetApp Console user token.

Parameters

Name Type In Required Description

fields

string

query

False

accountId

string

path

True

subscriptionId

string

path

True

resourceGroup

string

path

True

storageAccountName

string

path

True

authorization

string

header

True

X-Agent-Id

string

header

True

Response

Status: 200, Default response
Name Type Required Description

storageAccounts

array[storageAccounts]

False

Example response
{
  "storageAccounts": [
    {
      "name": "string",
      "is-encrypted": "string",
      "is-public": "string",
      "region": "string"
    }
  ]
}

Definitions

See Definitions

storageAccounts

Name Type Required Description

name

string

False

is-encrypted

string

False

is-public

string

False

region

string

False