Lists the workspaces that have a given add-on enabled.

GET /controller/v4/v2/addons/{addonsID}/workspaces

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

Path parameters

# addonsID string path required

Addons ID

Response

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

Add-ons enabled for the workspace.

Show child attributes Hide child attributes
addons_idstringrequired

Unique identifier of the add-on.

enablebooleanrequired

Whether the add-on is enabled.

enable_configurationobject

Configuration applied when the add-on is enabled.

is_freeboolean

Whether the add-on is available at no cost.

unique_namestring

Unique name of the add-on.

workspace_idstring

Unique identifier of the workspace.

agent_configobject

Agent heartbeat and polling configuration.

Show child attributes Hide child attributes
catalog_activity_update_interval_secondsinteger

Seconds between catalog activity updates.

enable_topology_force_updateboolean

Whether topology updates are forced.

heartbeat_interval_secondsinteger

Seconds between agent heartbeats.

query_activity_update_interval_secondsinteger

Seconds between query activity updates.

topology_update_interval_secondsinteger

Seconds between topology updates.

auto_stop_minutesinteger

Idle minutes before the workspace stops automatically.

auto_upgrade_statestring

State of the automatic version upgrade.

cloud_provider_idstring

Unique identifier of the cloud provider configuration.

cloud_provider_namestring

Display name of the cloud provider.

cloud_provider_short_idstring

Short identifier of the cloud provider configuration.

condition_typestring

Current condition reported for the workspace.

created_atstring

Time the workspace was created.

creatorstring

User who created the workspace.

database_idstring

Unique identifier of the attached database.

database_namestring

Name of the attached database.

deleted_atstring

Time the workspace was deleted.

desired_tg_versionstring

TigerGraph version the workspace is moving to.

display_statusstring

Status shown in the TigerGraph Savanna console.

edge_countinteger

Number of edges stored in the workspace.

enable_auto_startboolean

Whether the workspace starts automatically on access.

enable_copilotboolean

Whether TigerGraph CoPilot is enabled.

enable_haboolean

Whether high availability is enabled.

err_messagestring

Error message reported for the workspace.

folder_statisticsobject

Storage statistics for the workspace.

Show child attributes Hide child attributes
backup_sizeinteger

Size of backup data, in bytes.

billed_sizeinteger

Storage size counted for billing, in bytes.

log_sizeinteger

Size of log data, in bytes.

milvus_sizeinteger

Size of vector index data, in bytes.

total_sizeinteger

Total storage size, in bytes.

workspacesobject[]

Storage used by each workspace.

Show child attributes Hide child attributes
sizeinteger

Storage used by the workspace, in bytes.

workspace_idstring

Unique identifier of the workspace.

graph_topology_size_bytesinteger

Size of the graph topology, in bytes.

is_rwboolean

Whether the workspace accepts writes.

last_maintenancestring

Time of the last maintenance run.

last_modified_timestring

Time the workspace was last modified.

maintenance_window_day_of_weekinteger

Day of the week the maintenance window starts.

maintenance_window_hour_of_dayinteger

Hour of the day the maintenance window starts.

maintenance_window_interval_weeksinteger

Number of weeks between maintenance windows.

maintenance_window_time_zonestring

Time zone used for the maintenance window.

namestring

Name of the workspace.

nginx_hoststring

Host name that serves the workspace endpoint.

org_idstring

Unique identifier of the organization.

org_namestring

Name of the organization.

refresh_messagestring

Message describing the most recent refresh.

refresh_statusstring

Status of the most recent refresh.

regionstring

Cloud region that hosts the workspace.

replicasinteger

Number of replicas provisioned for the workspace.

snapshot_timestring

Time of the snapshot the workspace was created from.

solution_catalog_idstring

Unique identifier of the solution catalog entry.

statusstring

Current status of the workspace.

tg_versionstring

TigerGraph version running in the workspace.

update_strategystring

Strategy used to apply workspace updates.

version_numberinteger

Internal version number of the workspace record.

vertex_countinteger

Number of vertices stored in the workspace.

workgroup_idstring

Unique identifier of the parent workgroup.

workgroup_namestring

Name of the parent workgroup.

workspace_idstring

Unique identifier of the workspace.

workspace_typeobject

Compute size and shape of the workspace.

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.