v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Threat Hunting

Search resources for VMware resource type

Find all resources available for the provided search filters.

post/threathunting/v1/search/backupset

Request body

resourceNamestring

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”.

orgIDsinteger[]

Specify the Phoenix organization ID for the resource. For inSync workloads, value will be -1.

resourceParentIDsinteger[]

Specify the ResourceParentID. In the case of VMware, the resource parent ID is ESXI host or Vcenter.

resourceTypesstring[]

Specify the resource type. Currently, VMware resource type is supported.

pageTokenstring

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

Example request

{
  "orgIDs": [
    1
  ],
  "resourceParentIDs": [
    1
  ],
  "resourceTypes": [
    "VMware"
  ]
}

Response

Success