Get all active and not acknowledged alarms from all datacenters and convert the result to json for further processing. Just paste into at Scriptable task and set output to string. #JavaScript #Apache2.0 #vRealizeOrchestratorPlug-inSDK #Alarms #JSON
snippet.js
The AMQP plugin for Orchestrator can create queues with some basic attributes (durable, auto delete). Creating queues with more advanced options like: auto expire, max length, deadletter queues is possible with the RabbitMQ Management HTTP API . This sample shows how to create a queue via...
RabbitMQ-Management-API---Create-Queue.js