CSV template download for discovery

GET {{baseUrl}}/manual-discover-applications-template

This endpoint allows the user to download an example CSV file with two columns application_name and description. The CSV file contains a single row with the values 'Example Application' and 'Example Description'.

The downloaded template is specifically designed for use with the /manual-discover-applications endpoint.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

"application_name,description\nExample Application,Example Description\n"