ip-devicer
    Preparing search index...

    Interface IpSnapshot

    Stored IP enrichment snapshot associated with a resolved device ID.

    interface IpSnapshot {
        deviceId: string;
        enrichment: IpEnrichment;
        id: string;
        ip: string;
        timestamp: Date;
    }
    Index

    Properties

    deviceId: string

    Stable device identifier this snapshot belongs to.

    enrichment: IpEnrichment

    Derived enrichment and risk signals for the IP address.

    id: string

    Snapshot identifier generated by the storage backend.

    ip: string

    IP address analyzed for this snapshot.

    timestamp: Date

    Capture timestamp for the snapshot.