curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&_sid=<api-key>'{
"success": true,
"data": {
"hostname": "string",
"interfaces": [
{
"id": "string",
"ip": "string",
"type": "string"
}
],
"rule": {
"description": {
"description_format": "string",
"description_params": [
"string"
],
"description_use_formatted": true
},
"id": "string",
"priority": 0,
"type": 0
},
"uptime": "string"
}
}