Maintenance REST Endpoints

Maintenance
To retain information that's available in the cache, you must run the MicroTx transaction coordinator in maintenance mode before upgrading it. When you run the MicroTx transaction coordinator in maintenance mode, it copies the cached maintenance data to the data store. Data is stored in the cache only when you enable caching for the MicroTx coordinator and when you use Oracle Database or etcd as data store. You can not enable caching if you use internal memory as the transaction store.
Delete Cached Maintenance Data From an Earlier Upgrade
Method: delete
Path: /admin/v1/maintenance/clear
Retrieve the Progress Status
Method: get
Path: /admin/v1/maintenance/status
Start Maintenance Mode with the Default Duration
Method: put
Path: /admin/v1/maintenance/start
Start Maintenance Mode with the Specified Duration
Method: put
Path: /admin/v1/maintenance/start/{duration}