All Products
Search
Document Center

Security Center:ListHoneypot

Last Updated:Jul 23, 2024

Queries the information about honeypots.

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
HoneypotNamestringNo

The name of the honeypot.

mx-rouyi
NodeNamestringNo

The name of the management node.

honeypot_master
NodeIdstringNo

The ID of the management node.

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

The IDs of the honeypots.

stringNo

The ID of the honeypot.

76c2a1c72ef259777d96d55a7834e5f5d98f85666c49f76ad9caa447d8b7****
CurrentPageintegerNo

The number of the page to return.

1
PageSizeintegerNo

The number of entries to return on each page.

20

Response parameters

ParameterTypeDescriptionExample
object

PageResult

Listarray<object>

An array that consists of the information about the honeypots.

object
HoneypotIdstring

The ID of the honeypot.

76c2a1c72ef259777d96d55a7834e5f5d98f85666c49f76ad9caa447d8b7****
HoneypotNamestring

The name of the honeypot.

mx-rouyi
ControlNodeNamestring

The name of the management node.

0804-pre
HoneypotImageNamestring

The name of the honeypot image.

tcp_proxy
PresetIdstring

The ID of the custom configuration for the honeypot.

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

An array that consists of the status information about the honeypot.

string

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 honeypot image.

MongoDB
NodeIdstring

The ID of the management node.

c94eff5b-ea48-4805-8b7f-e04d3509b117
HoneypotImageIdstring

The ID of the honeypot image.

sha256:eca5ced3757e46c24701e9ced4e652f2d730262d5685a4e001da22c4fb418fd4
PageInfoobject

The pagination information.

CurrentPageinteger

The page number of the returned page.

1
PageSizeinteger

The number of entries returned per page.

20
TotalCountinteger

The total number of entries returned.

69
Countinteger

The number of entries returned on the current page.

2
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.

C80AFF1F-CC20-502C-A4D4-F5433E529B69
HttpStatusCodeinteger

The HTTP status code returned.

200

Examples

Sample success responses

JSONformat

{
  "List": [
    {
      "HoneypotId": "76c2a1c72ef259777d96d55a7834e5f5d98f85666c49f76ad9caa447d8b7****",
      "HoneypotName": "mx-rouyi",
      "ControlNodeName": "0804-pre",
      "HoneypotImageName": "tcp_proxy",
      "PresetId": "a882e590-b87b-45a6-87b9-d0a3e5a0****",
      "State": [
        "running"
      ],
      "HoneypotImageDisplayName": "MongoDB",
      "NodeId": "c94eff5b-ea48-4805-8b7f-e04d3509b117",
      "HoneypotImageId": "sha256:eca5ced3757e46c24701e9ced4e652f2d730262d5685a4e001da22c4fb418fd4"
    }
  ],
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 69,
    "Count": 2
  },
  "Success": true,
  "Code": "200",
  "Message": "successful",
  "RequestId": "C80AFF1F-CC20-502C-A4D4-F5433E529B69",
  "HttpStatusCode": 200
}

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