This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.media.getLiveEventStreamEvents
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get stream events telemetry of a live event. Azure REST API version: 2022-11-01.
Using getLiveEventStreamEvents
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLiveEventStreamEvents(args: GetLiveEventStreamEventsArgs, opts?: InvokeOptions): Promise<GetLiveEventStreamEventsResult>
function getLiveEventStreamEventsOutput(args: GetLiveEventStreamEventsOutputArgs, opts?: InvokeOptions): Output<GetLiveEventStreamEventsResult>def get_live_event_stream_events(account_name: Optional[str] = None,
                                 live_event_name: Optional[str] = None,
                                 resource_group_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetLiveEventStreamEventsResult
def get_live_event_stream_events_output(account_name: Optional[pulumi.Input[str]] = None,
                                 live_event_name: Optional[pulumi.Input[str]] = None,
                                 resource_group_name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetLiveEventStreamEventsResult]func GetLiveEventStreamEvents(ctx *Context, args *GetLiveEventStreamEventsArgs, opts ...InvokeOption) (*GetLiveEventStreamEventsResult, error)
func GetLiveEventStreamEventsOutput(ctx *Context, args *GetLiveEventStreamEventsOutputArgs, opts ...InvokeOption) GetLiveEventStreamEventsResultOutput> Note: This function is named GetLiveEventStreamEvents in the Go SDK.
public static class GetLiveEventStreamEvents 
{
    public static Task<GetLiveEventStreamEventsResult> InvokeAsync(GetLiveEventStreamEventsArgs args, InvokeOptions? opts = null)
    public static Output<GetLiveEventStreamEventsResult> Invoke(GetLiveEventStreamEventsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLiveEventStreamEventsResult> getLiveEventStreamEvents(GetLiveEventStreamEventsArgs args, InvokeOptions options)
public static Output<GetLiveEventStreamEventsResult> getLiveEventStreamEvents(GetLiveEventStreamEventsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:media:getLiveEventStreamEvents
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- The Media Services account name.
- LiveEvent stringName 
- The name of the live event, maximum length is 32.
- ResourceGroup stringName 
- The name of the resource group within the Azure subscription.
- AccountName string
- The Media Services account name.
- LiveEvent stringName 
- The name of the live event, maximum length is 32.
- ResourceGroup stringName 
- The name of the resource group within the Azure subscription.
- accountName String
- The Media Services account name.
- liveEvent StringName 
- The name of the live event, maximum length is 32.
- resourceGroup StringName 
- The name of the resource group within the Azure subscription.
- accountName string
- The Media Services account name.
- liveEvent stringName 
- The name of the live event, maximum length is 32.
- resourceGroup stringName 
- The name of the resource group within the Azure subscription.
- account_name str
- The Media Services account name.
- live_event_ strname 
- The name of the live event, maximum length is 32.
- resource_group_ strname 
- The name of the resource group within the Azure subscription.
- accountName String
- The Media Services account name.
- liveEvent StringName 
- The name of the live event, maximum length is 32.
- resourceGroup StringName 
- The name of the resource group within the Azure subscription.
getLiveEventStreamEvents Result
The following output properties are available:
- Value
List<Pulumi.Azure Native. Media. Outputs. Live Event Stream Event Response> 
- The result of the get live event stream events.
- Value
[]LiveEvent Stream Event Response 
- The result of the get live event stream events.
- value
List<LiveEvent Stream Event Response> 
- The result of the get live event stream events.
- value
LiveEvent Stream Event Response[] 
- The result of the get live event stream events.
- value
Sequence[LiveEvent Stream Event Response] 
- The result of the get live event stream events.
- value List<Property Map>
- The result of the get live event stream events.
Supporting Types
LiveEventStreamEventDataResponse     
- Bitrate double
- Bitrate of the track.
- CurrentFragment stringTimestamp 
- Current fragment timestamp in timescale.
- DiscontinuityGap double
- Length of the discontinuity gap in timescale.
- Duration string
- Fragment duration.
- FragmentDrop stringReason 
- Reason the fragment was dropped.
- FragmentOne stringDuration 
- Duration of first fragment used to make a comparison, in timescale.
- FragmentOne stringTimestamp 
- Timestamp of first fragment used to make a comparison, in timescale.
- FragmentTwo stringDuration 
- Duration of second fragment used to make a comparison, in timescale.
- FragmentTwo stringTimestamp 
- Timestamp of second fragment used to make a comparison, in timescale.
- MaxTime string
- The larger timestamp of the two fragments compared.
- MaxTime stringMedia Type 
- The media type of the larger timestamp of two fragments compared.
- MediaTimestamp string
- Fragment timestamp in timescale.
- MediaType string
- Type of the track.
- MinTime string
- The smaller timestamp of the two fragments compared.
- MinTime stringMedia Type 
- The media type of the smaller timestamp of two fragments compared.
- PreviousFragment stringDuration 
- Previous fragment duration in timescale.
- PreviousFragment stringTimestamp 
- Previous fragment timestamp in timescale.
- RemoteIp string
- Truncated IP of the encoder.
- RemotePort string
- Port of the encoder.
- Resolution string
- Width x Height for video, null otherwise.
- ResultCode string
- Result code.
- ResultMessage string
- Result message.
- StreamId string
- Stream ID in the format "trackName_bitrate"
- StreamName string
- Identifier of the stream or connection. Encoder or customer is responsible to add this ID in the ingest URL.
- Timescale string
- Timescale in which timestamps are expressed.
- TimescaleOf stringMax Time 
- Timescale of the fragment with the larger timestamp.
- TimescaleOf stringMin Time 
- Timescale of the fragment with the smaller timestamp.
- TrackId int
- Track index.
- TrackName string
- Name of the track.
- Bitrate float64
- Bitrate of the track.
- CurrentFragment stringTimestamp 
- Current fragment timestamp in timescale.
- DiscontinuityGap float64
- Length of the discontinuity gap in timescale.
- Duration string
- Fragment duration.
- FragmentDrop stringReason 
- Reason the fragment was dropped.
- FragmentOne stringDuration 
- Duration of first fragment used to make a comparison, in timescale.
- FragmentOne stringTimestamp 
- Timestamp of first fragment used to make a comparison, in timescale.
- FragmentTwo stringDuration 
- Duration of second fragment used to make a comparison, in timescale.
- FragmentTwo stringTimestamp 
- Timestamp of second fragment used to make a comparison, in timescale.
- MaxTime string
- The larger timestamp of the two fragments compared.
- MaxTime stringMedia Type 
- The media type of the larger timestamp of two fragments compared.
- MediaTimestamp string
- Fragment timestamp in timescale.
- MediaType string
- Type of the track.
- MinTime string
- The smaller timestamp of the two fragments compared.
- MinTime stringMedia Type 
- The media type of the smaller timestamp of two fragments compared.
- PreviousFragment stringDuration 
- Previous fragment duration in timescale.
- PreviousFragment stringTimestamp 
- Previous fragment timestamp in timescale.
- RemoteIp string
- Truncated IP of the encoder.
- RemotePort string
- Port of the encoder.
- Resolution string
- Width x Height for video, null otherwise.
- ResultCode string
- Result code.
- ResultMessage string
- Result message.
- StreamId string
- Stream ID in the format "trackName_bitrate"
- StreamName string
- Identifier of the stream or connection. Encoder or customer is responsible to add this ID in the ingest URL.
- Timescale string
- Timescale in which timestamps are expressed.
- TimescaleOf stringMax Time 
- Timescale of the fragment with the larger timestamp.
- TimescaleOf stringMin Time 
- Timescale of the fragment with the smaller timestamp.
- TrackId int
- Track index.
- TrackName string
- Name of the track.
- bitrate Double
- Bitrate of the track.
- currentFragment StringTimestamp 
- Current fragment timestamp in timescale.
- discontinuityGap Double
- Length of the discontinuity gap in timescale.
- duration String
- Fragment duration.
- fragmentDrop StringReason 
- Reason the fragment was dropped.
- fragmentOne StringDuration 
- Duration of first fragment used to make a comparison, in timescale.
- fragmentOne StringTimestamp 
- Timestamp of first fragment used to make a comparison, in timescale.
- fragmentTwo StringDuration 
- Duration of second fragment used to make a comparison, in timescale.
- fragmentTwo StringTimestamp 
- Timestamp of second fragment used to make a comparison, in timescale.
- maxTime String
- The larger timestamp of the two fragments compared.
- maxTime StringMedia Type 
- The media type of the larger timestamp of two fragments compared.
- mediaTimestamp String
- Fragment timestamp in timescale.
- mediaType String
- Type of the track.
- minTime String
- The smaller timestamp of the two fragments compared.
- minTime StringMedia Type 
- The media type of the smaller timestamp of two fragments compared.
- previousFragment StringDuration 
- Previous fragment duration in timescale.
- previousFragment StringTimestamp 
- Previous fragment timestamp in timescale.
- remoteIp String
- Truncated IP of the encoder.
- remotePort String
- Port of the encoder.
- resolution String
- Width x Height for video, null otherwise.
- resultCode String
- Result code.
- resultMessage String
- Result message.
- streamId String
- Stream ID in the format "trackName_bitrate"
- streamName String
- Identifier of the stream or connection. Encoder or customer is responsible to add this ID in the ingest URL.
- timescale String
- Timescale in which timestamps are expressed.
- timescaleOf StringMax Time 
- Timescale of the fragment with the larger timestamp.
- timescaleOf StringMin Time 
- Timescale of the fragment with the smaller timestamp.
- trackId Integer
- Track index.
- trackName String
- Name of the track.
- bitrate number
- Bitrate of the track.
- currentFragment stringTimestamp 
- Current fragment timestamp in timescale.
- discontinuityGap number
- Length of the discontinuity gap in timescale.
- duration string
- Fragment duration.
- fragmentDrop stringReason 
- Reason the fragment was dropped.
- fragmentOne stringDuration 
- Duration of first fragment used to make a comparison, in timescale.
- fragmentOne stringTimestamp 
- Timestamp of first fragment used to make a comparison, in timescale.
- fragmentTwo stringDuration 
- Duration of second fragment used to make a comparison, in timescale.
- fragmentTwo stringTimestamp 
- Timestamp of second fragment used to make a comparison, in timescale.
- maxTime string
- The larger timestamp of the two fragments compared.
- maxTime stringMedia Type 
- The media type of the larger timestamp of two fragments compared.
- mediaTimestamp string
- Fragment timestamp in timescale.
- mediaType string
- Type of the track.
- minTime string
- The smaller timestamp of the two fragments compared.
- minTime stringMedia Type 
- The media type of the smaller timestamp of two fragments compared.
- previousFragment stringDuration 
- Previous fragment duration in timescale.
- previousFragment stringTimestamp 
- Previous fragment timestamp in timescale.
- remoteIp string
- Truncated IP of the encoder.
- remotePort string
- Port of the encoder.
- resolution string
- Width x Height for video, null otherwise.
- resultCode string
- Result code.
- resultMessage string
- Result message.
- streamId string
- Stream ID in the format "trackName_bitrate"
- streamName string
- Identifier of the stream or connection. Encoder or customer is responsible to add this ID in the ingest URL.
- timescale string
- Timescale in which timestamps are expressed.
- timescaleOf stringMax Time 
- Timescale of the fragment with the larger timestamp.
- timescaleOf stringMin Time 
- Timescale of the fragment with the smaller timestamp.
- trackId number
- Track index.
- trackName string
- Name of the track.
- bitrate float
- Bitrate of the track.
- current_fragment_ strtimestamp 
- Current fragment timestamp in timescale.
- discontinuity_gap float
- Length of the discontinuity gap in timescale.
- duration str
- Fragment duration.
- fragment_drop_ strreason 
- Reason the fragment was dropped.
- fragment_one_ strduration 
- Duration of first fragment used to make a comparison, in timescale.
- fragment_one_ strtimestamp 
- Timestamp of first fragment used to make a comparison, in timescale.
- fragment_two_ strduration 
- Duration of second fragment used to make a comparison, in timescale.
- fragment_two_ strtimestamp 
- Timestamp of second fragment used to make a comparison, in timescale.
- max_time str
- The larger timestamp of the two fragments compared.
- max_time_ strmedia_ type 
- The media type of the larger timestamp of two fragments compared.
- media_timestamp str
- Fragment timestamp in timescale.
- media_type str
- Type of the track.
- min_time str
- The smaller timestamp of the two fragments compared.
- min_time_ strmedia_ type 
- The media type of the smaller timestamp of two fragments compared.
- previous_fragment_ strduration 
- Previous fragment duration in timescale.
- previous_fragment_ strtimestamp 
- Previous fragment timestamp in timescale.
- remote_ip str
- Truncated IP of the encoder.
- remote_port str
- Port of the encoder.
- resolution str
- Width x Height for video, null otherwise.
- result_code str
- Result code.
- result_message str
- Result message.
- stream_id str
- Stream ID in the format "trackName_bitrate"
- stream_name str
- Identifier of the stream or connection. Encoder or customer is responsible to add this ID in the ingest URL.
- timescale str
- Timescale in which timestamps are expressed.
- timescale_of_ strmax_ time 
- Timescale of the fragment with the larger timestamp.
- timescale_of_ strmin_ time 
- Timescale of the fragment with the smaller timestamp.
- track_id int
- Track index.
- track_name str
- Name of the track.
- bitrate Number
- Bitrate of the track.
- currentFragment StringTimestamp 
- Current fragment timestamp in timescale.
- discontinuityGap Number
- Length of the discontinuity gap in timescale.
- duration String
- Fragment duration.
- fragmentDrop StringReason 
- Reason the fragment was dropped.
- fragmentOne StringDuration 
- Duration of first fragment used to make a comparison, in timescale.
- fragmentOne StringTimestamp 
- Timestamp of first fragment used to make a comparison, in timescale.
- fragmentTwo StringDuration 
- Duration of second fragment used to make a comparison, in timescale.
- fragmentTwo StringTimestamp 
- Timestamp of second fragment used to make a comparison, in timescale.
- maxTime String
- The larger timestamp of the two fragments compared.
- maxTime StringMedia Type 
- The media type of the larger timestamp of two fragments compared.
- mediaTimestamp String
- Fragment timestamp in timescale.
- mediaType String
- Type of the track.
- minTime String
- The smaller timestamp of the two fragments compared.
- minTime StringMedia Type 
- The media type of the smaller timestamp of two fragments compared.
- previousFragment StringDuration 
- Previous fragment duration in timescale.
- previousFragment StringTimestamp 
- Previous fragment timestamp in timescale.
- remoteIp String
- Truncated IP of the encoder.
- remotePort String
- Port of the encoder.
- resolution String
- Width x Height for video, null otherwise.
- resultCode String
- Result code.
- resultMessage String
- Result message.
- streamId String
- Stream ID in the format "trackName_bitrate"
- streamName String
- Identifier of the stream or connection. Encoder or customer is responsible to add this ID in the ingest URL.
- timescale String
- Timescale in which timestamps are expressed.
- timescaleOf StringMax Time 
- Timescale of the fragment with the larger timestamp.
- timescaleOf StringMin Time 
- Timescale of the fragment with the smaller timestamp.
- trackId Number
- Track index.
- trackName String
- Name of the track.
LiveEventStreamEventResponse    
- Data
Pulumi.Azure Native. Media. Inputs. Live Event Stream Event Data Response 
- Event data based on event type.
- EventLevel string
- Event level.
- EventTime string
- The time event raised.
- EventType string
- The type of the stream event. Format: StreamEvent/{eventType}
- Data
LiveEvent Stream Event Data Response 
- Event data based on event type.
- EventLevel string
- Event level.
- EventTime string
- The time event raised.
- EventType string
- The type of the stream event. Format: StreamEvent/{eventType}
- data
LiveEvent Stream Event Data Response 
- Event data based on event type.
- eventLevel String
- Event level.
- eventTime String
- The time event raised.
- eventType String
- The type of the stream event. Format: StreamEvent/{eventType}
- data
LiveEvent Stream Event Data Response 
- Event data based on event type.
- eventLevel string
- Event level.
- eventTime string
- The time event raised.
- eventType string
- The type of the stream event. Format: StreamEvent/{eventType}
- data
LiveEvent Stream Event Data Response 
- Event data based on event type.
- event_level str
- Event level.
- event_time str
- The time event raised.
- event_type str
- The type of the stream event. Format: StreamEvent/{eventType}
- data Property Map
- Event data based on event type.
- eventLevel String
- Event level.
- eventTime String
- The time event raised.
- eventType String
- The type of the stream event. Format: StreamEvent/{eventType}
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi