[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Update NSX-v Controller Cluster

Description

Update NSX-v Controller Cluster details

Request

Request

URL

URL


put
https://vrni.example.com/api/ni/data-sources/nsxv-managers/{id}/controller-cluster
Copy

Path Parameters

Path Parameters

string
id Required

The Entity ID of object requestion information on


Request Body

Request Body

NSXControllerDataCollection of type(s) application/json Optional
{
	"controller_password": "string",
	"enabled": false
}
string
controller_password Optional

Controller Password


boolean
enabled Optional

Whether or not to collect data from the NSX-v Controller Cluster

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns NSXControllerDataCollection of type(s) application/json
{
	"controller_password": "string",
	"enabled": false
}
string
controller_password Optional

Controller Password


boolean
enabled Optional

Whether or not to collect data from the NSX-v Controller Cluster

Errors

Errors

ApiError
400

Bad Request


401

Unauthorized


403

Forbidden


404

Not Found


500

Internal Error

Code Samples

Code Samples

cURL Command

curl -X PUT -H "Content-Type: application/json" -d '{"controller_password":"string","enabled":false}' https://vrni.example.com/api/ni/data-sources/nsxv-managers/{id}/controller-cluster


[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Data Sources Operations
Feedback

Was this page helpful?