Agent
This endpoint is used to create, update, search or delete job agents for a Terrakube organization.
You need to be part of the administrator group to work with this endpoint
Entity fields:
Path
Type
Description
data.type
string
Should be "agent"
data.attributes.name
string
Agent pool name
data.attributes.description
string
agent pool description
data.attributes.url
string
URL where the executor component will be available. Example: http://terrakube-executor-service.self-hosted-executor
Example:
Workspace Operations:
Update workspace to use specific agent.
Remove agent from workspace
Last updated