Skip to main content

Enable Database Add-on

Select

SaaS
Customer Managed

This operation enables the server plan database backup options.

Path Parameters
  • PlanId string required
Header Parameters
  • Accept string required
Responses

OK

PUT /v2/plan/:planid/addon/database/action/enable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
PlanId — path required
Accept — header required
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/v2/Plan/:PlanId/AddOn/Database/Action/Enable' \
-H 'Authtoken: <API_KEY_VALUE>'