Application Servers
Last updated
Last updated
OK
const response = await fetch('https://api.cegedim.cloud/itcare/compute/application-servers', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"totalElements": 0,
"totalPages": 0,
"first": false,
"size": 0,
"content": [
{
"id": 0,
"name": "text",
"type": "text",
"internalType": "text",
"status": "text",
"category": "text",
"technology": "text",
"family": "text",
"label": "text",
"comment": "text",
"productCode": "text",
"productName": "text",
"productVersion": "text",
"cloudId": 0,
"cloudName": "text",
"serviceId": 0,
"serviceName": "text",
"serviceKey": "text",
"environment": "text",
"endOfSupportAt": "2025-01-02T14:36:03.514Z",
"supportPhase": "text",
"creationUser": "text",
"creationTime": "text",
"releasedAt": "2025-01-02T14:36:03.514Z",
"endOfSalesAt": "2025-01-02T14:36:03.514Z",
"extendedSupportAt": "2025-01-02T14:36:03.514Z",
"monitoringEnabled": false,
"monitoringAlerting": false,
"monitoringOnCallEnabled": false,
"monitoringRequested": false,
"replicationStatus": false,
"backupStatus": false,
"patchParty": {
"excluded": false,
"exclusionReason": "text",
"patchGroup": "text",
"patchDate": "2025-01-02T14:36:03.514Z",
"patchTag": "text",
"name": "text",
"id": 0,
"excludedBy": "text",
"exclusionDate": "2025-01-02T14:36:03.514Z"
},
"metrologyUrl": "text",
"path": "text",
"resourceType": "text",
"internalResourceId": 0,
"backupPolicyDetails": {
"backups": [
{
"id": 0,
"type": "text",
"backupSize": 0,
"backupLastDate": "2025-01-02T14:36:03.514Z"
}
],
"policies": [
{
"name": "text",
"label": "text",
"scope": "text",
"type": "text",
"replication": false,
"durationInHours": 0,
"startTime": "text",
"timezone": "text",
"policyId": "text",
"backupLastDate": "2025-01-02T14:36:03.514Z",
"backupSize": 0
}
]
},
"ipAddress": "text",
"network": {
"id": 0,
"technicalId": "text",
"cidr": "text",
"description": "text",
"scope": "text",
"defaultNetwork": false,
"usedPercent": 0,
"ipFreeNumber": 0,
"ipAddress": "text",
"dns": [
{
"alias": "text",
"domain": "text"
}
],
"mask": "text",
"networkShortDescription": "text",
"isIpRangePublic": false,
"cloud": "text",
"environment": "text",
"shortDescription": "text",
"gateway": "text",
"region": "text",
"area": "text"
},
"storageInformation": {
"totalSizeDisks": 0,
"fileSystems": [
{
"mountingPoint": "text",
"type": "text",
"sizeOf": 0,
"free": 0
}
],
"totalSizeFileSystems": 0
},
"availabilityZone": {
"id": "text",
"location": "text",
"routable": false,
"defaultZone": false,
"datacenterId": "text",
"availabilityZoneGroup": "text"
},
"area": {
"id": "text",
"location": "text",
"regulation": "text",
"defaultArea": false,
"availabilityZones": [
{
"id": "text",
"location": "text",
"routable": false,
"defaultZone": false,
"datacenterId": "text",
"availabilityZoneGroup": "text"
}
]
},
"region": {
"id": "text",
"location": "text",
"areas": [
{
"id": "text",
"location": "text",
"regulation": "text",
"defaultArea": false,
"availabilityZones": [
{
"id": "text",
"location": "text",
"routable": false,
"defaultZone": false,
"datacenterId": "text",
"availabilityZoneGroup": "text"
}
]
}
],
"dataCenter": "text"
},
"backup": {
"backupSystem": "text",
"size": 0,
"type": "text",
"filesNb": 0,
"lastDate": "2025-01-02T14:36:03.514Z"
},
"replication": {
"storageClass": "text",
"storageReplicationClass": "text",
"storageClassOverride": "text",
"storageMoveInProgress": false,
"storageMoveTicket": "text",
"noStoRplExplanation": "text"
},
"snapshot": {
"id": "text",
"label": "text",
"createdBy": "text",
"createdAt": "2025-01-02T14:36:03.514Z",
"recoveredAt": "2025-01-02T14:36:03.514Z",
"expiresAt": "2025-01-02T14:36:03.514Z",
"description": "text",
"changeReference": "text",
"snapshotSize": 0
},
"labelRegion": "text",
"labelDataCenter": "text",
"labelArea": "text",
"labelAvailabilityZone": "text",
"totalSizeDisks": "text",
"cpu": 0,
"ram": 0,
"storage": 0,
"isMemberOFLoadBalancer": false,
"loadbalancers": [
{
"id": 0,
"name": "text",
"status": "text",
"monitoringEnabled": false,
"memberCount": 0,
"serviceId": 0
}
],
"imageCode": "text",
"osName": "text",
"osType": "text",
"isExternalIngressNode": false,
"isInternalIngressNode": false,
"storageMoveInProgress": false,
"authenticationDomain": "text",
"parentResourceType": "text"
}
],
"number": 0,
"sort": [
{
"direction": "text",
"nullHandling": "text",
"ascending": false,
"property": "text",
"ignoreCase": false
}
],
"pageable": {
"offset": 0,
"sort": [
{
"direction": "text",
"nullHandling": "text",
"ascending": false,
"property": "text",
"ignoreCase": false
}
],
"pageSize": 0,
"pageNumber": 0,
"paged": false,
"unpaged": false
},
"numberOfElements": 0,
"last": false,
"empty": false
}