scheduled requesting of FlexView "LLDP Remote Systems"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-28-2016 06:07 PM
is it possible to run scheduled (one time every night) a existing FlexView called "LLDP Remote Systems" on several switches ?
If i run it manually on several switches it takes too long for waiting. So i want it running once per night and getting the result next workday very fast (because the information is prefetched).
Is that possible ?
If i run it manually on several switches it takes too long for waiting. So i want it running once per night and getting the result next workday very fast (because the information is prefetched).
Is that possible ?
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-29-2016 07:56 AM
Hi Pala,
this will not work because you need a valid HTML session (cookies, session id, etc) - this will avoid that a wget will work.
And the second reason is that i have to program a script that do all this. That is to cumbersome.
I have hoped that the Report Scheduler within OneView can do that for me - but it seems this not possible!
Regards
this will not work because you need a valid HTML session (cookies, session id, etc) - this will avoid that a wget will work.
And the second reason is that i have to program a script that do all this. That is to cumbersome.
I have hoped that the Report Scheduler within OneView can do that for me - but it seems this not possible!
Regards
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-29-2016 07:56 AM
the url is quite easy =
but you are right the wget does not do the job 😞
Another way can be use Console (java client) and configure the flexview to run periodically. you can also configure the export directory.
Agree also cumbersome.
Regards
Zdenek
code:
https://EMC:8443/OneView/view/flexview?fv=Interface%20Summary&target=192.168.10.249,192.168.10.250
but you are right the wget does not do the job 😞
Another way can be use Console (java client) and configure the flexview to run periodically. you can also configure the export directory.
Agree also cumbersome.
Regards
Zdenek
Regards
Zdeněk Pala
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-29-2016 05:59 AM
the flexview can be run in web browser. login to oneview and right click on set of devices, display flexview in new window => you will get URL
I would use cron and schedule the "wget". you can have HTML with the required information updated per schedule.
I would use cron and schedule the "wget". you can have HTML with the required information updated per schedule.
Regards
Zdeněk Pala
