View template submissions
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, 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.
- In the NGINX One Console, go to Manage > Config Templates.
- Select a template name from the list.
- On the Details tab, scroll down to the Submissions section below the metadata card.
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.
To delete a submission, select Delete on the submission row and confirm the pop-up window.
CautionDeleting 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.
Select Refresh at the top right of the Details tab to reload both the template metadata card and the submissions list from the server.
The Submissions section uses the following API operations:
- List Template Submissions for Template — retrieves all submissions scoped to a specific template.
- Delete a Template Submission — permanently removes a submission by its
submissionObjectID.
For full submission management including retrieving, updating, and deleting submissions through the API, see Manage template submissions.
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.
For more information, see: