Change Updates

Do not miss any Cloud Control Plane API changes, ever again

Subscribe to the Cloud Control Plane API changelog to be up to date on recent changes.

RSS

15 days ago

main
v1
Compare

API structure has changed

Next change
30 structure changes including:
5 Additions
25 Modifications
Modified 25
POST /v1/user-invites
  • Body
  • application/json content type Modified
    • user_invite property Modified
      • role_bindings property Modified
        • scope property Modified
  • Response
  • 201 response Modified
    • application/json content type Modified
      • user_invite property Modified
        • role_bindings property Modified
POST /v1/shadow-links
  • Body
  • application/json content type Modified
    • shadow_link property Modified
      • client_options property Modified
        • authentication_configuration property Modified
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
POST /v1/service-accounts
  • Body
  • application/json content type Modified
    • service_account property Modified
      • role_bindings property Modified
        • scope property Modified
POST /v1/serverless/clusters
  • Body
  • application/json content type Modified
    • serverless_cluster property Modified
      • networking_config, private_link_id properties Added
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
POST /v1/role-bindings
  • Body
  • application/json content type Modified
    • role_binding property Modified
      • scope property Modified
        • dataplane_id property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • role_binding property Modified
        • scope property Modified
POST /v1/networks
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
POST /v1/network/{network_peering.network_id}/network-peerings
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
POST /v1/clusters
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
PATCH /v1/user-invites/{id}
  • Body
  • application/json content type Modified
    • user_invite property Modified
      • role_bindings property Modified
        • scope property Modified
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user_invite property Modified
        • role_bindings property Modified
PATCH /v1/shadow-links/{shadow_link.id}
  • Body
  • application/json content type Modified
    • client_options property Modified
      • authentication_configuration property Modified
        • plain_configuration property Added
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
PATCH /v1/serverless/clusters/{id}
  • Body
  • application/json content type Modified
    • networking_config, private_link_id properties Added
  • Response
  • 202 response Modified
    • application/json content type Modified
      • networking_config, private_link_id properties Added
GET /v1/user-invites/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user_invite property Modified
        • role_bindings property Modified
GET /v1/user-invites
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user_invites property Modified
        • role_bindings property Modified
GET /v1/shadow-links/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • shadow_link property Modified
        • client_options property Modified
GET /v1/role-bindings/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • role_binding property Modified
        • scope property Modified
GET /v1/role-bindings
  • Response
  • 200 response Modified
    • application/json content type Modified
      • role_bindings property Modified
        • scope property Modified
  • Query
  • filter.scope.dataplane_id query parameter Added
GET /v1/operations/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
GET /v1/operations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • operations property Modified
        • response property Modified
GET /v1/clusters/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cluster property Modified
        • ai_gateway property Added
GET /v1/clusters
  • Response
  • 200 response Modified
    • application/json content type Modified
      • clusters property Modified
        • ai_gateway property Added
DELETE /v1/shadow-links/{id}
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
DELETE /v1/serverless/clusters/{id}
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
DELETE /v1/networks/{id}
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
DELETE /v1/network/{network_id}/network-peerings/{id}
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
DELETE /v1/clusters/{id}
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
Added 5
POST /v1/serverless/private-links
PATCH /v1/serverless/private-links/{id}
GET /v1/serverless/private-links/{id}
GET /v1/serverless/private-links
DELETE /v1/serverless/private-links/{id}