show airflow dags
Syntax
show airflow dags
show airflow dags | display xml
Description
View all the workflows generated to upload network resources and provision services for an organization. Paragon Automation uses automated workflows or series of tasks to:
-
Upload or delete network resources to and from the Paragon Automation database.
-
Provision or delete services in the network.
Options
display xml |
View all workflows generated for an organization in the XML format. |
Output Fields
Table 1 lists the output fields for the show airflow
dags
command.
Field Name |
Field Description |
---|---|
DAG-ID |
Unique ID generated for a workflow. |
Description |
Description about the workflow, for example, create L3VPN service. |
Sample Output
show airflow dags
root@cmgd-66b8c769c4-fbk74> show airflow dags DAG-ID Description airflow_logs_cleanup create-infrastructure-0_10_26 Service orchestration create infrastructure workflow create-l2-addr-0_1_4 Service orchestration create l2 address network resour create-l2vpn-0_3_41 Service orchestration create L2VPN service create-l2vpn-nsm-0_2_22 Service orchestration create L2VPN NSM service create-l3-addr-0_2_4 Service orchestration create l3 address network resour create-l3vpn-0_5_58 Service orchestration create L3VPN service
show airflow dags | display xml
root@cmgd-66b8c769c4-fbk74> show airflow dags | display xml <rpc-reply xmlns:junos="http://xml.juniper.net/junos/24.3I0/junos"> <airflow-dags> <dags> <dag-id>airflow_logs_cleanup</dag-id> <description/> </dags> <dags> <dag-id>create-infrastructure-0_10_26</dag-id> <description>Service orchestration create infrastructure workflow</description> </dags> </airflow-dags> <cli> <banner></banner> </cli> </rpc-reply>
Release Information
Command introduced in Juniper Paragon Automation Release 2.2.0.