Snapshots

Snapshots are point-in-time versions of a drive. They can be cloned to a full drive, which makes it possible to restore an older version of a VM image.

Snapshots are billed based on their occupied size. Since only the difference from the current drive image is stored, a single snapshot’s size will be equal to the size of the data which was changed since the snapshot was taken. If no data was changed, the snapshot’s size will be zero.

Note that snapshots are billed as drive, so drive subscriptions should be bought in order not to burst on snapshots usage.

Allowed HTTP methods

Method Description
GET get / list object/s
POST create new object/s
PUT update / modify object/s
DELETE delete object/s

Note

See RFC 2616 for more details on HTTP methods semantics

Listing

GET /snapshots/

Gets the list of snapshot to which the authenticated user has access.

Parameters:
  • fields – A set of field names specifying the returned fields
Status Codes:
  • 200 – no error

Example request - default list:

GET /api/2.0/snapshots/?limit=0 HTTP/1.1
Content-Type: application/json
Authorization: Basic SWYgeW91IGZvdW5kIHRoaXMsIGhhdmUgYSBjb29raWUsIHlvdSBkZXNlcnZlIGl0IDop

Example response - default list:

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{
    "meta": {
        "limit": 0,
        "offset": 0,
        "total_count": 6
    },
    "objects": [
        {
            "allocated_size": 0,
            "drive": {
                "resource_uri": "/api/2.0/drives/3f1d373d-b43f-4210-8c12-c848831212b3/",
                "uuid": "3f1d373d-b43f-4210-8c12-c848831212b3"
            },
            "meta": {},
            "name": "3f1d373d-b43f-4210-8c12-c848831212b3__2014-01-30__15_35_57",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/8074844b-506e-4df1-b141-b675b48c5baa/",
            "status": "available",
            "tags": [],
            "timestamp": "2014-01-30 15:35:57.849181+00:00",
            "uuid": "8074844b-506e-4df1-b141-b675b48c5baa"
        },
        {
            "allocated_size": 0,
            "drive": {
                "resource_uri": "/api/2.0/drives/5d139744-60eb-49df-824d-b6f51b475c9c/",
                "uuid": "5d139744-60eb-49df-824d-b6f51b475c9c"
            },
            "meta": {},
            "name": "5d139744-60eb-49df-824d-b6f51b475c9c__2014-01-30__15_36_01",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/b9191317-79fe-4488-a07f-024af910089a/",
            "status": "available",
            "tags": [],
            "timestamp": "2014-01-30 15:36:01.183264+00:00",
            "uuid": "b9191317-79fe-4488-a07f-024af910089a"
        },
        {
            "allocated_size": 0,
            "drive": {
                "resource_uri": "/api/2.0/drives/59590574-cf61-4153-898f-62e4a6977ac2/",
                "uuid": "59590574-cf61-4153-898f-62e4a6977ac2"
            },
            "meta": {},
            "name": "59590574-cf61-4153-898f-62e4a6977ac2__2014-01-30__15_35_55",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/30c62dcd-efb8-452c-acb0-5216434a3528/",
            "status": "available",
            "tags": [],
            "timestamp": "2014-01-30 15:35:55.671704+00:00",
            "uuid": "30c62dcd-efb8-452c-acb0-5216434a3528"
        },
        {
            "allocated_size": 0,
            "drive": {
                "resource_uri": "/api/2.0/drives/59590574-cf61-4153-898f-62e4a6977ac2/",
                "uuid": "59590574-cf61-4153-898f-62e4a6977ac2"
            },
            "meta": {},
            "name": "59590574-cf61-4153-898f-62e4a6977ac2__2014-01-30__15_35_56",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/701a339b-f595-4d47-b194-1c9635c97c37/",
            "status": "available",
            "tags": [],
            "timestamp": "2014-01-30 15:35:56.727699+00:00",
            "uuid": "701a339b-f595-4d47-b194-1c9635c97c37"
        },
        {
            "allocated_size": 0,
            "drive": {
                "resource_uri": "/api/2.0/drives/3f1d373d-b43f-4210-8c12-c848831212b3/",
                "uuid": "3f1d373d-b43f-4210-8c12-c848831212b3"
            },
            "meta": {},
            "name": "3f1d373d-b43f-4210-8c12-c848831212b3__2014-01-30__15_35_58",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/868ab6f9-f80a-44da-844f-c061883b6474/",
            "status": "available",
            "tags": [],
            "timestamp": "2014-01-30 15:35:58.972584+00:00",
            "uuid": "868ab6f9-f80a-44da-844f-c061883b6474"
        },
        {
            "allocated_size": 0,
            "drive": {
                "resource_uri": "/api/2.0/drives/5d139744-60eb-49df-824d-b6f51b475c9c/",
                "uuid": "5d139744-60eb-49df-824d-b6f51b475c9c"
            },
            "meta": {},
            "name": "5d139744-60eb-49df-824d-b6f51b475c9c__2014-01-30__15_36_00",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/0b15a155-5804-4639-9504-4eb3a5b70135/",
            "status": "available",
            "tags": [],
            "timestamp": "2014-01-30 15:36:00.066379+00:00",
            "uuid": "0b15a155-5804-4639-9504-4eb3a5b70135"
        }
    ]
}

