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

Add VeloCloud Datasource

Description

Add a VMware SD-WAN by VeloCloud data source

Request

Request

URL

URL


post
https://vrni.example.com/api/ni/data-sources/velocloud
Copy

Request Body

Request Body

VeloCloudDataSourceRequest of type(s) application/json Optional
{
    "nickname": "vc1",
    "proxy_id": "1000:901:12313412"
}
credentials Required

string
nickname Required

A friendly nickname for the data source


string
proxy_id Required

ID of Collector VM which should register this vcenter


boolean
enabled Optional

Whether or not data collection is enabled


string
notes Optional

Room for notes or comments about the data source


string
url Optional

URL of data source


string
web_proxy_id Optional

Identifier of web proxy to be used for connection. If not given or empty, any web proxy used earlier will be cleared

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

201 Created

Returns VeloCloudDataSource of type(s) application/json
This response body class contains all of the following: BaseDataSource, InlineVeloCloudDataSource1
Errors

Errors

ApiError
400

Bad Request


401

Unauthorized


403

Forbidden


500

Internal Error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"nickname":"vc1","notes":"Located in DC1","proxy_id":"1000:901:12313412","url":"https://192.168.10.1 or https://your.domain.com"}' https://vrni.example.com/api/ni/data-sources/velocloud


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

Was this page helpful?