You may have heard of DevOps and may even practice it, but you may not have heard about FinOps. At least I had not until a little over a year ago when my manager asked if I would like to be the initial DevOps engineer on the FinOps team he was st...
As the errors you pasted state, the escalation and resolve references that are on those lines are not defined elsewhere in the Policy Template. You need to have escalation declarations for both of them, something like:
escalation "escalate_resources"...
Without specific errors it is hard to know where to help, but a good starting point would be reviewing all of the documentation for the Policy Template Language.
I'd have to see more of the file, but I suspect the problem may be that your code is outside of an RCL definition and therefore cannot be parsed as RCL code. An RCL definition looks like:
define do_something($some_endpoint)
$payload = {"target_aud...
If you are using Flexera One Automation/Policies in the US zone, you should be able to find the audit entries by logging into the RightScale CMP dashboard, selecting the matching project/account where you had applied your template, and going to the o...
It's been a long time since I've dealt with this, but the instances index (which is available for raw instances and Server/ServerArray instances) will show terminated instances:https://reference.rightscale.com/api1.5/resources/ResourceInstances.html#...