Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1 ACCEPTED SOLUTION
kbhonagiri has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The ONTAP REST API provides pagination if that helps. If you go to the Swagger doc (https://{clusterip}/docs/api - check out the "Records & Pagination" section at the top under "Features for all ONTAP APIs". Basically you would check for a "_links.next.href" link to get the next set of records.
1 REPLY 1
kbhonagiri has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The ONTAP REST API provides pagination if that helps. If you go to the Swagger doc (https://{clusterip}/docs/api - check out the "Records & Pagination" section at the top under "Features for all ONTAP APIs". Basically you would check for a "_links.next.href" link to get the next set of records.
