action wowza_list_stream_target_properties { label: "Fetch all properties of a stream target" description: "This operation shows the details of all of the properties assigned to a specific stream target. Properties can be applied to a CustomStreamTarget or WowzaStreamTarget whose provider is akamai_cupertino." provider: wowza method: GET path: "/stream_targets/{stream_target_id}/properties" encoding: json input: { type: "object" properties: { stream_target_id: { type: "string" } } required: ["stream_target_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }