Interface JsonPingReport

The JSON-formated output report from a ping operation.

See

Hierarchy

  • JsonPingReport

Properties

Properties

id: string
sdk: string
services: {
    [serviceType: string]: {
        error?: string;
        id: string;
        latency_us: number;
        local: string;
        namespace?: string;
        remote: string;
        state: string;
    }[];
}

Type declaration

  • [serviceType: string]: {
        error?: string;
        id: string;
        latency_us: number;
        local: string;
        namespace?: string;
        remote: string;
        state: string;
    }[]
version: number

Generated using TypeDoc