Skip to main content

List stale file deployments

GET 

/api/file/stale

Returns deployments where the source object in the Object Store has been updated since the file was last deployed. Controller-only check that compares state KV SHA-256 hashes against current object content.

Responses

Stale deployments found (may be empty).

Schema

    stale

    object[]

    required

  • Array [

  • object_name stringrequired

    Name of the object in the Object Store.

    hostname stringrequired

    Host where the file is deployed.

    provider stringrequired

    Provider that manages this deployment.

    path stringrequired

    Deployment path on the target host.

    deployed_sha stringrequired

    SHA-256 hash of the currently deployed content.

    current_sha stringrequired

    SHA-256 hash of the current object store content.

    deployed_at stringrequired

    When the file was last deployed.

  • ]

  • total integerrequired

    Total number of stale deployments.

Loading...