All Products
Search
Document Center

Security Center:CreateHoneypotNode

Last Updated:Feb 20, 2024

Creates a management node.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:CreateHoneypotNodeWrite
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
NodeNamestringYes

The name of the management node.

manageNode
AvailableProbeNumintegerNo

The number of available probes.

20
AllowHoneypotAccessInternetbooleanNo

Specifies whether to allow honeypots to access the Internet. Valid values:

  • true: allows honeypots to access the Internet.
  • false: does not allow honeypots to access the Internet.
true
SecurityGroupProbeIpListarrayNo

The CIDR blocks that are allowed to access the management node.

stringNo

The CIDR block that is allowed to access the management node.

0.0.0.0/0

Response parameters

ParameterTypeDescriptionExample
object

BaseResult

Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
true
Codestring

The status code returned. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed. You can identify the cause of the failure based on the status code.

200
Messagestring

The error message returned.

successful
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

028CF634-5268-5660-9575-48C9ED6BF880
HttpStatusCodeinteger

The HTTP status code returned.

200
HoneypotNodeobject

The data returned.

NodeIdstring

The ID of the management node.

37a15ff1-3475-4897-aa6c-f7fd9122****

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError messageDescription
400InvalidParamThere was an error with your request.An error occurred while processing your request. Try again later.
400NeedBuyThis service shoule be purchased first.-
400AuthorizedProbeCannotReduceThe number of authorized probes cannot be reduced.-
400InvalidProbeNumInvalid number of probes.-
400ProbeNumInsufficientThe number of probes remaining is insufficient.-
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorService error, please try again later.-
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.