# Retrieves the Tuning configuration for the specified vhost This API is available in builds 15089 or later. Endpoint: GET /v2/servers/{serverName}/vhosts/{vhostName}/tune Version: 2.0.0 Security: basicAuth ## Path parameters: - `serverName` (string, required) Reserved for future use - `vhostName` (string, required) The vhost name ## Response 200 fields (application/json): - `multicastOutgoingProcessorCountAutoValue` (string, required) - `netConnectionsProcessorCountAutoValue` (string, required) - `idleWorkerCountAutoValue` (string, required) - `unicastIncomingProcessorCountAutoValue` (string, required) - `unicastOutgoingProcessorCountAutoValue` (string, required) - `mediaCasterProcessorCount` (string, required) - `serverName` (string, required) - `multicastOutgoingProcessorCount` (string, required) - `multicastIncomingProcessorCountAutoValue` (string, required) - `version` (string, required) - `netConnectionsProcessorCount` (string, required) - `unicastOutgoingProcessorCount` (string, required) - `mediaCasterProcessorCountAutoValue` (string, required) - `idleWorkerCount` (string, required) - `transportThreadPoolSize` (integer, required) - `clientIdleFrequency` (integer, required) - `name` (string, required) - `unicastIncomingProcessorCount` (string, required) - `saveFieldList` (array) - `multicastIncomingProcessorCount` (string, required) - `rtpIdleFrequency` (integer, required) - `handlerThreadPoolSize` (integer, required) ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 500 fields