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

Get Data Collection Transport Node Cluster List

Description

Get transport node cluster data collection configuration list.

Request

Request

URL

URL


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

Query Parameters

Query Parameters

string
cluster_type Required

Type of the cluster. We support HOST_CLUSTER type.

Possible values are: HOST_CLUSTER


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 clusters 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 clusters based on a search text.


boolean
sort_ascending Optional

If true, results are sorted in ascending order


string
sort_by Optional

Field by which records are sorted


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 DataCollectionTransportNodeClusterConfigList of type(s) application/json

Retrieval of transport node clusters list based on query parameters completed successfully.

This response body class contains all of the following: ListResult, InlineDataCollectionTransportNodeClusterConfigList1
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/clusters?cluster_type=string


Feedback

Was this page helpful?