| Field | Type | Notes |
|---|---|---|
| id | int | The unique identifier for the databasechangeloglock |
| locked | boolean | |
| lockedby | string | |
| lockgranted | date |
Please read more about the common resource fields. These fields are read only and applicable to almost every resource. We have segregated them from the list above.
DeleteDELETE: /v1/projects/${PROJECT_ID}/databasechangeloglocks/${ID}
curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X DELETE \
'http://${RANCHER_URL}:8080/v1/projects/${PROJECT_ID}/databasechangeloglocks/${ID}'