Endpoints

Use this troubleshooting information when creating and using endpoints.

UNABLE TO DEPLOY ENDPOINT - button is disabled

Cause: The production quest must run with a status value of Finished.

Solution: The production quest runs happen automatically and the status shall be Finished for the endpoint button to be enabled.

ENDPOINT TESTING RETURNS AN ERROR

Solution:

  • Validate that the endpoint has a status value of Active.
  • Validate that the request payload is valid.
  • Validate that the request data types correspond to the endpoint schema.
  • If testing with .csv file input:
    • Make sure the .csv file does not contain a header row.
    • Validate that the request payload variables come in the same sequence as in the endpoint schema.
  • If testing with JSON input, make sure there are no null values in the JSON.

INVOKING the endpoint for Optimal Solution through ION API FAILS

Solution: Validate that the sequence of input values conforms to the schema definition.