EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Db Consistency Status

GET /control/db/consistency

Get the status of db consistency check


Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • RESTRICTED_SYSTEM_ADMIN

Response Body

DbConsistencyStatusRestRep the status of db consistency check

Field Description Type Notes
<db_consistency_status>
<start_time> The start time of db consistency check Date
<end_time> The end time of db consistency checker Date
<status> The status of db consistency check. Valid values NOT_STARTED = db consistency check has not started yet IN_PROGRESS = db consistency check is in progress SUCCESS = db consistency check succeed FAILED = db consistency check failed
<progress> The progress of db consistency check. Valid between 0 to 100 Integer
<working_point> String
<inconsistency_count> Integer
</db_consistency_status>