20 Aug 2020 07:01 AM - last edited on 25 May 2021 11:35 AM by MaciejNeumann
Hello everyone,
A simple question - how can I get a compact list of all environments registered with the DT cluster?
I just need just two lines per env - id, and the name of the env would be sufficient.
Solved! Go to Solution.
20 Aug 2020 09:36 AM
Irakli,
It’s fairly easy: take a look at Cluster V2 API - Environments endpoint
its all you exactly need
20 Aug 2020 03:00 PM
You can find the Cluster APIs under the Person Icon while on the CMC (Cluster Management Console) page if you are a cluster admin. If you aren't, you'll need to work with your admin to get a token and use a GET on the "/environments" endpoint.