Change Updates

Do not miss any Admin API changes, ever again

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

RSS

16 days ago

v1
1.0.0
Compare

API structure has changed

Next change
9 structure changes including:
2 Breaking changes
6 Additions
3 Modifications
Modified 3 Breaking
GET /v1/cloud_storage/status/{topic}/{partition}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • stm_region_size_bytes, archive_size_bytes, stm_region_segment_count, local_log_segment_count, stm_region_start_offset properties Added
GET /v1/cloud_storage/topic_recovery
  • Path went from /v1/cloud_storage/initiate_topic_scan_and_recovery to /v1/cloud_storage/topic_recovery (same operationId)
    Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • request, state, topic_download_counts properties Added
POST /v1/cloud_storage/topic_recovery
  • Path went from /v1/cloud_storage/initiate_topic_scan_and_recovery to /v1/cloud_storage/topic_recovery (same operationId)
    Breaking
Added 6
GET /v1/cloud_storage/anomalies/{namespace}/{topic}/{partition}
GET /v1/cloud_storage/automated_recovery
POST /v1/cloud_storage/automated_recovery
POST /v1/cloud_storage/cache/trim
POST /v1/cloud_storage/reset_scrubbing_metadata/{namespace}/{topic}/{partition}
POST /v1/cloud_storage/unsafe_reset_metadata_from_cloud/{namespace}/{topic}/{partition}