View template submissions

Overview

Use this page to view and manage template submissions in NGINX One Console. The Submissions section on the Template Detail page lists every submission for that template.

Each row is a submission the Submit Templates API created. You can inspect which templates and targets are in each submission and delete submissions you no longer need.

Before you begin

Before you begin, make sure you have:

  • NGINX One Console access: You need permission to view and manage config templates.
  • An existing template: At least one template must exist in Manage > Config Templates.

Go to the Submissions section

  1. In the NGINX One Console, go to Manage > Config Templates.
  2. Select a template name from the list.
  3. On the Details tab, scroll down to the Submissions section below the metadata card.

Submissions data grid

The Submissions section displays the following columns:

Column Description
Created On The date and time the submission was created.
Description The description provided when the submission was created, if one was set.
Templates Tag list of all templates included in the submission (base and augments). Hover over a tag to see the template name, type, version used, and latest available version.
Targets A count badge showing the number of staged config targets the submission published to. Hover over the badge to see each target’s object ID.
Last Modified The date and time the submission was last updated.

You can sort the list by Created On, Description, and Last Modified. You can also search across all visible columns.

The Templates column tooltip shows the version used at submission time alongside the latest available version. If these differ, a newer version of the template is available. You can update the submission using Update a submission.

Delete a submission

To delete a submission, select Delete on the submission row and confirm the pop-up window.

Caution
Deleting a submission is irreversible and permanently removes all stored input values and payloads for that submission. Deleting the submission record doesn’t affect the target staged config.

Refresh

Select Refresh at the top right of the Details tab to reload both the template metadata card and the submissions list from the server.

API reference

The Submissions section uses the following API operations:

For full submission management including retrieving, updating, and deleting submissions through the API, see Manage template submissions.

Troubleshooting

Submissions list is empty

Symptom: The Submissions section shows no rows.

Cause: No submissions have been created for this template yet.

Fix: Use the Submit Templates API to create a submission.

References

For more information, see: