Schedule Snapshots
POST
/api/v1/schedule-snapshot/Query parameters
project_idQueryintegerrequiredIdentifier of the project to scope the request to. Required integer project ID.
- required
- must be a valid integer project ID
example{{project_id}}apikeyQuerystringrequiredAPI key used for authenticating the request
- required
- non-empty string
example{{api_key}}locationQuerystringrequiredLocation identifier for the snapshot schedule
- must be a non-empty string
- should be a valid location identifier
example{{location}}
Request body
application/json
request field
example
{
"resource_id": {{node_id}},
"resource_type": "node",
"time_line": 1,
"create_after": "1",
"delete_after": "3"
}Responses
200Successful response
HTTP status code of the schedule snapshots response
example
200- integer
- valid HTTP status code
Human-readable status message for the schedule snapshots operation.
example
Schedule settings has been saved successfully.- must be a non-empty string
- maximum length 200 characters