拡張機能の詳細を取得します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
polardb:DescribeExtensions |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| DBClusterId |
string |
必須 |
クラスター ID。 |
pc-************** |
| DBName |
string |
必須 |
データベース名。 |
song |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
応答本文。 |
||
| RequestId |
string |
リクエスト ID。 |
309073D4-9C99-511C-AF84-0C67A6F52E67 |
| UninstalledExtensions |
array<object> |
指定されたデータベースにインストールされていない拡張機能。 |
|
|
object |
指定されたデータベースにインストールされていない拡張機能。 |
||
| Name |
string |
拡張機能名。 |
jueming |
| DefaultVersion |
string |
拡張機能のデフォルトバージョン。 |
7.7 |
| InstalledVersion |
string |
現在インストールされている拡張機能のバージョン。 |
7.7 |
| Comment |
string |
拡張機能の目的。 |
OK |
| Owner |
string |
拡張機能のオーナー。 |
alton |
| Priority |
string |
拡張機能の優先度。 |
1 |
| Requires |
string |
この拡張機能が依存する拡張機能。 |
ganos_networking |
| Category |
string |
拡張機能のタイプ。 |
geography_space, self_develop |
| Restart |
string |
アプリケーションを再起動するかどうかを指定します。`true`: アプリケーションは再起動されます。`false`: アプリケーションは再起動されません。 |
true |
| InstalledExtensions |
array<object> |
指定されたデータベースにインストールされている拡張機能。 |
|
|
object |
指定されたデータベースにインストールされている拡張機能。 |
||
| Name |
string |
拡張機能名。 |
jueming |
| DefaultVersion |
string |
拡張機能のデフォルトバージョン。 |
7.7 |
| InstalledVersion |
string |
現在インストールされている拡張機能のバージョン。 |
7.7 |
| Comment |
string |
拡張機能の説明。 |
OK |
| Owner |
string |
拡張機能のオーナー。 |
alton |
| Priority |
string |
拡張機能の優先度。 |
1 |
| Requires |
string |
この拡張機能が依存する拡張機能。 |
ganos_networking |
| Category |
string |
拡張機能のタイプ。 |
geography_space, self_develop |
| Restart |
string |
アプリケーションを再起動するかどうかを指定します。`true`: アプリケーションは再起動されます。`false`: アプリケーションは再起動されません。 |
true |
| Overview |
string |
拡張機能の概要。 |
测试建单,请忽略 |
例
成功レスポンス
JSONJSON
{
"RequestId": "309073D4-9C99-511C-AF84-0C67A6F52E67",
"UninstalledExtensions": [
{
"Name": "jueming",
"DefaultVersion": "7.7",
"InstalledVersion": "7.7",
"Comment": "OK",
"Owner": "alton",
"Priority": "1",
"Requires": "ganos_networking",
"Category": "geography_space, self_develop",
"Restart": "true"
}
],
"InstalledExtensions": [
{
"Name": "jueming",
"DefaultVersion": "7.7",
"InstalledVersion": "7.7",
"Comment": "OK",
"Owner": "alton",
"Priority": "1",
"Requires": "ganos_networking",
"Category": "geography_space, self_develop\n",
"Restart": "true"
}
],
"Overview": "测试建单,请忽略"
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 404 | InvalidDBInstance.NotFound | The DBClusterId provided does not exist in our records. | |
| 404 | InvalidDBClusterId.NotFound | The DBInstanceId provided does not exist in our records. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。