@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface BehaviorAnalyticsResponse

    Response from GET /api/analytics/behavior.

    interface BehaviorAnalyticsResponse {
        agent: string;
        anomalies: Record<string, unknown>;
        fetchedAt: string;
        metrics: BehaviorMetric[];
        period: string;
        trends: Record<string, unknown>;
    }
    Index

    Properties

    agent: string
    anomalies: Record<string, unknown>
    fetchedAt: string
    metrics: BehaviorMetric[]
    period: string
    trends: Record<string, unknown>