Queries the details of scheduled tasks on the Asset Fingerprints page.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribePropertyCronDetail |
The operation that you want to perform. Set the value to DescribePropertyCronDetail. |
Remark | String | No | 192.168 |
The search condition specified for the scheduled task, such as a server name or an IP address. Note Fuzzy match is supported.
|
Source | String | No | /etc/cron.d/root |
The path where the scheduled task is stored. |
User | String | No | root |
The name of the account that runs the scheduled task. |
Uuid | String | No | 4fe8e1cd-3c37-4851-b9de-124da32c**** |
The UUID of the server. |
CurrentPage | Integer | No | 1 |
The page number of the current page. |
PageSize | Integer | No | 100 |
The number of entries to return on each page. Default value: 20. Note We recommend that you do not leave the PageSize parameter empty.
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
PageInfo | Struct |
The page information. |
|
Count | Integer | 2 |
The number of entries returned on the current page. |
CurrentPage | Integer | 1 |
The page number of the current page. |
PageSize | Integer | 20 |
The number of entries returned per page. |
TotalCount | Integer | 2 |
The total number of scheduled tasks. |
Propertys | Array of PropertyCron |
The details of the scheduled task. |
|
Cmd | String | /etc/update.sh |
The command that the scheduled task executes. |
Create | String | 2020-08-16T20:04Z |
The latest collection time, which indicates the last time when Security Center collected information about the scheduled task. |
CreateTimestamp | Long | 1597579480000 |
The latest collection timestamp, which indicates the last timestamp when Security Center collected information about the scheduled task. |
InstanceId | String | i-2zearb5ncgpf**** |
The ID of the server where the scheduled task is run. |
InstanceName | String | Test01 |
The name of the server where the scheduled task is run. |
InternetIp | String | 101.XX.XX.74 |
The public IP address of the server where the scheduled task is run. |
IntranetIp | String | 192.XX.XX.12 |
The private IP address of the server where the scheduled task is run. |
Ip | String | 101.XX.XX.74 |
The public IP address of the server where the scheduled task is run. |
Md5 | String | 4cc8f97c2bf9cbabb2c2be2erqw**** |
The MD5 hash value of the path where the scheduled task is stored. |
Period | String | */10 * * * * |
The cycle to perform the scheduled task. |
Source | String | /etc/cron.d/root |
The path where the scheduled task is stored. |
User | String | root |
The name of the account that runs the scheduled task. |
Uuid | String | uuid-d4fc551f-2c3d-f8-65ab880c**** |
The UUID of the server where the scheduled task is run. |
RequestId | String | 58D87511-8292-4D90-B66B-6ED0D7209FAC |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribePropertyCronDetail
&<Common request parameters>
Sample success responses
XML
format
<DescribePropertyCronDetailResponse>
<Propertys>
<User>sh</User>
<InstanceId>i-2zearb5ncgpf****</InstanceId>
<Ip>101.XX.XX.72</Ip>
<Period>*/10 * * * *</Period>
<IntranetIp>192.XX.XX.12</IntranetIp>
<Source>/etc/cron.d/root</Source>
<InstanceName>Test01</InstanceName>
<Uuid>d4fc551f-2c3d-f8-65ab880c****</Uuid>
<InternetIp>101.XX.XX.72</InternetIp>
<Create>2020-08-16T20:04Z</Create>
<Cmd>/etc/update.sh</Cmd>
<CreateTimestamp>1597579480000</CreateTimestamp>
<Md5>4cc8f97c2bf9cbabb2c2b886****</Md5>
</Propertys>
<Propertys>
<User>sh</User>
<InstanceId>i-2zearb5ncgpf****</InstanceId>
<Ip>101.XX.XX.72</Ip>
<Period>*/10 * * * *</Period>
<IntranetIp>192.XX.XX.122</IntranetIp>
<Source>/etc/cron.d/root</Source>
<InstanceName>Test02</InstanceName>
<Uuid>d4fc5-4e06-9ef8-65ab880c****</Uuid>
<InternetIp>101.XX.XX.72</InternetIp>
<Create>2020-08-16T20:04Z</Create>
<Cmd>/etc/update.sh</Cmd>
<CreateTimestamp>1597579480000</CreateTimestamp>
<Md5>4cc2bf9cbabb2c2be292886****</Md5>
</Propertys>
<PageInfo>
<TotalCount>2</TotalCount>
<PageSize>10</PageSize>
<CurrentPage>1</CurrentPage>
<Count>2</Count>
</PageInfo>
<requestId>AC954127-69CD-4212-935F-10285D36B24A</requestId>
</DescribePropertyCronDetailResponse>
JSON
format
{
"Propertys": [{
"User": "sh",
"InstanceId": "i-2zearb5ncgpf****",
"Ip": "101.XX.XX.72",
"Period": "*/10 * * * *",
"IntranetIp": "192.XX.XX.12",
"Source": "/etc/cron.d/root",
"InstanceName": "Test01",
"Uuid": "d4fc551f-2c3d-f8-65ab880c****",
"InternetIp": "101.XX.XX.72",
"Create": "2020-08-16T20:04Z",
"Cmd": "/etc/update.sh",
"CreateTimestamp": 1597579480000,
"Md5": "4cc8f97c2bf9cbabb2c2b886****"
}, {
"User": "sh",
"InstanceId": "i-2zearb5ncgpf****",
"Ip": "101.XX.XX.72",
"Period": "*/10 * * * *",
"IntranetIp": "192.XX.XX.122",
"Source": "/etc/cron.d/root",
"InstanceName": "Test02",
"Uuid": "d4fc5-4e06-9ef8-65ab880c****",
"InternetIp": "101.XX.XX.72",
"Create": "2020-08-16T20:04Z",
"Cmd": "/etc/update.sh",
"CreateTimestamp": 1597579480000,
"Md5": "4cc2bf9cbabb2c2be292886****"
}],
"PageInfo": {
"TotalCount": 2,
"PageSize": 10,
"CurrentPage": 1,
"Count": 2
},
"requestId": "AC954127-69CD-4212-935F-10285D36B24A"
}
Error codes
For a list of error codes, visit the API Error Center.