MethodPathDescription
PUT/v1/bdbs/{uid}/actions/export_reset_statusReset database export status

Reset database export status

PUT /v1/bdbs/{int: uid}/actions/export_reset_status

Resets the database’s export_status to idle if an export is not in progress and clears the value of the export_failure_reason field.

Permissions

Permission nameRoles
reset_bdb_current_export_statusadmin
cluster_member
db_member

Request

Example HTTP request

PUT /bdbs/1/actions/export_reset_status

Request headers

KeyValueDescription
Hostcnm.cluster.fqdnDomain name
Acceptapplication/jsonAccepted media type

URL parameters

FieldTypeDescription
uidintegerThe unique ID of the database

Response

Returns a status code.

Status codes

CodeDescription
200 OKThe request is accepted and is being processed.
404 Not FoundAttempting to perform an action on a nonexistent database.
406 Not AcceptableNot all the modules loaded to the database support ‘backup_restore’ capability
409 ConflictDatabase is currently busy with another action. In this context, this is a temporary condition and the request should be reattempted later.