Do not miss any Exoscale APIv2 API changes, ever again

Subscribe to the Exoscale APIv2 API changelog to be up to date on recent changes.

RSS

24 days ago

main
2.0.0
Compare

API structure has changed

8 structure changes including:
2 Additions
6 Modifications
Modified 6 Breaking
DELETE /vpc/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, reason, reference, message, state properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
DELETE /vpc/{vpc-id}/subnet/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, reason, reference, message, state properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
DELETE /vpc/{vpc-id}/subnet/{subnet-id}/route/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, kind, description, destination, target properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /snapshot
  • Response
  • 200 response Modified
    • application/json content type Modified
      • snapshots property Modified
        • instance property Modified
GET /snapshot/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • instance property Modified
        • instance-type, template, ssh-key properties Modified
POST /vpc/{vpc-id}/subnet/{subnet-id}/route
  • Body
  • application/json content type Modified
    • name property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
Added 2
PUT /vpc/{vpc-id}/subnet/{subnet-id}/attach
PUT /vpc/{vpc-id}/subnet/{subnet-id}/detach