Active IQ and AutoSupport Discussions

Issues found in Active IQ Unified Manager REST API behavior

Ruoyi
3,716 Views

Hi There, 

I have set up 9.8 Active IQ REST Swagger UI and while collecting data with the help of exposed URLs have observed below listed issues :

  1. Active IQ Unified Manager REST API lists more qtrees than the actual count available on Active IQ admin portal, On REST it is 100 and on Active IQ it is 20; (See: qtree_comparison.png [attachment removed by user request])
  2. Active IQ Unified Manager REST API shows less number of aggregates than the list of aggregates available on the Active IQ admin panel, (See: aggregates.png [attachment removed by user request])

Are these known bugs on the REST? 

 

Thanks,

1 ACCEPTED SOLUTION
6 REPLIES 6

bretta
3,705 Views

Can you paste in exactly what API you are calling? Detailed information should be drawn from the Cluster Viewer API, but it looks like you are calling something else.

 

Here's the CV API for aggregate details:

GET /v1/clusterview/get-aggregate-summary/{serial_no}

 

Brett

Ruoyi
3,670 Views

This is the actual URL I tried to fetch the aggregate details from REST UI :
curl -X GET "https://[ip_address]/api/datacenter/storage/aggregates " -H "accept: application/json" -H "UM-CSRF-Token: 1a2b3c4d-1234-1234-abcd-1a2b3c4d5e6"

 

Please find the resource on which this query was executed (See attachments: Resource.PNG, Swagger_UI.PNG)

 

The URL you gave for cluster view, I was not able to find it either on ONTAP Cluster Swagger as well as on the Active IQ Unified Manager REST Swagger UI.

 

Thanks,

Abhijit.

bretta
3,644 Views

Sorry, I thought you were talking around Active IQ (the original - the website/Mobile App/API - https://activeiq.netapp.com ). You are talking about Unified Manager. I can't help with that. You can get that information from Active IQ's API also.

 

Brett

 

andris
3,579 Views

I would re-post your question and info in the ONTAP discussion area.

https://community.netapp.com/t5/ONTAP-Discussions/bd-p/data-ontap-discussions

tahmad
3,376 Views

Hi @Ruoyi ,

I will mark your latest post as a solution since you opened a new thread.

Public