Magidoc

SetSshCredentialsInput
Input Object

Fields

#

config

SSH configuration options in the shape "key" -> "value" pairs.

hostname

The hostname to connect to. If you leave it empty the hostname of the monitoring server is used.

id

ID !
Non-null

The ID identifying the credentials to be updated. From the context the monitored system and its type is known. The id can either be: - a combination of <namespace>.<key> to point to the credential purpose - a number pointing to the credential purpose (negative for built-in positive for custom ones)

identity

Identity (private key) for public key authentication.

identityPassphrase

Identity (private key) passphrase for public key authentication.

password

The password.

port

The port to connect to. If it is empty the default SSH port 22 will be used.

shared

The shared flag (true for global credentials)

username

The SSH username

Usages

#

References

#