{% block navbar %}
{% include 'appbuilder/navbar.html' %}
{% endblock %}

Airflow Aggua API Plugin

Documentation

Versions

DAGs

{% if dags|length > 0 %} {% for dag in dags %} {% endfor %} {% else %} {% endif %}
DAG ID Is Active
{{dag.dag_id}} {{dag.is_active}}
Dags not found!!

API Directory

Click on one of the endpoint name below to jump to the API form

APIs

{% for api_metadata in apis_metadata %}

{{api_metadata.name}}

Description:

HTTP Method:

Endpoint:

{% if api_metadata.form_enctype %}

Content-Encoding:

{% endif %}

Arguments:

{% if api_metadata.arguments|length > 0 or api_metadata.post_arguments|length > 0 %} {% for argument in api_metadata.arguments %} {% if argument.form_input_type == "text" %} {% elif argument.form_input_type == "textarea" %} {% else %} {% endif %} {% endfor %} {% for argument in api_metadata.post_arguments %} {% if argument.form_input_type == "text" %} {% elif argument.form_input_type == "textarea" %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %} {% if api_metadata.footnotes and api_metadata.footnotes.strip() != '' %} {% endif %}
Argument Name Value Required Description
{{argument.name}} {{argument.required}} {{argument.description}}
{{argument.name}} {{argument.required}} {{argument.description}}
No Arguments
{{api_metadata.footnotes}}

{% endfor %}