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
Parameter | Description |
---|---|
Asset Group Description | The description of the asset group. |
Asset Group ID | The ID of the asset group. |
Asset Group Name | The name of the asset group. |
Asset Group Type | The type of the asset group. |
Disable SSL Enforcement | Enable 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 Filters | Filters 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 Match | 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 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