GET /v1/environments
On this page:
Retrieve a list of all environments the node classifier knows about at the time of the request.
Request format
When Forming node classifier API requests to this endpoint, the
request is a basic GET call with authentication.
Response format
A successful response is a JSON array of objects. Each object uses these keys to describe an environment:
| Key | Definition |
|---|---|
name
|
The name of the environment, as a string. |
sync_succeeded
|
A Boolean indicating whether the environment synced successfully during the last class synchronization. |