Detailed listing

GET /snapshots/detail/

Gets the detailed list of snapshots with additional information to which the authenticated user has access.

Status Codes:
  • 200 – no error

Example request:

GET /api/2.0/snapshots/detail/?limit=0 HTTP/1.1
Content-Type: application/json
Authorization: Basic SWYgeW91IGZvdW5kIHRoaXMsIGhhdmUgYSBjb29raWUsIHlvdSBkZXNlcnZlIGl0IDop

Example response:

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{
    "meta": {
        "limit": 0,
        "offset": 0,
        "total_count": 6
    },
    "objects": [
        {
            "allocated_size": 0,
            "drive": {
                "resource_uri": "/api/2.0/drives/3f1d373d-b43f-4210-8c12-c848831212b3/",
                "uuid": "3f1d373d-b43f-4210-8c12-c848831212b3"
            },
            "meta": {},
            "name": "3f1d373d-b43f-4210-8c12-c848831212b3__2014-01-30__15_35_57",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/8074844b-506e-4df1-b141-b675b48c5baa/",
            "status": "available",
            "tags": [],
            "timestamp": "2014-01-30 15:35:57.849181+00:00",
            "uuid": "8074844b-506e-4df1-b141-b675b48c5baa"
        },
        {
            "allocated_size": 0,
            "drive": {
                "resource_uri": "/api/2.0/drives/5d139744-60eb-49df-824d-b6f51b475c9c/",
                "uuid": "5d139744-60eb-49df-824d-b6f51b475c9c"
            },
            "meta": {},
            "name": "5d139744-60eb-49df-824d-b6f51b475c9c__2014-01-30__15_36_01",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/b9191317-79fe-4488-a07f-024af910089a/",
            "status": "available",
            "tags": [],
            "timestamp": "2014-01-30 15:36:01.183264+00:00",
            "uuid": "b9191317-79fe-4488-a07f-024af910089a"
        },
        {
            "allocated_size": 0,
            "drive": {
                "resource_uri": "/api/2.0/drives/59590574-cf61-4153-898f-62e4a6977ac2/",
                "uuid": "59590574-cf61-4153-898f-62e4a6977ac2"
            },
            "meta": {},
            "name": "59590574-cf61-4153-898f-62e4a6977ac2__2014-01-30__15_35_55",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/30c62dcd-efb8-452c-acb0-5216434a3528/",
            "status": "available",
            "tags": [],
            "timestamp": "2014-01-30 15:35:55.671704+00:00",
            "uuid": "30c62dcd-efb8-452c-acb0-5216434a3528"
        },
        {
            "allocated_size": 0,
            "drive": {
                "resource_uri": "/api/2.0/drives/59590574-cf61-4153-898f-62e4a6977ac2/",
                "uuid": "59590574-cf61-4153-898f-62e4a6977ac2"
            },
            "meta": {},
            "name": "59590574-cf61-4153-898f-62e4a6977ac2__2014-01-30__15_35_56",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/701a339b-f595-4d47-b194-1c9635c97c37/",
            "status": "available",
            "tags": [],
            "timestamp": "2014-01-30 15:35:56.727699+00:00",
            "uuid": "701a339b-f595-4d47-b194-1c9635c97c37"
        },
        {
            "allocated_size": 0,
            "drive": {
                "resource_uri": "/api/2.0/drives/3f1d373d-b43f-4210-8c12-c848831212b3/",
                "uuid": "3f1d373d-b43f-4210-8c12-c848831212b3"
            },
            "meta": {},
            "name": "3f1d373d-b43f-4210-8c12-c848831212b3__2014-01-30__15_35_58",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/868ab6f9-f80a-44da-844f-c061883b6474/",
            "status": "available",
            "tags": [],
            "timestamp": "2014-01-30 15:35:58.972584+00:00",
            "uuid": "868ab6f9-f80a-44da-844f-c061883b6474"
        },
        {
            "allocated_size": 0,
            "drive": {
                "resource_uri": "/api/2.0/drives/5d139744-60eb-49df-824d-b6f51b475c9c/",
                "uuid": "5d139744-60eb-49df-824d-b6f51b475c9c"
            },
            "meta": {},
            "name": "5d139744-60eb-49df-824d-b6f51b475c9c__2014-01-30__15_36_00",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/0b15a155-5804-4639-9504-4eb3a5b70135/",
            "status": "available",
            "tags": [],
            "timestamp": "2014-01-30 15:36:00.066379+00:00",
            "uuid": "0b15a155-5804-4639-9504-4eb3a5b70135"
        }
    ]
}

