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

Patch Data Collection Transport Node List

Description

Patch transport node data collection configuration list.

Request

Request

URL

URL


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

Request Body

Request Body

DataCollectionTransportNodeConfigList of type(s) application/json Required

Transport node data collection configuration list.

This request body class requires all of the following: ListResult, InlineDataCollectionTransportNodeConfigList1
Authentication

Authentication

This operation uses the following authentication methods.


Response

Response

Response Body

Response Body

200 OK

Returns DataCollectionTransportNodeConfigList of type(s) application/json

Patch operation on transport node list 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 -X PATCH -H "Content-Type: application/json" -d '{}' https://api_host/napp/api/v1/intelligence/data-collection/transport-nodes


Feedback

Was this page helpful?