Unsnooze Unmanaged Assets
POST/asm/api/v1/asset/reopen
Unsnooze list of snoozed unmanaged assets.
Request
- application/json
Body
assets string[]
List of asset ids.
regex string
Regular expression to filter the assets. The snooze setting will be applied to all the assets that match this regular expression.
Responses
- 200
- 404
Ok
- application/json
- Schema
Schema
- any
Asset not found
- application/json
- Schema
- Example (from schema)
Schema
timestamp int64
status int32
message string
path string
{
"timestamp": 0,
"status": 0,
"message": "string",
"path": "string"
}
Loading...