Queries the security score trend on the security dashboard.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeScreenScoreThread |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StartTime |
integer |
Yes |
The start time as a timestamp. Unit: milliseconds. |
1651290987000 |
| EndTime |
integer |
Yes |
The end time as a timestamp. Unit: milliseconds. |
1668064495000 |
| Source |
integer |
No |
The source of the security score. If left empty, the default value is Security Center. Valid values: 0: Security Center. 1: Alibaba Cloud ApsaraDB console. |
0 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID, which is a unique identifier generated by Alibaba Cloud for the request. You can use this ID to troubleshoot issues. |
D03DD0FD-6041-5107-AC00-383E28F1**** |
| Data |
object |
The returned data. |
|
| SocreThread |
array |
The security score trend list. |
|
|
string |
The security score. |
80 |
|
| SocreThreadDate |
array |
The security score trend date list. |
|
|
string |
The security score trend date. |
2024-07-01 |
Examples
Success response
JSON format
{
"RequestId": "D03DD0FD-6041-5107-AC00-383E28F1****",
"Data": {
"SocreThread": [
"80"
],
"SocreThreadDate": [
"2024-07-01"
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.