@makehq/sdk
    Preparing search index...

    Type Alias OnPremAgent

    Represents a Make on-prem bridge agent.

    type OnPremAgent = {
        alerted: boolean;
        clientSecret?: string;
        connected: boolean;
        createdDate?: string;
        id: string;
        lastConnectionDate?: string;
        name: string;
        status: OnPremAgentStatus;
        systemConnectionsCount?: number;
        tenantId: string;
        version?: string;
    }
    Index

    Properties

    alerted: boolean

    Whether the agent has been alerted

    clientSecret?: string

    Client secret for agent authentication (sensitive; may only be shown at creation)

    connected: boolean

    Whether the agent is currently connected

    createdDate?: string

    When the agent was created

    id: string

    Unique identifier of the agent

    lastConnectionDate?: string

    Last successful connection timestamp

    name: string

    User-defined name of the agent

    Current operational status

    systemConnectionsCount?: number

    Number of connected systems using this agent

    tenantId: string

    Tenant identifier in the agency service

    version?: string

    Installed agent version