Closed mafer0410 closed 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
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 .
PowerShell data can be exported to a CSV using standard PowerShell cmdlets
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 .
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?