NetApp OCI REST API: Expand, Query, Sort, Fields, Limit, Offset

I was wondering how you could use the NetApp OnCommand Insight REST API without needing to pull all the information (pull what you need) and came across a couple of examples which I have highlighted in strategic places:

/rest/v1/assets/volumes/{id}?expand=masks.host,masks.storagePort

/rest/v1/query?objectType=Volume&sort=storage.name&fields=masks.host,masks.storagePort&limit=5&offset=0

Image: Example Integrations with NetApp OnCommand Insight REST API

Comments