StacksMarketplaceStackDefinitionVersion
Gets the cost estimation of a deployment run that could happen on a service account
Gets Estimated cost of a deployment run that could happen on a service account
get/v1/stacks-marketplace/stack-definition-versions/item/{stack_definition_version_id}/cost-estimate/{background_job_id}/status
Path parameters
stack_definition_version_idstring required
ID of Stack Definition Version.
background_job_idstring required
ID of background job which performs the cost estimation of the given Stack Definition Version.
Response
Cost estimation status fetched successfully
Example response
{
"job_status": "Ready",
"breakdown": [
{
"cost": {
"currency": "AED"
},
"components": [
{
"cost": {
"currency": "AED"
}
}
]
}
]
}