Retrieves details about cluster components.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ens:ListAddons |
create |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
C0003E8B-B930-4F59-ADC0-0E209A9012A8 |
| Addons |
array<object> |
A list of component information. |
|
|
array<object> |
The component information. |
||
| Name |
string |
The name of the component. |
edge-csi-lite |
| Version |
string |
The version of the component. |
v2 |
| CleanupCloudResources |
boolean |
Indicates whether to automatically clean up associated cloud resources. |
true |
| ConfigSchema |
array<object> |
The schemas for the custom parameters of the component. |
|
|
array<object> |
The schema for the custom parameters of the component. |
||
| AppVersion |
string |
The application version. |
859e9d595b2974ed79c444658d1dea89 |
| ConfigVersion |
string |
The configuration version. |
4155709cd12a09bdb8cbaca71bf03233 |
| Name |
string |
The name of the component. |
edge-csi-lite |
| Params |
object |
The custom parameters of the component. |
{"key1":"val1"} |
Examples
Success response
JSON format
{
"RequestId": "C0003E8B-B930-4F59-ADC0-0E209A9012A8",
"Addons": [
{
"Name": "edge-csi-lite",
"Version": "v2",
"CleanupCloudResources": true,
"ConfigSchema": [
{
"AppVersion": "859e9d595b2974ed79c444658d1dea89",
"ConfigVersion": "4155709cd12a09bdb8cbaca71bf03233",
"Name": "edge-csi-lite",
"Params": {
"key1": "val1"
}
}
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.