SSH SshDeviceFilter object

Filters client and host servers. The device will be returned in an POST SSH/Devices method only if all its attributes match those specified in filter. In other words, different filter clauses are ANDed. If the filter clause supports multiple values and there is a device match, SSH/Devices returns any of those values.

SSH SshDeviceFilter object

Field

Type

Description

DeviceNames

List of string

(Optional) List of host names to search. Partial match is allowed.

IsCompliant

Boolean

(Optional) Whether the device has any issues with SSH key compliance

Type

string

(Optional) Only one type of Ssh Device. If not specified, all devices are returned.

  • Client = Return all devices containing client keys (user and known host keys).
  • Server = Return all devices containing server keys (host and authorized keys).
  • ClientServer = Return all devices containing both client and server keys.