To learn more, visit the Rapid7 documentation.

Parameters

ParameterDescription
Asset Group DescriptionThe description of the asset group.
Asset Group IDThe ID of the asset group.
Asset Group NameThe name of the asset group.
Asset Group TypeThe type of the asset group.
Disable SSL EnforcementEnable this option to skip SSL verification of the server’s certificatechain and host name. This may increase security vulnerabilities, but can be usefulfor testing or when custom verification is employed.
Search Criteria FiltersFilters used to match assets.See search criteria documentation for more information on the structure and format.For example:[ [{ "field": "owner-tag", "operator": "is-applied", "value": ["1"]}]]
Search Criteria MatchOperator 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 Output

{    "links": [        {            "href": "https://hostname:3780/api/3/...",            "rel": "self"        }    ]}

Workflow Library Example

Update Asset Group with Rapid7 and Send Results Via Email

Preview this Workflow on desktop