调用DescribePropertyProcItem接口获取所有进程信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribePropertyProcItem |
系统规定参数。取值:DescribePropertyProcItem。 |
CurrentPage | Integer | 否 | 1 |
分页查询时,显示的当前页的页码。 |
ForceFlush | Boolean | 否 | true |
是否强制刷新待查询数据。 |
Name | String | 否 | test |
进程名称。 |
PageSize | Integer | 否 | 10 |
分页查询时,显示的每页数据的最大条数。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
PageInfo |
页面显示信息。 |
||
Count | Integer | 5 |
分页查询时,显示的当前页的数据条数。 |
CurrentPage | Integer | 1 |
分页查询时,显示的当前页的页码。 |
PageSize | Integer | 5 |
分页查询时,显示的每页数据的最大条数。 |
TotalCount | Integer | 372 |
数据的总条数。 |
PropertyItems | Array |
进程的信息。 |
|
Count | Integer | 8888 |
进程名对应的服务器数量。 |
Name | String | .ss |
进程名称。 |
RequestId | String | BD8AD4C6-A169-4FA3-BA1F-ED40ED52973B |
结果的请求ID。 |
示例
请求示例
http(s)://[Endpoint]/?Action=DescribePropertyProcItem
&<公共请求参数>
正常返回示例
XML
格式
<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
格式
{
"RequestId":"BD8AD4C6-A169-4FA3-BA1F-ED40ED52973B",
"PropertyItems":[
{
"Name":"(sd-**)",
"Count":7
},
{
"Name":"6Cm***",
"Count":1
}
],
"PageInfo":{
"Count":2,
"TotalCount":395,
"PageSize":2,
"CurrentPage":1
}
}
错误码
访问错误中心查看更多错误码。
在文档使用中是否遇到以下问题
更多建议
匿名提交