Skip to content

Commit 7a0af7b

Browse files
committed
Mar 6
1 parent d8ae075 commit 7a0af7b

File tree

4 files changed

+37
-11
lines changed

4 files changed

+37
-11
lines changed
Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
11
---
2-
docs:
3-
doctypes:
4-
- task
5-
tags:
6-
- docs
2+
# We use sentence case and present imperative tone
73
title: View and edit NGINX configurations
8-
toc: true
4+
# Weights are assigned in increments of 100: determines sorting order
95
weight: 300
6+
# Creates a table of contents and sidebar, useful for large documents
7+
toc: true
8+
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this
9+
type: tutorial
10+
# Intended for internal catalogue and search, case sensitive:
11+
product: NGINX One
12+
# Intended for internal catalogue
13+
docs: "DOCS-000"
1014
---
1115
<!-- Possible future include, with similar files in config-sync-groups/ and staged-configs/ subdirectories -->
1216

17+
## Overview
18+
19+
This guide explains how to add a **Instances** to your NGINX One Console.
20+
21+
## Before you start
22+
23+
Before you add **Instances** to NGINX One Console, ensure:
24+
25+
- You have administrator access to NGINX One Console.
26+
1327
Once you've registered your NGINX Instances with the F5 NGINX One Console, you can view and edit their NGINX configurations on the **Instances** details page.
1428

1529
To view and edit an NGINX configuration, follow these steps:
@@ -22,6 +36,8 @@ To view and edit an NGINX configuration, follow these steps:
2236
6. When you are satisfied with the changes, select **Next**.
2337
7. Compare and verify your changes before selecting **Save and Publish** to publish the edited configuration.
2438

39+
Alternatively, you can select **Save Changes As**. In the window that appears, you can set up this instance as a [**Staged Configuration**]({{< relref "/nginx-one/how-to/staged-configs/_index.md" >}}).
40+
2541
## See also
2642

2743
- [Manage Config Sync Groups]({{< relref "/nginx-one/how-to/config-sync-groups/manage-config-sync-groups.md" >}})

content/nginx-one/how-to/staged-configs/add-staged-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ You can add a **Staged Configuration** from:
3131
- Empty files
3232
- An existing Instance
3333
- An existing Config Sync Group
34-
- An existing Staged Config
34+
- An existing Staged Configuration
3535

3636
To start the process from NGINX One Console, select **Manage > Staged Configruations**. Select **Add Staged Configuration**.
3737

3838
The following sections start from the **Add Staged Configuration** window that appears.
3939

40-
### Start from empty files
40+
### Start from an empty file
4141

4242
To start a new Staged Configuration:
4343

@@ -54,9 +54,9 @@ To start a new Staged Configuration:
5454
To start from an existing Instance:
5555

5656
1. Select From.
57+
1. Enter a name for your new Staged Configuration.
5758
1. Select Instance.
5859
1. In the Choose Instance menu that appears, select an existing Instance.
59-
1. Enter a name for your new Staged Configuration.
6060
1. Select Next.
6161

6262
NGINX One Console imports the configuration from the existing Instance. You can now edit the configuration. When you're ready to stop, select Save.

content/nginx-one/how-to/staged-configs/api-staged-config.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@ product: NGINX One
1212
# Intended for internal catalogue
1313
docs: "DOCS-000"
1414
---
15+
16+
## Overview
17+
18+
You can use F5 NGINX One Console API to manage your Staged Configurations. With these endpoints, you can:
19+
20+
- [Create an NGINX Staged Configuration]
21+
- [Get a list of existing Staged Configruations] , by object ID.
22+
- [Get an analysis report for an existing Staged Configuration]()
23+
24+
Review our reference of available [Staged Configs]({{< relref "{{< relref "nginx-one/api/api-reference-guide/#tag/StagedConfigs" >}}.

content/nginx-one/how-to/staged-configs/edit-staged-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Before you edit a **Staged Configuration**, ensure:
2626
## View and edit a Staged Configuration
2727
<!-- Possible future include, with similar files in config-sync-groups/, nginx-configs/, and staged-configs/ subdirectories -->
2828

29-
Once you've registered your NGINX Staged Configs with the F5 NGINX One Console, you can view and edit their NGINX configurations on the **Staged Configs** details page.
29+
Once you've registered your NGINX Staged Configs with the F5 NGINX One Console, you can view and edit their NGINX configurations on the **Staged Configurations** details page.
3030

3131
To view and edit an NGINX configuration, follow these steps:
3232

33-
1. On the left menu, select **Staged Configs**.
33+
1. On the left menu, select **Staged Configurations**.
3434
2. Select the staged configuration you want to view or modify.
3535
3. Select the **Configuration** tab to see the current configuration for the NGINX instance.
3636
4. Select **Edit Configuration** to make changes to the current configuration.

0 commit comments

Comments
 (0)