- play_arrow Introduction
- play_arrow Overview
- play_arrow Access and Manage Paragon Automation Account
-
- play_arrow Administration
- play_arrow Introduction
- play_arrow Organization Management
- play_arrow Site Management
- play_arrow User Management
- play_arrow Inventory Management
- play_arrow Audit Logs
-
- play_arrow Device Life Cycle Management
- play_arrow Introduction
- play_arrow Day-Wise Activities for Device Life Cycle Management
- play_arrow Field Technician User Interface
- play_arrow Onboarding Profiles
- play_arrow Plan Device Onboarding
- play_arrow View Device Onboarding
- play_arrow Device Management
- Device Management Workflow
- Device Licenses Overview
- About the Features Tab
- About the Licenses Tab
- Manage Device Licenses
- About the Software Images Page
- Upload a Software Image
- Delete a Software Image
- About the Configuration Backups Page
- Configuration Templates Overview
- About the Configuration Templates Page
- Add a Configuration Template
- Edit and Delete a Configuration Template
- Preview a Configuration Template
- Deploy a Configuration Template to a Device
-
- play_arrow Observability
- play_arrow Introduction
- play_arrow Troubleshoot Devices
- play_arrow View Network Topology
-
- play_arrow Trust and Compliance
- play_arrow Introduction
- play_arrow Manage Trust Settings and Trust Scores
- Compliance Standards Overview
- About the Compliance Benchmarks Page
- About the Compliance Tailorings Page
- Example: Create a Tailoring Document for NTP Settings
- About the Compliance Checklist Page
- Add a Checklist Template
- Add Checklist for a Device
- Import Scans and Update Rule Results in a Checklist
- Trust Plans Overview
- About the Network Score Formula Page
- Trust Score Overview
- About the Network Score Page
- About the Snapshots Page
- Add a Snapshot for a Target
- play_arrow Manage Compliance Scans
- play_arrow Manage Vulnerabilities
- play_arrow Monitor Integrity
-
- play_arrow Service Orchestration
- play_arrow Introduction
- play_arrow View Service Design Catalog
- play_arrow Manage Customers
- play_arrow Add Resources for Network Services
- play_arrow Manage Service Instances
- play_arrow Provision L3VPN Service
- play_arrow Monitor Service Order Execution Workflows
-
- play_arrow Active Assurance
- play_arrow Introduction
- play_arrow Test Agents
- play_arrow Tests and Monitors
-
show service order as-json
Syntax
To view all service orders generated for an organization in the JSON format, as an array:show service order as-json
To view a specific service order in the JSON format:
show service order as-json <service-order-name>
To save a service order in the JSON format within the Paragon Automation cluster:
show service order as-json <service-order-name> | save <directory-path>/<file-name>.json
Description
Displays details of a specific order in the JSON format. If you do not specify a name for viewing details, details of all the service orders generated in an organization is displayed as an array. You can save the service order details in the JSON format in the Paragon Automation cluster by providing the directory and filename to save.
You can use the downloaded service order JSON files as sample templates, edit the values on the files, and upload the files to create new service orders by using the Paragon Automation GUI, service orchestration cMGD CLI, or REST API.
Options
service-order-name | The service order that you want to view in the JSON format. |
directory-path | Path where you want to save the JSON file in the Paragon Automation cluster. For example, /var/tmp. |
file-name | File name you assign to the JSON file when you are saving the file in the Paragon Automation cluster. |
Sample Output
[ { "customer_id": "ebd5a8bf-e2bf-11ee-a392-f6e61c3d4879", "design_id": "routing", "design_version": "0.1.0", "fh_config": { "edited-by": "3pic.t3st3r@gmail.com", "status": "network resources updated" }, "instance_id": "l3vpn-routing-iid", "operation": "create", "order_id": "cc198caf-e2c1-11ee-a392-f6e61c3d4879", "org_id": "3c97990f-8446-4fa5-9b88-edd3ddad6cb0", "routing": { "autonomous_system": [ { "count": 1024, "name": 65001 } ], "route_reflector": { "clusters": [ { "cluster": "1.1.1.1" }, { "cluster": "2.2.2.2" }, { "cluster": "3.3.3.3" } ] }, "spring": { "sids": { "size": 1000 } } }, "upload_time": "2024-03-15T11:47:38Z", "version": "1.0.0", "workflow_run_id": "manual__2024-03-15T11:47:35.218599+00:00" } ]