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

20 days ago

main
v1
Compare

API structure has changed

11 structure changes including:
11 Modifications
Modified 11
DELETE /v1/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/serverless/clusters/{id}
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
GET /v1/clusters
  • Response
  • 200 response Modified
    • application/json content type Modified
      • clusters property Modified
        • api_gateway_access property Added
GET /v1/clusters/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cluster property Modified
        • api_gateway_access property Added
GET /v1/operations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • operations property Modified
        • response property Modified
GET /v1/operations/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
PATCH /v1/clusters/{cluster.id}
  • Body
  • application/json content type Modified
    • aws_private_link property Modified
      • connect_console property Modified
        • Type went from boolean to boolean | null
    • azure_private_link property Modified
      • connect_console property Modified
        • Type went from boolean to boolean | null
    • api_gateway_access property Added
  • Response
  • 202 response Modified
    • application/json content type Modified
      • aws_private_link property Modified
        • connect_console property Modified
          • Type went from boolean to boolean | null
      • azure_private_link property Modified
        • connect_console property Modified
          • Type went from boolean to boolean | null
      • api_gateway_access property Added
POST /v1/clusters
  • Body
  • application/json content type Modified
    • cluster property Modified
      • aws_private_link property Modified
        • connect_console property Modified
          • Type went from boolean to boolean | null
      • azure_private_link property Modified
        • connect_console property Modified
          • Type went from boolean to boolean | null
      • api_gateway_access property Added
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
POST /v1/networks
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified
POST /v1/serverless/clusters
  • Response
  • 202 response Modified
    • application/json content type Modified
      • operation property Modified
        • response property Modified