Ping Cloud API by core instance ID
OK
const response = await fetch('https://cloud-api.calyptia.com/v1/aggregators/{aggregatorID}/ping', { method: 'POST', headers: { "Authorization": "Bearer <token>" }, }); const data = await response.json();
{ "nextPing": "30s" }