Interface SystemStatusInterface

interface SystemStatusInterface {
    config: string;
    connectorRef: {
        bundleName: string;
        bundleVersion: string;
        connectorHostRef: string;
        connectorName: string;
    };
    displayName: string;
    enabled: boolean;
    name: string;
    objectTypes: string[];
    ok: boolean;
}

Properties

config: string
connectorRef: {
    bundleName: string;
    bundleVersion: string;
    connectorHostRef: string;
    connectorName: string;
}

Type declaration

  • bundleName: string
  • bundleVersion: string
  • connectorHostRef: string
  • connectorName: string
displayName: string
enabled: boolean
name: string
objectTypes: string[]
ok: boolean