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

    Interface DeployedAgent

    Result of AgentsResource.deploy: the deployment (.id), plus the created version + env secret.

    interface DeployedAgent {
        agentId?: string;
        envSecret?: string;
        id: string;
        name?: string;
        secretId?: string;
        status?: string;
        template?: string;
        version?: AgentDeploymentVersion;
        [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
    secretId?: string

    The env secret id, when env was provided.

    status?: string
    template?: string

    The version created (and auto-activated) for this deploy.