v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Legal Hold

List legal hold policies - v3

Returns a list of all the Legal Hold policies that are configured in Druva inSync.

get/legalholds/v3/policies

Response

OK

Example response

{
  "legalholdList": [
    {
      "type": "Data within a Date Range",
      "name": "LH Policy 1",
      "cullingType": "Include Only Deleted Files",
      "startDate": "2019-03-19",
      "endDate": "2019-10-25"
    }
  ]
}