v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Restore SharePoint Online data

List All SharePoint Site Restore Points

Retrieve the list of restore points for SharePoint sites protected by Druva.

get/insync/sharepointmaster/v2/siteCollections/{site_collection_id}/restorePoints

Path parameters

site_collection_idinteger required

Specify the unique identifier associated with a specific SharePoint site collection for filtering. Get the ID of a site using the List all SharePoint Site Collections API.

Query parameters

include_virtualboolean

Specify the flag indicating whether to include a curated snapshot in the result. Use true to include or false to exclude the curated snapshot.

Response

success

isAnomalousboolean

Flag indicating if the snapshot is anomalous.

ls_namestring

Snapshot name.

filesMissedinteger

Number of files missed in the snapshot.

ls_rpxattrsobject

Dict containing the restore point extra attributes.

display_namestring

Snapshot display name

ls_virtualboolean

Flag indicating if the snapshot is virtual snapshot on storage

filesSyncedinteger

Number files backed up in snapshot

ls_statobject

Object containg the storage stats of the snapshot.

is_virtualboolean

Flag indicating if the snapshot is virtual snapshot

sysStateinteger

System state of the snapshot

sidinteger

Storage id of snapshot

latestUnquarantinedboolean

Flag indicating if the snapshot is latest unquarantined snapshot

isQuarantinedboolean

Flag indicating if the snapshot is quarantined snapshot

ls_lockedboolean

Flag indicating of the snapshot is locked

ignFilesMissedinteger

Number of ignored files missed.

bmrboolean

Flag indicating if the meeting recordings are backed up in snapshot

ectimeinteger

Snapshot exact creation datetime

ls_inointeger

Snapshot number

ls_typeinteger

Snapshot type. Default 5

ls_rplckownsstring[]

List of rplc knowns

ls_dverinteger

Snapshot data version

ctimeinteger

Snapshot creation detetime

totalSizeinteger

Total size of snapshot in bytes

ls_cverinteger

Snapshot version number

ls_cseqinteger

Snapshot sequence number

Example response

[
  {
    "ls_name": "Wed Mar  6 11:54:00 2024",
    "ls_rpxattrs": {},
    "display_name": "Wed Mar  6 11:54:00 2024",
    "filesSynced": 221,
    "ls_stat": {
      "st_blocksz": 0,
      "st_flags": 0,
      "st_mtime": 1710236576,
      "st_links": 1,
      "st_mdattrs": null,
      "st_ver": 18,
      "st_method": -1,
      "st_deleted": false,
      "st_mode": 16384,
      "st_acl_handle": 0,
      "st_size": 40041770,
      "st_ino": 5,
      "st_valid": true,
      "st_readsz": 0,
      "st_cver": 17
    },
    "sid": 1000002,
    "ls_softdel": {
      "deleted": false,
      "softdeleted": false
    },
    "latestUnquarantined": true,
    "ectime": 1709726041,
    "ls_ino": 5,
    "ls_type": 5,
    "ls_rplckowns": [],
    "ls_dver": 2147483632,
    "ctime": 1709726040,
    "totalSize": 23903222,
    "ls_cver": 17,
    "ls_cseq": 5
  }
]