Class DiagnosticsResult

DiagnosticsResult represents the output of a operation result.

Hierarchy

  • DiagnosticsResult

Properties

Methods

Properties

id: string

The unique identifier for this report.

sdk: string

The name of the SDK which generated this report.

services: {
    [serviceType: string]: DiagnosticsEndpoint[];
}

A list of service endpoints and their diagnostic status.

Type declaration

version: number

The version number of this report.

Methods

Generated using TypeDoc