configuration / cli / remote-cli

CLI REST-API

public-key

sets the path to a .pub-file
This is a read-write object and valid values are strings.

Datatype-Help:
value must be a string.



See also:
/configuration/cli/remote-cli: remote-cli

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/cli/remote-cli


Example using curl:
curl /api/configuration/cli/remote-cli


Method: PATCH
URL: /api/configuration/cli/remote-cli
Body:
{
  "public-key": "Meinberg"
}

Example using curl:
curl -X PATCH /api/configuration/cli/remote-cli -d
{
  "public-key": "Meinberg"
}