Queries honeypot management node information.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListHoneypotNode |
get |
*HoneypotNode
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NodeName |
string |
No |
The name of the management node. |
cyct_cnymu |
| NodeId |
string |
No |
The ID of the management node. |
7d110ca6-05ee-4149-8042-13ad1a41fd**** |
| CurrentPage |
integer |
No |
Page number to return. |
1 |
| PageSize |
integer |
No |
Number of entries per page. |
20 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
PageResult |
||
| HoneypotNodeList |
array<object> |
Information about management nodes. |
|
|
object |
|||
| NodeId |
string |
The ID of the management node. |
7d110ca6-05ee-4149-8042-13ad1a41fd**** |
| NodeName |
string |
The name of the management node. |
cyct_cnymu |
| HoneypotTotalCount |
integer |
Maximum number of deployable honeypots. |
10 |
| HoneypotUsedCount |
integer |
Number of deployed honeypots. |
2 |
| ProbeTotalCount |
integer |
Maximum number of deployable probes. |
5 |
| ProbeUsedCount |
integer |
Number of deployed probes. |
2 |
| TotalStatus |
integer |
Node status. Valid values:
|
1 |
| EcsInstanceId |
string |
ECS instance ID. |
i-bp1fs3qsc1msa3512k**** |
| CreateTime |
string |
Time when the node was created. |
2022-08-04 15:52:56 |
| SecurityGroupProbeIpList |
array |
CIDR blocks allowed to access the node. |
|
|
string |
Allowed CIDR block. |
0.0.0.0/0 |
|
| AllowHoneypotAccessInternet |
boolean |
Whether honeypots can access the Internet. Valid values:
|
true |
| DefaultNode |
boolean |
Whether this is the default node. Default value: false. Valid values:
|
false |
| NodeIp |
string |
IP address of the node. |
119.180.XX.XX |
| UpgradeAvailable |
boolean |
Whether the node can be upgraded. Valid values:
|
true |
| PageInfo |
object |
Pagination details. |
|
| CurrentPage |
integer |
Page number. |
1 |
| PageSize |
integer |
Entries per page. |
20 |
| TotalCount |
integer |
Total entries. |
149 |
| Count |
integer |
Entries on the current page. |
2 |
| Success |
boolean |
Whether the request succeeded. Valid values:
|
true |
| Code |
string |
Status code. 200 indicates success. |
200 |
| Message |
string |
Error message. |
successful |
| RequestId |
string |
Request ID for troubleshooting. |
337BEA70-B03D-5370-8420-436F3FCD9924 |
| HttpStatusCode |
integer |
HTTP status code. |
200 |
Examples
Success response
JSON format
{
"HoneypotNodeList": [
{
"NodeId": "7d110ca6-05ee-4149-8042-13ad1a41fd****",
"NodeName": "cyct_cnymu",
"HoneypotTotalCount": 10,
"HoneypotUsedCount": 2,
"ProbeTotalCount": 5,
"ProbeUsedCount": 2,
"TotalStatus": 1,
"EcsInstanceId": "i-bp1fs3qsc1msa3512k****",
"CreateTime": "2022-08-04 15:52:56",
"SecurityGroupProbeIpList": [
"0.0.0.0/0"
],
"AllowHoneypotAccessInternet": true,
"DefaultNode": false,
"NodeIp": "119.180.XX.XX",
"UpgradeAvailable": true
}
],
"PageInfo": {
"CurrentPage": 1,
"PageSize": 20,
"TotalCount": 149,
"Count": 2
},
"Success": true,
"Code": "200",
"Message": "successful",
"RequestId": "337BEA70-B03D-5370-8420-436F3FCD9924",
"HttpStatusCode": 200
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.