[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Get Data Collection Status
DescriptionGet overall status of data collection.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://api_host/napp/api/v1/intelligence/data-collection/status
Authentication
This operation uses the following authentication methods.
METHOD
enterprise_admin
METHOD
security_engineer
METHOD
network_engineer
METHOD
network_op
METHOD
security_op
METHOD
auditor
Response
Response
Response BodyResponse Body
200 OK
Returns
DataCollectionStatus
of type(s) application/json
Retrieval of data collection status completed successfully.
{
"num_enabled_clusters": 0,
"num_enabled_hosts": 0
}
integer as int64
num_enabled_clusters
Optional
Number of clusters have data collection enabled.
integer as int64
num_enabled_hosts
Optional
Number of hosts have data collection enabled.
Errors
400
Backend error. Please check the data collection pod for more information.
Code Samples
cURL Command
curl https://api_host/napp/api/v1/intelligence/data-collection/status
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform