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
Responses
- 200
List of CoxEdge services
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
services
object[]
required
codestring
CoxEdge service code
idstring
CoxEdge service id
namestring
CoxEdge service name
{
"services": [
{
"code": "string",
"id": "string",
"name": "string"
}
]
}
Loading...