The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Update the NDMP mode
Contributors
-
PDF of this doc site

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
PATCH /protocols/ndmp
Introduced In: 9.7
Updates the NDMP mode.
Related ONTAP commands
-
system services ndmp node-scope-mode
Learn more
Request Body
Response
Error
Status: Default
ONTAP Error Response codes
Error code | Description |
---|---|
65601575 |
NDMP node-scope mode is not supported in FSx for ONTAP. |
Name | Type | Description |
---|---|---|
error |
Example error
{
"error": {
"arguments": [
{
"code": "string",
"message": "string"
}
],
"code": "4",
"message": "entry doesn't exist",
"target": "uuid"
}
}
JSON
Definitions
See Definitions
href
Name | Type | Description |
---|---|---|
href |
string |
_links
Name | Type | Description |
---|---|---|
self |
cluster_ndmp_properties
Name | Type | Description |
---|---|---|
_links |
||
mode |
string |
Indicates whether NDMP is in node-scoped or SVM-scoped mode. |
error_arguments
Name | Type | Description |
---|---|---|
code |
string |
Argument code |
message |
string |
Message argument |
returned_error
Name | Type | Description |
---|---|---|
arguments |
array[error_arguments] |
Message arguments |
code |
string |
Error code |
message |
string |
Error message |
target |
string |
The target parameter that caused the error. |