Path parameters

  • policy_id string Required

    The id of the snapshot lifecycle policy to be executed

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
PUT /_slm/policy/{policy_id}/_execute
curl \
 -X PUT http://api.example.com/_slm/policy/{policy_id}/_execute
Response examples (200)
{
  "snapshot_name": "string"
}