Skip to main content
Version: latest

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

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

List of CoxEdge environments

Schema

    environments

    object[]

    required

  • Array [

  • idstring

    CoxEdge environment id

    isDeletedboolean

    CoxEdge environment state

    namestring

    CoxEdge environment name

  • ]

Loading...