Hello,

I want to make an application in angular using the PRTG API but I don't know how to use it.

If any person made an application in angular that can guide me, I would be very grateful.

I have a problem with the get request because it does not return the data I require


Article Comments

Hi,

Could you please tell us the API Call that you execute?


Jul, 2020 - Permalink

Hello, I need to export the PRTG LOGS with the API with parameters (date), this can be done


Jul, 2020 - Permalink

Hi,

You can use the following API Call for the export:
/api/table.csv?id=....&content=messages&columns=objid,datetime,parent,type,name,status,message

Please note that you need to replace the Object ID with "....". Furthermore this API Call will use a lot of performance on your core server system.


Jul, 2020 - Permalink