Validate a custom variation for a given StackItem
get/midgard/v0.1/stack/custom-variation/validate/{stackItemId}
Validates a custom variation consisting of memory, CPU and disk size, for a given StackItem.
Request
Authorization
X-AT
header
apiKey
Query Parameters
memoryInMibThe desired memory in MiB.
integer
REQUIRED
cpuCoresThe desired number of CPU cores.
integer
diskSizeInMibThe desired disk size in MiB.
integer
Response
200Returned when successful.
403Returned when the requester is not authorized.
404Returned when the stack item was not found.
Shell cURL
shell
Show schema
json