An administrator is configuring an IntegrationHub Spoke to ingest data from an external monitoring tool into the CMDB. The integration uses the IRE to process payloads. When testing the action, the payload returns an error stating that the payload is missing the mandatory 'className' property. How should the administrator correct this?
The IRE payload parser requires the `className` property to route and identify the correct target table class.
Why this answer
IRE payloads require a valid `className` property for each CI object to identify which CMDB table the record belongs to.