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": 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:16:37.549Z",
"supportPhase": "text",
"creationUser": "text",
"creationTime": "text",
"releasedAt": "2025-01-02T14:16:37.549Z",
"endOfSalesAt": "2025-01-02T14:16:37.549Z",
"extendedSupportAt": "2025-01-02T14:16:37.549Z",
"monitoringEnabled": false,
"monitoringAlerting": false,
"monitoringOnCallEnabled": false,
"monitoringRequested": false,
"replicationStatus": false,
"backupStatus": false,
"patchParty": {
"excluded": false,
"exclusionReason": "text",
"patchGroup": "text",
"patchDate": "2025-01-02T14:16:37.549Z",
"patchTag": "text",
"name": "text",
"id": 0,
"excludedBy": "text",
"exclusionDate": "2025-01-02T14:16:37.549Z"
},
"metrologyUrl": "text",
"path": "text",
"resourceType": "text",
"internalResourceId": 0,
"backupPolicyDetails": {
"backups": [
{
"id": 0,
"type": "text",
"backupSize": 0,
"backupLastDate": "2025-01-02T14:16:37.549Z"
}
],
"policies": [
{
"name": "text",
"label": "text",
"scope": "text",
"type": "text",
"replication": false,
"durationInHours": 0,
"startTime": "text",
"timezone": "text",
"policyId": "text",
"backupLastDate": "2025-01-02T14:16:37.549Z",
"backupSize": 0
}
]
},
"version": "text",
"sizing": "text",
"nodeCount": 0,
"topology": "text",
"cpu": 0,
"ram": 0
}
],
"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
}