Checks whether a Bring Your Own Cloud (BYOC) registration would succeed, without creating anything.

POST /controller/v4/v2/cloud-providers/validate

Authorizations

x-api-key string header required

Authorization for TigerGraph Savanna. Send the key in the x-api-key request header.

Create an API key

Body

# account_id string

Cloud account identifier to validate.

# platform string required

Cloud platform to validate.

# region string required

Cloud region to validate.

# role_arn string required

Amazon Resource Name of the IAM role TigerGraph will assume.

# role_external_id string

External identifier used when TigerGraph assumes the IAM role.

# secure_connection boolean

Whether to validate a private, secure connection.

Response

200 application/json
# Error boolean

Indicates whether the request returned an error.

# ErrorDetails object[]

Details about each error returned by the request.

Show child attributes Hide child attributes
FieldNamestring

Field associated with the error.

Reasonstring

Explanation of why the error occurred.

Typestring

Category of the error.

Available options: Internal-Error, Bad-Request, Not-Found, Forbidden, Unauthorized, API-Disabled, Quota-Exceed, Unknown

# Message string

Human-readable summary of the request result.

# RequestID string

Unique identifier for tracing the request.

# Result string

Payload returned by the request.