cloudiscovery - A tool to help you discover resources in the cloud environment.
{{ default_name }}
Found resources
Type | Group | Id | Name | Details | Tags |
{{ resource_found.digest.type}} | {{ resource_found.group}} | {{ resource_found.digest.id}} | {{ resource_found.name}} | {{ resource_found.detail}} |
{% for tag in resource_found.tags %}
{{ tag.key}}: {{ tag.value}} {%- endfor %} |
Found relations
From type | From id | To type | To id |
{{ resource_relations.from_node.type}} | {{ resource_relations.from_node.id}} | {{ resource_relations.to_node.type}} | {{ resource_relations.to_node.id}} |
Diagram
{% set base64img = "data:image/png;base64," + diagram_image %}