Rollouts

Get all rollouts

get
Responses
get
/rollouts

Update all active rollouts

post
Responses
202

Accepted

application/json
post
/rollouts

Get rollout configuration by name

get
Path parameters
namestringRequired

the name of the configuration

Responses
get
/rollouts/{name}

Pause rollout by configuration name

put
Path parameters
namestringRequired

the name of the configuration

Responses
202

Accepted

application/json
put
/rollouts/{name}/pause

Resume rollout by configuration name

put
Path parameters
namestringRequired

the name of the configuration

Responses
202

Accepted

application/json
put
/rollouts/{name}/resume

Start rollout by configuration name

post
Path parameters
namestringRequired

the name of the configuration

Body
maxErrorsintegerOptional

MaxErrors is the maximum number of failed agents before the rollout will be considered an error

Responses
202

Accepted

application/json
post
/rollouts/{name}/start

Status of configuration rollout by name

get
Path parameters
namestringRequired

the name of the configuration

Responses
202

Accepted

application/json
get
/rollouts/{name}/status

Update rollout by configuration name

post
Path parameters
namestringRequired

the name of the configuration

Responses
post
/rollouts/{name}/update

Last updated

Was this helpful?