Retrieves a list of environments for the specified account
GET/v1/clouds/coxedge/environments
Retrieves a list of environments for the specified account
Request
Query Parameters
cloudAccountUid stringrequired
Uid for the specific CoxEdge cloud account
organizationId string
OrganizationId for the specific CoxEdge account
Responses
- 200
 
List of CoxEdge environments
- application/json
 
- Schema
 - Example (from schema)
 
Schema
Array [
]
environments
object[]
required
idstring
CoxEdge environment id
isDeletedboolean
CoxEdge environment state
namestring
CoxEdge environment name
{
  "environments": [
    {
      "id": "string",
      "isDeleted": true,
      "name": "string"
    }
  ]
}
Loading...