NSX-T Data Center REST API
Patch NSX-Intelligence host configuration (Deprecated)
Deprecated - Please use the intelligence API /napp/api/v1/intelligence/data-collection/host-configinstead, after installing NSX Intelligence.
Patch the current NSX-Intelligence host configuration.
Return error if NSX-Intelligence is not registered with NSX.
Request:
Method:
PATCH
URI Path(s):
/api/v1/intelligence/host-config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
IntelligenceHostConfigurationInfo+
Example Request:
PATCH https://<nsx-mgr>/napp/api/v1/intelligence/data-collection/host-config { "flow_data_collection_interval": 2, "context_data_collection_interval": 2 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IntelligenceHostConfigurationInfo+