Skip to main content
A newer release of this product is available.

Protocols NDMP svms endpoint overview

Contributors

You can use this API to manage NDMP configurations of SVMs.

Examples

Updates the "enabled" field:

 PATCH "/api/protocols/ndmp/svms/9b372ce7-3a4b-11e9-a7f8-0050568e3d73" '{"enabled":"false"}'

Updates the "authentication_types" field:

 PATCH "/api/protocols/ndmp/svms/9b372ce7-3a4b-11e9-a7f8-0050568e3d73" '{"authentication_types":["challenge"]}'