Petals CLI 2.3.0-SNAPSHOT

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
h3. Getting the topology

h4. Getting the topology only

When connected to a container, it is possible to get information about the topology of this node is part of.

* Node credentials (only if the security passphrase is provided and correct).

h4. Getting the topology with JBI artifacts deployed

All JBI artifacts deployed on each Petals container of the topology can be displayed using the option '{{-a | --artifacts}}'. With this option the following JBI artifacts are returned: shared libraries, components and service assemblies.
{code}
petals-cli@host:port> topology-list -a
Domain: Domain 1
* Container: Node1 (Reachable)
** container information
** shared library informations
** component informations
** service assembly information

* Container: Node2 (Reachable)
** container information
** shared library informations
** component informations
** service assembly information

* Container: Node2 (Unreachable)
** container information

...
{code}

{note}To get information about JBI artifacts, the Petals container holding them must be reachable.{note}

h4. Filtering