SQL Server
Names, example: resource01,!resource02,resource42
Environments, example: PRODUCTION,DEVELOPMENT
Status, example: ACTIVE,INACTIVE
Tags, example: mytagkey:mytagvalue,application:itcare
Results page you want to retrieve (0..N)
Number of records per page.
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria is not supported.
OK
Bad Request
GET /itcare/databases/sqlserver HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"content": [
{
"agOptions": {
"agListener": "text",
"agListenerIp": "text",
"agName": "text",
"agWitness": "text"
},
"allowMonitoringDisplay": true,
"area": {
"availabilityZones": [
{
"availabilityZoneGroup": "text",
"datacenterId": "text",
"defaultZone": true,
"id": "text",
"location": "text",
"routable": true
}
],
"defaultArea": true,
"id": "text",
"location": "text",
"regulation": "text"
},
"availabilityZone": {
"availabilityZoneGroup": "text",
"datacenterId": "text",
"defaultZone": true,
"id": "text",
"location": "text",
"routable": true
},
"backupPolicyDetails": {
"backups": [
{
"backupLastDate": "2025-11-07T18:12:34.134Z",
"backupSize": 1,
"id": 1,
"type": "text"
}
],
"policies": [
{
"backupLastDate": "2025-11-07T18:12:34.134Z",
"backupSize": 1,
"durationInHours": 1,
"frequencies": {},
"label": "text",
"name": "text",
"policyId": "text",
"replication": true,
"scope": "text",
"startTime": "text",
"timezone": "text",
"type": "text"
}
]
},
"backupStatus": true,
"category": "text",
"cloudId": 1,
"cloudName": "text",
"comment": "text",
"configParameters": {
"knowledgeBaseNumber": "text",
"releaseDate": "text",
"servicePack": "text",
"update": "text",
"version": "text"
},
"cpu": 1,
"creationTime": "text",
"creationUser": "text",
"endOfSalesAt": "2025-11-07T18:12:34.134Z",
"endOfSupportAt": "2025-11-07T18:12:34.134Z",
"environment": "text",
"extendedSupportAt": "2025-11-07T18:12:34.134Z",
"family": "text",
"id": 1,
"internalResourceId": 1,
"internalType": "text",
"ipAddress": "text",
"label": "text",
"labelArea": "text",
"labelAvailabilityZone": "text",
"labelDataCenter": "text",
"labelRegion": "text",
"lastSQLServerVersion": "text",
"metrologyUrl": "text",
"monitoringRequested": true,
"name": "text",
"network": {
"area": "text",
"cidr": "text",
"cloud": "text",
"defaultNetwork": true,
"description": "text",
"dns": [
{
"alias": "text",
"domain": "text"
}
],
"environment": "text",
"gateway": "text",
"id": 1,
"ipAddress": "text",
"ipFreeNumber": 1,
"isIpRangePublic": true,
"mask": "text",
"networkShortDescription": "text",
"region": "text",
"scope": "text",
"shortDescription": "text",
"technicalId": "text",
"usedPercent": 1
},
"nodeCount": 1,
"patchParty": {
"excluded": true,
"excludedBy": "text",
"exclusionDate": "2025-11-07T18:12:34.134Z",
"exclusionReason": "text",
"id": 1,
"name": "text",
"patchDate": "2025-11-07T18:12:34.134Z",
"patchGroup": "text",
"patchTag": "text"
},
"path": "text",
"prettyLabel": "text",
"productCode": "text",
"productName": "text",
"productVersion": "text",
"ram": 1,
"region": {
"areas": [
{
"availabilityZones": [
{
"availabilityZoneGroup": "text",
"datacenterId": "text",
"defaultZone": true,
"id": "text",
"location": "text",
"routable": true
}
],
"defaultArea": true,
"id": "text",
"location": "text",
"regulation": "text"
}
],
"dataCenter": "text",
"id": "text",
"location": "text"
},
"releasedAt": "2025-11-07T18:12:34.134Z",
"replicationStatus": true,
"resourceType": "text",
"serviceId": 1,
"serviceKey": "text",
"serviceName": "text",
"sizing": "text",
"status": "text",
"supportLevel": "NO_MONITORING_NO_SUPPORT",
"supportPhase": "text",
"technology": "text",
"topology": "text",
"type": "text",
"url": "text",
"version": "text"
}
],
"empty": true,
"first": true,
"last": true,
"number": 1,
"numberOfElements": 1,
"pageable": {
"offset": 1,
"pageNumber": 1,
"pageSize": 1,
"paged": true,
"sort": [
{
"ascending": true,
"direction": "text",
"ignoreCase": true,
"nullHandling": "text",
"property": "text"
}
],
"unpaged": true
},
"size": 1,
"sort": [
{
"ascending": true,
"direction": "text",
"ignoreCase": true,
"nullHandling": "text",
"property": "text"
}
],
"totalElements": 1,
"totalPages": 1
}This method allows to create a SQL Server 2022 platform.
You will have to know at the minimum :
- name of the SQL server (
nameattribute). The name can contain any lowercase characters or numbers (5-60). It must not be the keyword 'cluster'. - the product code (
productCodeattribute). - storage needed on each disk of the SQL server (
volumesattribute). Initially, 5 disks are allocated and you can create one more. The first disk with iddisk0represents the "C: System", its maximum possible value is 70 and minimum is 1 (representing GB).disk1represents "D: Root Instance",disk2represents "E: User Databases",disk 3represents "F: User Log" anddisk4represents "G: TempDB". The maximum possible value for these disks is 4096 and the minimum is 10 (representing GB). - password to connect to the server (
customerPasswordattribute). The password must be At least one lowercase, one uppercase, one digit, one special character, minimum length must be 8. - On which service the SQL server belongs to (
serviceIdattribute). - network ID of the cluster (
networkIdattribute). - the area or availability zone of the region where you want to host your broker (
area&azattributes). - the database collation you want to use (
collationattribute). - prefix name of SQL Server (
prefixattribute) and Cluster listener name (listenerNameattribute) are mandatory in alwaysOn topology.
This method is asynchronous (status code 202) and you'll have to wait for async action to be completed by checking its status.
optional fields:
- Availability zone of the SQL server (
azattribute) default az of area will be used if not provided - Authentication domain (
authenticationDomainIdattribute) - Whether SQL server is cluster AlwaysOn or standalone (
alwaysOnattribute) default is false - Installing SQL Server Integration Services (SSIS) (
ssisattribute) default is false - Installing SQL Server Reporting Services (SSRS) (
ssrsattribute) default is false - Installing SQL Server Analysis Services (SSAS) (
ssasattribute) default is false - Modelisation type (
asServerModeStdattribute) which will be considered only ifssasistrue - Collation for Analysis Services (
asCollationattribute) which will be considered only ifssasistrue - Whether Full-Text search is enabled or not (
fullTextattribute) default is false - Availability mode when sql server is cluster AlwaysOn (
availabilityModeattribute) - Failover mode when sql server is cluster AlwaysOn (
failoverModeattribute) - Readable secondary when sql server is cluster AlwaysOn (
readableSecondaryattribute) - Witness when sql server is cluster AlwaysOn (
witnessattribute) - Listener name when sql server is cluster AlwaysOn (
listenerNameattribute)
POST /sqlserver
{
"productCode": "mssql2k22se",
"name":"RSQL22",
"nodeSizing":"2cpu8gb",
"volumes":[
{
"id":"disk3",
"sizeGb":10
},
{
"id":"disk4",
"sizeGb":10
},
{
"id":"disk2",
"sizeGb":30
},
{
"id":"disk1",
"sizeGb":30
},
{
"id":"disk0",
"sizeGb":70
}
],
"area":"EB-QA",
"customerPassword":"P@ssw0rd",
"collation":"French_BIN",
"edition":"STD",
"serviceId":2423,
"networkId":5000802
}
Cluster/Basic Always On, example: true
Area. Refer to an Area of a Region, that is a low-latency network area, available in List Regions method. If absent, default Area of Region will be used.
Collation for Analysis Services
Modelisation type
Modelisation type, example: TABULAR
authentication domain id, example: CGDM-EMEA
Cluster availability mode, example: Synchronous_commit
Availability zone of the maria DB
Indicates if backup has to be setup on instance. If absent, backup will be setup automatically if instance is in a production service.
Database Collation, example: French_BIN
Customer Password
BackupPolicy id. Refers to desired backup policy to be applied for the database, must be set when backup is enabled.
Cluster failover mode, example: Read-intent_only
Whether Full-Text search is enabled or not
Cluster listener name, example: rhusqllsnr01
Name of SQL Server
The network Id of the ELS cluster
Indicates why a production resource is not under backup.
Indicates why a production resource is not under monitoring.
Indicates why a production resource is not replicated.
cluster nodes number, example: 3
Node sizing for cluster
Prefix name of SQL Server
code of product., example: mssql2k22se for SQL Server 2022 Standard
Cluster readable secondary, example: YES, NO, READ_ONLY
Region. that is a low-latency network area, available in List Regions method. If absent, default Area of Region will be used.
Regulation. Refer to the regulation of the Area (HDS|STANDARD). If absent, default 'STANDARD' will be used.
Indicates if replication will be setup. If absent, it will be automatically be setup if this is an production environment
BackupPolicy id. Refers to desired backup policy to be applied for the virtual machine, must be set when backup is enabled.
id of service to put instance in.
specific request to be done by an administrator. Can differ delivery of instance up to 24h., example: Could you please install .NET framework 4.5 on instance ? Thanks.
SQL Server Analysis Services (SSAS)
SQL Server Integration Services (SSIS)
SQL Server Reporting Services (SSRS)
Indicates monitoring and support level, if absent then we use boolean variables to describe which level
OK
Bad Request
POST /itcare/databases/sqlserver HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/vnd.cegedim-it.v1+json
Accept: */*
Content-Length: 2419
{
"alwaysOn": true,
"area": "text",
"asCollaction": "text",
"asServerModeEnt": "text",
"asServerModeStd": "text",
"authenticationDomainId": "text",
"availabilityMode": "text",
"az": "text",
"backupEnabled": true,
"cloudId": 1,
"collation": "text",
"customerPassword": "text",
"dbBackupPolicyId": "text",
"failoverMode": "text",
"fullText": true,
"listenerName": "text",
"name": "text",
"networkId": 1,
"noBackupProdReason": "text",
"noMonitoringProdReason": "text",
"noReplicationProdReason": "text",
"nodeCount": 1,
"nodeSizing": "text",
"prefix": "text",
"product": {
"BACKUP_POLICY_TYPE": "text",
"CATEGORY_WEIGHT": 1,
"CODE": "text",
"COMMENT": "text",
"DOCUMENTATION": "text",
"EDITION": "text",
"END_OF_SALES_AT": "2025-11-07T18:12:34.134Z",
"END_OF_SUPPORT_AT": "2025-11-07T18:12:34.134Z",
"ENFORCED_AUTH_DOMAIN": true,
"EXTENDED_SUPPORT_AT": "2025-11-07T18:12:34.134Z",
"FAMILY_WEIGHT": 1,
"ID": "text",
"IMG": "text",
"LABEL": "text",
"NAME": "text",
"PLATFORM": "text",
"PRODUCT_CATEGORY": "text",
"PRODUCT_DISPLAYABLE": true,
"PRODUCT_IS_DISABLED": true,
"PRODUCT_IS_IN_BETA_MODE": true,
"PRODUCT_MAGIC_FORMS": "text",
"PRODUCT_SKIP_TECHNOLOGY": true,
"PRODUCT_TECHNOLOGY": "text",
"PRODUCT_VERSION": "text",
"RELEASED_AT": "2025-11-07T18:12:34.134Z",
"STATUS": "text",
"SUPPORT_FORM_AVAILABLE": true,
"SUPPORT_FORM_ID": "text",
"SUPPORT_PHASE": "text",
"TECH_FORMONLY": true,
"TECH_WEIGHT": 1,
"TYPE": "text",
"VERSION": "text",
"configuration": {
"topologies": [
{
"alwaysOn": "text",
"cluster": "text",
"galera": "text",
"ha": "text",
"replica": "text",
"sentinel": "text",
"single": "text",
"standalone": "text"
}
]
},
"properties": [
{
"defaultValue": "text",
"description": "text",
"displayed": true,
"editable": true,
"key": "text",
"mandatory": true,
"value": "text"
}
],
"resources": [
{
"available": true,
"id": "text",
"optionDescrEn": "text",
"optionDescrFr": "text",
"optionName": "text",
"optionOrder": "text",
"ram": 1,
"vcpus": 1
}
],
"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
}
]
}
},
"productCode": "text",
"readableSecondary": "text",
"region": "text",
"regulation": "text",
"replicationEnabled": true,
"serverBackupPolicyId": "text",
"serviceId": 1,
"specificRequest": "text",
"ssas": true,
"ssis": true,
"ssrs": true,
"supportLevel": "NO_MONITORING_NO_SUPPORT",
"volumes": [
{
"description": "text",
"editable": 1,
"exclFromSnap": 1,
"id": "data",
"mandatory": true,
"max": 1,
"min": 1,
"order": 1,
"sizeGb": 1,
"system": true
}
]
}{
"family": "text",
"id": 1,
"internalId": 1,
"lastUpdatedAt": "2025-11-07T18:12:34.134Z",
"message": "text",
"process": "text",
"resourceName": "text",
"resourceType": "text",
"status": "SUCCESS,IN_PROGRESS,ERROR"
}This method allows to delete a SQL Server instance.
This method is asynchronous (status code 202) and you'll have to wait for async action to be completed by checking its status.
- by id
DELETE /compute/databases/sqlserver/1234
- by id and changeReference (RFC)
DELETE /compute/databases/sqlserver/1234
{
"changeReference": "56789"
}
id, example: 123
Parameters when deleting a resource
Optional reference for change
Accepted
Bad Request
DELETE /itcare/databases/sqlserver/{id} HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 26
{
"changeReference": "text"
}{
"family": "text",
"id": 1,
"internalId": 1,
"lastUpdatedAt": "2025-11-07T18:12:34.134Z",
"message": "text",
"process": "text",
"resourceName": "text",
"resourceType": "text",
"status": "SUCCESS,IN_PROGRESS,ERROR"
}id, example: 123
OK
Bad Request
GET /itcare/databases/sqlserver/{id} HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"agOptions": {
"agListener": "text",
"agListenerIp": "text",
"agName": "text",
"agWitness": "text"
},
"allowMonitoringDisplay": true,
"area": {
"availabilityZones": [
{
"availabilityZoneGroup": "text",
"datacenterId": "text",
"defaultZone": true,
"id": "text",
"location": "text",
"routable": true
}
],
"defaultArea": true,
"id": "text",
"location": "text",
"regulation": "text"
},
"availabilityZone": {
"availabilityZoneGroup": "text",
"datacenterId": "text",
"defaultZone": true,
"id": "text",
"location": "text",
"routable": true
},
"backupPolicyDetails": {
"backups": [
{
"backupLastDate": "2025-11-07T18:12:34.134Z",
"backupSize": 1,
"id": 1,
"type": "text"
}
],
"policies": [
{
"backupLastDate": "2025-11-07T18:12:34.134Z",
"backupSize": 1,
"durationInHours": 1,
"frequencies": {},
"label": "text",
"name": "text",
"policyId": "text",
"replication": true,
"scope": "text",
"startTime": "text",
"timezone": "text",
"type": "text"
}
]
},
"backupStatus": true,
"category": "text",
"cloudId": 1,
"cloudName": "text",
"comment": "text",
"configParameters": {
"knowledgeBaseNumber": "text",
"releaseDate": "text",
"servicePack": "text",
"update": "text",
"version": "text"
},
"cpu": 1,
"creationTime": "text",
"creationUser": "text",
"endOfSalesAt": "2025-11-07T18:12:34.134Z",
"endOfSupportAt": "2025-11-07T18:12:34.134Z",
"environment": "text",
"extendedSupportAt": "2025-11-07T18:12:34.134Z",
"family": "text",
"id": 1,
"internalResourceId": 1,
"internalType": "text",
"ipAddress": "text",
"label": "text",
"labelArea": "text",
"labelAvailabilityZone": "text",
"labelDataCenter": "text",
"labelRegion": "text",
"lastSQLServerVersion": "text",
"metrologyUrl": "text",
"monitoringRequested": true,
"name": "text",
"network": {
"area": "text",
"cidr": "text",
"cloud": "text",
"defaultNetwork": true,
"description": "text",
"dns": [
{
"alias": "text",
"domain": "text"
}
],
"environment": "text",
"gateway": "text",
"id": 1,
"ipAddress": "text",
"ipFreeNumber": 1,
"isIpRangePublic": true,
"mask": "text",
"networkShortDescription": "text",
"region": "text",
"scope": "text",
"shortDescription": "text",
"technicalId": "text",
"usedPercent": 1
},
"nodeCount": 1,
"patchParty": {
"excluded": true,
"excludedBy": "text",
"exclusionDate": "2025-11-07T18:12:34.134Z",
"exclusionReason": "text",
"id": 1,
"name": "text",
"patchDate": "2025-11-07T18:12:34.134Z",
"patchGroup": "text",
"patchTag": "text"
},
"path": "text",
"prettyLabel": "text",
"productCode": "text",
"productName": "text",
"productVersion": "text",
"ram": 1,
"region": {
"areas": [
{
"availabilityZones": [
{
"availabilityZoneGroup": "text",
"datacenterId": "text",
"defaultZone": true,
"id": "text",
"location": "text",
"routable": true
}
],
"defaultArea": true,
"id": "text",
"location": "text",
"regulation": "text"
}
],
"dataCenter": "text",
"id": "text",
"location": "text"
},
"releasedAt": "2025-11-07T18:12:34.134Z",
"replicationStatus": true,
"resourceType": "text",
"serviceId": 1,
"serviceKey": "text",
"serviceName": "text",
"sizing": "text",
"status": "text",
"supportLevel": "NO_MONITORING_NO_SUPPORT",
"supportPhase": "text",
"technology": "text",
"topology": "text",
"type": "text",
"url": "text",
"version": "text"
}This method allows to update a SQL Server Farm.
Structure of payload is generic and describes :
operationyou want to be performedoptionsdata relative to the operation performed - see details - optional.
Below are different operations currently implemented.
Start SQL Server Farm
Use the start operation to start the SQL Server Farm.
This method is synchronous (status code 202).
Example :
PATCH /compute/databases/sqlserver/1234
{
"operation": "start"
}
Stop SQL Server Farm
Use the stop operation to stop the SQL Server Farm.
This operation cannot be undone afterwards.
This method is synchronous (status code 202).
- by SQL Server id
PATCH /compute/databases/sqlserver/1234
{
"operation": "stop"
}
- by sql server id and changeReference number (RFC)
PATCH /compute/databases/sqlserver/1234
{
"operation": "stop",
"options": {
"changeReference": "56789"
}
}
Reset SQLServer Farm
Use the reset operation to reset the SQL Server Farm.
This method is synchronous (status code 202).
Example :
PATCH /compute/databases/sqlserver/1234
{
"operation": "reset"
}
Resize SQLServer instance
Use the resize operation to resize the nodes of the SQLServer instance and the instance itself.
This operation cannot be undone afterwards.
This method is asynchronous (status code 202).
PATCH /compute/databases/sqlserver/1234
{
"operation":"resize",
"options": {
"sizing": "2cpu4gb"
}
}
Update Patch Party
Use the update_patch_party operation to update the patch party scheduled plan of the SQLServer.
- Use the
excludedoption to turn on/off patch party. - Use the
patchGroupoption to select the patching group, thepatchGroupis optional, and is only allowed when the farm has one member. - Use the
exclusionReasonoption to explain the reason of excluding the resource from patch part.
This method is synchronous (status code 202).
- Include from patch party body:
PATCH /compute/databases/sqlserver/1234
{
"operation": "update_patch_party",
"options": {
"patchParty": {
"excluded": false,
"patchGroup": "3"
}
}
}
- Exclude from patch party body:
PATCH /compute/databases/sqlserver/1234
{
"operation": "update_patch_party",
"options": {
"patchParty": {
"excluded": true,
"exclusionReason": "I want to handle this by myself"
}
}
}
id, example: 123
Object describing a partial modification of an object to perform. Please refer to documentation to get list of operations available and their specific payload.
Operation to perform on target object, example: operation_name
Accepted
Bad Request
PATCH /itcare/databases/sqlserver/{id} HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/vnd.cegedim-it.v1+json
Accept: */*
Content-Length: 61
{
"operation": "text",
"options": {
"ANY_ADDITIONAL_PROPERTY": {}
}
}{
"family": "text",
"id": 1,
"internalId": 1,
"lastUpdatedAt": "2025-11-07T18:12:34.134Z",
"message": "text",
"process": "text",
"resourceName": "text",
"resourceType": "text",
"status": "SUCCESS,IN_PROGRESS,ERROR"
}OK
Bad Request
GET /itcare/databases/sqlserver/{id}/networks HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"area": "text",
"cidr": "text",
"cloud": "text",
"defaultNetwork": true,
"description": "text",
"dns": [
{
"alias": "text",
"domain": "text"
}
],
"environment": "text",
"gateway": "text",
"id": 1,
"ipAddress": "text",
"ipFreeNumber": 1,
"isIpRangePublic": true,
"mask": "text",
"networkShortDescription": "text",
"region": "text",
"scope": "text",
"shortDescription": "text",
"technicalId": "text",
"usedPercent": 1
}
]OK
Bad Request
GET /itcare/databases/sqlserver/{id}/nodes HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"area": {
"availabilityZones": [
{
"availabilityZoneGroup": "text",
"datacenterId": "text",
"defaultZone": true,
"id": "text",
"location": "text",
"routable": true
}
],
"defaultArea": true,
"id": "text",
"location": "text",
"regulation": "text"
},
"authenticationDomain": "text",
"availabilityZone": {
"availabilityZoneGroup": "text",
"datacenterId": "text",
"defaultZone": true,
"id": "text",
"location": "text",
"routable": true
},
"backup": {
"backupSystem": "text",
"filesNb": 1,
"lastDate": "2025-11-07T18:12:34.134Z",
"size": 1,
"type": "text"
},
"backupPolicyDetails": {
"backups": [
{
"backupLastDate": "2025-11-07T18:12:34.134Z",
"backupSize": 1,
"id": 1,
"type": "text"
}
],
"policies": [
{
"backupLastDate": "2025-11-07T18:12:34.134Z",
"backupSize": 1,
"durationInHours": 1,
"frequencies": {},
"label": "text",
"name": "text",
"policyId": "text",
"replication": true,
"scope": "text",
"startTime": "text",
"timezone": "text",
"type": "text"
}
]
},
"backupStatus": true,
"category": "text",
"cloudId": 1,
"cloudName": "text",
"comment": "text",
"cpu": 1,
"creationTime": "text",
"creationUser": "text",
"endOfSalesAt": "2025-11-07T18:12:34.134Z",
"endOfSupportAt": "2025-11-07T18:12:34.134Z",
"environment": "text",
"extendedSupportAt": "2025-11-07T18:12:34.134Z",
"family": "text",
"id": 1,
"imageCode": "text",
"internalResourceId": 1,
"internalType": "text",
"ipAddress": "text",
"isExternalIngressNode": true,
"isInternalIngressNode": true,
"isMemberOFLoadBalancer": true,
"label": "text",
"labelArea": "text",
"labelAvailabilityZone": "text",
"labelDataCenter": "text",
"labelRegion": "text",
"loadbalancers": [
{
"id": 1,
"memberCount": 1,
"name": "text",
"serviceId": 1,
"status": "text"
}
],
"metrologyUrl": "text",
"monitoringRequested": true,
"name": "text",
"network": {
"area": "text",
"cidr": "text",
"cloud": "text",
"defaultNetwork": true,
"description": "text",
"dns": [
{
"alias": "text",
"domain": "text"
}
],
"environment": "text",
"gateway": "text",
"id": 1,
"ipAddress": "text",
"ipFreeNumber": 1,
"isIpRangePublic": true,
"mask": "text",
"networkShortDescription": "text",
"region": "text",
"scope": "text",
"shortDescription": "text",
"technicalId": "text",
"usedPercent": 1
},
"osName": "text",
"osType": "text",
"parentResourceType": "text",
"patchParty": {
"excluded": true,
"excludedBy": "text",
"exclusionDate": "2025-11-07T18:12:34.134Z",
"exclusionReason": "text",
"id": 1,
"name": "text",
"patchDate": "2025-11-07T18:12:34.134Z",
"patchGroup": "text",
"patchTag": "text"
},
"path": "text",
"prettyLabel": "text",
"productCode": "text",
"productName": "text",
"productVersion": "text",
"ram": 1,
"region": {
"areas": [
{
"availabilityZones": [
{
"availabilityZoneGroup": "text",
"datacenterId": "text",
"defaultZone": true,
"id": "text",
"location": "text",
"routable": true
}
],
"defaultArea": true,
"id": "text",
"location": "text",
"regulation": "text"
}
],
"dataCenter": "text",
"id": "text",
"location": "text"
},
"releasedAt": "2025-11-07T18:12:34.134Z",
"replication": {
"noStoRplExplanation": "text",
"storageClass": "text",
"storageClassOverride": "text",
"storageMoveInProgress": true,
"storageMoveTicket": "text",
"storageReplicationClass": "text"
},
"replicationStatus": true,
"resourceType": "text",
"serviceId": 1,
"serviceKey": "text",
"serviceName": "text",
"snapshot": {
"changeReference": "text",
"createdAt": "2025-11-07T18:12:34.134Z",
"createdBy": "text",
"description": "text",
"expiresAt": "2025-11-07T18:12:34.134Z",
"id": "text",
"label": "text",
"recoveredAt": "2025-11-07T18:12:34.134Z",
"snapshotSize": 1
},
"status": "text",
"storage": 1,
"storageInformation": {
"fileSystems": [
{
"free": 1,
"mountingPoint": "text",
"sizeOf": 1,
"type": "text"
}
],
"totalSizeDisks": 1,
"totalSizeFileSystems": 1
},
"storageMoveInProgress": true,
"supportLevel": "NO_MONITORING_NO_SUPPORT",
"supportPhase": "text",
"technology": "text",
"type": "text"
}
]NAMEPossible values: OK
No content
Bad Request
HEAD /itcare/databases/sqlserver/{name} HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
No content
Last updated

