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

Add HPVC Manager

Description

Add HPVC manager data source

Request

Request

URL

URL


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

Request Body

Request Body

HPVCManagerDataSourceRequest of type(s) application/json Optional

Add a HPVC Manager as datasource.

  • ’notes’ is an optional parameter.
  • ‘config_polling_interval_in_min’, ‘config_polling_interval_type’, ‘scheduled_config_polling_time’ and ‘scheduled_config_polling_days’ are not applicable as polling interval is not configurable for this datasource.

This request body class requires all of the following: SwitchDataSource
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

201 Created

Returns HPVCManagerDataSource of type(s) application/json
This response body class contains all of the following: SwitchDataSource
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 '{"certificate":"-----BEGIN CERTIFICATE----- ..etc..","config_polling_interval_in_min":"10","config_polling_interval_type":"PRESET","credentials":{"password":"VMware1!","username":"readonly"},"enabled":false,"entity_id":"string","entity_type":"CiscoSwitchDataSource","fqdn":"your.domain.com","ip":"192.168.10.1","new_certificate":"-----BEGIN CERTIFICATE----- ..etc..","new_sha_thumbprint":"13:37:46:1E:DB:70:65:80:B2:74:E5:78:25:E5:AD:39:14:53:69:18","nickname":"vc1","notes":"Located in DC1","proxy_id":"1000:104:12313412","scheduled_config_polling_days":"MONDAY,TUESDAY","scheduled_config_polling_time":"2:00","sha_thumbprint":"15:37:46:1E:DB:70:65:80:B2:74:E5:78:25:E5:AD:39:14:53:69:18"}' https://vrni.example.com/api/ni/data-sources/hpvc-managers


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

Was this page helpful?