SyslogServerInfoDrResponseEntity

SyslogServerInfoDrResponseEntity
SyslogServerInfoDrResponseEntity

Information about syslog server.

AllOf
This class requires all of the following:
JSON Example
{
    "host": "string",
    "port": 0,
    "protocol": "string",
    "_meta": {
        "errors": [
            {
                "code": "string",
                "message": "string",
                "field": "string"
            }
        ]
    }
}
_meta
Optional

Response meta data. Contains data about the response payload data.