You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nvidia-air-v2/API-SDK.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ NVIDIA DSX Air provides a REST API and a Python SDK for programmatic access to t
11
11
12
12
The Air API lets you manage simulations, images, organizations, and other resources programmatically. For authentication details, see {{<linktitle="API Authentication">}}.
13
13
14
-
{{<exlinkurl="https://air-ngc.nvidia.com/api/docs/"text="View the API reference">}}
14
+
{{<exlinkurl="https://dsx-air.nvidia.com/api/docs/"text="View the API reference">}}
Copy file name to clipboardExpand all lines: content/nvidia-air-v2/Authentication.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ product: NVIDIA DSX Air
7
7
8
8
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 {{<exlinkurl="https://docs.nvidia.com/ngc/latest/ngc-user-guide.html#ngc-api-keys"text="NGC API Keys documentation">}}.
9
9
10
-
For the full API reference, see the {{<exlinkurl="https://air-ngc.nvidia.com/api/docs/"text="NVIDIA DSX Air API documentation">}}.
10
+
For the full API reference, see the {{<exlinkurl="https://dsx-air.nvidia.com/api/docs/"text="NVIDIA DSX Air API documentation">}}.
11
11
12
12
## API Key Types
13
13
@@ -33,7 +33,7 @@ When generating a key, select **NVIDIA Air** from the services list to grant Air
33
33
Include your API key in the `Authorization` header:
34
34
35
35
```
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/" \
Copy file name to clipboardExpand all lines: content/nvidia-air-v2/Cloud-Init.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Cloud-init is configured through the API. The general workflow is:
32
32
33
33
1. Create a simulation with your desired topology, but do not start it yet.
34
34
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 {{<exlinkurl="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 {{<exlinkurl="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.
36
36
4. Start the simulation. Cloud-init runs automatically on each node during its first boot.
Copy file name to clipboardExpand all lines: content/nvidia-air-v2/Custom-Topology.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ product: NVIDIA DSX Air
6
6
---
7
7
## The Drag-and-Drop Topology Builder
8
8
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).
10
10
11
11
1. Select **Create Simulation**.
12
12
2. Provide a name for your simulation.
@@ -448,13 +448,13 @@ You can customize RAM (in MB) with the `memory` option:
448
448
449
449
### Examples
450
450
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.
452
452
453
453
You can also launch a copy of a lab in the Demo Marketplace and then export the JSON file.
454
454
455
455
### Import a Topology
456
456
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).
458
458
459
459
1. Click **Create Simulation**.
460
460
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
552
552
{{< /tab >}}
553
553
{{< /tabs >}}
554
554
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).
556
556
557
557
## Export a Topology through the API
558
558
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.
Copy file name to clipboardExpand all lines: content/nvidia-air-v2/Node-Instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ product: NVIDIA DSX Air
7
7
8
8
## Overview
9
9
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 {{<exlinkurl="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 {{<exlinkurl="https://dsx-air.nvidia.com/api/docs/#tag/instructions"text="instructions API">}}.
11
11
12
12
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.
Copy file name to clipboardExpand all lines: content/nvidia-air-v2/Pre-Built-Demos.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ weight: 30
5
5
product: NVIDIA DSX Air
6
6
---
7
7
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.
9
9
10
10
{{<imgsrc="/images/guides/nvidia-air-v2/DemoMarketplace.png"alt="demo marketplace homepage displaying available demos">}}
11
11
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).
13
13
14
14
- 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/).
Copy file name to clipboardExpand all lines: content/nvidia-air-v2/Quick-Start.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ NVIDIA DSX Air supports the following browsers on a best-effort basis:
17
17
18
18
## Log in to Air
19
19
20
-
Go to {{<exlinkurl="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 {{<exlinkurl="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.
21
21
22
22
For first-time setup, free trials, and troubleshooting access issues, see {{<linktitle="Account Setup">}}.
23
23
@@ -29,7 +29,7 @@ After you log in, Air displays a list of simulations associated with your accoun
29
29
30
30
To create a simulation, you can either:
31
31
- 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).
0 commit comments