-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
The enterprise alerts get-settings command hangs and eventually times out.
Steps to Reproduce
redisctl enterprise alerts get-settings
# Command hangs indefinitely or times outExpected Behavior
Should return the alert settings configuration for the cluster.
Likely Causes
- Incorrect endpoint path
- Handler implementation issue
- The endpoint might not exist in the current API version
Investigation Needed
- Verify the correct endpoint path in Redis Enterprise API docs
- Check if the endpoint exists:
redisctl api enterprise get /v1/cluster/alerts/settings - Review the handler implementation
Acceptance Criteria
- Command returns alert settings without hanging
- Proper error message if endpoint doesn't exist
- Add integration test for this command
Part of #315
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working