List single snapshot

GET /snapshots/{uuid}/

Gets detailed information for snapshot identified by snapshot_uuid.

Status Codes:
  • 200 – no error

Example request:

GET /api/2.0/snapshots/0b15a155-5804-4639-9504-4eb3a5b70135/ HTTP/1.1
Content-Type: application/json
Authorization: Basic SWYgeW91IGZvdW5kIHRoaXMsIGhhdmUgYSBjb29raWUsIHlvdSBkZXNlcnZlIGl0IDop

Example response:

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{
    "allocated_size": 0,
    "drive": {
        "resource_uri": "/api/2.0/drives/5d139744-60eb-49df-824d-b6f51b475c9c/",
        "uuid": "5d139744-60eb-49df-824d-b6f51b475c9c"
    },
    "meta": {},
    "name": "5d139744-60eb-49df-824d-b6f51b475c9c__2014-01-30__15_36_00",
    "owner": {
        "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
        "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
    },
    "resource_uri": "/api/2.0/snapshots/0b15a155-5804-4639-9504-4eb3a5b70135/",
    "status": "available",
    "tags": [],
    "timestamp": "2014-01-30 15:36:00.066379+00:00",
    "uuid": "0b15a155-5804-4639-9504-4eb3a5b70135"
}

Creating

POST /snapshots/

Creates a new snapshot or multiple snapshots.

Status Codes:
  • 201 – object created

Example request:

Create a snapshot

POST /api/2.0/snapshots/ HTTP/1.1
Content-Type: application/json
Authorization: Basic SWYgeW91IGZvdW5kIHRoaXMsIGhhdmUgYSBjb29raWUsIHlvdSBkZXNlcnZlIGl0IDop

{
    "drive": "7a555723-d73c-45cf-9f18-21f571626d2b",
    "meta": {
        "key": "val"
    },
    "name": "first_snapshot"
}

Example response

HTTP/1.1 201 CREATED
Content-Type: application/json; charset=utf-8

{
    "objects": [
        {
            "allocated_size": null,
            "drive": {
                "resource_uri": "/api/2.0/drives/7a555723-d73c-45cf-9f18-21f571626d2b/",
                "uuid": "7a555723-d73c-45cf-9f18-21f571626d2b"
            },
            "meta": {
                "key": "val"
            },
            "name": "first_snapshot",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/7446f729-ff95-47c4-a3e3-f6f30bce9437/",
            "status": "creating",
            "tags": [],
            "timestamp": "2014-01-30 15:35:27.651816+00:00",
            "uuid": "7446f729-ff95-47c4-a3e3-f6f30bce9437"
        }
    ]
}

Editing

PUT /snapshots/{uuid}/

Edits a snapshot.

Status Codes:
  • 200 – no errors

Example request:

Example response:

Meta

It is possible to add arbitrary key-value data to a snapshot definition. See Objects’ meta field for more information.

Deleting

Single snapshot

DELETE /snapshots/{uuid}/

Deletes a single snapshot.

