DescribePropertyProcItem
Description
call DescribePropertyProcItem interface to get all process information.
Request Method
POST
Request Path
/apsara/route/aegis/DescribePropertyProcItem
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
PageSize | BODY | integer | No | 10 | The maximum number of pieces of data per page displayed during a paged query. |
CurrentPage | BODY | integer | No | 1 | the page number of the current page displayed when paging query. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
ForceFlush | BODY | boolean | No | true | whether to force refresh the data to be queried. |
Name | BODY | string | No | test | process name. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
PageInfo | No sample value for this parameter. | page displays information. | |
TotalCount | integer | 372 | the total number of data. |
PageSize | integer | 5 | The maximum number of pieces of data per page displayed during a paged query. |
RequestId | string | BD8AD4C6-A169-4FA3-BA1F-ED40ED52973B | request ID of the result. |
CurrentPage | integer | 1 | the page number of the current page displayed when paging query. |
Count | integer | 8888 | the number of servers corresponding to the process name. |
PropertyItems | array | No sample value for this parameter. | process information. |
Name | string | .ss | process name. |
Example
Successful Response example
{
"PageInfo":"",
"TotalCount":"372",
"PageSize":"5",
"RequestId":"BD8AD4C6-A169-4FA3-BA1F-ED40ED52973B",
"CurrentPage":"1",
"Count":"8888",
"PropertyItems":"",
"Name":".ss"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}