[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Get Metrics Data Collection
DescriptionGet current metrics data collection flag information.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://api_host/napp/api/v1/metrics/data-collection
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
DataCollection
of type(s) application/json
{
"metrics_toggle_nsx": false,
"metrics_toggle_nsx_cloud_native": false,
"metrics_toggle_nsx_config": false
}
boolean
metrics_toggle_nsx
Optional
Boolean to indicate if metrics is enabled/disabled on NSX
boolean
metrics_toggle_nsx_cloud_native
Optional
Boolean to indicate if metrics is enabled/disabled for all NAPP related metrics
boolean
metrics_toggle_nsx_config
Optional
Boolean to indicate if NSX configuration streaming is enabled/disabled from NSX to NAPP metrics service.
Errors
400
Invalid Input was provided for this request. Please check the API documentation.
Code Samples
cURL Command
curl https://api_host/napp/api/v1/metrics/data-collection
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
On This Page
Metrics Operations
post
post
post