LogoLogo
cegedim.cloudITCareAPIPrivacy
Français
Français
  • Documentation
  • ITCare
    • ITCare, c'est quoi ?
      • Débuter avec ITCare
      • Démos
    • Enercare
      • Empreinte carbone
    • Notes de mise à jour
  • ITCare API
    • Aperçu
    • Authentication
    • Erreurs
    • Pagination
    • Reference API
      • Démarrage rapide
      • Analytics
        • Matomo
      • Changes
        • Changes
      • Compute
        • Application Servers
        • Backup Policies
        • Containers
        • Environments
        • Instances
        • Platform
        • Resource Filters
        • Resource Types
        • Resources
        • Services
        • Statuses
        • Tag Keys
        • Tag Values
        • Types
      • Databases
        • Databases
        • MariaDB
        • OpenSearch
        • PostgreSQL
        • Redis
        • SQL Server
      • Hardwares
        • Hardwares
      • Messaging
        • Apache Kafka
        • Message Brokers
        • RabbitMQ
      • Networking
        • Domains
        • Load Balancers
        • Network Clusters
        • Networks
      • Operations
        • Actions
        • Operations
      • Storage
        • Glusterfs
        • Overdrive
      • Topology
        • Topology
  • Services
    • Produits
    • Politique de support
    • Politique de patch
    • RACI
  • Analytique
    • Matomo
      • Matomo - Architecture
      • Matomo - Didacticiels
  • Calcul
    • Instances virtuelles
      • Instances virtuelles - Architectures
        • Linux - Renforcement
      • Instances virtuelles - Didacticiels
    • Conteneurs (K8s)
      • K8s - Architecture
        • Hardening
        • Stockage Persistant
      • K8s - Didacticiels
        • Haute Disponibilité
  • Bases de données
    • MariaDB
      • MariaDB - Architecture
      • MariaDB - Didacticiels
    • OpenSearch
      • OpenSearch - Architecture
        • v2 - Changements
      • OpenSearch - Didacticiels
    • PostgreSQL
      • PostgreSQL - Architecture
      • PostgreSQL - Didacticiels
      • PostgreSQL - Mise à jour
    • Redis
      • Redis - Architecture
      • Redis - Didacticiels
      • Redis - Mise à jour
    • SQL Server
      • SQL Server - Architecture
      • SQL Server - Didacticiels
      • SQL Server - Mise à jour
  • Message
    • Apache Kafka
      • Apache Kafka - Architecture
      • Apache Kafka - Didacticiels
      • Apache Kafka - Mise à jour
    • RabbitMQ
      • RabbitMQ - Architecture
      • RabbitMQ - Didacticiels
      • RabbitMQ - Mise à jour
    • SMS
      • SMS - Didacticiels
  • Securité
    • Advanced Vulnerability Assessment
    • Bot Defense
      • Bot Defense - Architecture
    • Campagne de Phishing
    • Data Masking
      • Data Masking - Didacticiels
  • Surveillance
    • ExtraHop
  • Stockage
    • GlusterFS
      • GlusterFS - Architecture
      • GlusterFS - Didacticiels
    • OverDrive
      • OverDrive - Architecture
    • Stockage Objet
      • Stockage Objet - Architecture
        • Compatibilité API S3
        • Limitation et bonnes pratiques
        • URL pré-signée
        • Politiques de Buckets
        • Configuration de cycle de vie
        • Object Lock
      • Stockage Objet - Didacticiels
        • Gérer des Objects Users
        • Gérer des versions dans un Bucket
        • Gérer l'accès à un Bucket
Powered by GitBook
On this page
Export as PDF
  1. ITCare API
  2. Reference API
  3. Compute

Resource Types

PreviousResource FiltersNextResources

Last updated 5 months ago

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
*/*
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-05-30T04:58:08.060Z",
        "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
*/*
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-05-30T04:58:08.060Z",
    "endOfSupportAt": "2025-05-30T04:58:08.060Z",
    "extendedSupportAt": "2025-05-30T04:58:08.060Z",
    "familyWeight": 1,
    "id": "text",
    "label": "text",
    "name": "text",
    "platform": "text",
    "productDisplayable": true,
    "productIsDisabled": true,
    "productIsInBetaMode": true,
    "productSkipTechnology": true,
    "productVersion": "text",
    "releasedAt": "2025-05-30T04:58:08.060Z",
    "status": "text",
    "supportFormAvailable": true,
    "supportFormId": "text",
    "supportPhase": "text",
    "technology": "text",
    "technologyFormOnly": true,
    "technologyWeight": 1,
    "type": "text",
    "version": "text"
  }
]
  • GETList Compute Types Hierarchy
  • GETList Compute Types Hierarchy