netget
    Preparing search index...

    Interface NetGetAppRegistration

    interface NetGetAppRegistration {
        cwd: string;
        exposure?: NetGetExposurePolicyInput;
        health?: NetGetAppHealth;
        host: string;
        hostname: string;
        id: string;
        kind?: NetGetAppKind;
        leaseId?: string;
        lifecycle?: NetGetAppLifecycle;
        metadata: Record<string, unknown>;
        mode: PortLeaseMode;
        name: string;
        pid: number;
        port?: number;
        portStatus: string;
        protocol: "http" | "https";
        startedAt: string;
        status?: NetGetAppStatus;
        tags: string[];
        ttlMs: number;
        ui?: NetGetAppUi;
        updatedAt: string;
        url?: string;
    }
    Index

    Properties

    cwd: string
    host: string
    hostname: string
    id: string
    leaseId?: string
    lifecycle?: NetGetAppLifecycle
    metadata: Record<string, unknown>
    name: string
    pid: number
    port?: number
    portStatus: string
    protocol: "http" | "https"
    startedAt: string
    tags: string[]
    ttlMs: number
    updatedAt: string
    url?: string