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

Get Data Collection Status

Description

Get overall status of data collection.

Request

Request

URL

URL


get
https://api_host/napp/api/v1/intelligence/data-collection/status
Copy

Authentication

Authentication

This operation uses the following authentication methods.



METHOD

network_op


METHOD

security_op


METHOD

auditor


Response

Response

Response Body

Response 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

Errors

400

Backend error. Please check the data collection pod for more information.

Code Samples

Code Samples

cURL Command

curl https://api_host/napp/api/v1/intelligence/data-collection/status


Feedback

Was this page helpful?