Skip to main content

Retrieve an Azure account

GET /accounts/azure/{cloudProviderAccountId}

Retrieves an Azure account using the public ID.

Caution This operation is deprecated.

Parameters

Name Type In Required Description

cloudProviderAccountId

string

path

True

Error

Status: Default, Default response
Name Type Required Description

publicId

string

False

accountName

string

False

accountType

string

False

tenantId

string

False

applicationId

string

False

occmRole

string

False

vsaList

array[AccountWorkingEnvironmentResponse]

False

Example error response
{
  "publicId": "string",
  "accountName": "string",
  "accountType": "string",
  "tenantId": "string",
  "applicationId": "string",
  "occmRole": "string",
  "vsaList": [
    {
      "publicId": "string",
      "name": "string",
      "workingEnvironmentType": "string"
    }
  ]
}

Definitions

See Definitions

AccountWorkingEnvironmentResponse

Name Type Required Description

publicId

string

False

name

string

False

workingEnvironmentType

string

False