---
title: "Search resources for VMware resource type"
method: POST
path: "/threathunting/v1/search/backupset"
tags: ["Threat Hunting"]
---

# Search resources for VMware resource type

`POST /threathunting/v1/search/backupset`

Find all resources available for the provided search filters.

## Request body

- ThreatHuntSearchBackupsetParams
  - `resourceName` string — Specify the complete name or a prefix for the device name, hostname, or server name to search and list the devices, hostnames, or servers. Example - “My” is the prefix in the device name “MyDevice123”.
  - `orgIDs` integer[] — Specify the Phoenix organization ID for the resource. For inSync workloads, value will be -1.
  - `resourceParentIDs` integer[] — Specify the ResourceParentID. In the case of VMware, the resource parent ID is ESXI host or Vcenter.
  - `resourceTypes` string[] — Specify the resource type. Currently, VMware resource type is supported.
  - `pageToken` string — The token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'.

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — The request either did not include an authentication token, or you have provided an expired authentication token.
- `404` — The requested resource was not found.
- `500` — Internal Server Error

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/versions/2af2bf148b25/schema)
