@videosdk.live/server-sdk
    Preparing search index...

    Interface AgentDeployment

    A cloud agent deployment.

    interface AgentDeployment {
        agentId?: string;
        envSecret?: string;
        id: string;
        name?: string;
        status?: string;
        template?: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    agentId?: string
    envSecret?: string

    The attached secret id.

    id: string

    The deployment id.

    name?: string
    status?: string
    template?: string