Skip to main content

Validate an Azure account request

POST /accounts/azure/validate-creds

Validates an Azure account request.

Caution This operation is deprecated.

Request Body

Name Type Required Description

accountName

string

False

providerKeys

AzureKeys

True

Example request
{
  "accountName": "string",
  "providerKeys": {
    "tenantId": "string",
    "applicationId": "string",
    "applicationKey": "string",
    "subscription": "string"
  }
}

Error

Status: Default, Default response
Name Type Required Description

subscriptionId

string

True

name

string

False

default

boolean

True

saasSubscriptionId

string

False

highAvailabilityEnabled

highAvailabilityEnabled

False

vMOrchestratorZonalMultiFDEnabled

vMOrchestratorZonalMultiFDEnabled

False

Definitions

See Definitions

AzureKeys

Name Type Required Description

tenantId

string

True

applicationId

string

False

applicationKey

string

False

subscription

string

False

highAvailabilityEnabled

vMOrchestratorZonalMultiFDEnabled