Mengkueri daftar plug-in penyewa.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eas:ListTenantAddons |
get |
*全部资源
|
None | None |
Sintaks permintaan
GET /api/v2/tenantaddons HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
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" } |
Contoh
Respons sukses
JSONformat
{
"RequestId": "40325405-579C-4D82****",
"Addons": [
{
"Name": "prometheus_discovery",
"Attributes": {
"key": "{\n \"AccessToken\":\"ld***.eY***.\",\n \"InternetEndpoint\": \"****.com/prometheus\",\n \"IntranetEndpoint\": \"****.vpc.com/prometheus\"\n}"
}
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.