Create a new snapshot for a specific instance
POST/portal/api/v1/snapshots/:instance_id/:snapshot_name
Creates a snapshot identified by instance_id
with the specified name.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Snapshot created successfully
Unauthorized
Not authorized to access the resource
Resource not found.
Internal Server Error