Snapshots
List all available snapshots.
Controls whether the response is pretty-printed (with indentations and new lines).
true
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
0
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
GET /cloudapi/v6/snapshots HTTP/1.1
Host: api.ionos.com
Authorization: Basic username:password
Accept: */*
{
"id": "15f67991-0f51-4efc-a8ad-ef1fb31a480c",
"type": "collection",
"href": "<RESOURCE-URI>",
"items": [
{
"id": "15f67991-0f51-4efc-a8ad-ef1fb31a480c",
"type": "snapshot",
"href": "<RESOURCE-URI>",
"metadata": {
"etag": "45480eb3fbfc31f1d916c1eaa4abdcc3",
"createdDate": "2015-12-04T14:34:09.809Z",
"createdBy": "[email protected]",
"createdByUserId": "[email protected]",
"lastModifiedDate": "2015-12-04T14:34:09.809Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByUserId": "63cef532-26fe-4a64-a4e0-de7c8a506c90",
"state": "AVAILABLE"
},
"properties": {
"name": "My resource",
"description": "Image/Snapshot of Ubuntu ",
"location": "us/las",
"size": 100,
"secAuthProtection": true,
"cpuHotPlug": true,
"cpuHotUnplug": true,
"ramHotPlug": true,
"ramHotUnplug": true,
"nicHotPlug": true,
"nicHotUnplug": true,
"discVirtioHotPlug": true,
"discVirtioHotUnplug": true,
"discScsiHotPlug": true,
"exposeSerial": true,
"requireLegacyBios": true,
"discScsiHotUnplug": true,
"licenceType": "LINUX",
"applicationType": "MSSQL-2019-Standard"
}
}
]
}
Retrieve the properties of the specified snapshot.
The unique ID of the snapshot.
Controls whether the response is pretty-printed (with indentations and new lines).
true
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
0
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
GET /cloudapi/v6/snapshots/{snapshotId} HTTP/1.1
Host: api.ionos.com
Authorization: Basic username:password
Accept: */*
{
"id": "15f67991-0f51-4efc-a8ad-ef1fb31a480c",
"type": "snapshot",
"href": "<RESOURCE-URI>",
"metadata": {
"etag": "45480eb3fbfc31f1d916c1eaa4abdcc3",
"createdDate": "2015-12-04T14:34:09.809Z",
"createdBy": "[email protected]",
"createdByUserId": "[email protected]",
"lastModifiedDate": "2015-12-04T14:34:09.809Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByUserId": "63cef532-26fe-4a64-a4e0-de7c8a506c90",
"state": "AVAILABLE"
},
"properties": {
"name": "My resource",
"description": "Image/Snapshot of Ubuntu ",
"location": "us/las",
"size": 100,
"secAuthProtection": true,
"cpuHotPlug": true,
"cpuHotUnplug": true,
"ramHotPlug": true,
"ramHotUnplug": true,
"nicHotPlug": true,
"nicHotUnplug": true,
"discVirtioHotPlug": true,
"discVirtioHotUnplug": true,
"discScsiHotPlug": true,
"exposeSerial": true,
"requireLegacyBios": true,
"discScsiHotUnplug": true,
"licenceType": "LINUX",
"applicationType": "MSSQL-2019-Standard"
}
}
Modifies the properties of the specified snapshot.
The unique ID of the snapshot.
Controls whether the response is pretty-printed (with indentations and new lines).
true
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
0
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
The resource's unique identifier.
15f67991-0f51-4efc-a8ad-ef1fb31a480c
The type of object that has been created.
snapshot
URL to the object representation (absolute path).
<RESOURCE-URI>
PUT /cloudapi/v6/snapshots/{snapshotId} HTTP/1.1
Host: api.ionos.com
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 457
{
"type": "snapshot",
"metadata": {},
"properties": {
"name": "My resource",
"description": "Image/Snapshot of Ubuntu ",
"secAuthProtection": true,
"cpuHotPlug": true,
"cpuHotUnplug": true,
"ramHotPlug": true,
"ramHotUnplug": true,
"nicHotPlug": true,
"nicHotUnplug": true,
"discVirtioHotPlug": true,
"discVirtioHotUnplug": true,
"discScsiHotPlug": true,
"exposeSerial": true,
"requireLegacyBios": true,
"discScsiHotUnplug": true,
"licenceType": "LINUX",
"applicationType": "MSSQL-2019-Standard"
}
}
{
"id": "15f67991-0f51-4efc-a8ad-ef1fb31a480c",
"type": "snapshot",
"href": "<RESOURCE-URI>",
"metadata": {
"etag": "45480eb3fbfc31f1d916c1eaa4abdcc3",
"createdDate": "2015-12-04T14:34:09.809Z",
"createdBy": "[email protected]",
"createdByUserId": "[email protected]",
"lastModifiedDate": "2015-12-04T14:34:09.809Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByUserId": "63cef532-26fe-4a64-a4e0-de7c8a506c90",
"state": "AVAILABLE"
},
"properties": {
"name": "My resource",
"description": "Image/Snapshot of Ubuntu ",
"location": "us/las",
"size": 100,
"secAuthProtection": true,
"cpuHotPlug": true,
"cpuHotUnplug": true,
"ramHotPlug": true,
"ramHotUnplug": true,
"nicHotPlug": true,
"nicHotUnplug": true,
"discVirtioHotPlug": true,
"discVirtioHotUnplug": true,
"discScsiHotPlug": true,
"exposeSerial": true,
"requireLegacyBios": true,
"discScsiHotUnplug": true,
"licenceType": "LINUX",
"applicationType": "MSSQL-2019-Standard"
}
}
Deletes the specified snapshot.
The unique ID of the snapshot.
Controls whether the response is pretty-printed (with indentations and new lines).
true
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
0
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
DELETE /cloudapi/v6/snapshots/{snapshotId} HTTP/1.1
Host: api.ionos.com
Authorization: Basic username:password
Accept: */*
No content
Update the properties of the specified snapshot.
The unique ID of the snapshot.
Controls whether the response is pretty-printed (with indentations and new lines).
true
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
0
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
The name of the resource.
My resource
Human-readable description.
Image/Snapshot of Ubuntu
Location of that image/snapshot.
us/las
The size of the image in GB.
100
Boolean value representing if the snapshot requires extra protection, such as two-step verification.
true
Hot-plug capable CPU (no reboot required).
true
Hot-unplug capable CPU (no reboot required).
true
Hot-plug capable RAM (no reboot required).
true
Hot-unplug capable RAM (no reboot required).
true
Hot-plug capable NIC (no reboot required).
true
Hot-unplug capable NIC (no reboot required).
true
Hot-plug capable Virt-IO drive (no reboot required).
true
Hot-unplug capable Virt-IO drive (no reboot required). Not supported with Windows VMs.
true
Hot-plug capable SCSI drive (no reboot required).
true
If set to true
will expose the serial id of the disk attached to the server. If set to false
will not expose the serial id. Some operating systems or software solutions require the serial id to be exposed to work properly. Exposing the serial can influence licensed software (e.g. Windows) behavior
false
Example: true
Indicates if the image requires the legacy BIOS for compatibility or specific needs.
true
Example: true
Is capable of SCSI drive hot unplug (no reboot required). This works only for non-Windows virtual Machines.
true
OS type of this snapshot
LINUX
The type of application that is hosted on this resource. Only public images can have an Application type different than UNKNOWN.
UNKNOWN
Example: MSSQL-2019-Standard
PATCH /cloudapi/v6/snapshots/{snapshotId} HTTP/1.1
Host: api.ionos.com
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 410
{
"name": "My resource",
"description": "Image/Snapshot of Ubuntu ",
"secAuthProtection": true,
"cpuHotPlug": true,
"cpuHotUnplug": true,
"ramHotPlug": true,
"ramHotUnplug": true,
"nicHotPlug": true,
"nicHotUnplug": true,
"discVirtioHotPlug": true,
"discVirtioHotUnplug": true,
"discScsiHotPlug": true,
"exposeSerial": true,
"requireLegacyBios": true,
"discScsiHotUnplug": true,
"licenceType": "LINUX",
"applicationType": "MSSQL-2019-Standard"
}
{
"id": "15f67991-0f51-4efc-a8ad-ef1fb31a480c",
"type": "snapshot",
"href": "<RESOURCE-URI>",
"metadata": {
"etag": "45480eb3fbfc31f1d916c1eaa4abdcc3",
"createdDate": "2015-12-04T14:34:09.809Z",
"createdBy": "[email protected]",
"createdByUserId": "[email protected]",
"lastModifiedDate": "2015-12-04T14:34:09.809Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByUserId": "63cef532-26fe-4a64-a4e0-de7c8a506c90",
"state": "AVAILABLE"
},
"properties": {
"name": "My resource",
"description": "Image/Snapshot of Ubuntu ",
"location": "us/las",
"size": 100,
"secAuthProtection": true,
"cpuHotPlug": true,
"cpuHotUnplug": true,
"ramHotPlug": true,
"ramHotUnplug": true,
"nicHotPlug": true,
"nicHotUnplug": true,
"discVirtioHotPlug": true,
"discVirtioHotUnplug": true,
"discScsiHotPlug": true,
"exposeSerial": true,
"requireLegacyBios": true,
"discScsiHotUnplug": true,
"licenceType": "LINUX",
"applicationType": "MSSQL-2019-Standard"
}
}
Was this helpful?