action wowza_show_stream_target_geoblock {
label: "Fetch geo-blocking for a stream target"
description: "This operation shows the details of geo-blocking applied to a specific stream target. Only stream targets whose type is WowzaStreamTarget can be geo-blocked."
provider: wowza
method: GET
path: "/stream_targets/{stream_target_id}/geoblock"
encoding: json
input: {
type: "object"
properties: {
stream_target_id: {
type: "string"
}
}
required: ["stream_target_id"]
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}