Queries the details of all processes.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribePropertyProcItem |
The operation that you want to perform. Set the value to DescribePropertyProcItem. |
CurrentPage | Integer | No | 1 |
The page number of the current page. |
ForceFlush | Boolean | No | true |
Specifies whether to forcibly refresh the data that you want to query. |
Name | String | No | test |
The name of the process. |
PageSize | Integer | No | 10 |
The number of entries to return on each page. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
PageInfo |
The page information. |
||
Count | Integer | 5 |
The number of entries returned on the current page. |
CurrentPage | Integer | 1 |
The page number of the current page. |
PageSize | Integer | 5 |
The number of entries returned per page. |
TotalCount | Integer | 372 |
The total number of returned entries. |
PropertyItems | Array |
The details of the process. |
|
Count | Integer | 8888 |
The number of servers on which the process runs. |
Name | String | .ss |
The name of the process. |
RequestId | String | BD8AD4C6-A169-4FA3-BA1F-ED40ED52973B |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribePropertyProcItem
&<Common request parameters>
Sample success responses
XML
format
<DescribePropertyProcItem>
<PropertyItems>
<Name>(sd-**)</Name>
<Count>7</Count>
</PropertyItems>
<PropertyItems>
<Name>6Cm***</Name>
<Count>1</Count>
</PropertyItems>
<RequestId>BD8AD4C6-A169-4FA3-BA1F-ED40ED52973B</RequestId>
<PageInfo>
<Count>2</Count>
<TotalCount>395</TotalCount>
<PageSize>2</PageSize>
<CurrentPage>1</CurrentPage>
</PageInfo>
</DescribePropertyProcItem>
JSON
format
{
"RequestId":"BD8AD4C6-A169-4FA3-BA1F-ED40ED52973B",
"PropertyItems":[
{
"Name":"(sd-**)",
"Count":7
},
{
"Name":"6Cm***",
"Count":1
}
],
"PageInfo":{
"Count":2,
"TotalCount":395,
"PageSize":2,
"CurrentPage":1
}
}
Error codes
For a list of error codes, visit the API Error Center.