Resource Types
Last updated
Last updated
true = display all technologies, false = display only technologies on which resources are available, example: false
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-06-22T06:36:34.627Z",
"skipTechnology": true,
"weight": 1
}
],
"weight": 1
}
]
Type, example: LINUX, WINDOWS, SQLSERVER, APACHE_KAFKA
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-06-22T06:36:34.627Z",
"endOfSupportAt": "2025-06-22T06:36:34.627Z",
"extendedSupportAt": "2025-06-22T06:36:34.627Z",
"familyWeight": 1,
"id": "text",
"label": "text",
"name": "text",
"platform": "text",
"productDisplayable": true,
"productIsDisabled": true,
"productIsInBetaMode": true,
"productSkipTechnology": true,
"productVersion": "text",
"releasedAt": "2025-06-22T06:36:34.627Z",
"status": "text",
"supportFormAvailable": true,
"supportFormId": "text",
"supportPhase": "text",
"technology": "text",
"technologyFormOnly": true,
"technologyWeight": 1,
"type": "text",
"version": "text"
}
]