Get information about a specific component process request

Generally used as an endpoint to retrieve APRs that were scheduled in advance.

Request

GET https://{hostname}:{port}
    /cli/componentProcessRequest/info/{requestID}
Accept: application/json
Table 1. URL parameters
Parameter Type Required Description
requestID string true The ID of the component process request.
Table 2. Header parameters
Parameter Type Required Description
Accept application/json true  

Related CLI command: getComponentProcessRequest.


Feedback