Anchorage API reference
    Preparing search index...

    Provider truth about which artifact is serving a deployment's hostname right now, and which fleet specification that artifact was built from.

    physicalScriptName is the script traffic ACTUALLY reaches, which is not necessarily the release the control plane expected — reporting the difference is the whole point. observedAt comes from the backend's injected clock, so a caller comparing two attestations is comparing one clock, not two.

    interface ActiveRouteAttestation {
        artifactVersion: string;
        observedAt: string;
        physicalScriptName: string;
        source: "workers-deployments" | "dispatch-route";
        specDigest: string;
    }
    Index

    Properties

    artifactVersion: string
    observedAt: string
    physicalScriptName: string
    source: "workers-deployments" | "dispatch-route"
    specDigest: string