Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.14 KB

reference_element_api_resetnodesupplementaltlsciphers.adoc

File metadata and controls

50 lines (36 loc) · 1.14 KB
permalink sidebar keywords summary
api/reference_element_api_resetnodesupplementaltlsciphers.html
sidebar
tls,cipher,reset,supplemental,resetnodesupplementaltlsciphers,restore,restoring,node,supplemental
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.

ResetNodeSupplementalTlsCiphers

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" : {}
}