File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -988,6 +988,32 @@ curl https://shuffler.io/api/v1/getenvironments -H "Authorization: Bearer APIKEY
988988
989989Ps: If you want to get the environments of another org, Please add in the Org-Id: {Org-Id} header.
990990
991+ It would return something like this:
992+ ``` bash
993+ [{
994+ " Name" : " example" ,
995+ " Type" : " onprem" ,
996+ " Registered" : false,
997+ " default" : false,
998+ " archived" : true,
999+ " id" : " {ID}" ,
1000+ " org_id" : " {ID}" ,
1001+ " created" : 1710253304,
1002+ " edited" : 1750766926,
1003+ " checkin" : 1716270170,
1004+ " running_ip" : " " ,
1005+ " auth" : " {AUTH}" ,
1006+ " queue" : 1,
1007+ " orborus_uuid" : " " ,
1008+ " licensed" : false,
1009+ " run_type" : " docker" ,
1010+ " data_lake" : {
1011+ " enabled" : false,
1012+ " pipelines" : null
1013+ },
1014+ " suborg_distribution" : null
1015+ }]
1016+ ```
9911017
9921018## Organizations
9931019Below are the endpoints related to organization/tenant creation, editing, listing and more.
You can’t perform that action at this time.
0 commit comments