RolloutService

List endpoint rollouts

Lists rollout histories for an endpoint. Use filter=ROLLOUT_FILTER_ACTIVE to return only the active rollout, if one exists.

get/projects/{projectId}/endpoints/{endpointId}/rollouts

Path parameters

projectIdstring required

Project identifier.

endpointIdstring required

Endpoint identifier.

Query parameters

limitinteger

Maximum number of rollouts to return. Max 500, defaults to 50.

afterstring

Cursor from a previous rollout list response.

filter'ROLLOUT_FILTER_ACTIVE' | 'ROLLOUT_FILTER_TERMINAL'

Narrow results to active or terminal rollouts. Omit to list all rollouts.

Response

OK

next_cursorstring

Cursor for the next page. Null if there are no more results.

object'list' required

Object type. Always list.

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]/type to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/status/allOf[DE.RolloutStatus]/conditions to the response with the 200 status

      response-optional-property-added

    • added the new ROLLOUT_STATE_PAUSING enum value to the data/items/state response property for the response status 200

      response-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