Skip to main content

Update Asset Group

Updates the details of an asset group. See the search criteria endpoint (/search_criteria) for more information about building the search criteria and examples.

External Documentation

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 certificate
chain and host name. This may increase security vulnerabilities, but can be useful
for 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

Workflow LibraryPreview this Workflow on desktop