Lists the cloud providers TigerGraph operates. Use an id from this list as the cloud_provider_id when you create a workgroup.

GET /controller/v4/v2/cloud-providers/public

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

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 object[]

Payload returned by the request.

Show child attributes Hide child attributes
component_versionsstring

Versions of the components installed for the provider.

idstring

Unique identifier of the public cloud provider.

namestring

Name of the public cloud provider.

org_idstring

Unique identifier of the organization that owns the provider.

platformstring

Cloud platform that hosts the provider.

regionstring

Cloud region that hosts the provider.

statusstring

Current status of the public cloud provider.

versionstring

Version of the cloud provider deployment.

version_numberinteger

Internal version number of the cloud provider record.