{% extends "generic/object.html" %} {% load render_table from django_tables2 %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load plugins %} {% load netdoc_buttons %} {% comment %} __author__ = "Andrea Dainese" __contact__ = "andrea@adainese.it" __copyright__ = "Copyright 2022, Andrea Dainese" __license__ = "GPLv3" {% endcomment %} {% block controls %} {# Clone/Edit/Delete Buttons #}
Created at | {{ object.created }} |
---|---|
Discoverable | {{ object.discoverable }} |
Device | {% if object.discoverable.device %} {{ object.discoverable.device }} {% else %} {{ object.ip_address }} {% endif %} |
Template (to parse raw output) | {{ object.template }} |
Command | {{ object.command }} |
Contains configuration? | {{ object.configuration }} |
Command executed successfully? | {{ object.success }} |
Command output parsed successfully? | {{ object.parsed }} |
Parsed output ingested successfully? | {{ object.ingested }} |
{{ object.details }}
{{ object.raw_output }}
{{ object.parsed_output|pprint }}