Skip to main content
Version: latest

Get helm registry sync status

GET 

/v1/registries/helm/:uid/sync/status

Get the sync status for the specified helm registry

Request

Path Parameters

    uid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

Helm registry sync status

Schema

    lastRunTimedate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    lastSyncedTimedate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    messagestring
    statusstring
Loading...