get https://{hostname}/papi/v1/bulk/rules-search-requests/
List all property or include versions that result from a bulk search request. Run this operation to poll the asynchronous process's status. Once the searchTargetStatus
is COMPLETE
, you can feed the results
into a bulk versioning operation. Also use the JSON path matchLocations
to run a bulk patch operation over the rule trees. See Bulk Search and Update for guidance.
Recipes
List bulk search results
Open Recipe