Resource Types

List Compute Types Hierarchy

get
Authorizations
Query parameters
allbooleanOptional

true = display all technologies, false = display only technologies on which resources are available, example: false

cloudsintegerOptional
Responses
200
OK
*/*
get
GET /itcare/compute/resource-types HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "name": "text",
    "skipTechnology": true,
    "types": [
      {
        "description": "text",
        "disabled": true,
        "families": [
          {
            "description": "text",
            "name": "text",
            "weight": "text"
          }
        ],
        "inBetaMode": true,
        "name": "text",
        "releasedAt": "2025-07-09T20:51:31.269Z",
        "skipTechnology": true,
        "weight": 1
      }
    ],
    "weight": 1
  }
]

List Compute Types Hierarchy

get
Authorizations
Path parameters
typestringRequired

Type, example: LINUX, WINDOWS, SQLSERVER, APACHE_KAFKA

Query parameters
cloudsintegerOptional
Responses
200
OK
*/*
get
GET /itcare/compute/resource-types/{type}/technologies HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "backupPolicyType": "text",
    "category": "text",
    "categoryWeight": 1,
    "code": "text",
    "comment": "text",
    "configuration": {
      "topologies": [
        {
          "alwaysOn": "text",
          "cluster": "text",
          "galera": "text",
          "ha": "text",
          "replica": "text",
          "sentinel": "text",
          "single": "text",
          "standalone": "text"
        }
      ]
    },
    "edition": "text",
    "endOfSalesAt": "2025-07-09T20:51:31.269Z",
    "endOfSupportAt": "2025-07-09T20:51:31.269Z",
    "extendedSupportAt": "2025-07-09T20:51:31.269Z",
    "familyWeight": 1,
    "id": "text",
    "label": "text",
    "name": "text",
    "platform": "text",
    "productDisplayable": true,
    "productIsDisabled": true,
    "productIsInBetaMode": true,
    "productSkipTechnology": true,
    "productVersion": "text",
    "releasedAt": "2025-07-09T20:51:31.269Z",
    "status": "text",
    "supportFormAvailable": true,
    "supportFormId": "text",
    "supportPhase": "text",
    "technology": "text",
    "technologyFormOnly": true,
    "technologyWeight": 1,
    "type": "text",
    "version": "text"
  }
]

Last updated