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

Get All

Description

List Data Sources added to vRNI Filters can be applied on enabled, NI Collector and problem Few examples of filter clause

  • problem = ‘Data Source Identity Information Change’
  • problem = ‘Invalid credentials’
  • problem = ‘Data Source is not reachable’
  • Enabled = ‘false’
  • NI Collector = ‘NI-Collector_10.79.197.35’

Few examples of order_by clause

  • NI Collector
  • entity_type

Request

Request

URL

URL


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

Query Parameters

Query Parameters

string
cursor Optional

Cursor from previous response


string
filter Optional

A filter expression is a predicate expression (similar to SQL where clause) used to define the search criteria


string
order_by Optional

order by


boolean
show_certficates Optional

show certificates and thumbprint


number
size Optional

Page size of results


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns PagedDataSourceListResponse of type(s) application/json
{
    "cursor": "MTA=",
    "total_count": 1102
}
string
cursor Optional

Cursor for the next page


array of BaseDataSource
results Optional

Array of Data source configurations


integer
total_count Optional

Total number of objects in the system, despite the page limit

Errors

Errors

ApiError
400

Bad Request


401

Unauthorized


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/data-sources


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

Was this page helpful?