action wowza_show_transcoder_stats {
label: "Fetch statistics for a current transcoder"
description: "This operation responds with a hash of metrics (keys) for a currently running transcoder. Each key has a status, text (description), units, and value."
provider: wowza
method: GET
path: "/transcoders/{id}/stats"
encoding: json
input: {
type: "object"
properties: {
id: {
type: "string"
}
}
required: ["id"]
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}