API structure has changed
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
-
application/json content type Modified
GET /v1/cloud_storage/topic_recovery
- Path went from
/v1/cloud_storage/initiate_topic_scan_and_recoveryto/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
-
Removing a resource is always breaking unless it was deprecated before
- request, state, topic_download_counts properties Added
-
status property Removed
-
application/json content type Modified
POST /v1/cloud_storage/topic_recovery
- Path went from
/v1/cloud_storage/initiate_topic_scan_and_recoveryto/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}