NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
VodapGlobalCollector (schema)
NSX global configs for VODAP global collector
VODAP collector is defined to export metrics to VCF-OPS
for monitoring and streaming analysis.
| Name | Description | Type | Notes |
|---|---|---|---|
| client_id | Client ID Client ID which is used to request token from vIDB. |
string | Required |
| client_secret | Client secret Client secret which is used to request token from vIDB. |
secure_string | Required |
| collector_fqdn | FQDN for the global collector FQDN for the global collector. Only VODAP_STREAMING collector config use this. Either FQDN or IP must be provided for a VODAP_STREAMING collector but not both or neither. |
string | |
| collector_port | Port for the global collector Port for the global collector. |
int | Required Minimum: 1 Maximum: 65535 |
| collector_type | Must be set to the value VodapGlobalCollector | GlobalCollectorType | Required |
| root_certificate | Root certificate for VODAP Root certificate which is used to verify certificate of VODAP. |
string | Required |
| tenant_name | Tenant name Tenant name which is used to request token from vIDB. |
string | Default: "" |
| vidb_certificate | Root certificate for vIDB Root certificate which is used to verify certificate of vIDB. |
string | Required |
| vidb_fqdn | FQDN of vIDB FQDN of vIDB for client to get token. |
string | Required |
| collector_ip | IP address for the global collector This property is deprecated and only should be used for VRNI, WAVE_FRONT and VRNI_STREAMING. Please use collector_fqdn for VODAP_STREAMING. IP address for the global collector. It must be provided in VRNI, WAVE_FRONT and VRNI_STREAMING collector config. |
IPAddress | Deprecated |