Endpoints

Use this troubleshooting information when creating and using Endpoints.

UNABLE TO DEPLOY ENDPOINT - button is disabled

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

Solution: Save and run the production quest to enable the button.

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 datatypes correspond to the endpoint schema.
  • If testing with CSV file input:
    • Make sure the CSV file doesn't 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 PREDICTIONS through ION API FAILS

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