Interface JsonDiagnosticsReport

The JSON-formated output report from a diagnostics operation.

See

Hierarchy

  • JsonDiagnosticsReport

Properties

Properties

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

Type declaration

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

Generated using TypeDoc