You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Phillip Kent <ph...@xmlsoup.com> on 2015/03/11 09:52:43 UTC

Visualising networks using the CloudStack API

Hi all,

you may be interested in a simple Python tool which mashes up
information from different API calls and also creates an output file
that can be processed by the 'nwdiag' diagramming tool.

I personally use tihs a lot to keep track of my networks and VMs.

It's described in a blog post here:

http://cloudstore.interoute.com/main/knowledge-centre/blog/visualising-networks-in-vdc

It could be extended to cover VPCs etc, and the nwdiag program is more
powerful than I have used it so far.

You can keep in touch with Interoute blog posts by following
https://twitter.com/Interoute or
https://www.facebook.com/pages/Interoute/161759680529086

- Phillip

Re: Visualising networks using the CloudStack API

Posted by Sebastien Goasguen <ru...@gmail.com>.
On Mar 11, 2015, at 9:52 AM, Phillip Kent <ph...@xmlsoup.com> wrote:

> Hi all,
> 
> you may be interested in a simple Python tool which mashes up
> information from different API calls and also creates an output file
> that can be processed by the 'nwdiag' diagramming tool.
> 
> I personally use tihs a lot to keep track of my networks and VMs.
> 
> It's described in a blog post here:
> 
> http://cloudstore.interoute.com/main/knowledge-centre/blog/visualising-networks-in-vdc
> 

That's great :) thanks for sharing.

> It could be extended to cover VPCs etc, and the nwdiag program is more
> powerful than I have used it so far.
> 
> You can keep in touch with Interoute blog posts by following
> https://twitter.com/Interoute or
> https://www.facebook.com/pages/Interoute/161759680529086
> 
> - Phillip