Query asset authorization quantity statistics.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:GetAuthVersionStatistic |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response data. |
||
| RequestId |
string |
The ID of this request, which is a unique identifier generated by Alibaba Cloud for this request. It can be used for troubleshooting and problem locating. |
2CA2BDF6-F3BD-51A4-BAAC-30B02F7A3FBB |
| Statistics |
array<object> |
Collection of asset authorization version statistics. |
|
|
object |
Asset authorization version statistics. |
||
| AuthVersion |
integer |
The version of Security Center. Valid values:
|
6 |
| Count |
integer |
The number of currently authorized servers. |
1 |
Examples
Success response
JSON format
{
"RequestId": "2CA2BDF6-F3BD-51A4-BAAC-30B02F7A3FBB",
"Statistics": [
{
"AuthVersion": 6,
"Count": 1
}
]
}
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.