更新指定的蜜罐管理节点。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
| 名称 | 类型 | 必填 | 描述 | 示例值 |
|---|---|---|---|---|
| NodeName | string | 是 | 管理节点名称。 | HoneypotNodeTest |
| NodeId | string | 是 | 管理节点 ID。 说明
调用 ListHoneypotNode 接口可以获取该参数。
| 67ab3f4c-3db5-4fc3-b51f-00f8bfabfa08 |
| SecurityGroupProbeIpList | array | 否 | 放行网段集合。 | |
| string | 否 | 放行网段。 | 10.0.0.0/24 | |
| AvailableProbeNum | integer | 是 | 可用探针数量。 | 20 |
返回参数
示例
正常返回示例
JSON格式
{
"Success": true,
"Code": 200,
"Message": "successful",
"RequestId": "753D92B3-A062-544F-8E7B-C813AA9FA9FC",
"HttpStatusCode": 200
}错误码
| HTTP status code | 错误码 | 错误信息 | 描述 |
|---|---|---|---|
| 400 | InvalidParam | There was an error with your request. | 您的请求发生错误,请稍后重试! |
| 400 | NeedBuy | This service shoule be purchased first. | 需要购买服务 |
| 400 | AuthorizedProbeCannotReduce | The number of authorized probes cannot be reduced. | 管理节点授权探针数目无法减少。 |
| 400 | InvalidProbeNum | Invalid number of probes. | 分配探针数目无效,请输入有效的探针数目。 |
| 400 | ProbeNumInsufficient | The number of probes remaining is insufficient. | 授权数量不足,请分配正确的探针数目。 |
| 400 | NodeNotExist | The control node does not exist. | 管理节点不存在,请选择正确的管理节点。 |
| 403 | NoPermission | caller has no permission | 当前操作未被授权,请联系主账号在RAM控制台进行授权后再执行操作。 |
| 500 | ServerError | Service error, please try again later. | 服务端错误,请稍后再试。 |
| 500 | ServerError | ServerError | 服务故障,请稍后重试! |
访问错误中心查看更多错误码。