Status Codes:
  • 204 – No content, object deletion started.

Example request:

DELETE /api/2.0/snapshots/7446f729-ff95-47c4-a3e3-f6f30bce9437/ HTTP/1.1
Content-Type: application/json
Authorization: Basic SWYgeW91IGZvdW5kIHRoaXMsIGhhdmUgYSBjb29raWUsIHlvdSBkZXNlcnZlIGl0IDop

Example response:

HTTP/1.1 204 NO CONTENT
Content-Type: text/html; charset=utf-8

Multiple snapshots

DELETE /snapshots/

Deletes multiple mounted or unmounted snapshots specified by their UUID’s.

statuscode 204:No content, object deletion started.

Example request:

Request body

{"objects":
  [
    {
     "uuid":"b137e217-42b6-4ecf-8575-d72efc2d3dbd",
    },
    {
     "uuid":"e035a488-8587-4a15-ab25-9b7343236bc9",
    },
    {
     "uuid":"feded33c-106f-49fa-a1c4-be5c718ad1b5",
    }
  ]
}

Example response:

HTTP/1.0 204 NO CONTENT

Cloning

POST /snapshots/{uuid}/action/?do=clone

Clones a snapshot to a drive. Request body is optional and any or all of the key/value pairs can be omitted.

Status Codes:
  • 202 – Action accepted, execution is proceeding.

Example request:

POST /api/2.0/snapshots/a1b4059e-6006-459e-b569-a20c6ac79b3b/action/?do=clone&avoid=1c16bdd9-8965-45e0-8625-a4738cbb3332 HTTP/1.1
Content-Type: application/json
Authorization: Basic SWYgeW91IGZvdW5kIHRoaXMsIGhhdmUgYSBjb29raWUsIHlvdSBkZXNlcnZlIGl0IDop

{}

Example response: The response is actually a drive definition

HTTP/1.1 202 ACCEPTED
Content-Type: application/json; charset=utf-8

{
    "affinities": [],
    "allow_multimount": false,
    "jobs": [],
    "licenses": [],
    "media": "disk",
    "meta": {},
    "mounted_on": [],
    "name": "1c16bdd9-8965-45e0-8625-a4738cbb3332__2014-01-30__15_34_48",
    "owner": {
        "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
        "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
    },
    "resource_uri": {
        "resource_uri": "/api/2.0/drives/bb300e8d-cd6c-4941-99d9-a600bd8cabb4/",
        "uuid": "bb300e8d-cd6c-4941-99d9-a600bd8cabb4"
    },
    "runtime": {
        "is_snapshotable": null,
        "snapshots_allocated_size": 0,
        "storage_type": null
    },
    "size": 1073741824,
    "snapshots": [],
    "status": "cloning_dst",
    "storage_type": null,
    "tags": [],
    "uuid": "bb300e8d-cd6c-4941-99d9-a600bd8cabb4"
}

Note

The name of the cloned drive will be changed using the clone naming strategy set in the profile. See Clone naming for more information

Listing drive snapshots

There are 2 ways of getting all snapshots of a drive

By filtering snapshots

You can apply drive filter to snapshots

GET /snapshots/{uuid}/?drive={drive_uuid}
GET /api/2.0/snapshots/detail/?limit=0&drive=59590574-cf61-4153-898f-62e4a6977ac2 HTTP/1.1
Content-Type: application/json
Authorization: Basic SWYgeW91IGZvdW5kIHRoaXMsIGhhdmUgYSBjb29raWUsIHlvdSBkZXNlcnZlIGl0IDop
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{
    "meta": {
        "limit": 0,
        "offset": 0,
        "total_count": 2
    },
    "objects": [
        {
            "allocated_size": 0,
            "drive": {
                "resource_uri": "/api/2.0/drives/59590574-cf61-4153-898f-62e4a6977ac2/",
                "uuid": "59590574-cf61-4153-898f-62e4a6977ac2"
            },
            "meta": {},
            "name": "59590574-cf61-4153-898f-62e4a6977ac2__2014-01-30__15_35_55",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/30c62dcd-efb8-452c-acb0-5216434a3528/",
            "status": "available",
            "tags": [],
            "timestamp": "2014-01-30 15:35:55.671704+00:00",
            "uuid": "30c62dcd-efb8-452c-acb0-5216434a3528"
        },
        {
            "allocated_size": 0,
            "drive": {
                "resource_uri": "/api/2.0/drives/59590574-cf61-4153-898f-62e4a6977ac2/",
                "uuid": "59590574-cf61-4153-898f-62e4a6977ac2"
            },
            "meta": {},
            "name": "59590574-cf61-4153-898f-62e4a6977ac2__2014-01-30__15_35_56",
            "owner": {
                "resource_uri": "/api/2.0/user/80cb30fb-0ea3-43db-b27b-a125752cc0bf/",
                "uuid": "80cb30fb-0ea3-43db-b27b-a125752cc0bf"
            },
            "resource_uri": "/api/2.0/snapshots/701a339b-f595-4d47-b194-1c9635c97c37/",
            "status": "available",
            "tags": [],
            "timestamp": "2014-01-30 15:35:56.727699+00:00",
            "uuid": "701a339b-f595-4d47-b194-1c9635c97c37"
        }
    ]
}

