Queries the details of a process in the process list.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribePropertyProcDetail |
The operation that you want to perform. Set the value to DescribePropertyProcDetail. |
Cmdline | String | No | ./8888 |
The startup parameter of the process. |
CurrentPage | Integer | No | 1 |
The page number of the current page. |
Name | String | No | 8888 |
The name of the process. |
PageSize | Integer | No | 5 |
The number of entries to return on each page. |
Remark | String | No | 1.2.3.4 |
The name or IP address of the server. |
User | String | No | root |
The user who runs the process. |
Uuid | String | No | c4678332-ef35-4ad4-*** |
The UUID of the asset that is associated with the process. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
PageInfo |
The page information. |
||
Count | Integer | 1 |
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 | 1 |
The total number of returned entries. |
Propertys | Array |
The information of the process. |
|
Cmdline | String | ./8888 |
The startup parameter of the process. |
Create | String | 2019-05-15T11:08Z |
The time when the data was last collected. |
CreateTimestamp | Long | 1565686951000 |
The timestamp of last data collection. |
EuidName | String | root |
The permission required to run the process. |
InstanceId | String | c4678332-ef35-4ad4-8358-*** |
The ID of the asset that is associated with the process. |
InstanceName | String | test-*** |
The name of the asset that is associated with the process. |
InternetIp | String | 1.2.3.1 |
The public IP address of the asset. |
IntranetIp | String | 1.2.3.2 |
The private IP address of the asset. |
Md5 | String | N/A |
The MD5 value of the process file. |
Name | String | 8888 |
The name of the process. |
Path | String | /root/Oracle/Middleware/***/8888 |
The path of the process. |
Pid | String | 12826 |
The ID of the process. |
Pname | String | start***.s |
The parent name of the process. |
StartTime | String | 2019-08-07 10:09:05 |
The time when the process started. |
User | String | root |
The user who runs the process. |
Uuid | String | c4678332-ef35-4ad4-8358-6*** |
The UUID of the asset that is associated with the process. |
RequestId | String | 64388374-A309-4191-8606-3346CCA364B0 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribePropertyProcDetail
&<Common request parameters>
Sample success responses
XML
format
<DescribePropertyProcDetail>
<RequestId>64388374-A309-4191-8606-3346CCA364B0</RequestId>
<PageInfo>
<Count>2</Count>
<TotalCount>8184</TotalCount>
<PageSize>2</PageSize>
<CurrentPage>1</CurrentPage>
</PageInfo>
<Propertys>
<User>N/A</User>
<Uuid>90d4cc6a-806f-***</Uuid>
<Md5>N/A</Md5>
<CreateTimestamp>1557889713000</CreateTimestamp>
<InstanceId>i-bp1***</InstanceId>
<InternetIp></InternetIp>
<Path>N/A</Path>
<Name>N/A</Name>
<IntranetIp>1.2.3.4</IntranetIp>
<Create>2019-05-15T11:08Z</Create>
<Pname>N/A</Pname>
<EuidName>N/A</EuidName>
<StartTime>N/A</StartTime>
<Pid>0</Pid>
<InstanceName>test_***</InstanceName>
<Cmdline>N/A</Cmdline>
</Propertys>
<Propertys>
<User>N/A</User>
<Uuid>90d4cc6a-806f-4***</Uuid>
<Md5>N/A</Md5>
<CreateTimestamp>1557889713000</CreateTimestamp>
<InstanceId>i-b***</InstanceId>
<InternetIp></InternetIp>
<Path>N/A</Path>
<Name>N/A</Name>
<IntranetIp>1.2.3.5</IntranetIp>
<Create>2019-05-15T11:08Z</Create>
<Pname>N/A</Pname>
<EuidName>N/A</EuidName>
<StartTime>N/A</StartTime>
<Pid>4</Pid>
<InstanceName>tsy_***</InstanceName>
<Cmdline>N/A</Cmdline>
</Propertys>
</DescribePropertyProcDetail>
JSON
format
{
"RequestId":"64388374-A309-4191-8606-3346CCA364B0",
"PageInfo":{
"Count":2,
"TotalCount":8184,
"PageSize":2,
"CurrentPage":1
},
"Propertys":[
{
"User":"N/A",
"Uuid":"90d4cc6a-806f-***",
"Md5":"N/A",
"CreateTimestamp":1557889713000,
"InstanceId":"i-bp1***",
"InternetIp":"",
"Path":"N/A",
"Name":"N/A",
"IntranetIp":"1.2.3.4",
"Create":"2019-05-15T11:08Z",
"Pname":"N/A",
"StartTime":"N/A",
"EuidName":"N/A",
"Pid":"0",
"Cmdline":"N/A",
"InstanceName":"test_***"
},
{
"User":"N/A",
"Uuid":"90d4cc6a-806f-4***",
"Md5":"N/A",
"CreateTimestamp":1557889713000,
"InstanceId":"i-b***",
"InternetIp":"",
"Path":"N/A",
"Name":"N/A",
"IntranetIp":"1.2.3.5",
"Create":"2019-05-15T11:08Z",
"Pname":"N/A",
"StartTime":"N/A",
"EuidName":"N/A",
"Pid":"4",
"Cmdline":"N/A",
"InstanceName":"tsy_***"
}
]
}
Error codes
For a list of error codes, visit the API Error Center.