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
- application/json
Body
- Array [
- ]
packs object[]
condition object
Pack deployment status conditions
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
- 204
The resource was updated successfully
Loading...