Read a configuration profile
pz_get_config_profileRetrieve a past config snapshot to inspect or recover previous settings. Passwords are redacted unless you ask for them.
Instructions
Return a config file exactly as it was when the snapshot was taken. Use this to see what a setting used to be, or to recover a value that was changed or lost. Passwords are redacted unless you ask for them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Which stored file, if the profile holds more than one. A bare filename such as 'servertest.ini' is enough. | |
| profile | Yes | Profile id or exact name, from pz_list_config_profiles. | |
| service_id | No | Nitrado service id. Defaults to NITRADO_SERVICE_ID when omitted. | |
| include_secrets | No | Reveal passwords instead of redacting them. Off by default — these profiles store the admin, server and RCON passwords in plain text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |