@accelerated-software-development/caddy-api-client - v0.2.2
    Preparing search index...

    Interface HealthRouteOptions

    Options for creating a health check route

    interface HealthRouteOptions {
        instanceId: string;
        path?: string;
        services?: number;
        version?: string;
    }
    Index

    Properties

    instanceId: string

    Instance identifier (e.g., "prod-cluster-1")

    path?: string

    Health check path (default: "/health")

    services?: number

    Number of services in this instance

    version?: string

    Instance version