VMware {code}

 View Only

10k invalid events sent to BigPanda from VROPs stating that invalid payload

  • 1.  10k invalid events sent to BigPanda from VROPs stating that invalid payload

    Posted Dec 23, 2025 12:43 PM

    We have integrated VROPS with Bigpanda using Webhook and the test connection is success. But it seems 10k invalid events sent to BigPanda from VROPs stating that invalid payload.

    We have created a new Payload template for Bigpanda and used the below JSON Payload.

    Please share the Payload script to send all the alerts to Bigpanda.

    {
        "records": [
            {
                "message_key": "${ALERT_ID}",
                "source": "Aria",
                "event_class": "Aria",
                "severity": "1",
                "resolution_state": "New",
                "node": "${RESOURCE_NAME}",
                "resource": "${RESOURCE_NAME}",
                "metric_name": "${ALERT_DEFINITION}",
                "description": "${ALERT_DEFINITION_DESCRIPTION}",
                "symptoms": "${SYMPTOMS}",
                "type": "vROps:${ALERT_TYPE}|${ALERT_SUBTYPE}",
                "time_of_event": "",
                "additional_info": "{'resourceKind':'${RESOURCE_KIND}','AlertType':'${ALERT_TYPE}','AlertSubType':'${ALERT_SUBTYPE}','AlertImpact':'${ALERT_IMPACT}','alertID':'${ALERT_ID}','Criticality':'${ALERT_CRITICALITY}','startDate':'${CREATE_TIME}','updateDate':'${UPDATE_TIME}','cancelDate':'${CANCEL_TIME}','resourceId':'${RESOURCE_ID}','adapterKind':'${ADAPTER_KIND}','resourceName':'${RESOURCE_NAME}','Health':'${OBJECT_HEALTH_STATE}','Risk':'${OBJECT_RISK_STATE}','Efficiency':'${OBJECT_EFFICIENCY_STATE}','impact':'${ALERT_IMPACT}','alertName':'${ALERT_DEFINITION}','status':'${ALERT_STATUS}','hostName':'${HOST_NAME}'}"
            }
        ]
    }


    -------------------------------------------