lordmilko / PrtgAPI

C#/PowerShell interface for PRTG Network Monitor
MIT License
305 stars 38 forks source link

Generate reports. #168

Closed mafer0410 closed 4 years ago

mafer0410 commented 4 years ago

Hello, sorry for the inconvenience, I have a question, rather it is to obtain a little more knowledge.

Is there a way to generate reports about the PRTG information or would it just be to choose the object information and extract it?

lordmilko commented 4 years ago

Hi @mafer0410,

PrtgAPI does not support generating Reports (i.e. the things you would find under https://prtg.example.com/reports.htm)

Depending on your use case, you can however generate your own reports using the interfaces PrtgAPI provides you. Most the information you'd want to extract would be retrieved using the interfaces described in Historical Information on the wiki

Regards, lordmilko

mafer0410 commented 4 years ago

but is it possible to export the information of a command to a csv?

El lun., 21 de sep. de 2020 a la(s) 15:04, lordmilko ( notifications@github.com) escribió:

Closed #168 https://github.com/lordmilko/PrtgAPI/issues/168.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/lordmilko/PrtgAPI/issues/168#event-3790576364, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMGVFY35ZM23WXCDHVSKBHTSG65UXANCNFSM4RU7OKXQ .

lordmilko commented 4 years ago

PowerShell data can be exported to a CSV using standard PowerShell cmdlets

mafer0410 commented 4 years ago

Thank you

El lun., 21 de sep. de 2020 a la(s) 15:17, lordmilko ( notifications@github.com) escribió:

PowerShell data can be exported to a CSV using standard PowerShell cmdlets https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/export-csv?view=powershell-7

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/lordmilko/PrtgAPI/issues/168#issuecomment-696382360, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMGVFY56U7EZNQJL2PWSC63SG67GHANCNFSM4RU7OKXQ .