Skip to content

A tool to map the network of Oracle Cloud Infrastructure

Notifications You must be signed in to change notification settings

higarin/oci-diagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

oci-diagram

Mapping out an Oracle Cloud Infrastructure (OCI) network is easy with oci-diagram.

This tool outputs in JGraph / mxGraph format and can be used with draw.io etc.

Supported services

  • VCN
  • Subnet
  • Instance
  • All other 😑

Usage

$ oci-diagram --config-file ~/.oci/config \
    --compartment-id <CompartmentId> \
    --out test.xml

or

$ oci-diagram --tenancy <Tenancy> \
    --compartment-id <CompartmentId> \
    --region <Region>
    --user <UserId>
    --fingerprint <FingerPrint>
    --privatekey <PrivateKeyPath>
    --out test.xml

draw.io


Inspired by Lucidchart or Cacoo...

About

A tool to map the network of Oracle Cloud Infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published