List endpoint rollouts
Lists rollout histories for an endpoint. Use filter=ROLLOUT_FILTER_ACTIVE to return only the active rollout, if one exists.
Path parameters
Project identifier.
Endpoint identifier.
Query parameters
Maximum number of rollouts to return. Max 500, defaults to 50.
Cursor from a previous rollout list response.
Narrow results to active or terminal rollouts. Omit to list all rollouts.
Response
OK
Changes
Changed in 3 of the 15 revisions of this API.13
- ○
added the optional property
data/items/status/allOf[DE.RolloutStatus]/condition/allOf[DE.RolloutCondition]/typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/status/allOf[DE.RolloutStatus]/conditionsto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
ROLLOUT_STATE_PAUSINGenum value to thedata/items/stateresponse property for the response status200response-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○