Interface PlaceModulePingOptions

Place response from ping module task endpoint /api/engine/v2/<mod_id>/ping

interface PlaceModulePingOptions {
    exception?: string;
    host: string;
    pingable: boolean;
    warning?: string;
}

Properties

exception?: string

Any exception thrown from the ping attempt

host: string

Host address of the module device

pingable: boolean

Whether the host address was pingable

warning?: string

Any warning returned from the ping attempt