@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias CreateAgentInstanceHistoryItemData

    type CreateAgentInstanceHistoryItemData = {
        body: AgentInstanceHistoryItemRequest;
        path: { agentInstanceKey: AgentInstanceKey };
        query?: never;
        url: "/agent-instances/{agentInstanceKey}/history";
    }
    Index

    Properties

    Properties

    path: { agentInstanceKey: AgentInstanceKey }

    Type Declaration

    • agentInstanceKey: AgentInstanceKey

      The key of the agent instance to append the history item to.

    query?: never
    url: "/agent-instances/{agentInstanceKey}/history"