Creates a management node.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
yundun-sas:CreateHoneypotNode | create |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
NodeName | string | Yes | The name of the management node. | manageNode |
AvailableProbeNum | integer | No | The number of available probes. | 20 |
AllowHoneypotAccessInternet | boolean | No | Specifies whether to allow honeypots to access the Internet. Valid values:
| true |
SecurityGroupProbeIpList | array | No | The CIDR blocks that are allowed to access the management node. | |
string | No | The CIDR block that is allowed to access the management node. | 0.0.0.0/0 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Success": true,
"Code": "200",
"Message": "successful",
"RequestId": "028CF634-5268-5660-9575-48C9ED6BF880",
"HttpStatusCode": 200,
"HoneypotNode": {
"NodeId": "37a15ff1-3475-4897-aa6c-f7fd9122****"
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParam | There was an error with your request. | An error occurred while processing your request. Try again later. |
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. | - |
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | Service error, please try again later. | - |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.