WebhookEventListSchema – Management API – MediaKind
WebhookEventListSchema
Definitions
odata.nextLink
- Type: string (Optional)
URL if the page length and number of items match.
supplemental
count
- Type: integer (Required)
Number of items returned
kind
- Type: string (Required)
Type of items in the list
operation
- Type: string (Required)
Operation type. Should always say 'list'
pagination
Pagination Properties
- end: integer (Required)
Position of the last item in the list
- records: integer (Required)
Total number of items returned in the list
- start: integer (Required)
Position of the first item in the list
- total: integer (Required)
Total number of items in the project
subscription
Project Properties
- id: string (Required)
Project ID
- name: string (Required)
Project name
value
Event Properties
- created: string (Required, format: date-time)
Time the Event was created.
- source: string (Required)
Path to the resource that triggered the Event.
- status: enum (Required)
Event send status.
- Allowed values: Pending, Retrying, Failed, Sent
- type: enum (Required)
The type of the Event.
- Allowed values: MediaKind.JobStarted, MediaKind.JobFinished, MediaKind.StreamingLocatorCreated, MediaKind.ChannelInstanceStarted, MediaKind.ChannelInstanceStopped, MediaKind.ChannelInstanceError, MediaKind.ScheduledOperationAccepted, MediaKind.ScheduledOperationCompleted, MediaKind.ScheduledOperationError, MediaKind.ScheduledOperationOngoing