跳转到主内容

如何使用REST API检查管理SVM的SSL证书

Views:
3
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core<a>2009319417</a>
Last Updated:

适用场景

  • ONTAP 9
  • REST API

问题解答

security certificate show -vserver cluster1与管理SVM对应的命令是 scope=cluster 、而不是 svm.name
 
示例:
 
  • 对于数据SVM、请使用:
 
https://FQDN/api/security/certificates?svm.name=data_svmreturn_timeout=15&return_records=true
 
  • 对于管理SVM、请使用:

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.