Update an existing stack item
post/midgard/v0.1/stack/{stackItemId}
Update an existing stack item.Request
Authorization
X-AT
header
apiKey
Query Parameters
nameThe display name.
string
instanceCountThe number of instances that need to be running.
string
cpuThresholdPercentThreshold in percent to start triggering CPU resources exceeded events from.
string
diskThresholdPercentThreshold in percent to start triggering disk resources exceeded events from.
string
memoryThresholdPercentThreshold in percent to start triggering memory resources exceeded events from.
string
cpuCoresDesired number of CPU cores.
string
diskSizeInMibDesired disk size in MiB.
string
memoryInMibDesired RAM in MiB.
string
componentAn object containing an id property referring to the component used by this stack item.
string
applicationId
string
Response
200Returned when successful.
403Returned when the requester is not authorized.
404Returned when the stack item was not found.
Shell cURL
shellShow schema
json