Change Updates

Do not miss any my.nethesis.it API changes, ever again

Subscribe to the my.nethesis.it API changelog to be up to date on recent changes.

RSS

Jul 21, 2025

main
1.0.0
Compare

API structure has changed

7 structure changes including:
2 Additions
5 Modifications
Modified 5 Breaking
GET /stats
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems property Modified
          • Type went from integer to object
            Breaking
GET /systems
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems property Modified
GET /systems/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • description, hostname, ipAddress, lastSeen, uptime, organizationId, customData properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • type, fqdn, ipv4_address, ipv6_address, last_seen, customer_id, custom_data, secret_hint, created_at, updated_at, created_by, heartbeat_status, last_heartbeat, heartbeat_minutes properties Added
POST /systems
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • description, hostname, ipAddress, lastSeen, uptime, organizationId, customData properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • type, fqdn, ipv4_address, ipv6_address, last_seen, customer_id, custom_data, secret_hint, created_at, updated_at, created_by, heartbeat_status, last_heartbeat, heartbeat_minutes properties Added
PUT /systems/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • description, hostname, ipAddress, lastSeen, uptime, organizationId, customData properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • type, fqdn, ipv4_address, ipv6_address, last_seen, customer_id, custom_data, secret_hint, created_at, updated_at, created_by, heartbeat_status, last_heartbeat, heartbeat_minutes properties Added
Added 2
GET /systems/status
POST /systems/heartbeat