- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
CSV Export error using WAPI
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 12:19 AM
Hi im trying to export the network list using Python but having error when opening the csv file.
{ "Error": "AdmConProtoError: Unknown object type (https" |
"code": "Client.Ibap.Proto" |
"text": "Unknown object type (https" |
} |
if I try downloading the url file that the API gives me using a browser, im getting this message:
i.e
https://<server>/http_direct_file_io/req_id-DOWNLOAD-0605062654481043/Networks.csv'
Unsupported Media Type
The supplied request data is not in a format acceptable for processing by this resource.
Any idea how to fix this? Thanks in advance!
Regards,
John
Re: CSV Export error using WAPI
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2023 12:40 PM
I am getting this error as well.
Re: CSV Export error using WAPI
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2023 08:05 PM
If you could, please post a code excerpt for your CSV export actions.
Re: CSV Export error using WAPI
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 08:49 AM
I had the same issue and resolved it by ensuring the Content-Type header was this:
content-type: application/force-download
__PRESENT