Skip to content

Commit 9657930

Browse files
committed
updated air urls from ngc to dsx
1 parent fde6f7a commit 9657930

10 files changed

Lines changed: 17 additions & 17 deletions

File tree

content/nvidia-air-v2/API-SDK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ NVIDIA DSX Air provides a REST API and a Python SDK for programmatic access to t
1111

1212
The Air API lets you manage simulations, images, organizations, and other resources programmatically. For authentication details, see {{<link title="API Authentication">}}.
1313

14-
{{<exlink url="https://air-ngc.nvidia.com/api/docs/" text="View the API reference">}}
14+
{{<exlink url="https://dsx-air.nvidia.com/api/docs/" text="View the API reference">}}
1515

1616
## Python SDK
1717

content/nvidia-air-v2/Account-Setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To add additional users to your organization, you need an enterprise org. For mo
2424

2525
## Log In to Air
2626

27-
1. Go to {{<exlink url="https://air-ngc.nvidia.com" text="air-ngc.nvidia.com">}} and click **Login**.
27+
1. Go to {{<exlink url="https://dsx-air.nvidia.com" text="dsx-air.nvidia.com">}} and click **Login**.
2828

2929
{{<img src="/images/guides/nvidia-air-v2/air-landing.png" alt="NVIDIA Air landing page" width="800px">}}
3030

content/nvidia-air-v2/Authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ product: NVIDIA DSX Air
77

88
NVIDIA DSX Air uses NGC API keys for authenticating API requests. This page covers Air-specific authentication details. For general information about NGC API keys, see the {{<exlink url="https://docs.nvidia.com/ngc/latest/ngc-user-guide.html#ngc-api-keys" text="NGC API Keys documentation">}}.
99

10-
For the full API reference, see the {{<exlink url="https://air-ngc.nvidia.com/api/docs/" text="NVIDIA DSX Air API documentation">}}.
10+
For the full API reference, see the {{<exlink url="https://dsx-air.nvidia.com/api/docs/" text="NVIDIA DSX Air API documentation">}}.
1111

1212
## API Key Types
1313

@@ -33,7 +33,7 @@ When generating a key, select **NVIDIA Air** from the services list to grant Air
3333
Include your API key in the `Authorization` header:
3434

3535
```
36-
curl -X GET "https://api.air-ngc.nvidia.com/api/v3/simulations/" \
36+
curl -X GET "https://dsx-air.nvidia.com/api/v3/simulations/" \
3737
-H "Authorization: Bearer YOUR_API_KEY"
3838
```
3939

content/nvidia-air-v2/Cloud-Init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Cloud-init is configured through the API. The general workflow is:
3232

3333
1. Create a simulation with your desired topology, but do not start it yet.
3434
2. Create **UserConfig** resources containing your user-data and meta-data content. UserConfigs are reusable — for example, you can create one user-data config and share it across multiple nodes, while giving each node its own meta-data with a unique hostname.
35-
3. Assign the UserConfig resources to simulation nodes using the {{<exlink url="https://air-ngc.nvidia.com/api/docs/#tag/nodes/PATCH/api/v3/simulations/nodes/bulk-assign" text="bulk-assign endpoint">}}. This endpoint lets you assign both user-data and meta-data to multiple nodes in a single request.
35+
3. Assign the UserConfig resources to simulation nodes using the {{<exlink url="https://dsx-air.nvidia.com/api/docs/#tag/nodes/PATCH/api/v3/simulations/nodes/bulk-assign" text="bulk-assign endpoint">}}. This endpoint lets you assign both user-data and meta-data to multiple nodes in a single request.
3636
4. Start the simulation. Cloud-init runs automatically on each node during its first boot.
3737

3838
{{%notice note%}}

content/nvidia-air-v2/Custom-Topology.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ product: NVIDIA DSX Air
66
---
77
## The Drag-and-Drop Topology Builder
88

