I have the same question as in topic (https://next.nutanix.com/calm-application-management-55/passing-variables-to-calm-runbooks-39356)
I have created a runbook, configured a variable under the “Configuration” section of the runbook.
I can launch the runbook via API, but it does not pass the value.
I tried passing the below sample as the body of the request.
What am I missing ?
{
"spec": {
"args": a
{
"name": "VariableName",
"value": "value"
}
]
}
}