Skip to main content
Version: latest

Retrieves a list of services for the specified account

GET 

/v1/clouds/coxedge/services

Retrieves a list of services 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 services

Schema

    services

    object[]

    required

  • Array [

  • codestring

    CoxEdge service code

    idstring

    CoxEdge service id

    namestring

    CoxEdge service name

  • ]

Loading...