Queries a list of tenant plug-ins.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eas:ListTenantAddons |
get |
*All Resource
|
None | None |
Request syntax
GET /api/v2/tenantaddons HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
40325405-579C-4D82**** |
| Addons |
array<object> |
The information about the plug-in. |
|
|
array<object> |
|||
| Name |
string |
The name of the plug-in. |
prometheus_discovery |
| Attributes |
object |
The attributes of the plug-in. |
|
|
string |
The description of the plug-in. |
{ "AccessToken":"ld***.eY***.", "InternetEndpoint": "****.com/prometheus", "IntranetEndpoint": "****.vpc.com/prometheus" } |
Examples
Success response
JSON format
{
"RequestId": "40325405-579C-4D82****",
"Addons": [
{
"Name": "prometheus_discovery",
"Attributes": {
"key": "{\n \"AccessToken\":\"ld***.eY***.\",\n \"InternetEndpoint\": \"****.com/prometheus\",\n \"IntranetEndpoint\": \"****.vpc.com/prometheus\"\n}"
}
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.