For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
    • NVIDIA Switch Infrastructure
    • I want to...
  • Quick Start
    • Start Here
    • Getting Started with Config Manager
    • TUI Wizard Reference
    • Configuration Samples
    • Interfaces
    • Local Development Quick Start
    • First Run Tour
  • Config Manager Overview
    • Config Manager Concepts
    • Getting Started with Nautobot
  • User Guides
    • New Site Bringup
    • Workflow Lifecycle
  • Deployment
    • Hosting Options
    • Network Topology Requirements
    • Firewall Ports
    • Airgapped Deployment
    • Troubleshooting
  • Services
      • Network Infrastructure Automation with Temporal
      • Temporal Deployment Process
      • Temporal CLI
      • Workflows for Day 2 Operations
      • Temporal API
        • GETHealthcheck
        • GETRBAC Config Status
        • GETCurrent User Info
          • GETGet Workflows
          • POSTExecute HelloWorld
          • POSTExecute HelloWorldApproval
          • POSTExecute AIRCreateBlueprintSimulationWorkflow
          • POSTExecute AIRCreateSimulationWorkflow
          • POSTExecute AIRDeleteSimulationWorkflow
          • POSTExecute AIRValidateSiteWorkflow
          • POSTExecute BackupWorkflow
          • POSTExecute BatchDeployWorkflow
          • POSTExecute ConnectedHostMetadataWorkflow
          • POSTExecute ValidateHardwareWorkflow
          • POSTExecute DeployWorkflow
          • POSTExecute DeviceCableValidationWorkflow
          • POSTExecute DevicePasswordRotationWorkflow
          • POSTExecute DiagnosticsWorkflow
          • POSTExecute IBPKeyCreationWorkflow
          • POSTExecute IBPKeyMemberAddWorkflow
          • POSTExecute IBPKeyMemberDeleteWorkflow
          • POSTExecute IBPKeyMemberUpdateWorkflow
          • POSTExecute IBPortGuidDiscoveryWorkflow
          • POSTExecute InfinibandCableValidationWorkflow
          • POSTExecute InfinibandGetUnhealthyPortsWorkflow
          • POSTExecute InfinibandMlnxOSUpgradeWorkflow
          • POSTExecute MultiDeployWorkflow
          • POSTExecute NVLinkSwitchFirmwareUpgradeWorkflow
          • POSTExecute PortLLDPInfoWorkflow
          • POSTExecute RedfishProvisioningWorkflow
          • POSTExecute ReprovisionWorkflow
          • POSTExecute SiteCableValidationWorkflow
          • POSTExecute SitePasswordRotationWorkflow
          • POSTExecute SwitchOSUpgradeWorkflow
          • POSTExecute TenantDeployWorkflow
          • POSTExecute VpcTenantChangeWorkflow
          • POSTExecute VpcAssignmentWorkflow
          • POSTExecute VpcCreationWorkflow
          • POSTExecute VpcDeletionWorkflow
          • GETGet Workflow Types
          • GETGet Workflow
          • POSTApprove
          • POSTReject
          • POSTRetry
          • GETDownload Tech Support
          • POSTTerminate
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogo
ServicesTemporal ServiceTemporal APIworkflow

Execute AIRCreateSimulationWorkflow

||View as Markdown|
POST
https://host.com/v1/workflow/ngc/air_create_simulation
POST
/v1/workflow/ngc/air_create_simulation
$curl -X POST https://host.com/v1/workflow/ngc/air_create_simulation \
> -H "Content-Type: application/json" \
> -d '{
> "name": "Test AIR Simulation",
> "topology": {},
> "user": "alice@example.com"
>}'
1{
2 "href": "https://temporal.example.com/workflows/123e4567-e89b-12d3-a456-426614174000",
3 "id": "123e4567-e89b-12d3-a456-426614174000"
4}
Create AIR network simulation from topology for configuration testing
Previous

Execute AIRCreateBlueprintSimulationWorkflow

Next

Execute AIRDeleteSimulationWorkflow

Request

This endpoint expects an object.
namestringRequired
topologymap from strings to anyRequired
userstringRequired

Response

Successful Response
hrefstringRead-only
Calculate URL to Temporal UI Workflow View.
idstring

Errors

422
Unprocessable Entity Error