v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Ransomware Recovery

Search for infected resources

Search for an infected resource like a device using the name of the resource.

get/ransomwarerecovery/v1/search/resource

Query parameters

hostnamestring required

Specify the complete name or a prefix from the device name by which you intend to search and list the devices. Example - “My” is the prefix in the device name “MyDevice123”.

orgNamestring

Specify the complete name of an organization. For inSync workloads, this parameter is not applicable.

resourceType'Endpoint' | 'OneDrive' | 'SharePoint' | 'File Server' | 'NAS' | 'VMware'

Specify Resource Type for filtering.

pageTokenstring

The token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'.

Response

OK

nextPageTokenstring

The token to access the next page of results. This parameter will be empty for the last page of results.

isLastboolean

An identifier to identify if the returned page is the last page of results. Value can be one of the following - True - Is last page of results. False - There are more results available. Use 'nextPageToken' value to get the next list of results.

Example response

{
  "resources": [
    {
      "resourceID": 101,
      "orgID": -1,
      "resourceName": "DOMAIN1234",
      "resourceParent": "Ernie Carter"
    }
  ]
}