Edit security events
PUT/v2/security/rules/events/:ruleId
Applies changes to a rule, identified by its ID. Please ensure to change the region in the URL to match your account's region.
Note: Run this endpoint with an API token for your Logz.io Security account.
Request
- application/json
Body
schema object
Edit Security rules.
Unique identifier for the alert or event.
Identifier for the specific alert event.
Title of the alert.
Detailed description of the alert.
Alert severity level (e.g., INFO, MEDIUM).
Current status of the alert (e.g., NEW, RESOLVED).
User ID of the person assigned to the alert.
Timestamp (in seconds since epoch) when the alert was triggered.
Timestamp (in seconds since epoch) when the alert was last updated.
User ID of the person who last updated the alert.
Comment associated with the alert.
User ID of the person who added the comment.
Identifier for the alert definition.
Number of occurrences of the alert.
Timestamp (in seconds since epoch) when the alert was last triggered.
Type of alert (e.g., GROUP, ALERT_EVENT).
Grouping method for the alert (e.g., ALERT_BASED).
Responses
- 201
- 403
successful operation
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
Unique identifier for the alert or event.
Identifier for the specific alert event.
Title of the alert.
Detailed description of the alert.
Alert severity level (e.g., INFO, MEDIUM).
Current status of the alert (e.g., NEW, RESOLVED).
User ID of the person assigned to the alert.
Timestamp (in seconds since epoch) when the alert was triggered.
Timestamp (in seconds since epoch) when the alert was last updated.
User ID of the person who last updated the alert.
Comment associated with the alert.
User ID of the person who added the comment.
Identifier for the alert definition.
Number of occurrences of the alert.
Timestamp (in seconds since epoch) when the alert was last triggered.
Type of alert (e.g., GROUP, ALERT_EVENT).
Grouping method for the alert (e.g., ALERT_BASED).
[
null
]
forbidden
- application/json
- Schema
- Example (from schema)
Schema
Insufficient privileges. Contact our Support team for access to this API feature.
{
"message": "Insufficient privileges"
}