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.
A newer release of this product is available.
DeleteInitiators
-
PDF of this doc site
-
Manage storage with Element software
-
Protect your data
-
Perform replication between NetApp Element software and ONTAP (ONTAP CLI)
-
-
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can use DeleteInitiators
to delete one or more initiators from the system (and from any associated volumes or volume access groups).
If DeleteInitiators
fails to delete one of the initiators provided in the parameter, the system returns an error and does not delete any initiators (no partial completion is possible).
Parameter
This method has the following input parameter:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
initiators |
An array of IDs of initiators to delete. |
integer array |
None |
Yes |
Return values
This method has no return values.
Error
This method can return the following error:
Name |
Description |
xInitiatorDoesNotExist |
Returned if the initiator name you choose does not exist. |
Request example
Requests for this method are similar to the following example:
{ "id": 5101, "method": "DeleteInitiators", "params": { "initiators": [ 145, 147 ] } }
Response example
This method returns a response similar to the following example:
{ "id": 5101, "result": {} }
New since version
9.6