@tikoci/centrs
    Preparing search index...

    Interface EnvelopeTargetMeta

    Resolved target identity plus per-field provenance.

    interface EnvelopeTargetMeta {
        baseUrl?: string;
        cdbRecordIndex?: number;
        discoverySource?: string;
        group?: string;
        host?: string;
        identity?: string;
        input?: string;
        mac?: string;
        port?: number;
        recordIndex?: number;
        resolvedTarget?: string;
        source?: SettingSource;
        sources?: Record<string, SettingSource>;
        target?: string;
        user?: string;
        validate?: boolean;
        via?:
            | "rest-api"
            | "native-api"
            | "mac-telnet"
            | "ssh"
            | "snmp"
            | "mndp"
            | "romon"
            | "winbox-terminal"
            | "btest";
    }
    Index

    Properties

    baseUrl?: string
    cdbRecordIndex?: number

    Alias used by devices, where the CDB record index is user-facing.

    discoverySource?: string

    Provenance marker parsed from comment kv-soup (for example mndp).

    group?: string
    host?: string
    identity?: string

    Human-facing device handle: the identity= comment lookup key (mirroring RouterOS /system/identity), falling back to the matched record's target. Deliberately may repeat across records; not a unique key.

    input?: string

    Raw <router> argument as supplied by the caller.

    mac?: string
    port?: number
    recordIndex?: number
    resolvedTarget?: string

    Concrete resolved target, after CDB / match selection.

    source?: SettingSource

    Provenance of the target identity as a whole.

    sources?: Record<string, SettingSource>

    Provenance per resolved field once the resolver is wired (WP-0c).

    target?: string

    CDB-facing target identity, when a command exposes registry metadata.

    user?: string
    validate?: boolean
    via?:
        | "rest-api"
        | "native-api"
        | "mac-telnet"
        | "ssh"
        | "snmp"
        | "mndp"
        | "romon"
        | "winbox-terminal"
        | "btest"