Skip to main content
Version: latest

Patch update specified edge host's packs status

PATCH 

/v1/edgehosts/:uid/packs/status

Patch update specified edge host's packs status

Request

Path Parameters

    uid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    packs

    object[]

  • Array [

  • condition

    object

    messagestring
    reasonstring
    statusstring
    typestring

    Possible values: [ReadyForInstall, Installed, Ready, Error, UpgradeAvailable, WaitingForOtherLayers]

    endTimedate-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.

    namestring

    Pack name

    profileUidstring

    Cluster profile uid

    startTimedate-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.

    typestring

    Possible values: [spectro, helm, manifest, oci]

    Default value: spectro

    versionstring

    pack version

  • ]

Responses

The resource was updated successfully

Loading...