Configurations
Query parameters
querystringOptional
the query to filter configurations by, e.g. name:agent-1
configurationTypestringOptional
filter by configuration type, e.g. kubernetes-workload
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
200
OK
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
/configurationsPath parameters
namestringRequired
the name of the configuration to duplicate
Body
namestringOptional
The intended name of the duplicated config
Responses
201
Successful Copy, created
401
Unauthorized
application/json
404
Not Found
application/json
409
Conflict
application/json
500
Internal Server Error
application/json
post
/configurations/{name}/copyNo content
Path parameters
namestringRequired
the name of the configuration to revert
Responses
204
Successful Revert, no content
401
Unauthorized
application/json
404
Not Found
application/json
409
The latest version cannot be reverted, i.e. it has been rolled out.
application/json
500
Internal Server Error
application/json
put
/configurations/{name}/revertNo content
Last updated
Was this helpful?