<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Coffee breaks with REST - Episode #3: Getting Hands-on with ONTAP REST using Postman in ONTAP Rest API Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Coffee-breaks-with-REST-Episode-3-Getting-Hands-on-with-ONTAP-REST-using-Postman/m-p/431965#M283</link>
    <description>&lt;P&gt;&lt;BR /&gt;In &lt;FONT face="comic sans ms,sans-serif" color="#0000FF"&gt;&lt;A href="https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Coffee-breaks-with-REST-Episode-2-Features-of-ONTAP-REST-APIs/m-p/168168/highlight/true#M208" target="_blank" rel="noopener"&gt;episode #2 of “Coffee breaks with REST&lt;/A&gt;,&lt;/FONT&gt;” we looked at features of NetApp® ONTAP® REST APIs. The best way to understand how APIs work is to get hands-on experience in using them. In this third episode of the blog series, learn how to use the Postman application to get started with basic API calls in ONTAP REST APIs.&lt;/P&gt;&lt;H1&gt;&lt;FONT color="#0000FF"&gt;What is Postman?&lt;/FONT&gt;&lt;/H1&gt;&lt;P&gt;If you’re new to automation with APIs, Postman is an application you need to start your hands-on experience. Postman is an interactive and automatic tool for verifying the APIs of your project. It presents a friendly GUI for constructing requests and reading responses to interact with HTTP APIs. It works on the back end and makes sure that each API is working as intended.&lt;/P&gt;&lt;P&gt;Postman is the tool of choice for many tasks — testing, debugging, accesibility, and collections.&lt;BR /&gt;&lt;BR /&gt;Assuming that you have the &lt;A href="https://www.postman.com/downloads/" target="_blank" rel="noopener"&gt;Postman application&lt;/A&gt; installed on your local machine, let’s see how sample GET and POSTs call can be invoked using Postman.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="4" color="#0000FF"&gt;&lt;U&gt;GET call in Postman&lt;/U&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;U&gt;Use case&lt;/U&gt;:&lt;/STRONG&gt; Retrieve the NetApp SnapMirror® policies in a cluster.&lt;/P&gt;&lt;P&gt;In Postman, follow these steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open a new tab from Postman Collection.&lt;/LI&gt;&lt;LI&gt;Select the GET call from the drop-down menu, as shown in following screenshot.&lt;/LI&gt;&lt;LI&gt;Enter the API endpoint in the text input field.&lt;/LI&gt;&lt;LI&gt;Choose to display the selected fields by passing the fields in the format &amp;lt;&amp;lt;fields = a,b,c&amp;gt;&amp;gt;.&lt;/LI&gt;&lt;LI&gt;Enter the authorization credentials of the cluster to execute the API endpoint, then click Send.&lt;/LI&gt;&lt;LI&gt;Choose the format to display the output, such as Text, JSON.&lt;/LI&gt;&lt;LI&gt;View the desired output for the API call.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Get Call - ONTAP REST APIs" style="width: 999px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/22810iA3CAAAD38F2CEAAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Postman_GET.png" alt="Get Call - ONTAP REST APIs" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Get Call - ONTAP REST APIs&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="comic sans ms,sans-serif" color="#0000FF"&gt;&lt;U&gt;POST call in Postman&lt;/U&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;STRONG&gt;Use case&lt;/STRONG&gt;&lt;/U&gt;: Create a Snapmirror policies at cluster scope by passing input parameters&lt;BR /&gt;In Postman, follow these steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open a new tab from Postman Collection.&lt;/LI&gt;&lt;LI&gt;Select the POST call from the drop-down menu, as shown in the following screenshot.&lt;/LI&gt;&lt;LI&gt;Enter the API endpoint in the text input field.&lt;/LI&gt;&lt;LI&gt;Enter the authorization credentials of the cluster to execute the API endpoint.&lt;/LI&gt;&lt;LI&gt;Input the parameters in the body section and click Send to call the API.&lt;/LI&gt;&lt;LI&gt;View the desired output for the API call.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="POST Call - REST APIs" style="width: 999px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/22811i72F7791A9F7A5FE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="POST_call.png" alt="POST Call - REST APIs" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;POST Call - REST APIs&lt;/span&gt;&lt;/span&gt;&lt;BR /&gt;7.&amp;nbsp; The JOB ID is returned as an href link. Click the hyperlink to see the response status. Be sure to pass the cluster credentials in the Authorization section.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Job call - Returns Status of POST call - only for asynchronous job" style="width: 999px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/22812iC743EDCCC275FD71/image-size/large?v=v2&amp;amp;px=999" role="button" title="Job_ID_Post_Call.png" alt="Job call - Returns Status of POST call - only for asynchronous job" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Job call - Returns Status of POST call - only for asynchronous job&lt;/span&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the next episode of “Coffee breaks with REST,” we’ll see how to execute the curl commands and Python scripts available in GitHub to get started on the ONTAP REST APIs journey.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 10:05:03 GMT</pubDate>
    <dc:creator>qw</dc:creator>
    <dc:date>2025-06-04T10:05:03Z</dc:date>
    <item>
      <title>Coffee breaks with REST - Episode #3: Getting Hands-on with ONTAP REST using Postman</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Coffee-breaks-with-REST-Episode-3-Getting-Hands-on-with-ONTAP-REST-using-Postman/m-p/431965#M283</link>
      <description>&lt;P&gt;&lt;BR /&gt;In &lt;FONT face="comic sans ms,sans-serif" color="#0000FF"&gt;&lt;A href="https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Coffee-breaks-with-REST-Episode-2-Features-of-ONTAP-REST-APIs/m-p/168168/highlight/true#M208" target="_blank" rel="noopener"&gt;episode #2 of “Coffee breaks with REST&lt;/A&gt;,&lt;/FONT&gt;” we looked at features of NetApp® ONTAP® REST APIs. The best way to understand how APIs work is to get hands-on experience in using them. In this third episode of the blog series, learn how to use the Postman application to get started with basic API calls in ONTAP REST APIs.&lt;/P&gt;&lt;H1&gt;&lt;FONT color="#0000FF"&gt;What is Postman?&lt;/FONT&gt;&lt;/H1&gt;&lt;P&gt;If you’re new to automation with APIs, Postman is an application you need to start your hands-on experience. Postman is an interactive and automatic tool for verifying the APIs of your project. It presents a friendly GUI for constructing requests and reading responses to interact with HTTP APIs. It works on the back end and makes sure that each API is working as intended.&lt;/P&gt;&lt;P&gt;Postman is the tool of choice for many tasks — testing, debugging, accesibility, and collections.&lt;BR /&gt;&lt;BR /&gt;Assuming that you have the &lt;A href="https://www.postman.com/downloads/" target="_blank" rel="noopener"&gt;Postman application&lt;/A&gt; installed on your local machine, let’s see how sample GET and POSTs call can be invoked using Postman.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="4" color="#0000FF"&gt;&lt;U&gt;GET call in Postman&lt;/U&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;U&gt;Use case&lt;/U&gt;:&lt;/STRONG&gt; Retrieve the NetApp SnapMirror® policies in a cluster.&lt;/P&gt;&lt;P&gt;In Postman, follow these steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open a new tab from Postman Collection.&lt;/LI&gt;&lt;LI&gt;Select the GET call from the drop-down menu, as shown in following screenshot.&lt;/LI&gt;&lt;LI&gt;Enter the API endpoint in the text input field.&lt;/LI&gt;&lt;LI&gt;Choose to display the selected fields by passing the fields in the format &amp;lt;&amp;lt;fields = a,b,c&amp;gt;&amp;gt;.&lt;/LI&gt;&lt;LI&gt;Enter the authorization credentials of the cluster to execute the API endpoint, then click Send.&lt;/LI&gt;&lt;LI&gt;Choose the format to display the output, such as Text, JSON.&lt;/LI&gt;&lt;LI&gt;View the desired output for the API call.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Get Call - ONTAP REST APIs" style="width: 999px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/22810iA3CAAAD38F2CEAAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Postman_GET.png" alt="Get Call - ONTAP REST APIs" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Get Call - ONTAP REST APIs&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="comic sans ms,sans-serif" color="#0000FF"&gt;&lt;U&gt;POST call in Postman&lt;/U&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;STRONG&gt;Use case&lt;/STRONG&gt;&lt;/U&gt;: Create a Snapmirror policies at cluster scope by passing input parameters&lt;BR /&gt;In Postman, follow these steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open a new tab from Postman Collection.&lt;/LI&gt;&lt;LI&gt;Select the POST call from the drop-down menu, as shown in the following screenshot.&lt;/LI&gt;&lt;LI&gt;Enter the API endpoint in the text input field.&lt;/LI&gt;&lt;LI&gt;Enter the authorization credentials of the cluster to execute the API endpoint.&lt;/LI&gt;&lt;LI&gt;Input the parameters in the body section and click Send to call the API.&lt;/LI&gt;&lt;LI&gt;View the desired output for the API call.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="POST Call - REST APIs" style="width: 999px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/22811i72F7791A9F7A5FE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="POST_call.png" alt="POST Call - REST APIs" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;POST Call - REST APIs&lt;/span&gt;&lt;/span&gt;&lt;BR /&gt;7.&amp;nbsp; The JOB ID is returned as an href link. Click the hyperlink to see the response status. Be sure to pass the cluster credentials in the Authorization section.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Job call - Returns Status of POST call - only for asynchronous job" style="width: 999px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/22812iC743EDCCC275FD71/image-size/large?v=v2&amp;amp;px=999" role="button" title="Job_ID_Post_Call.png" alt="Job call - Returns Status of POST call - only for asynchronous job" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Job call - Returns Status of POST call - only for asynchronous job&lt;/span&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the next episode of “Coffee breaks with REST,” we’ll see how to execute the curl commands and Python scripts available in GitHub to get started on the ONTAP REST APIs journey.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:05:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Coffee-breaks-with-REST-Episode-3-Getting-Hands-on-with-ONTAP-REST-using-Postman/m-p/431965#M283</guid>
      <dc:creator>qw</dc:creator>
      <dc:date>2025-06-04T10:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee breaks with REST - Episode #3: Getting Hands-on with ONTAP REST using Postman</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Coffee-breaks-with-REST-Episode-3-Getting-Hands-on-with-ONTAP-REST-using-Postman/m-p/432870#M289</link>
      <description>&lt;P&gt;Really enjoy this Coffee breaks with REST.&amp;nbsp; Thank you for providing this information on REST API&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 04:28:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Coffee-breaks-with-REST-Episode-3-Getting-Hands-on-with-ONTAP-REST-using-Postman/m-p/432870#M289</guid>
      <dc:creator>darb0505</dc:creator>
      <dc:date>2022-03-09T04:28:37Z</dc:date>
    </item>
  </channel>
</rss>

