Skip to main content
NetApp Knowledge Base

How to check SSL certificates for admin SVM using REST API

Views:
373
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

Applies to

  • ONTAP 9
  • REST API

Answer

Counterpart for the command security certificate show -vserver cluster1 for the admin vserver is scope=cluster instead of svm.name
 
Example:
 
  • For data SVM use:
 
https://FQDN/api/security/certificates?svm.name=data_svmreturn_timeout=15&return_records=true
 
  • For admin SVM use:

https://FQDN/api/security/certificates?scope=cluster&return_timeout=15&return_records=true

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.