查询插件详情
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
polardb:DescribeExtensions |
get |
*全部资源
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
DBClusterId |
string |
是 |
集群 ID。 |
pc-************** |
DBName |
string |
是 |
数据库名称。 |
song |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
Schema of Response |
||
RequestId |
string |
Id of the request |
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 |
插件概览相关信息。 |
测试建单,请忽略 |
示例
正常返回示例
JSON
格式
{
"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 status code |
错误码 |
错误信息 |
描述 |
---|---|---|---|
404 | InvalidDBInstance.NotFound | The DBClusterId provided does not exist in our records. | 我们的记录中不存在提供的DBClusterId。 |
404 | InvalidDBClusterId.NotFound | The DBInstanceId provided does not exist in our records. | 当前的记录中不存在提供的DBClusterId。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。