Manage NDMP mode
You can use this API to manage NDMP mode: SVM-scope or node-scope. NDMP node scope mode is Deprecated. It is not supported on AFX and FSx platforms.
Examples
Updates NDMP mode to SVM:
PATCH "/api/protocols/ndmp" '{"mode":"svm"}'
Updates NDMP mode to node:
PATCH "/api/protocols/ndmp" '{"mode":"node"}'