EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Db Repair Status

GET /control/cluster/dbrepair-status

Get the db repair status.


Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • RESTRICTED_SYSTEM_ADMIN
  • SECURITY_ADMIN
  • SYSTEM_MONITOR

Response Body

Db repair status

Field Description Type Notes
<db_repair_status>
<status> The status of db repair. Valid values: NOT_STARTED = db repair has not yet started IN_PROGRESS = db repair is in progress SUCCESS = db repair success FAILED = db repair failed
<last_completion_time> The completion time of lastest successful db repair Date
<start_time> The start time of current db repair Date
<progress> The progress of current db repair. Valid value 0-100 Integer
</db_repair_status>