Loading...
Compute resource types : a compute can be a service or a resource (instance, db, url, ... )
OK
const response = await fetch('https://api.cegedim.cloud/itcare/compute/statuses?type=SERVICE', { method: 'GET', headers: {}, }); const data = await response.json();
[ "text" ]