NSX-T Data Center REST API

Get NSX Application Platform Common Agent host configuration

Get the current NSX Application Platform Common Agent host configuration.
Recommend to keep the value same for flow_data_collection_interval
and context_data_collection_interval.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/napp/common-agent/host-config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
CommonAgentHostConfigurationInfo+

Example Response:

{ "kafka_endpoint": [ { "address": "127.0.0.1", "port": 9092 } ], "kafka_certificate": "pem-encoded-cert-value", "ingress_endpoint": [ { "address": "127.0.0.1", "port": 9092 } ], "ingress_certificate": "pem-encoded-cert-value", "truststore": "pem-encoded-cert-value", "nsx_cluster_id": "cluster-id-string", "private_ip_range": [ { "address_type": "IPV4", "address": "10.0.0.0", "prefix_length": 8 }, { "address_type": "IPV4", "address": "172.16.0.0", "prefix_length": 12 }, { "address_type": "IPV4", "address": "192.168.0.0", "prefix_length": 16 } ], }

Required Permissions:

read

Feature:

policy_napp

Additional Errors: