Create Machine Snapshot
Second day create snapshot operation for machine
The id of the Machine.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about
Snapshot Specification details
{
"owner": "[email protected]",
"organizationId": "deprecated",
"createdAt": "2012-09-27",
"snapshotMemory": false,
"name": "my-name",
"description": "my-description",
"id": "9e49",
"orgId": "9e49",
"updatedAt": "2012-09-27"
}
Email of the user that owns the entity.
This field is deprecated. Use orgId instead. The id of the organization this entity belongs to.
Date when the entity was created. The date is in ISO 8601 and UTC.
Captures the full state of a running virtual machine, including the memory.
Additional custom properties that may be used to extend the snapshot.
HATEOAS of the entity
A human-friendly name used as an identifier in APIs that support this option.
A human-friendly description.
The id of this resource instance
The id of the organization this entity belongs to.
Date when the entity was last updated. The date is ISO 8601 and UTC.
successful operation
{
"name": "Power-off",
"progress": 90,
"resources": [
"string"
],
"id": "we655aew4e8e",
"message": "In Progress",
"status": "FINISHED",
"selfLink": "/.../request-tracker/we655aew4e8e"
}
Name of the operation.
Progress of the request as percentage.
Collection of resources.
ID of this request.
Status message of the request.
Status of the request.
Self link of this request.
Forbidden
Not Found