Skip to main content

Authorize an external resource

Contributors

POST /tenancy/authorize

Authorizes an external resource to perform specific actions.
Token usage: BlueXP user token.

Parameters

Name Type In Required Description

authorization

string

header

True

Authorization JWT access token

X-User-Token

string

header

False

User JWT access token

X-Service-Request-Id

string

header

False

Request identifier

Request Body

Name Type Required Description

resourceIdentifier

string

True

action

string

True

accountId

string

False

Response

Status: 200, Default response
Name Type Required Description

agentId

string

False

resourceIdentifier

string

False

resourceType

string

False

resourcePublicId

string

False

accountPublicId

string

False

agentIds

array[string]

False

Example response
{
  "agentIds": {
  }
}

Definitions

See Definitions

body

Name Type Required Description

resourceIdentifier

string

True

action

string

True

accountId

string

False

Close
Try it out

Sign in with your NetApp Cloud Central credentials.

Try this API

Parameters

Headers

Body

Code

Response