Query Asset Fingerprint Scheduled Task Details
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:DescribePropertyCronDetail | get | *All Resources * |
| none |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Action | string | Yes | 要执行的操作。取值:DescribePropertyCronDetail。 | DescribePropertyCronDetail |
| Remark | string | No | The name or IP address of the server. | 192.168.XX.XX |
| Source | string | No | The path to the scheduled task. | /etc/cron.d/root |
| User | string | No | The username of the account that runs the scheduled task. | root |
| Uuid | string | No | The UUID of the server. | 50d213b4-3a35-427a-b8a5-04b0c7e1**** |
| CurrentPage | integer | No | The number of the page to return. Default value: 1. | 1 |
| PageSize | integer | No | The number of entries to return on each page. Default value: 10. | 10 |
| Extend | string | No | Specifies whether fuzzy search by path to the scheduled task 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 |
| UseNextToken | boolean | No | Specifies whether to use the NextToken method to retrieve a new page of results. If you set UseNextToken to true, the value of TotalCount is not returned. Valid values:
| true |
| NextToken | string | No | The value of NextToken that is returned when the NextToken method is used. You do not need to specify this parameter for the first request. | 1426C575705AE8545E8360A6EFA3B*** |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "B0C4E12E-CCE1-109D-9E62-7B95CBBAEF8C",
"PageInfo": {
"CurrentPage": 1,
"PageSize": 10,
"TotalCount": 1,
"Count": 1,
"NextToken": "B604532DEF982B875E8360A6EFA3B***"
},
"Propertys": [
{
"InternetIp": "192.168.XX.XX",
"Ip": "192.168.XX.XX",
"User": "root",
"InstanceId": "i-hp35tftuh52wbp1g****",
"Source": "/etc/cron.d/root",
"IntranetIp": "100.104.XX.XX",
"Cmd": "/usr/lib64/sa/sa1 1 1",
"Period": "*/10 * * * *",
"Uuid": "162eb349-c2d9-4f8b-805c-75b43d4c****",
"InstanceName": "hc-host-****",
"Md5": "4cc8f97c2bf9cbabb2c2be2erqw****",
"CreateTimestamp": 1649149566000
}
]
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 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.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2025-12-12 | The Error code has changed. The request parameters of the API has changed. The response structure of the API has changed | View Change Details |
