Post: Basic Config Generate

In this API, we define basic parameters required to generate a default configuration for a use case.

Endpoint:

/aion_core/config/generate_config

Input:

  • usecaseVersion – Integer (Default: 1)
  • delimiter – Character (Default: ,)
  • text_qualifier – Character (Default: ")
  • upload_file_type – Options: Local, URL, S3, Nifi (Default: Local)
  • upload_location – String path (e.g., local directory or S3 bucket)
  • data_type – Type of data (e.g., Normal)
  • csv_full_path – Full path of the CSV file
  • data_upload_mode – Mode of data upload (Default: local)
  • external_data_path – Path of external data (if applicable)
  • usecaseId – Required – Unique identifier of the use case

Output:

  • Message confirming config generation
  • Config file details (e.g., path, format)
  • Associated usecase Id