Set Parameter Result Template (ACS)
Overview
Set Parameter Result Template defines the HTTP headers and body template used for SetParameterValues RPC responses.
The template key is system-managed and cannot be changed by the user.
The body content must be valid JSON and is displayed with syntax highlighting.
Import and export use .json format, and import replaces the entire template atomically.
Fields
| Field | Type | Required | Validation |
|---|---|---|---|
Template Key |
String |
Yes |
System-managed; not editable by the user |
Headers |
Key-value pairs |
No |
HTTP response headers (e.g., |
Body |
String (JSON) |
Yes |
Must be valid JSON; validated before save; displayed with syntax highlighting |
Available operations
-
Update template — modify headers (add/remove key-value pairs) and body content.
-
Import — upload a
.jsonfile to replace the entire template (dry-run required before apply). -
Export — download the current template as a
.jsonfile (includes headers and body). -
Refresh — reload the template from the server.
Review template
-
The page displays a single HTTP response template used for SetParameterValues results.
-
Template contains HTTP Headers (key-value pairs) and Body (response content).
-
Metadata shows creation and last update timestamps and authors.
Template structure
- HTTP Headers
-
Key-value pairs defining HTTP response headers (e.g.,
Content-Type: application/json). - Body
-
HTTP response body content (can be XML, JSON, or plain text).
Edit template (EDITOR/ADMIN)
-
Select Edit Template.
-
Modify headers:
-
Add new header: enter key and value, click Add.
-
Remove header: click the remove button next to the header.
-
-
Update the body content in the text area.
-
Select Save.
-
To cancel changes, select Cancel.
Expected outcomes:
-
On success, the template updates and the page returns to view mode.
-
Changes are persisted and shown immediately.
| All changes are saved as a single atomic update. |
Import with dry-run
-
Select Import and upload a JSON file.
-
Review the dry-run preview showing proposed changes to headers and body.
-
If warnings exist, enable Allow warnings before applying.
-
Apply the import and the template refreshes.
| Import replaces the entire template (both headers and body). |
Refresh
-
Select Refresh to reload the current template from the server.
-
Use after imports or changes by other operators.
Typical workflow
-
Navigate to the ACS dashboard and select Set Parameter Result Template.
-
Review the current template: HTTP headers and JSON body with syntax highlighting.
-
Select Edit Template to enter edit mode.
-
Modify headers by adding new key-value pairs or removing existing ones.
-
Update the body content (must be valid JSON).
-
Select Save to persist all changes as a single atomic update.
-
Optionally, Export the template as
.jsonfor backup.
Troubleshooting
- Edit actions are disabled
-
Confirm your role is EDITOR or ADMIN.
- Cannot save changes
-
Ensure the body content is valid for the intended format (e.g., well-formed JSON/XML).
- Import blocked by errors
-
Fix the reported issues in the JSON file and re-import.
- Template not found
-
Click Refresh or import a JSON file to create the template.