Get Snooze Regex Pattern
GET/asm/api/v1/asset/snoozed-regex
Retrieve the list of regex patterns used to snooze or unsnooze assets. You can snooze or unsnooze assets that match a regex pattern. These patterns can be fetched using this API.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
regex string[]
{
"regex": [
"string"
]
}
Loading...