---
title: "Get tuning config"
method: GET
path: "/v2/servers/{serverName}/vhosts/{vhostName}/tune"
tags: ["Virtual Hosts"]
---

# Get tuning config

`GET /v2/servers/{serverName}/vhosts/{vhostName}/tune`

Retrieves the tuning configuration for the specified vhost. This API is available in builds 15089 or later.

## Path parameters

- `serverName` string, required
- `vhostName` string, required

## Response `200`

Successful response

- VHostTuneConfig
  - `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` string[]
  - `multicastIncomingProcessorCount` string, required
  - `rtpIdleFrequency` integer, required
  - `handlerThreadPoolSize` integer, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — Payment Required
- `404` — Not found
- `415` — Unsupported Media Type
- `500` — Internal server error

---

[API](https://skmtc.net/wowza/apis/wowza-streaming-engine-rest-api.md) · [All operations](https://skmtc.net/wowza/apis/wowza-streaming-engine-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wowza/wowza-streaming-engine-rest-api/revisions/f2200a734783/schema)
