Use the API to manage your Staged Configurations
You can use F5 NGINX One Console API to manage your Staged Configurations. With our API, you can:
-
Create an NGINX Staged Configuration
- Use details to add existing configuration files.
-
Get a list of existing Staged Configurations
- Record the
object_id
of your target Staged Configuration for your analysis report.
- Record the
-
Get an analysis report for an existing Staged Configuration
- Review the same recommendations found in the UI.
-
- Exports an existing Staged Configuration from the console. It sends you an archive of that configuration in
tar.gz
format.
- Exports an existing Staged Configuration from the console. It sends you an archive of that configuration in
-
- Imports an existing Staged Configuration from your system and sends it to the console. This REST call assumes that your configuration is archived in
tar.gz
format.
- Imports an existing Staged Configuration from your system and sends it to the console. This REST call assumes that your configuration is archived in
-
Bulk manage multiple Staged Configurations
- Allows you to delete multiple Staged Configurations. Requires each
object_id
.
For several API endpoints, we ask for a
conf_path
. Make sure to set an absolute file path. If you make a REST call without an absolute file path, you’ll see a 400 error message. - Allows you to delete multiple Staged Configurations. Requires each