Updates a specified honeypot management node.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:UpdateHoneypotNode |
update |
*HoneypotNode
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NodeName |
string |
Yes |
The name of the management node. |
HoneypotNodeTest |
| NodeId |
string |
Yes |
The ID of the management node. Note
You can call the ListHoneypotNode operation to obtain this parameter. |
67ab3f4c-3db5-4fc3-b51f-00f8bfabfa08 |
| SecurityGroupProbeIpList |
array |
No |
The collection of allowed CIDR blocks. |
|
|
string |
No |
The allowed CIDR block. |
10.0.0.0/24 |
|
| AvailableProbeNum |
integer |
Yes |
The number of available probes. |
20 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| Success |
boolean |
Indicates whether the call was successful. Valid values:
|
true |
| Code |
string |
The result code. A value of 200 indicates success. Any other value indicates failure. You can use this field to determine the cause of the failure. |
200 |
| Message |
string |
The response message. |
successful |
| RequestId |
string |
The request ID, which is a unique identifier generated by Alibaba Cloud for the request. You can use this ID to troubleshoot issues. |
753D92B3-A062-544F-8E7B-C813AA9FA9FC |
| HttpStatusCode |
integer |
The HTTP status code of the request result. |
200 |
Examples
Success response
JSON format
{
"Success": true,
"Code": "200",
"Message": "successful",
"RequestId": "753D92B3-A062-544F-8E7B-C813AA9FA9FC",
"HttpStatusCode": 200
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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 |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.