Skip to main content

DescribePropertyProcItem

Description

call DescribePropertyProcItem interface to get all process information.

Request Method

POST

Request Path

/apsara/route/aegis/DescribePropertyProcItem

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
PageSizeBODYintegerNo10The maximum number of pieces of data per page displayed during a paged query.
CurrentPageBODYintegerNo1the page number of the current page displayed when paging query.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api
ForceFlushBODYbooleanNotruewhether to force refresh the data to be queried.
NameBODYstringNotestprocess name.

Return data

NameTypeSample valueDescription
PageInfoNo sample value for this parameter.page displays information.
TotalCountinteger372the total number of data.
PageSizeinteger5The maximum number of pieces of data per page displayed during a paged query.
RequestIdstringBD8AD4C6-A169-4FA3-BA1F-ED40ED52973Brequest ID of the result.
CurrentPageinteger1the page number of the current page displayed when paging query.
Countinteger8888the number of servers corresponding to the process name.
PropertyItemsarrayNo sample value for this parameter.process information.
Namestring.ssprocess 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
}

}