我正在尝试使用REST API在ONTAP中启用SMB加密。我知道如何使用CLI来完成它,但是找不到其他端点来做同样的事情。这是CLI命令,用于执行我在REST中试图做的事情:
vserver cifs security modify -vserver vserver_name -is-smb-encryption-required true
链接
发布于 2022-11-11 14:02:14
好吧,我想我找到了。我所追求的端点是:
/protocols/cifs/services/{svm.uuid}
这两种资源应该能够帮助
帖子
补丁
https://stackoverflow.com/questions/74402498
相似问题