EventsV1Sink

Retrieve a paginated list of Sinks belonging to the account used to make the request.

Retrieve a paginated list of Sinks belonging to the account used to make the request.

get/v1/Sinks

Query parameters

InUseboolean

A boolean query parameter filtering the results to return sinks used/not used by a subscription.

Statusstring

A String query parameter filtering the results by status initialized, validating, active or failed.

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Response

OK

Changes

Changed in 4 of the 51 revisions of this API.311

    • the // response's property type changed from object to no type for status

      response-property-type-changed

  • v12ad3c7d7e22b11See the full diff
    • the // response's property type changed from no type to object for status

      response-property-type-changed

    • added the new email enum value to the // response property for the response status

      response-property-enum-value-added

    • for the query request parameter PageSize, the format changed from no format to int64

      request-parameter-type-changed

    • api tag EventsV1Sink added

      api-tag-added