Agent Versions

List agent versions

get
Responses
200

OK

application/json
get
/agent-versions

List agent versions with supplemental information

get
Responses
200

OK

application/json
get
/agent-versions/detailed

Get Install Command

get

Get the proper install command for the provided parameters.

Path parameters
typestringRequired

observiq-otel-collector

versionstringRequired

2.1.1

Query parameters
secret-keystringOptional

uuid

remote-urlstringOptional

http%3A%2F%2Flocalhost%3A3001

platformstringOptional

windows-amd64

labelsstringOptional

env=stage,app=bindplane,configuration=my-config,fleet=my-fleet

Responses
200

OK

application/json
get
/agent-versions/{type}/{version}/install-command

Sync Agent Version

post

Create an agent-version from the contents of a github release.

Path parameters
versionstringRequired

2.1.1

Responses
post
/agent-versions/{type}/{version}/sync

Last updated

Was this helpful?