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

Example

curl -k -u jsmith:passwd 
   
  "https://myserver.example.com:8443/cli/applicationProcessRequest/info/{appReqId}"

Related CLI command: getApplicationProcessRequest.