查询资产的插件信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
| 名称 | 类型 | 必填 | 描述 | 示例值 |
|---|---|---|---|---|
| Uuid | string | 是 | 服务器 UUID。 说明
调用 DescribeCloudCenterInstances 接口获取该参数。
| bdb7071f-129d-4ceb-af80-4cf70c4571c6 |
| Types | array | 否 | 插件类型列表。 | |
| string | 否 | 插件类型。取值:
| auto_breaking |
返回参数
示例
正常返回示例
JSON格式
{
"RequestId": "7E0618A9-D5EF-4220-9471-C42B5E92719F",
"AegisUuidTargetPluginConfigList": [
{
"PluginName": "alisecguard",
"PluginOnlineInstalled": true,
"PluginOnlineStatus": true,
"PluginInstallCode": "k5O5nd",
"PluginVersion": "00_10",
"AegisSuspiciousConfigList": [
{
"Type": "alisecguard",
"Config": true,
"Msg": "authorized",
"OverallConfig": true
}
]
}
],
"Code": 200,
"Message": "successful"
}错误码
| HTTP status code | 错误码 | 错误信息 | 描述 |
|---|---|---|---|
| 400 | IllegalParam | Illegal param | 无效参数 |
| 403 | NoPermission | caller has no permission | 当前操作未被授权,请联系主账号在RAM控制台进行授权后再执行操作。 |
| 500 | ServerError | ServerError | 服务故障,请稍后重试! |
访问错误中心查看更多错误码。
变更历史
| 变更时间 | 变更内容概要 | 操作 |
|---|
暂无变更历史
