CSV Upload to discover applications
POST {{baseUrl}}/manual-discover-applications
This endpoint supports uploading a CSV file with application data for manual correlation to specific IDN connectors. If a suitable IDN connector is unavailable, the system will recommend generic connectors instead.
Request Body
[{"name"=>"file", "value"=>"application_name,description\n\"Sample App\",\"This is a sample description for Sample App.\"\n\"Another App\",\"Description for Another App.\"", "datatype"=>"string"}]
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
""