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

Add F5 BIG-IP

Description

Add a F5 BIG-IP Load Balancer as a data source

Request

Request

URL

URL


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

Request Body

Request Body

F5BIGIPDataSourceRequest of type(s) application/json Optional

Add a F5 BIG-IP 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: GDDataSourceRequest
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

201 Created

Returns F5BIGIPDataSource of type(s) application/json
This response body class contains all of the following: GDDataSource
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 '{}' https://vrni.example.com/api/ni/data-sources/f5-bigip


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

Was this page helpful?