Databasechangeloglock

Resource Fields

Read Only Fields

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.

Operations

DeleteDELETE: /v2-beta/projects/${PROJECT_ID}/databasechangeloglocks/${ID}

curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X DELETE \
'http://${RANCHER_URL}:8080/v2-beta/projects/${PROJECT_ID}/databasechangeloglocks/${ID}'
Edit this page