Scheduled Snapshots
GET
/api/v1/schedule-snapshot/Query parameters
project_idQuerystringoptionalIdentifier of the project to scope the request to. Optional; if omitted, the account's default project is used.
- optional
- if omitted, the request is applied to the default project
example{{project_id}}resource_idQuerystringoptionalIdentifier of the node for which to retrieve scheduled snapshots
- required
- non-empty string
- valid node identifier
example{{node_id}}resource_typeQuerystringoptionalFilter snapshots by the type of resource they belong to
- must be a non-empty string
- case-sensitive identifier of a resource type
examplenodeapikeyQuerystringoptionalAPI key used to authenticate the request
- required
- must be a valid API key string
example{{api_key}}locationQuerystringoptionalSpecifies the E2E Myaccount region for the scheduled snapshot.
- non-empty string
- must be a valid E2E Myaccount location identifier
example{{location}}
Responses
200Successful response
HTTP status code of the scheduled snapshot response
example
200- integer
- value between 100 and 599
Status message indicating the result of the snapshot operation.
example
Success- must be a non-empty string
- max length 255 characters