NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
VrniStreamingGlobalCollector (schema)
NSX global configs for VRNI_STREAMING global collector
vRNI streaming collector collects the system metrics to
Vmware vRNI Streaming platform for network monitoring and analytics.
Name | Description | Type | Notes |
---|---|---|---|
collector_ip | IP address for the global collector collector IP address for the global collector. |
IPAddress | Required |
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 VrniStreamingGlobalCollector | GlobalCollectorType | Required |
password | The password of global collector The password of global collector, The value can be upper and lower case letters and numbers only. The max length is 20. |
secure_string | Required Maximum length: 20 |
root_certificate | The root certificate of global collector The root certificate of global collector. |
string | Required |
username | The username of global collector The username of global collector. The value contains only non-whitespace characters. The max length is 20. |
string | Required Maximum length: 20 Pattern: "^\S+$" |