Enable SMB encryption for incoming SMB traffic using REST API

49 Views Asked by At

I am trying to enable SMB encryption in ONTAP using the REST API. I know how to do it using the CLI but can't find the rest endpoint to do the same. This is CLI command to do what I am trying to in REST API:

vserver cifs security modify -vserver vserver_name -is-smb-encryption-required true

Link

1

There are 1 best solutions below

0
On

OK, I believe I found it. The endpoint that I was after is:

/protocols/cifs/services/{svm.uuid}

These two resources should be able to help

POST

PATCH