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., Content-Type: application/json)

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 .json file to replace the entire template (dry-run required before apply).

  • Export — download the current template as a .json file (includes headers and body).

  • Refresh — reload the template from the server.

Open the workspace

Navigate to the ACS dashboard and select Set Parameter Result Template.

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)

  1. Select Edit Template.

  2. Modify headers:

    • Add new header: enter key and value, click Add.

    • Remove header: click the remove button next to the header.

  3. Update the body content in the text area.

  4. Select Save.

  5. 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.

Export template

  • Select Export to download a JSON file with the current template (headers and body).

Import with dry-run

  1. Select Import and upload a JSON file.

  2. Review the dry-run preview showing proposed changes to headers and body.

  3. If warnings exist, enable Allow warnings before applying.

  4. 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

  1. Navigate to the ACS dashboard and select Set Parameter Result Template.

  2. Review the current template: HTTP headers and JSON body with syntax highlighting.

  3. Select Edit Template to enter edit mode.

  4. Modify headers by adding new key-value pairs or removing existing ones.

  5. Update the body content (must be valid JSON).

  6. Select Save to persist all changes as a single atomic update.

  7. Optionally, Export the template as .json for 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.