指定された環境にインストールされているアドオンをリストアップします。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
arms:ListEnvironmentAddons |
none |
*Environment
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| EnvironmentId |
string |
必須 |
環境 ID。 |
env-xxx |
| RegionId |
string |
任意 |
リージョン ID。 |
cn-hangzhou |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
応答オブジェクト。 |
||
| RequestId |
string |
リクエスト ID。 |
32940175-181B-4B93-966E-4BB69176**** |
| Code |
integer |
ステータスコード。 |
200 |
| Message |
string |
返されたメッセージ。 |
message |
| Success |
boolean |
操作が成功したかどうかを示します。有効な値は、操作が成功した場合は |
true |
| Data |
object |
返されたデータ。 |
|
| Addons |
array<object> |
アドオンのリスト。 |
|
|
array<object> |
アドオンの詳細。 |
||
| Alias |
string |
アドオンのエイリアス。 |
MySQL |
| Categories |
array |
アドオンのタグのリスト。 |
|
|
string |
アドオンのタグ。 |
cloud |
|
| Dashboards |
array<object> |
ダッシュボードのリスト。 |
|
|
object |
ダッシュボードの詳細。 |
||
| Description |
string |
ダッシュボードの説明。 |
MySQL监控大盘信息,监控了连接信息,使用信息等指标 |
| Name |
string |
ダッシュボードの名前。 |
mysql-overview |
| Url |
string |
ダッシュボードの URL。 |
http://xxxx |
| Description |
string |
アドオンの説明。 |
通过 MySQL Exporter 监控数据库指标 |
| Environments |
array<object> |
サポートされている環境のリスト。 |
|
|
array<object> |
環境の詳細。 |
||
| Dependencies |
object |
環境内でのアドオンの依存関係。 |
|
| Features |
object |
環境にインストール可能な特徴。 |
|
|
boolean |
特徴がサポートされているかどうかを示します。 |
true |
|
| Services |
array |
依存サービス。 |
|
|
string |
サービスの名前。 |
ResourceCenter |
|
| ClusterTypes |
array |
必要なクラスタータイプ。 |
|
|
string |
クラスタータイプ。 |
Edge |
|
| Description |
string |
環境の説明。 |
MySQL 服务部署在 Kubernetes 集群中。 |
| Enable |
boolean |
この環境でアドオンがサポートされているかどうかを示します。 |
true |
| Label |
string |
環境のラベル。 |
容器环境 |
| Name |
string |
環境の名前。 |
CS |
| Policies |
object |
この環境のアドオンに関連するポリシー。 |
|
| AlertDefaultStatus |
string |
アラートのデフォルトステータス。 |
default |
| DefaultInstall |
boolean |
アドオンが環境にデフォルトでインストールされるかどうかを示します。 |
false |
| TargetAddonName |
string |
アドオンのターゲット名。 |
cloud-rds-mysql |
| Protocols |
array<object> |
サポートされているプロトコルのリスト。 |
|
|
object |
サポートされているプロトコル。 |
||
| Name |
string |
プロトコルの名前。 |
arms |
| Icon |
string |
プロトコルアイコンの URL。 |
http://xxxxxxx |
| Label |
string |
プロトコルのラベル。 |
ARMS |
| Description |
string |
プロトコルの説明。 |
ARMS |
| MetricCheckRule |
object |
メトリックステータスをチェックするためのルール。 |
|
| PromQL |
array |
PromQL クエリ文。 |
|
|
string |
PromQL クエリ文。 |
max(flink_taskmanager_job_task_operator_currentEmitEventTimeLag{deploymentId='983d8f2d-14a9-4af0-a23d-751a7818c239'}/1000) >= 600.0 |
|
| NeedRestartAfterIntegration |
boolean |
アドオンのインストール後に再起動が必要かどうかを示します。 |
true |
| EnableServiceAccount |
boolean |
アドオンに対してサービスアカウントが有効になっているかどうかを示します。 |
true |
| Icon |
string |
アドオンアイコンの URL。 |
http://xxxx |
| Keywords |
array |
アドオンのキーワード。 |
|
|
string |
アドオンのキーワード。 |
Java |
|
| Language |
string |
アドオンメタデータの言語。 |
zh |
| Name |
string |
アドオンの名前。 |
mysql |
| Once |
boolean |
アドオンが環境ごとに一度しかインストールできないかどうかを示します。 |
false |
| Scene |
string |
アドオンのアプリケーションシナリオ。 |
database |
| Version |
string |
アドオンのバージョン。 |
0.0.1 |
| Weight |
string |
アドオンの重み。UI でのソートに使用されます。 |
857 |
| LatestReleaseCreateTime |
string |
アドオンの最新リリースの作成時間。 |
2023-09-22T16:56:29+08:00 |
| Total |
integer |
エントリの総数。 |
1 |
| ContainsV2Addon |
boolean |
リストに V2 アドオンが含まれているかどうかを示します。 |
例
成功レスポンス
JSONJSON
{
"RequestId": "32940175-181B-4B93-966E-4BB69176****",
"Code": 200,
"Message": "message",
"Success": true,
"Data": {
"Addons": [
{
"Alias": "MySQL",
"Categories": [
"cloud"
],
"Dashboards": [
{
"Description": "MySQL监控大盘信息,监控了连接信息,使用信息等指标",
"Name": "mysql-overview",
"Url": "http://xxxx"
}
],
"Description": "通过 MySQL Exporter 监控数据库指标",
"Environments": [
{
"Dependencies": {
"Features": {
"key": true
},
"Services": [
"ResourceCenter"
],
"ClusterTypes": [
"Edge"
]
},
"Description": "MySQL 服务部署在 Kubernetes 集群中。",
"Enable": true,
"Label": "容器环境",
"Name": "CS",
"Policies": {
"AlertDefaultStatus": "default",
"DefaultInstall": false,
"TargetAddonName": "cloud-rds-mysql",
"Protocols": [
{
"Name": "arms",
"Icon": "http://xxxxxxx",
"Label": "ARMS",
"Description": "ARMS"
}
],
"MetricCheckRule": {
"PromQL": [
"max(flink_taskmanager_job_task_operator_currentEmitEventTimeLag{deploymentId='983d8f2d-14a9-4af0-a23d-751a7818c239'}/1000) >= 600.0"
]
},
"NeedRestartAfterIntegration": true,
"EnableServiceAccount": true
}
}
],
"Icon": "http://xxxx",
"Keywords": [
"Java"
],
"Language": "zh",
"Name": "mysql",
"Once": false,
"Scene": "database",
"Version": "0.0.1",
"Weight": "857",
"LatestReleaseCreateTime": "2023-09-22T16:56:29+08:00"
}
],
"Total": 1,
"ContainsV2Addon": false
}
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。