NodeSyslogExporterPropertiesListResult

NodeSyslogExporterPropertiesListResult
NodeSyslogExporterPropertiesListResult

Node syslog exporter list results

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "cursor": "string",
    "sort_ascending": false,
    "sort_by": "string",
    "result_count": 0,
    "results": [
        {
            "_self": {
                "action": "string",
                "href": "string",
                "rel": "string"
            },
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "port": 0,
            "facilities": [
                "string"
            ],
            "msgids": [
                "string"
            ],
            "protocol": "string",
            "exporter_name": "string",
            "level": "string",
            "structured_data": [
                "string"
            ],
            "tls_ca_pem": "string",
            "server": "string"
        }
    ]
}