v1

latestOpenAPI 3.1.02026-08-06330343826.1 KB
Site

Site Discovery Search Criteria

Update the search criteria of the dynamic site.

put/api/3/sites/{id}/discovery_search_criteria

Path parameters

idinteger required

The identifier of the site.

The identifier of the site.

Request body

connectionType'activesync-ldap' | 'activesync-office365' | 'activesync-powershell' | 'aws' | 'dhcp' | 'sonar' | 'vsphere'

The type of discovery connection configured for the site. This property only applies to dynamic sites.

match'any' | 'all'

Operator to determine how to match filters. all requires that all filters match for an asset to be included. any requires only one filter to match for an asset to be included.

Example request

{
  "match": "all"
}

Response

OK