0

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

RVid
  • 1,207
  • 1
  • 14
  • 31

1 Answers1

0

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

RVid
  • 1,207
  • 1
  • 14
  • 31