Get cloud storage status for a partition
Get cloud storage status for a partition.
GET /v1/cloud_storage/status/{topic}/{partition}
curl \ --request GET 'http://localhost:9644/v1/cloud_storage/status/{topic}/{partition}' Response examples (200)
{ "cloud_storage_mode": "string", "ms_since_last_manifest_upload": 42, "ms_since_last_segment_upload": 42, "ms_since_last_manifest_sync": 42, "metadata_update_pending": true, "total_log_size_bytes": 42, "cloud_log_size_bytes": 42, "local_log_size_bytes": 42, "cloud_log_segment_count": 42, "cloud_log_start_offset": 42, "cloud_log_last_offset": 42, "local_log_start_offset": 42, "local_log_last_offset": 42 }