Skip to main content
Version: latest

Retrieves a list of environments for baseUrl and apiKey

POST 

/v1/clouds/coxedge/environments

Retrieves a list of environments for baseUrl and apiKey

Request

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

required

Request payload to get CoxEdge environments

    credentials

    object

    CoxEdge credentials to get organizations

    apiBaseUrlstring

    CoxEdge baseUrl - for api calls

    apiKeystring

    CoxEdge ApiKey - secret for api calls

    organizationIdstring

    CoxEdge organizationId

Responses

List of CoxEdge environments

Schema

    environments

    object[]

    required

  • Array [

  • idstring

    CoxEdge environment id

    isDeletedboolean

    CoxEdge environment state

    namestring

    CoxEdge environment name

  • ]

Loading...