Bulk search result

Get-BulkSearchResult

Synopsis

Get bulk search results.

Syntax

Get-BulkSearchResult [-BulkSearchID] <String> [-GroupId <String>] [-ContractId <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets all the property or include versions that result from an asynchronous New-BulkSearch request. Once the searchTargetStatus is COMPLETE, you can feed the results into the New-BulkVersion operation. Also, use the JSONPath matchLocations to run the New-BulkPatch operation over the rule trees.

Parameters

‑AccountSwitchKey

An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey.

‑BulkSearchID
Required

The bulk search job's ID.

‑ContractId

Your contract's ID. The parameter is optional if a property belongs to only one contract; otherwise, you need to specify it along with the -GroupID. This parameter is optional except for the create requests.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑GroupId

Your group's ID. The parameter is optional if a property belongs to only one group, otherwise you need to specify it along with the -ContractID. This parameter is optional except for the create requests.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

Related Links