NSXTManagerDataSourceRequest

NSXTManagerDataSourceRequest
NSXTManagerDataSourceRequest
AllOf
This class requires all of the following:
JSON Example
{
    "ip": "192.168.10.1",
    "fqdn": "your.domain.com",
    "proxy_id": "1000:104:12313412",
    "nickname": "vc1",
    "enabled": false,
    "notes": "Located in DC1",
    "credentials": {
        "username": "readonly",
        "password": "VMware1!"
    },
    "ipfix_enabled": true,
    "latency_enabled": true,
    "cloud_provider_type": "string",
    "cred_type": "string",
    "client_certificate": "string",
    "client_private_key": "string",
    "ds_sub_type": "string",
    "tags": [
        {
            "tag_key": "true",
            "tag_value": "true"
        }
    ],
    "enable_ds_associated_tags": false
}