Queries the Java processes that are collected by the asset fingerprints feature of Security Center in your assets.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- For mandatory resource types, indicate with a prefix of * .
- If the permissions cannot be granted at the resource level,
All Resourcesis used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
| Operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|
| yundun-sas:DescribePropertyScaProcessDetail | none | *All Resources * |
| none |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Remark | string | No | The information about the server that you want to query. The value can be the public IP address, private IP address, or name of the server. Fuzzy match is supported. | 10.167.XX.XX |
| Uuid | string | No | The UUID of the server. Note
| D0D6E6E4-CB8C-4897-B852-46AEFDA0**** |
| Pid | string | No | The process ID. Note
Only exact match is supported.
| 756 |
| PageSize | integer | No | The number of entries per page. Default value: 10. If you leave this parameter empty, 10 entries are returned on each page. Note
We recommend that you do not leave this parameter empty.
| 10 |
| CurrentPage | integer | No | The page number. Default value: 1. | 1 |
| Cmdline | string | No | The startup parameter. Note
This parameter supports only prefix queries. Fuzzy match is not supported.
| java -jar |
| BizType | string | No | The type of the application process. Default value: java. Valid values:
| java |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "ADE57832-9666-511C-9A80-B87DE2E8****",
"PageInfo": {
"CurrentPage": 1,
"PageSize": 10,
"TotalCount": 69,
"Count": 10
},
"Propertys": [
{
"InternetIp": "120.26.XX.XX",
"InstanceId": "i-hp35tftuh52wbp1g****",
"Cmdline": "java -Xms128m -Xmx512m -DNACOS_URL=http://10.184.XX.XX:8848 -DNACOS_NAMESPACE=iam-sit -jar /opt/service/xxl-job/xxl-job-admin-2.3.0.jar",
"IntranetIp": "192.168.XX.XX",
"Name": "java",
"CreateTimestamp": 1597987834000,
"InstanceName": "hc-host-****",
"Pid": 522,
"Uuid": "162eb349-c2d9-4f8b-805c-75b43d4c****",
"Version": "3.10.0"
}
]
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | IllegalParameter | Illegal parameter, please check the param. | Parameter error, please check the input parameters. |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
| 500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
