Change Updates

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

Jun 3, 2024

main
2.0.0
Compare

API structure has changed

22 structure changes including:
6 Breaking changes
16 Modifications
6 Removals
Modified 16 Breaking
GET /instance-pool
  • Response
  • 200 response Modified
    • application/json content type Modified
      • instance-pools property Modified
GET /instance-pool/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • private-networks property Modified
GET /load-balancer
  • Response
  • 200 response Modified
    • application/json content type Modified
      • load-balancers property Modified
GET /load-balancer/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • services property Modified
GET /load-balancer/{id}/service/{service-id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • instance-pool property Modified
GET /organization
  • Response
  • 200 response Modified
    • application/json content type Modified
      • balance property Modified
        • Full types went from integer(int64) to number

          Breaking

GET /private-network
  • Response
  • 200 response Modified
    • application/json content type Modified
      • private-networks property Modified
GET /private-network/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • vni property Added
GET /sks-cluster
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sks-clusters property Modified
GET /sks-cluster/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • nodepools property Modified
GET /sks-cluster/{id}/nodepool/{sks-nodepool-id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • private-networks, instance-pool properties Modified
POST /instance-pool
  • Body
  • application/json content type Modified
    • private-networks property Modified
POST /load-balancer/{id}/service
  • Body
  • application/json content type Modified
    • instance-pool property Modified
      • private-networks property Modified
POST /sks-cluster/{id}/nodepool
  • Body
  • application/json content type Modified
    • private-networks property Modified
PUT /instance-pool/{id}
  • Body
  • application/json content type Modified
    • private-networks property Modified
PUT /sks-cluster/{id}/nodepool/{sks-nodepool-id}
  • Body
  • application/json content type Modified
    • private-networks property Modified
Removed 6 Breaking
DELETE /access-key/{key}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /access-key
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /access-key-known-operations
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /access-key-operations
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /access-key/{key}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /access-key
  • Removing a resource is always breaking unless it was deprecated before
    Breaking