Get all application processes of an application

Returns a JSON representation of all application processes for a specific application.

Request

GET https://{hostname}:{port}
    /cli/applicationProcess?{parameters}
Accept: application/json
Table 1. Request parameters
Parameter Type Required Description
application string true Name or ID of the application
Table 2. Header parameters
Parameter Type Required Description
Accept application/json true  

Related CLI command: getAllApplicationProcessesForApplication.


Feedback