Querying the Process List
Function
This API is used to query the process list and query the number of servers based on the process path parameter.
URI
GET /v5/{project_id}/asset/process/statistics
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Project ID |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
path |
No |
String |
Executable process path |
|
enterprise_project_id |
No |
String |
Enterprise project ID. To query all enterprise projects, set this parameter to all_granted_eps. |
|
limit |
No |
Integer |
Number of records on each page |
|
offset |
No |
Integer |
Offset, which specifies the start position of the record to be returned. |
|
category |
No |
String |
Type. The default value is host. The options are as follows:
|
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
User token. It can be obtained by calling the IAM API used to obtain a user token. The value of X-Subject-Token in the response header is a user token. |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
total_num |
Integer |
Total number of process statistics |
|
data_list |
Array of ProcessStatisticResponseInfo objects |
Process statistics list |
Example Requests
The first 10 accounts are queried by default.
GET https://{endpoint}/v5/{project_id}/asset/process/statistics?category=host
Example Responses
Status code: 200
Request succeeded.
{
"total_num" : 1,
"data_list" : [ {
"num" : 13,
"path" : "/usr/lib/systemd/systemd-journald"
} ]
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Request succeeded. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot