更新指定的蜜罐管理节点。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-sas:UpdateHoneypotNode |
update |
*HoneypotNode
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| NodeName |
string |
是 |
管理节点名称。 |
HoneypotNodeTest |
| NodeId |
string |
是 |
管理节点 ID。 说明
调用 ListHoneypotNode 接口可以获取该参数。 |
67ab3f4c-3db5-4fc3-b51f-00f8bfabfa08 |
| SecurityGroupProbeIpList |
array |
否 |
放行网段集合。 |
|
|
string |
否 |
放行网段。 |
10.0.0.0/24 |
|
| AvailableProbeNum |
integer |
是 |
可用探针数量。 |
20 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
请求返回数据。 |
||
| Success |
boolean |
接口调用是否成功。取值:
|
true |
| Code |
string |
结果代码,200 表示成功,若为别的值则表示失败,调用方可根据此字段判断失败原因。 |
200 |
| Message |
string |
接口请求返回的信息 |
successful |
| RequestId |
string |
本次调用请求的 ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。 |
753D92B3-A062-544F-8E7B-C813AA9FA9FC |
| HttpStatusCode |
integer |
请求数据结果的 HTTP 状态码。 |
200 |
示例
正常返回示例
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. | |
| 500 | ServerError | Service error, please try again later. | |
| 403 | NoPermission | caller has no permission |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。