Environments

List Compute Environments

get

findComputeEnvironment

Authorizations
Responses
200
OK
*/*
get
GET /itcare/compute/environments HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "name": "text",
    "types": [
      {
        "name": "text"
      }
    ]
  }
]

Last updated