Retrieves the list of modules supported for authorization.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:GetSupportedModules |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language type for the request and response messages. Default value: zh. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
ListCheckResultResponse |
||
| SupportedModuleResponse |
array<object> |
The module information supported by the current vendors, categorized by vendor. |
|
|
array<object> |
|||
| Vendor |
string |
The cloud asset vendor. Valid values:
|
Tencent |
| SupportedModules |
array<object> |
The list of modules supported by the current vendor. |
|
|
object |
|||
| Module |
string |
The code of the module. Valid values:
|
HOST |
| ModuleDisp |
string |
The display name of the module. |
云产品配置检查 |
| ModuleAuth |
boolean |
Module authorization switch indicator. Values:
|
true |
| 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. |
C699E4E4-F2F4-58FC-A949-457FFE59**** |
Examples
Success response
JSON format
{
"SupportedModuleResponse": [
{
"Vendor": "Tencent",
"SupportedModules": [
{
"Module": "HOST",
"ModuleDisp": "云产品配置检查",
"ModuleAuth": true
}
]
}
],
"RequestId": "C699E4E4-F2F4-58FC-A949-457FFE59****"
}
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.