Resource Types
Authorizations
Query parameters
allbooleanOptional
true = display all technologies, false = display only technologies on which resources are available, example: false
dashboardstringOptionalDefault:
"WIZARD" for types for creation wizard "DISPLAY" for display dashboard
WIZARD
cloudsintegerOptional
Responses
200
OK
*/*
400
Bad Request
*/*
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-08-15T04:53:42.297Z",
"skipTechnology": true,
"weight": 1
}
],
"weight": 1
}
]
Authorizations
Path parameters
typestringRequired
Type, example: LINUX, WINDOWS, SQLSERVER, APACHE_KAFKA
Query parameters
cloudsintegerOptional
Responses
200
OK
*/*
400
Bad Request
*/*
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-08-15T04:53:42.297Z",
"endOfSupportAt": "2025-08-15T04:53:42.297Z",
"enforcedAuthDomain": true,
"extendedSupportAt": "2025-08-15T04:53:42.297Z",
"familyWeight": 1,
"id": "text",
"label": "text",
"name": "text",
"platform": "text",
"productDisplayable": true,
"productIsDisabled": true,
"productIsInBetaMode": true,
"productSkipTechnology": true,
"productVersion": "text",
"properties": [
{
"defaultValue": "text",
"description": "text",
"displayed": true,
"editable": true,
"key": "text",
"mandatory": true,
"value": "text"
}
],
"releasedAt": "2025-08-15T04:53:42.297Z",
"resources": [
{
"available": true,
"id": "text",
"optionDescrEn": "text",
"optionDescrFr": "text",
"optionName": "text",
"optionOrder": "text",
"ram": 1,
"vcpus": 1
}
],
"status": "text",
"storage": {
"maxVolumes": 1,
"minVolumeSize": 1,
"totalSizeAuthorized": 1,
"totalVolumesSize": 1,
"volumes": [
{
"description": "text",
"editable": 1,
"exclFromSnap": 1,
"id": "data",
"mandatory": true,
"max": 1,
"min": 1,
"order": 1,
"sizeGb": 1,
"system": true
}
]
},
"supportFormAvailable": true,
"supportFormId": "text",
"supportPhase": "text",
"technology": "text",
"technologyFormOnly": true,
"technologyWeight": 1,
"type": "text",
"version": "text"
}
]
Last updated