×
Menu
Index

snapshotlist

 

Description

 
List the available snapshots.
 

Request

 
In addition to the Standard Request Structure, the following parameters are required.
 
For more information, consult section Parameters.
Parameter
Required?
pool_name
Y
start
Y
limit
Y
 

Response

 
 
Example
{
    "result": {
        "msg": "",
        "records": [
            {
                "creation": "Sun Jan 12 19:00 2014 ",
                "datesort": 1389574800,
                "pool_name": "pool3",
                "refer": "136K",
                "snapshot_name": "hourly1",
                "volume_name": "vol1"
            }
        ],
        "success": true,
        "total": 1
    },
    "session_id": 11255,
    "success": true
}
 
 
 
 
Made with help of Dr.Explain
Copyright (c) SoftNAS LLC