InlineNsxIntelligenceCommonAgentHostConfigurationInfo1
InlineNsxIntelligenceCommonAgentHostConfigurationInfo1
JSON Example
{
"kafka_endpoint": [
{
"address": "string",
"port": 0
}
],
"kafka_certificate": "string",
"ingress_endpoint": [
"NsxIntelligenceCommonAgentEndpointInfo Object"
],
"ingress_certificate": "string",
"truststore": "string",
"private_ip_range": [
{
"address_type": "string",
"address": "string",
"prefix_length": 0
}
],
"nsx_cluster_id": "string",
"site_id": "string"
}
kafka_endpoint
Optional
List of NSX Application Platform broker endpoints that host nodes contact initially.
string
kafka_certificate
Optional
A Kafka broker certificate to verify the identity of brokers.
ingress_endpoint
Optional
List of NSX Application Platform ingress endpoints that host nodes contact initially.
string
ingress_certificate
Optional
A ingress certificate to verify the identity of brokers.
string
truststore
Optional
A truststore to establish the trust between NSX and NSX Application Platform.
private_ip_range
Optional
List of private IP prefix that NSX Application Platform Common Agent network flow is collected from.
string
nsx_cluster_id
Optional
Cluster id of the NSX Manager cluster.
string
site_id
Optional
Site id of the local manager.