Anchorage API reference
    Preparing search index...
    interface FleetResourceInventory {
        databaseIds: readonly string[];
        deployments: readonly FleetInventoryDeployment[];
        dispatchNamespace?: Readonly<
            {
                name: string;
                namespaceId?: string;
                scriptCount: number;
                trustedWorkers: boolean
                | undefined;
            },
        >;
        dispatchScriptCount?: number;
        findings: readonly FleetInventoryFinding[];
        hostRoutingKvId?: string;
        namespaceIds: readonly string[];
        r2Buckets?: readonly Readonly<
            {
                bucketName: string;
                creationDate: string;
                jurisdiction: R2Jurisdiction;
            },
        >[];
        routes: readonly Readonly<
            {
                backend: ProvisioningBackendKind;
                environment: string;
                hostname: string;
                policyDigest?: string;
                policyHosts?: readonly string[];
                policyId?: string;
                routeId?: string;
                scriptName: string;
                stateEgress?: Readonly<
                    {
                        credentialDigest: string;
                        resourceGroupId: string;
                        stateScriptName: string;
                    },
                >;
                surface?: "custom-domain"
                | "host-registry"
                | "zone-route";
                tenantTag: string;
                zoneId?: string;
            },
        >[];
        scriptRegistrations: readonly Readonly<
            {
                databaseId: string;
                environment: string;
                routeHostname: string;
                scriptName: string;
                tenantTag: string;
            },
        >[];
    }
    Index

    Properties

    databaseIds: readonly string[]
    deployments: readonly FleetInventoryDeployment[]
    dispatchNamespace?: Readonly<
        {
            name: string;
            namespaceId?: string;
            scriptCount: number;
            trustedWorkers: boolean
            | undefined;
        },
    >
    dispatchScriptCount?: number
    findings: readonly FleetInventoryFinding[]
    hostRoutingKvId?: string

    Canonical HOSTS namespace assigned by the fleet control plane.

    namespaceIds: readonly string[]
    r2Buckets?: readonly Readonly<
        {
            bucketName: string;
            creationDate: string;
            jurisdiction: R2Jurisdiction;
        },
    >[]
    routes: readonly Readonly<
        {
            backend: ProvisioningBackendKind;
            environment: string;
            hostname: string;
            policyDigest?: string;
            policyHosts?: readonly string[];
            policyId?: string;
            routeId?: string;
            scriptName: string;
            stateEgress?: Readonly<
                {
                    credentialDigest: string;
                    resourceGroupId: string;
                    stateScriptName: string;
                },
            >;
            surface?: "custom-domain"
            | "host-registry"
            | "zone-route";
            tenantTag: string;
            zoneId?: string;
        },
    >[]
    scriptRegistrations: readonly Readonly<
        {
            databaseId: string;
            environment: string;
            routeHostname: string;
            scriptName: string;
            tenantTag: string;
        },
    >[]