Save Image from Snapshot
POST
/api/v1/nodes/{node_id}/snapshot/{snapshot_uuid}Path parameters
node_idPathstringrequiredPath parameter
node_id.snapshot_uuidPathstringrequiredPath parameter
snapshot_uuid.
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}}apikeyQuerystringoptionalAPI key used for authentication
- required
- non-empty string
example{{api_key}}locationQuerystringoptionalSpecifies where the saved image should be stored.
- required
- must be a valid URL or file path
example{{location}}
Request body
application/json
Identifier for the saved image derived from a snapshot.
example
image-from-snapshot-1234- required
- must contain only alphanumeric characters and hyphens
Responses
200Successful response
HTTP status code indicating the result of the Save Image from Snapshot operation
example
200- integer
- value between 100 and 599
Status message indicating the result of the save operation
example
Success- Must not be empty
- Maximum length 255 characters