If you want to test out the NetApp OCI (OnCommand Insight) REST API in Postman, it is very easy to do, all you need to include is -
Authorization: Type = Basic Auth
- and provide your credentials.
Image: Example consuming NetApp OCI REST API in Postman
Note: If you're working in a corporate environment and getting "Could not get any response" from Postman, this link will help you:
https://stackoverflow.com/questions/47806876/could-not-get-any-response-response-when-using-postman-with-subdomain
- disable 'SSL certificate verification'
- disable 'Global Proxy Configuration'
- disable 'Use System Proxy'
- Make 'Request Timeout' 0
Authorization: Type = Basic Auth
- and provide your credentials.
Image: Example consuming NetApp OCI REST API in Postman
Note: If you're working in a corporate environment and getting "Could not get any response" from Postman, this link will help you:
https://stackoverflow.com/questions/47806876/could-not-get-any-response-response-when-using-postman-with-subdomain
- disable 'SSL certificate verification'
- disable 'Global Proxy Configuration'
- disable 'Use System Proxy'
- Make 'Request Timeout' 0
Comments
Post a Comment