NsxIntelligenceCommonAgentHostConfigurationInfo

NsxIntelligenceCommonAgentHostConfigurationInfo
NSX Application Platform Common Agent host configuration

NSX Application Platform Common Agent configuration that can be applied to host nodes.

JSON Example
{
    "_self": {},
    "_links": [
        {
            "href": "string",
            "action": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_revision": 0,
    "resource_type": "string",
    "_create_user": "string",
    "_create_time": 0,
    "_last_modified_user": "string",
    "_last_modified_time": 0,
    "_system_owned": false,
    "_protection": "string",
    "id": "string",
    "display_name": "string",
    "description": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "kafka_endpoint": [
        {
            "address": "string",
            "port": 0
        }
    ],
    "kafka_certificate": "string",
    "ingress_endpoint": [
        {
            "address": "string",
            "port": 0
        }
    ],
    "ingress_certificate": "string",
    "truststore": "string",
    "private_ip_range": [
        {
            "address_type": "string",
            "address": "string",
            "prefix_length": 0
        }
    ],
    "nsx_cluster_id": "string",
    "site_id": "string"
}