Get information about a specific application process request

This command retrieves a specific application process request by id.

Request

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

Related CLI command: getApplicationProcessRequest.


Feedback