Configurations

List Configurations

get
Query parameters
querystringOptional

the query to filter configurations by, e.g. name:agent-1

selectorstringOptional

the selector to filter configurations by, e.g. configuration=my-config

offsetstringOptional

the pagination offset

limitstringOptional

the maximum number of results to return

Responses
get
/configurations

Get Configuration by name

get
Path parameters
namestringRequired

the name of the Configuration

Responses
get
/configurations/{name}

Delete configuration by name

delete
Path parameters
namestringRequired

the name of the configuration to delete

Responses
204

Successful Delete, no content

No content

delete
/configurations/{name}

No content

Duplicate an existing configuration

post
Path parameters
namestringRequired

the name of the configuration to duplicate

Body
stringOptional
Responses
post
/configurations/{name}/copy

No content

Revert configuration to the current stable version.

put
Path parameters
namestringRequired

the name of the configuration to revert

Responses
204

Successful Revert, no content

No content

put
/configurations/{name}/revert

No content

Last updated

Was this helpful?