Workspace
This endpoint is used to create, update, search or delete workspace information inside a Terrakube organization.
To use this endpoint you should have "manageWorkspace" access at team level and a Terrakube organization
Entity fields:
data.type
string
Should be "workspace"
data.attributes.name
string
Unique workspace for an Terrakube organization
data.attributes.branch
boolean
Git branch to be used
data.attributes.source
boolean
Git repository to be used
data.attributes.terraformVersion
boolean
Terraform version to run the workspace
data.relationships.vcs.data.type
string
Should be "vcs" (OPTIONAL)
data.relationships.vcs.data.type
string
Should be the VCS Connection Id (OPTIONAL)
Example:
Supported Operations
Returns an instance of type workspace
/organization/{organizationId}/workspace/{workspaceId}
organization Identifier
workspace Identifier
Selects the set of workspace fields that should be returned in the result.
Selects the set of relationships that should be expanded as a compound document in the result.
Creates an item of type workspace and adds it to workspace
/organization/{organizationId}/workspace
organization Identifier
Deletes an instance of type workspace
/organization/{organizationId}/workspace/{workspaceId}
organization Identifier
workspace Identifier
No body
Modifies an instance of type workspace
/organization/{organizationId}/workspace/{workspaceId}
organization Identifier
workspace Identifier
No body
For a complete list of organization operation please visit the OpenAPI specification
Last updated