Loading...
Skip to main content

Get an Agent Revision.

Get an Agent Revision.

Path Parameters
    agentId string required

    The ID of the Agent to retrieve a revision for.

    revisionId string required

    The ID of the AgentRevision to retrieve.

Responses

OK


Schema
    revision object

    Represents a Fixie Agent revision.

    agentId string

    The ID of the Agent this revision belongs to.

    revisionId string

    The unique ID of this Agent revision.

    isCurrent boolean

    Whether this is the current Agent revision for this Agent.

    created date-time

    The creation time of this Agent revision.

    runtime object

    Runtime parameters ued by this Agent.

    parametersSchema object

    The JSON schema representation of runtime parameters used by this Agent's runtime.

    defaultRuntimeParameters object

    The default parameters passed to the Agent runtime. Must conform to the JSON schema specified by the runtime.

    deployment object required

    The deployment environment for this Agent revision.

    external object

    An externally-deployed Agent, that can be accessed via a URL.

    url string required

    The Agent's URL endpoint.

    managed object

    A managed Agent, that is deployed and managed by Fixie.

    environmentVariables object

    Environment variables passed to the Agent's runtime.

    property name* string
    codePackage bytes

    If provided by the client at creation time, the code package used for this AgentRevision. This must be a gzipped tar file containing the Agent's runtime code.

Loading...