All Products
Search
Document Center

Security Center:ListHoneypotProbe

Last Updated:Feb 20, 2024

Queries probes.

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

Request parameters

ParameterTypeRequiredDescriptionExample
ProbeStatusstringNo

The status of the probe. Valid values:

  • installed: installed
  • install_failed: installation failed
  • online: online
  • offline: offline
  • unnormal: abnormal
  • unprobe: unauthorized
  • uninstalling: being uninstalled
  • uninstalled: uninstalled
  • uninstall_failed: uninstallation failed
  • not_exist: not installed
online
DisplayNamestringNo

The name of the probe.

probe-test
ProbeTypestringNo

The type of the probe. Valid values:

  • host_probe: host probe
  • vpc_black_hole_probe: VPC probe
host_probe
LangstringNo

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

  • zh: Chinese
  • en: English
en
CurrentPageintegerNo

The number of the page to return. Pages start from page 1. Default value: 1.

1
PageSizeintegerNo

The number of entries to return on each page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.

Note We recommend that you do not leave this parameter empty.
20

Response parameters

ParameterTypeDescriptionExample
object

The returned data.

Listobject []

An array that consists of the details about the probe.

ProbeIdstring

The ID of the probe.

4d167bb3-dd09-4a6a-a179-d5d6a5b0****
ProbeTypestring

The type of the probe. Valid values:

  • host_probe: host probe
  • vpc_black_hole_probe: VPC probe
host_probe
ProbeVersionstring

The version of the probe.

18060096
DisplayNamestring

The name of the probe.

prod-pinpoint-hd1b
OsTypestring

The operating system of the server on which the probe is deployed. Valid values:

  • windows
  • linux
windows
HostIpstring

The IP address of the server on which the probe is installed.

33.53.XX.XX
ControlNodeobject

The information about the management node.

NodeIdstring

The ID of the node.

8ec9da17-c0e7-4642-aad6-defc9722****
NodeNamestring

The name of the node.

HoneypotNode1
EcsInstanceIdstring

The ID of the Elastic Compute Service (ECS) instance.

i-uf6eq0rlvu1mkh0p****
DeployTimelong

The time when the probe was deployed.

1669363825000
Statusstring

The status of the probe. Valid values:

  • installed: installed
  • install_failed: installation failed
  • online: online
  • offline: offline
  • unnormal: abnormal
  • unprobe: unauthorized
  • uninstalling: being uninstalled
  • uninstalled: uninstalled
  • uninstall_failed: uninstallation failed
  • not_exist: not installed
online
Uuidstring

The UUID of the server to which the host probe is deployed.

49e25e0f-bb51-4a5a-a1b3-13a4ddaa****
VpcIdstring

The ID of the VPC in which the VPC probe is deployed.

vpc-5gu8iu68w9b472jbb****
PageInfoobject

The pagination information.

CurrentPageinteger

The page number of the returned page.

1
PageSizeinteger

The number of entries returned per page. Default value: 20.

20
TotalCountinteger

The total number of entries returned.

30
Countinteger

The number of entries returned on the current page.

20
Successboolean

Indicates whether the request was successful. Valid values:

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

The status code that is 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 message returned.

successful
RequestIdstring

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

4BC9E610-21BE-537F-82EF-144A60D5A970
HttpStatusCodeinteger

The HTTP status code that is returned.

200

Examples

Sample success responses

JSONformat

{
  "List": [
    {
      "ProbeId": "4d167bb3-dd09-4a6a-a179-d5d6a5b0****",
      "ProbeType": "host_probe",
      "ProbeVersion": "18060096",
      "DisplayName": "prod-pinpoint-hd1b ",
      "OsType": "windows",
      "HostIp": "33.53.XX.XX",
      "ControlNode": {
        "NodeId": "8ec9da17-c0e7-4642-aad6-defc9722****",
        "NodeName": "HoneypotNode1",
        "EcsInstanceId": "i-uf6eq0rlvu1mkh0p****"
      },
      "DeployTime": 1669363825000,
      "Status": "online",
      "Uuid": "49e25e0f-bb51-4a5a-a1b3-13a4ddaa****",
      "VpcId": "vpc-5gu8iu68w9b472jbb****"
    }
  ],
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 30,
    "Count": 20
  },
  "Success": true,
  "Code": "200",
  "Message": "successful",
  "RequestId": "4BC9E610-21BE-537F-82EF-144A60D5A970",
  "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