services
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;
}[]
The JSON-formated output report from a ping operation.
See