NodeDescription encapsulates the properties of the Node as reported by the agent. NodeDescription

interface NodeDescription {
    Engine?: EngineDescription;
    Hostname?: string;
    Platform?: Platform;
    Resources?: ResourceObject;
    TLSInfo?: TLSInfo;
}

Properties

Hostname?: string
Platform?: Platform
Resources?: ResourceObject
TLSInfo?: TLSInfo