Message Brokers
Last updated
Last updated
OK
const response = await fetch('https://api.cegedim.cloud/itcare/message-brokers', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"totalElements": 1,
"totalPages": 1,
"first": true,
"size": 1,
"content": [
{
"id": 1,
"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": 1,
"cloudName": "text",
"serviceId": 1,
"serviceName": "text",
"serviceKey": "text",
"environment": "text",
"endOfSupportAt": "2025-02-05T03:58:58.920Z",
"supportPhase": "text",
"creationUser": "text",
"creationTime": "text",
"releasedAt": "2025-02-05T03:58:58.920Z",
"endOfSalesAt": "2025-02-05T03:58:58.920Z",
"extendedSupportAt": "2025-02-05T03:58:58.920Z",
"monitoringEnabled": true,
"monitoringAlerting": true,
"monitoringOnCallEnabled": true,
"monitoringRequested": true,
"replicationStatus": true,
"backupStatus": true,
"patchParty": {
"excluded": true,
"exclusionReason": "text",
"patchGroup": "text",
"patchDate": "2025-02-05T03:58:58.920Z",
"patchTag": "text",
"name": "text",
"id": 1,
"excludedBy": "text",
"exclusionDate": "2025-02-05T03:58:58.920Z"
},
"metrologyUrl": "text",
"path": "text",
"resourceType": "text",
"internalResourceId": 1,
"backupPolicyDetails": {
"backups": [
{
"id": 1,
"type": "text",
"backupSize": 1,
"backupLastDate": "2025-02-05T03:58:58.920Z"
}
],
"policies": [
{
"name": "text",
"label": "text",
"scope": "text",
"type": "text",
"replication": true,
"frequencies": {},
"durationInHours": 1,
"startTime": "text",
"timezone": "text",
"policyId": "text",
"backupLastDate": "2025-02-05T03:58:58.920Z",
"backupSize": 1
}
]
},
"version": "text",
"sizing": "text",
"nodeCount": 1,
"topology": "text",
"cpu": 1,
"ram": 1
}
],
"number": 1,
"sort": [
{
"direction": "text",
"nullHandling": "text",
"ascending": true,
"property": "text",
"ignoreCase": true
}
],
"pageable": {
"offset": 1,
"sort": [
{
"direction": "text",
"nullHandling": "text",
"ascending": true,
"property": "text",
"ignoreCase": true
}
],
"pageSize": 1,
"pageNumber": 1,
"paged": true,
"unpaged": true
},
"numberOfElements": 1,
"last": true,
"empty": true
}