For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
  • Introduction
    • Overview
    • Retired adapters
      • Overview
      • Result codes
      • Connectivity
      • Authentication
      • Connectivity
      • Dependencies
      • Installation location
      • URL paths
        • Adapter not in Itential Platform
        • Adapter status is red
        • No calls working
        • DEPTH_ZERO_SELF_SIGNED_CERT
        • Wrong response data
        • Wrong request data
        • One or more calls failing
        • Tasks not in Platform
        • Troubleshoot linting and testing
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • Issue
  • What to check
TroubleshootSpecific scenarios

Not sending the expected request

Was this page helpful?
Previous

One or more calls failing

Next
Built with

Issue

The request sent to the external system is missing data, contains incorrect data, or is not formatted as the external system expects.

What to check

Check requestDatatype. The adapter runtime library formats the outbound request differently depending on the declared datatype. If requestDatatype does not match what the external system expects, the request may arrive in the wrong format. See Changing data types for the supported options.

Check the request schema. The request schema defines how data is translated before being sent. If data is missing from the request or placed in an unexpected location, the schema translation may be misrouting it. The request schema also handles encoding and encrypting individual fields.

Review the endpoint configuration. If changes are needed, the relevant files are in /adapter-home-dir/entities/<entity-name>: action.json for call-level settings such as path, method, and data types, and the schema files for data translation.

If the logs do not identify the cause, contact the Itential Adapters Team with the log output.