Immediately creates a snapshot according to the lifecycle policy, without waiting for the scheduled time Added in 7.4.0
Path parameters
-
The id of the snapshot lifecycle policy to be executed
PUT /_slm/policy/{policy_id}/_execute
curl \
-X PUT http://api.example.com/_slm/policy/{policy_id}/_execute
Response examples (200)
{
"snapshot_name": "string"
}