curl --request GET \
--url https://api.gputrader.io/v1/environments \
--header 'X-API-Key: <api-key>'
[
{
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"orgId": "<string>",
"userId": "<string>",
"envId": "<string>",
"pEnvId": 123,
"pEdgeKey": "<string>",
"systemData": {},
"isCompliant": true,
"failedComplianceReason": "<string>",
"initState": {},
"hold": {},
"listing": {},
"apiKey": "<string>",
"heartbeat": {},
"isSeed": true
}
]
Retrieve a list of all environments
curl --request GET \
--url https://api.gputrader.io/v1/environments \
--header 'X-API-Key: <api-key>'
[
{
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"orgId": "<string>",
"userId": "<string>",
"envId": "<string>",
"pEnvId": 123,
"pEdgeKey": "<string>",
"systemData": {},
"isCompliant": true,
"failedComplianceReason": "<string>",
"initState": {},
"hold": {},
"listing": {},
"apiKey": "<string>",
"heartbeat": {},
"isSeed": true
}
]
Successfully retrieved environments
The response is of type object[]
.