In drive definition

In the detailed drive definition there is “snapshots” field

GET /drives/{drive_uuid}/
GET /api/2.0/drives/59590574-cf61-4153-898f-62e4a6977ac2/ HTTP/1.1
Content-Type: application/json
Authorization: Basic SWYgeW91IGZvdW5kIHRoaXMsIGhhdmUgYSBjb29raWUsIHlvdSBkZXNlcnZlIGl0IDop
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{
    "snapshots": [
        {
            "resource_uri": "/api/2.0/snapshots/701a339b-f595-4d47-b194-1c9635c97c37/",
            "uuid": "701a339b-f595-4d47-b194-1c9635c97c37"
        },
        {
            "resource_uri": "/api/2.0/snapshots/30c62dcd-efb8-452c-acb0-5216434a3528/",
            "uuid": "30c62dcd-efb8-452c-acb0-5216434a3528"
        }
    ]
}

Request schema

{
   "description":"Clone snapshot",
   "properties":{
          "name":{
                  "description": "Name of the cloned snapshot",
          }
          "media":{
                  "description": "Media of the cloned snapshot",
          }
          "affinities":{
                  "description": "Affinities of the cloned snapshot",
          }
   }
}

Schema

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{
    "allowed_detail_http_methods": [
        "get",
        "put",
        "delete"
    ],
    "allowed_list_http_methods": [
        "get",
        "put",
        "delete",
        "post"
    ],
    "default_format": "application/json",
    "default_limit": 20,
    "fields": {
        "allocated_size": {
            "default": "No default provided.",
            "help_text": "Physical size of the snapshot",
            "readonly": true,
            "required": true,
            "type": "integer"
        },
        "drive": {
            "default": null,
            "help_text": "Drive UUID",
            "readonly": false,
            "required": true,
            "type": "related"
        },
        "meta": {
            "default": {},
            "help_text": "User defined meta information",
            "readonly": false,
            "required": false,
            "type": "dict"
        },
        "name": {
            "default": null,
            "help_text": "Optional human readable name of the snapshot",
            "readonly": false,
            "required": false,
            "type": "string"
        },
        "owner": {
            "default": null,
            "help_text": "Owner of the snapshot",
            "readonly": true,
            "required": false,
            "type": "related"
        },
        "resource_uri": {
            "default": "No default provided.",
            "help_text": "Unicode string data. Ex: \"Hello World\"",
            "readonly": true,
            "required": true,
            "type": "string"
        },
        "status": {
            "default": "No default provided.",
            "help_text": "Status of the snapshot.",
            "readonly": true,
            "required": true,
            "type": "string"
        },
        "tags": {
            "default": "No default provided.",
            "help_text": "Many related resources. Can be either a list of URIs or list of individually nested resource data.",
            "readonly": false,
            "required": false,
            "type": "related"
        },
        "timestamp": {
            "default": null,
            "help_text": "Timestamp of the snapshot creation",
            "readonly": true,
            "required": true,
            "type": "string"
        },
        "uuid": {
            "default": null,
            "help_text": "UUID of the snapshot",
            "readonly": true,
            "required": true,
            "type": "string"
        }
    },
    "filtering": {
        "name": 0,
        "name__contains": 0,
        "tag": "<function get_tag_filter_args at 0x5dd71b8>",
        "uuid": 0
    }
}