Update the maximum split load
PATCH /storage/file/clone/split-loads/{node.uuid}
Introduced In: 9.10
Updates the maximum split load.
Related Ontap command
-
volume file clone split load modify
Learn More
-
[
DOC /storage/file/clone]
# The call:
curl -X PATCH "https://<mgmt_IP>/api/storage/file/clone/split-loads/9686b8d1-a828-11eb-80d8-005056bbe7b6" -d '{"load": {"maximum": "16TB" } }'
# The response to successful patch is empty body
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
node.uuid |
string |
path |
True |
Node UUID |
Request Body
Response
Status: 200, Ok
Error
Status: Default
ONTAP Error Response Codes
| Error Code | Description |
|---|---|
13565966 |
Failed to modify the maximum split load on the node due to an invalid field value. |
Also see the table of common errors in the Response body overview section of this documentation.
Definitions
See Definitions
href
| Name | Type | Description |
|---|---|---|
href |
string |
self_link
load
| Name | Type | Description |
|---|---|---|
allowable |
integer |
Specifies the available file clone split load on the node. |
current |
integer |
Specifies the current on-going file clone split load on the node. |
maximum |
integer |
Specifies the maximum allowable file clone split load on the node at any point in time. |
token_reserved |
integer |
Specifies the file clone split load on the node reserved for tokens. |
_links
node
| Name | Type | Description |
|---|---|---|
name |
string |
|
uuid |
string |
split_load
| Name | Type | Description |
|---|---|---|
load |
||
node |
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. |