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 ConnectedHostMetadataWorkflow

||View as Markdown|
POST
https://host.com/v1/workflow/ngc/connected_host_metadata
POST
/v1/workflow/ngc/connected_host_metadata
$curl -X POST https://host.com/v1/workflow/ngc/connected_host_metadata \
> -H "Content-Type: application/json" \
> -d '{
> "device_id": "device-1234abcd5678efgh"
>}'
1{
2 "href": "https://temporal.example.com/workflows/connected-hosts/device-1234abcd5678efgh",
3 "id": "workflow-9876zyxw5432vuts"
4}
Discover and analyze connected hosts via MAC table and LLDP neighbor data
Previous

Execute BatchDeployWorkflow

Next

Execute ValidateHardwareWorkflow

Request

This endpoint expects an object.
device_idstringRequired

Response

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

Errors

422
Unprocessable Entity Error