KubernetesDataSource
Properties
boolean
enabled
Optional
Whether or not data collection is enabled
string
entity_id
Optional
Internal ID of data source, to be used in subsequent API calls
string
fqdn
Optional
Hostname of data source (use either IP or FQDN, not both)
string
ip
Optional
IP address of data source (use either IP or FQDN, not both)
string
manager_id
Optional
Associated NSX-T data source entity ID
string
nickname
Optional
A friendly nickname for the data source
string
notes
Optional
Room for notes or comments about the data source
string
proxy_id
Optional
ID of Collector VM which should register this vcenter
Parameter To
Update Kubernetes Cluster
Update OpenShift Cluster
Returned By
Add Kubernetes Datasource
Get Kubernetes Cluster
Update Kubernetes Cluster
Add OpenShift Datasource
Get OpenShift Cluster
Update OpenShift Cluster
Extends
ContainerBaseDataSource
JSON Example
{
"credentials": {
"kubeconfig": "v1 | "
},
"enabled": false,
"entity_id": "string",
"entity_type": "enum",
"fqdn": "your.domain.com",
"ip": "192.168.10.1",
"manager_id": "192.168.10.1",
"nickname": "vc1",
"notes": "Located in DC1",
"proxy_id": "1000:104:12313412"
}