Skip to content

Commit 28ae7bc

Browse files
committed
docs: adding response for Get environments
1 parent e64f878 commit 28ae7bc

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/API.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,32 @@ curl https://shuffler.io/api/v1/getenvironments -H "Authorization: Bearer APIKEY
988988

989989
Ps: 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
9931019
Below are the endpoints related to organization/tenant creation, editing, listing and more.

0 commit comments

Comments
 (0)