v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBRansomware 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
Example response
{
"resources": [
{
"resourceID": 101,
"orgID": -1,
"resourceName": "DOMAIN1234",
"resourceParent": "Ernie Carter"
}
]
}