SSF Receiver

Get Stats

GetStats retrieves event processing statistics for a specific SSF receiver stream, including counts of received, acted-on, and failed events.

get/api/v1/ssf-receiver-streams/{stream_id}/stats

Path parameters

stream_idstring required

The ID of the SSF receiver stream to get stats for.

Response

SSFReceiverStreamServiceGetStatsResponse contains the event processing statistics for the stream.

Changes

Changed in 2 of the 33 revisions of this API.2101

  • f2cf3228f366210See the full diff
    • added c1.api.ssf_receiver.v1.SSFReceiverStreamStats subschema #2 to the stats response property oneOf list for the response status 200

      response-property-one-of-added

    • the stats response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the optional property stats/eventsActedOnCount from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/eventsFailedCount from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/eventsReceivedCount from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/lastErrorAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/lastErrorMessage from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/lastEventReceivedAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/lastVerifiedAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/streamId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/transmitterStatus from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/transmitterStatusReason from the response with the 200 status

      response-optional-property-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added