All Products
Search
Document Center

Security Center:ResetHoneypot

Last Updated:Nov 14, 2024

Resets a honeypot.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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:ResetHoneypotupdate
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
HoneypotIdstringYes

The ID of the honeypot.

Note You can call the ListHoneypot operation to query the IDs of honeypots.
945607c2ae2a1a737c04599d6608065688bfc6048d9b9d306ce8dc8191c*****
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

The data returned.

Dataobject

The information about the honeypot.

HoneypotIdstring

The ID of the honeypot.

9bf8cd373112263d4bc102fc5dba9d9f812ee05d4d35c487d330d52e937f****
HoneypotNamestring

The custom name of the honeypot.

ruoyi
ControlNodeNamestring

The name of the management node to which the honeypot belongs.

managerNodename
HoneypotImageNamestring

The name of the image that is used for the honeypot.

ruoyi
PresetIdstring

The ID of the custom configuration for the honeypot.

868a7579-00b5-4a74-999d-8bd3f411****
Statearray

The statuses of the honeypots.

Statestring

The status of the honeypot. Valid values:

  • starting: enabling
  • running: normal
  • exited: disabled
  • upgrade: updating
  • deleting: deleting
  • resetting: resetting
  • created: created
  • stopping: stopping
running
HoneypotImageDisplayNamestring

The display name of the image.

RuoYi
NodeIdstring

The ID of the management node.

a882e590-b87b-45a6-87b9-d0a3e5a0****
RequestIdstring

The request ID.

A57C711B-AA15-55B2-8F61-4D09CEXXXXX

Examples

Sample success responses

JSONformat

{
  "Data": {
    "HoneypotId": "9bf8cd373112263d4bc102fc5dba9d9f812ee05d4d35c487d330d52e937f****",
    "HoneypotName": "ruoyi",
    "ControlNodeName": "managerNodename",
    "HoneypotImageName": "ruoyi",
    "PresetId": "868a7579-00b5-4a74-999d-8bd3f411****",
    "State": [
      "running"
    ],
    "HoneypotImageDisplayName": "RuoYi",
    "NodeId": "a882e590-b87b-45a6-87b9-d0a3e5a0****"
  },
  "RequestId": "A57C711B-AA15-55B2-8F61-4D09CEXXXXX"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

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

Change history

Change timeSummary of changesOperation
No change history