API Description | API Path |
---|---|
Get NSX-Intelligence host configurationDeprecated - Please use the intelligence API /napp/api/v1/intelligence/data-collection/host-config instead, after installing NSX Intelligence. Get the current NSX-Intelligence host configuration. Recommend to keep the value same for flow_data_collection_interval and context_data_collection_interval. |
GET /api/v1/intelligence/host-config
(Deprecated)
|
Patch NSX-Intelligence host configurationDeprecated - Please use the intelligence API /napp/api/v1/intelligence/data-collection/host-config instead, after installing NSX Intelligence. Patch the current NSX-Intelligence host configuration. Return error if NSX-Intelligence is not registered with NSX. |
PATCH /api/v1/intelligence/host-config
(Deprecated)
|
Reset NSX-Intelligence host configurationDeprecated - Please use the intelligence API /napp/api/v1/intelligence/data-collection/host-config?action=reset instead, after installing NSX Intelligence. Reset NSX-Intelligence host configuration to the default setting. Clear NSX-Intelligence host configuration if NSX-Intelligence is not registered with NSX. Return the NSX-Intelligence host configuration after reset operation. |
POST /api/v1/intelligence/host-config?action=reset
(Deprecated)
|