Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
It restricts the execution of scripts to those marked as 'Client callable', limiting access to certain backend API calls for improved security. |
| What area does it affect? |
Data Collector scripting |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when configuring script access and security for Data Collector operations. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.snc.pa.dc.script.use.sandbox |
| Sys ID |
1e8247fa0703301040aeea9e0ad30084 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Run Data Collector's conditional script inside of a reduced rights "sandbox". If enabled, only those business rules and script includes with the "Client callable" checkbox set to true are available and certain back-end API calls are disallowed. |
| Updated |
2024-05-25 03:38:54 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... information, see Script sandbox property. After upgrade, jobs with conditional scripts that contain these disallowed API components will conclude with "Collected with errors." These jobs do not collect scores. The com.snc.pa.dc.script.use.sandbox system property controls whether data collection scripts use the sandbox. Only users with the security_admin role can modify this property. Exercise caution when turning off this property. When set to ...
Context preview
Snippet 2
... of targets that can be inserted or updated in one bulk action on the Targets Configuration page. • Type: integer • Default value: 100 • Location: System Property [sys_properties] table com.snc.pa.dc.script.use.sandbox Controls whether Performance Analytics data collection scripts use the sandbox. Only users with the security_admin role can modify this property. Important: Exercise caution when turning off this property. When set ...
Related properties