Get component process requests count submitted after a certain time

This command returns a count of all the component process requests of a specific component submitted after a certain time.

Request

GET https://{hostname}:{port}
    /cli/componentProcessRequest/count?{parameters}
Accept: {contentType}
Table 1. Request parameters
Parameter Type Required Description
component string true Name or ID of the component
submittedAfter long false A timestamp, in milliseconds from the UNIX epoch. If you specify this parameter, the server counts all CPRs that were created after the specified timestamp.
Table 2. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true

Related CLI command: getComponentProcessRequestCount.