[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Get Data Collection Transport Node List

Description

Get transport node data collection configuration list.

Request

Request

URL

URL


get
https://api_host/napp/api/v1/intelligence/data-collection/transport-nodes
Copy

Query Parameters

Query Parameters

string
cursor Optional

Opaque cursor to be used for getting next page of records (supplied by current result page)


boolean
enabled Optional

Flag determining whether to fetch hosts with data collection enabled or not.


integer
page_size Optional

Maximum number of results to return in this page (server may return fewer)


string
search_string Optional

Query data collection based on search text.


boolean
sort_ascending Optional

If true, results are sorted in ascending order


string
sort_by Optional

Field by which records are sorted


boolean
standalone Optional

Query data collection standalone.


string
transport_node_type Required

Type of the host transport node. We support HOST_NODE.

Possible values are: HOST_NODE


Authentication

Authentication

This operation uses the following authentication methods.



METHOD

network_op


METHOD

security_op


METHOD

auditor


Response

Response

Response Body

Response Body

200 OK

Returns DataCollectionTransportNodeConfigList of type(s) application/json

Retrieval of transport nodes based on query parameters completed successfully.

This response body class contains all of the following: ListResult, InlineDataCollectionTransportNodeConfigList1
Errors

Errors

400

Backend error. Please check the data collection pod for more information.

Code Samples

Code Samples

cURL Command

curl https://api_host/napp/api/v1/intelligence/data-collection/transport-nodes?transport_node_type=string


Feedback

Was this page helpful?