9-
One way to create custom simulations is with the built-in topology builder, which provides a drag-and-drop editor to design any custom network. To get started, navigate to [https://air-ngc.nvidia.com/simulations](https://air-ngc.nvidia.com/simulations).
9+
One way to create custom simulations is with the built-in topology builder, which provides a drag-and-drop editor to design any custom network. To get started, navigate to [https://dsx-air.nvidia.com/simulations](https://dsx-air.nvidia.com/simulations).
1010

1111
1. Select **Create Simulation**.
1212
2. Provide a name for your simulation.
@@ -448,13 +448,13 @@ You can customize RAM (in MB) with the `memory` option:
448448

449449
### Examples
450450

451-
Labs in the [Demo Marketplace](https://air-ngc.nvidia.com/demos) are maintained with external GitLab repositories. Here you can find the `topology.dot` or `topology.json` file used to build the lab and use it as a reference. To access the files, select **Documentation** on any lab in the Demo Marketplace. It will direct you to the demo's GitLab repository, where you can download the file used for the demo topology.
451+
Labs in the [Demo Marketplace](https://dsx-air.nvidia.com/demos) are maintained with external GitLab repositories. Here you can find the `topology.dot` or `topology.json` file used to build the lab and use it as a reference. To access the files, select **Documentation** on any lab in the Demo Marketplace. It will direct you to the demo's GitLab repository, where you can download the file used for the demo topology.
452452

453453
You can also launch a copy of a lab in the Demo Marketplace and then export the JSON file.
454454

455455
### Import a Topology
456456

457-
To import and upload a DOT or JSON topology file to Air, navigate to [air-ngc.nvidia.com/simulations](https://air-ngc.nvidia.com/simulations).
457+
To import and upload a DOT or JSON topology file to Air, navigate to [dsx-air.nvidia.com/simulations](https://dsx-air.nvidia.com/simulations).
458458

459459
1. Click **Create Simulation**.
460460
2. Provide a name for the simulation.
@@ -552,8 +552,8 @@ The string `"exit"` is also accepted as an alias for `"outbound"` in the links a
552552
{{< /tab >}}
553553
{{< /tabs >}}
554554

555-
For additional schemas, refer to the [API documentation](https://air-ngc.nvidia.com/api/#/Simulations/api_v3_simulations_import_create).
555+
For additional schemas, refer to the [API documentation](https://dsx-air.nvidia.com/api/#/Simulations/api_v3_simulations_import_create).
556556

557557
## Export a Topology through the API
558558

559-
You can export existing simulations into a JSON representation using the API. Refer to the [API documentation](https://air-ngc.nvidia.com/api/#/Simulations/api_v3_simulations_export_retrieve) for additional schema details.
559+
You can export existing simulations into a JSON representation using the API. Refer to the [API documentation](https://dsx-air.nvidia.com/api/#/Simulations/api_v3_simulations_export_retrieve) for additional schema details.

content/nvidia-air-v2/Node-Instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ product: NVIDIA DSX Air
77

88
## Overview
99

10-
Node instructions let you run automation on simulation nodes through the Air agent. You can write files, execute shell commands, or set initialization parameters — all through the UI or the {{<exlink url="https://air-ngc.nvidia.com/api/docs/#tag/instructions" text="instructions API">}}.
10+
Node instructions let you run automation on simulation nodes through the Air agent. You can write files, execute shell commands, or set initialization parameters — all through the UI or the {{<exlink url="https://dsx-air.nvidia.com/api/docs/#tag/instructions" text="instructions API">}}.
1111

1212
Instructions are created against a specific node and execute after the node boots. By default, the Air agent waits for network connectivity before running each instruction, which ensures the node can reach other devices in the simulation before configuration begins.
1313

content/nvidia-air-v2/Pre-Built-Demos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ weight: 30
55
product: NVIDIA DSX Air
66
---
77

8-
NVIDIA DSX Air offers preconfigured network simulations---also called labs or demos---in the [Demo Marketplace](https://air-ngc.nvidia.com/demos). You can clone these demos and use them to learn about network configuration best practices, try out new features, and experiment with different environments or fabrics. They are completely yours to learn from, explore, destroy, and rebuild. Each demo includes a link to documentation that explains the goals of the simulation and provides step-by-step instructions or general information about the demo.
8+
NVIDIA DSX Air offers preconfigured network simulations---also called labs or demos---in the [Demo Marketplace](https://dsx-air.nvidia.com/demos). You can clone these demos and use them to learn about network configuration best practices, try out new features, and experiment with different environments or fabrics. They are completely yours to learn from, explore, destroy, and rebuild. Each demo includes a link to documentation that explains the goals of the simulation and provides step-by-step instructions or general information about the demo.
99

1010
{{<img src="/images/guides/nvidia-air-v2/DemoMarketplace.png" alt="demo marketplace homepage displaying available demos">}}
1111

12-
- Click **Launch** on any demo to create a copy of the simulation in your account. Depending on its size, it may take several minutes to deploy the simulation. You can access it from your list of [Simulations](https://air-ngc.nvidia.com/simulations).
12+
- Click **Launch** on any demo to create a copy of the simulation in your account. Depending on its size, it may take several minutes to deploy the simulation. You can access it from your list of [Simulations](https://dsx-air.nvidia.com/simulations).
1313

1414
- Click **Documentation** to view the instructions for or information about the demo. This link directs you to the GitLab repository which hosts code, configurations, Ansible files, and additional content. GitLab also hosts topology DOT files, which you can use as references when creating custom topologies. You can read more about DOT files and custom topologies in [Custom Topology](https://docs.nvidia.com/networking-ethernet-software/nvidia-air/Custom-Topology/).
1515

content/nvidia-air-v2/Quick-Start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ NVIDIA DSX Air supports the following browsers on a best-effort basis:
1717

1818
## Log in to Air
1919

20-
Go to {{<exlink url="https://air-ngc.nvidia.com" text="air-ngc.nvidia.com">}} and click **Login**. Air uses NGC for authentication—sign in with your business email and select your NGC organization.
20+
Go to {{<exlink url="https://dsx-air.nvidia.com" text="dsx-air.nvidia.com">}} and click **Login**. Air uses NGC for authentication—sign in with your business email and select your NGC organization.
2121

2222
For first-time setup, free trials, and troubleshooting access issues, see {{<link title="Account Setup">}}.
2323

@@ -29,7 +29,7 @@ After you log in, Air displays a list of simulations associated with your accoun
2929

3030
To create a simulation, you can either:
3131
- Build a custom topology; see [Custom Topology](https://docs.nvidia.com/networking-ethernet-software/nvidia-air/Custom-Topology/).
32-
- Load a pre-configured demo from the [Demo Marketplace](https://air-ngc.nvidia.com/demos) and customize it; see [Pre-Built Demos](https://docs.nvidia.com/networking-ethernet-software/nvidia-air/Pre-Built-Demos).
32+
- Load a pre-configured demo from the [Demo Marketplace](https://dsx-air.nvidia.com/demos) and customize it; see [Pre-Built Demos](https://docs.nvidia.com/networking-ethernet-software/nvidia-air/Pre-Built-Demos).
3333

3434
### Navigate Simulations
3535

content/nvidia-air-v2/Whats-New.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 20
55
product: NVIDIA DSX Air
66
---
77
<!-- vale off -->
8-
Check out the latest updates to {{<exlink url="https://air-ngc.nvidia.com" text="NVIDIA DSX Air">}}.
8+
Check out the latest updates to {{<exlink url="https://dsx-air.nvidia.com" text="NVIDIA DSX Air">}}.
99

1010
## April 2026
1111
<!-- Air:WhatsNew -->

content/nvidia-air-v2/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ NVIDIA DSX Air is a cloud-hosted, data center simulation platform that behaves l
1212

1313
Visit the {{<exlink url="https://www.nvidia.com/en-us/networking/ethernet-switching/air/" text="NVIDIA DSX Air product site">}} to learn more.
1414

15-
To access NVIDIA DSX Air, go to {{<exlink url="https://air-ngc.nvidia.com" text="air-ngc.nvidia.com">}}.
15+
To access NVIDIA DSX Air, go to {{<exlink url="https://dsx-air.nvidia.com" text="dsx-air.nvidia.com">}}.

0 commit comments

Comments
 (0)