Unsolved

1 Rookie

 • 

1 Message

 • 

4 Points

1

May 7th, 2026 13:36

AIOps / CloudIQ Public API — Available endpoints for alerts, events and observability data

Hi everyone,

I'm building a proof of concept using the Dell AIOps Public API (v1.1.0) to create an intelligent storage operations agent.

I've successfully connected using OAuth2 client credentials and I'm currently able to query:

  • GET /rest/v1/storage_systems — health scores and system status

  • GET /rest/v1/pools — capacity and time_to_full_prediction

  • GET /rest/v1/storage_resource_pools — pool details

  • GET /rest/v1/storage_groups — storage group information

What I'm trying to understand is:

  • Is there a dedicated endpoint for alerts, events, or issues in the AIOps Public API? I couldn't find anything like /alerts or /events in the documentation.

  • Are health_issue_count, capacity_issue_count, and performance_issue_count the only available way to surface issues through the public API, or is there a more granular endpoint available?

  • Is there any API available to retrieve SRDF/replication status information (synchronized, suspended, split, RDF group state, etc.)?

  • Is there an equivalent endpoint to the Unisphere REST API alerts endpoint:
    /univmax/restapi/system/symmetrix/{id}/alert

  • Are there any additional observability or telemetry endpoints available that are not currently documented in v1.1.0?

Any guidance, references, or recommendations would be greatly appreciated.

Thanks!

No Responses!

0 events found

No Events found!

Top