ScheduledUpgrade

Resource Fields

Read Only Fields

Field Type Notes
id int The unique identifier for the scheduledUpgrade
stackId stack  
started 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.

Actions

start POST: /v2-beta/projects/${PROJECT_ID}/scheduledUpgrades/${ID}?action=start

Input:This action has no inputs
curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X POST \
'http://${RANCHER_URL}:8080/v2-beta/projects/${PROJECT_ID}/scheduledUpgrades/${ID}?action=start'

Output: An updated copy of the scheduledUpgrade resource
Edit this page