Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Event Rule saved and returned by GET event rules but not visible in GUI

Comments

1 comment

  • Norman
    • Network Optix team

    Hi Julie Aurouze,

    Just a quick heads-up: the endpoints you shared are currently deprecated. To ensure everything runs smoothly and securely, please transition to using our current REST API (v4).

    Here are the updated endpoints you'll need for managing event rules:

    • Retrieve all rules: GET /rest/v4/events/rules
    • Retrieve a specific rule: GET /rest/v4/events/rules/{id}
    • Create a new rule: POST /rest/v4/events/rules 
    • Update a specific rule: PATCH /rest/v4/events/rules/{id}

    For more detailed information on request payloads and response structures, please refer to our REST API Documentation.

    Let me know if you run into any issues or have any questions.

    Best regards.

    1

Please sign in to leave a comment.