Lists the regions, TigerGraph versions, and workspace types available to your organization.

GET /controller/v4/v2/workspaces/meta

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

Query parameters

# upgrade boolean query

When true, tgVersions only include versions with allow_upgrade; when false or omitted (default), all create-allowed versions for the org are returned

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

Cloud regions available to your org.

Show child attributes Hide child attributes
descriptionstring

Description of the region.

namestring

Name of the region.

tgVersionsobject[]

TigerGraph versions available to your org.

Show child attributes Hide child attributes
allow_createboolean

Whether new workspaces can be created on this version.

allow_upgradeboolean

Whether existing workspaces can be upgraded to this version.

channelstring

Release channel the version belongs to.

end_of_lifestring

Date the version stops being supported.

imagestring

Container image that provides the version.

incompatible_upgrades_fromstring[]

Versions that cannot be upgraded to this version.

namestring

Version number.

orgsstring[]

For customized versions

workspaceTypesobject[]

Workspace sizes available to your org.

Show child attributes Hide child attributes
cpustring

Number of vCPUs allocated to the workspace.

hainteger

Number of high-availability replicas.

memorystring

Memory allocated to the workspace.

partitioninteger

Number of partitions in the workspace.

typeNamestring

Name of the workspace size type.