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.
ListProtocolEndpoints
Contributors
-
PDF of this doc site
-
Manage storage with Element software
-
Protect your data
-
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 the ListProtocolEndpoints
method to retrieve information about all protocol endpoints in the cluster. Protocol endpoints govern access to their associated virtual volume storage containers.
Parameters
This method has the following input parameter:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
protocolEndpointIDs |
A list of protocol endpoint IDs for which to retrieve information. If you omit this parameter, the method returns information about all protocol endpoints. |
protocolEndpointID UUID array |
None |
No |
Return values
This method has the following return value:
Name | Description | Type |
---|---|---|
protocolEndpoints |
List of objects containing information about each protocol endpoint in the system. |
protocolEndpoint array |
Request example
Requests for this method are similar to the following example:
{ "id": 1, "method": "ListProtocolEndpoints", "params": {} }
Response example
This method returns a response similar to the following example:
{ "id": 1, "result": { "protocolEndpoints": [ { "primaryProviderID": 1, "protocolEndpointID": "1387e257-d2e3-4446-be6d-39db71583e7b", "protocolEndpointState": "Active", "providerType": "Primary", "scsiNAADeviceID": "6f47acc2000000016970687200000000", "secondaryProviderID": 2 }, { "primaryProviderID": 2, "protocolEndpointID": "1f16ed86-3f31-4c76-b004-a1251187700b", "protocolEndpointState": "Active", "providerType": "Primary", "scsiNAADeviceID": "6f47acc2000000026970687200000000", "secondaryProviderID": 3 }, { "primaryProviderID": 4, "protocolEndpointID": "c6458dfe-9803-4350-bb4e-68a3feb7e830", "protocolEndpointState": "Active", "providerType": "Primary", "scsiNAADeviceID": "6f47acc2000000046970687200000000", "secondaryProviderID": 1 }, { "primaryProviderID": 3, "protocolEndpointID": "f3e7911d-0e86-4776-97db-7468c272213f", "protocolEndpointState": "Active", "providerType": "Primary", "scsiNAADeviceID": "6f47acc2000000036970687200000000", "secondaryProviderID": 4 } ] } }
New since version
9.6