Skip to main content
Element Software
12.5 and 12.7

ResetNodeSupplementalTlsCiphers

Contributors netapp-pcarriga

You can use the ResetNodeSupplementalTlsCiphers method to restore the list of supplemental TLS ciphers to the default. You can use this command on management nodes.

Parameter

Note You must call this method against the management node. For example:
https://<management node IP>:442/json-rpc/10.0

This method has no input parameters.

Return values

This method has no return values.

Request example

Requests for this method are similar to the following example:

{
  "method": "ResetNodeSupplementalTlsCiphers",
  "params": {},
  "id" : 1
}

Response example

This method returns a response similar to the following example:

{
  "id" : 1,
  "result" : {}
}