orchestrator
2023.10
false
- Getting started
- Best practices
- Tenant
- About the Tenant Context
- Searching for Resources in a Tenant
- Managing Robots
- Connecting Robots to Orchestrator
- Storing Robot Credentials in CyberArk
- Storing Unattended Robot Passwords in Azure Key Vault (read only)
- Storing Unattended Robot Credentials in HashiCorp Vault (read only)
- Storing Unattended Robot Credentials in AWS Secrets Manager (read only)
- Deleting Disconnected and Unresponsive Unattended Sessions
- Robot Authentication
- Robot Authentication With Client Credentials
- SmartCard Authentication
- Configuring automation capabilities
- Audit
- Settings - Tenant Level
- Resource Catalog Service
- Folders Context
- Automations
- Processes
- Jobs
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Storage Buckets
- Orchestrator testing
- Other Configurations
- Integrations
- Host administration
- Organization administration
- Troubleshooting

Orchestrator user guide
Last updated Sep 3, 2025
GZIP Compression
linkIn order to reduce the size of HTTP responses at server level and improve Orchestrator's response time, you have the option to compress them using GZIP compression.
Prerequisites
linkAdd the
<add mimeType="application/json" enabled="true" />
key in the config file, in the httpCompression
section.
<httpCompression>
<dynamicTypes>
<remove mimeType="text/csv" />
<add mimeType="text/csv" enabled="true" />
<add mimeType="application/json" enabled="true" />
</dynamicTypes>
</httpCompression>
<httpCompression>
<dynamicTypes>
<remove mimeType="text/csv" />
<add mimeType="text/csv" enabled="true" />
<add mimeType="application/json" enabled="true" />
</dynamicTypes>
</httpCompression>
Installing Dynamic Compression
link- In Server Manager console, on the Manage menu, click Add Roles and Features. The Add Roles and Features Wizard is displayed.
- On the Before you begin page, click Next.
- On the Select installation type page, select Role-based or feature-based installation or Remote Desktop Services installation, and click Next. More details on the official Microsoft documentation. Click Next.
- On the Select destination server page, select a server from the server pool, or select an offline VHD, and click Next. More details on the official Microsoft documentation. Click Next.
- On the Select Server Roles page, in the Roles section, select Web Server (IIS) > Web Server > Performance > Dynamic Content Compression, and click Next.
- On the Select features page, click Next.
- On the Confirm installation selections page, review your role and server selections, then click Install. The Dynamic Content Compression feature has been installed.
Enabling Dynamic Compression
link- In Server Manager console, on the Tools menu, click Internet Information Services (IIS) Manager. The IIS Manager is displayed.
- On the Connections pane, select your Orchestrator instance.
- In the IIS section, double-click Compression.
- Select the Enable Dynamic Content Compression option.Note: The use of dynamic compression may increase processor utilization and reduce the overall performance of the server.