All Products
Search
Document Center

Security Center:ListHoneypotProbeUuid

Last Updated:Feb 20, 2024

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
ControlNodeIdstringNo

The ID of the management node.

Note You can call the ListHoneypotNode operation to obtain the ID.
a882e590-b87b-45a6-87b9-d0a3e5a0****
ProbeTypestringNo

The type of the probe. Valid values:

  • host_probe: host probe
  • vpc_black_hole_probe: virtual private cloud (VPC) probe
host_probe
LangstringNo

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

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

Dataarray

The resources of the probe.

string

The resource ID of the probe.

28c2de29-302f-49e9-99ee-90d5ca63321a
Countinteger

The total number of entries returned.

10
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
Codestring

The response code. 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 returned message.

successful
RequestIdstring

The request ID.

32C9C2A6-B837-538E-921B-90746CB*****
HttpStatusCodeinteger

The HTTP status code returned.

200

Examples

Sample success responses

JSONformat

{
  "Data": [
    "28c2de29-302f-49e9-99ee-90d5ca63321a"
  ],
  "Count": 10,
  "Success": true,
  "Code": "200",
  "Message": "successful",
  "RequestId": "32C9C2A6-B837-538E-921B-90746CB*****",
  "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.