v1

latestSwagger 2.02026-08-0484141342.3 KB
Agents

# Install Token

Returns the install token for the given agent type and variant. Variants can be portable or installable for windows agent type, 32bit or 64bit for linux agent type and apple or intel for macos agent type. If agent type is kubernetes, variant is not required.

get/v1/agents/install-token

Query parameters

agent_typestring required
variantstring

Response

genericErrorSwagger is represents the erroneous cases

error_codeinteger

Error Code is optional. It is using for define specific error types.

errorsobject

Errors are optional. If there are multiple error, this field gives details.

messagestring

Error Message that contains information about error

Example response

{
  "error_code": 1001
}