All Products
Search
Document Center

Security Center:DescribePropertyProcDetail

Last Updated:Feb 20, 2024

Queries the fingerprints of processes on a specified server.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is 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.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:DescribePropertyProcDetailRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RemarkstringNo

The name or IP address of the server.

192.168.XX.XX
NamestringNo

The name of the process.

8888
UserstringNo

The user who runs the process.

root
CmdlinestringNo

The startup parameter of the process.

./8888
UuidstringNo

The UUID of the server.

50d213b4-3a35-427a-b8a5-04b0c7e1****
CurrentPageintegerNo

The number of the page to return. Default value: 1.

1
PageSizeintegerNo

The number of entries to return on each page. Default value: 10.

10
ProcTimeStartlongNo

The timestamp when the process starts. Unit: milliseconds.

1648809853000
ProcTimeEndlongNo

The timestamp when the process ends. Unit: milliseconds.

1649587453000
ExtendstringNo

Specifies whether fuzzy search by process name is supported. If you want to use fuzzy search, set the parameter to 1. If you set the parameter to a different value or leave the parameter empty, fuzzy search is not supported.

1
ResourceDirectoryAccountIdlongNo

The Alibaba Cloud account ID of the member in the resource directory.

Note You can call the DescribeMonitorAccounts operation to query the account ID.
127608589417****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

AA47D46F-10DE-138C-BBB4-8A0003F75CD7
PageInfoobject

The pagination information.

CurrentPageinteger

The page number of the returned page.

1
PageSizeinteger

The number of entries returned per page. Default value: 10.

10
TotalCountinteger

The total number of entries returned.

1
Countinteger

The number of entries returned on the current page.

1
Propertysobject []

An array that consists of the fingerprints of the processes.

InternetIpstring

The public IP address of the server.

192.168.XX.XX
Pidstring

The ID of the process.

12826
Userstring

The user who runs the process.

root
InstanceIdstring

The ID of the server that is associated with the process.

i-hp35tftuh52wbp1g****
Cmdlinestring

The startup parameter of the process.

./8888
IntranetIpstring

The private IP address of the server.

192.168.XX.XX
EuidNamestring

The permission that is required to run the process.

root
Uuidstring

The UUID of the server that is associated with the process.

162eb349-c2d9-4f8b-805c-75b43d4c****
StartTimestring

The time when the process starts.

2019-08-07 10:09:05
Pnamestring

The name of the parent process to which the process belongs.

start***.s
InstanceNamestring

The name of the server that is associated with the process.

hc-host-****
Pathstring

The path of the process.

/root/Oracle/Middleware/***/8888
Md5string

The MD5 hash value of the process file.

842644ea3d88bd7f7e14c1c089ef****
Namestring

The name of the process.

agetty
CreateTimestamplong

The timestamp of last data collection. Unit: milliseconds.

1565686951000
StartTimeDtlong

The timestamp when the process starts. Unit: milliseconds.

1648783107000
IsPackageinteger

Indicates whether the process is a package installation process. Valid values:

  • 1: yes
  • 0: no
1
Statestring

The status of the process.

sleeping

Examples

Sample success responses

JSONformat

{
  "RequestId": "AA47D46F-10DE-138C-BBB4-8A0003F75CD7",
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 10,
    "TotalCount": 1,
    "Count": 1
  },
  "Propertys": [
    {
      "InternetIp": "192.168.XX.XX",
      "Pid": "12826",
      "User": "root",
      "InstanceId": "i-hp35tftuh52wbp1g****",
      "Cmdline": "./8888",
      "IntranetIp": "192.168.XX.XX",
      "EuidName": "root",
      "Uuid": "162eb349-c2d9-4f8b-805c-75b43d4c****",
      "StartTime": "2019-08-07 10:09:05",
      "Pname": "start***.s",
      "InstanceName": "hc-host-****",
      "Path": "/root/Oracle/Middleware/***/8888",
      "Md5": "842644ea3d88bd7f7e14c1c089ef****",
      "Name": "agetty",
      "CreateTimestamp": 1565686951000,
      "StartTimeDt": 1648783107000,
      "IsPackage": 1,
      "State": "sleeping"
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400RdCheckNoPermissionResource directory account verification has no permission.-
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500RdCheckInnerErrorResource directory account service internal error.-
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-11-14The Error code has changed. The request parameters of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Added Error Codes: 400
    Added Error Codes: 500
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: ResourceDirectoryAccountId