Retrieves a list of services for baseUrl and apiKey
POST/v1/clouds/coxedge/services
Retrieves a list of services for baseUrl and apiKey
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
 
Body
required
Request payload to get CoxEdge services
apiBaseUrlstring
CoxEdge baseUrl - for api calls
apiKeystring
CoxEdge ApiKey - secret for api calls
Responses
- 200
 
(empty)
- 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...