Queries the information about available honeypot templates.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
NodeId | string | No | The ID of the management node to which the honeypot is deployed. | 4341018b-8e01-43f6-b1d2-af29a2a4**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"Data": [
{
"HoneypotImageName": "ruoyi",
"HoneypotImageDisplayName": "RuoYi",
"HoneypotImageId": "sha256:007095d6de9c7a343e9fc1f74a7efc9c5de9d5454789d2fa505a1b3fc62****",
"HoneypotImageVersion": "1.0.2",
"HoneypotImageType": "Web",
"Proto": "tcp",
"ServicePort": "27017.0",
"Multiports": "[{\"log_type\":\"web\",\"proto\":\"tcp\",\"description\":\"webServerPort\",\"ports\":[80.0],\"port_str\":\"80\",\"type\":\"web\"}]",
"Template": "{}"
}
],
"Count": 22,
"Success": true,
"Code": "200",
"Message": "successful",
"RequestId": "6C24D883-984D-52FD-BB66-5F89F86E4837",
"HttpStatusCode": 200
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.