Skip to content

Commit fc4eebb

Browse files
authored
Merge pull request SkylineCommunications#477 from SkylineTimothyVanPoucke/main
Create DAZN MediaOps VSC Sync.md
2 parents 83ede95 + 91da382 commit fc4eebb

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed
+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
uid: Connector_help_DAZN_MediaOps_VSC_Sync
3+
---
4+
5+
# DAZN MediaOps VSC Sync
6+
7+
This connector will send HTTP POST messages to the AVOS system to keep it up to date with changes in DataMiner.
8+
9+
## About
10+
11+
### Version Info
12+
13+
| Range | Features | Based on | System Impact |
14+
|--------------------|------------------------------------------------|----------|---------------|
15+
| 1.0.0.x [SLC Main] | Handling of job updates.<br>AVOS force update. | - | - |
16+
17+
### Product Info
18+
19+
| Range | Supported Firmware |
20+
|---------|--------------------|
21+
| 1.0.0.x | TBD |
22+
23+
### System Info
24+
25+
| Range | DCF Integration | Cassandra Compliant | Linked Components | Exported Components |
26+
|---------|-----------------|---------------------|-------------------|---------------------|
27+
| 1.0.0.x | No | Yes | - | - |
28+
29+
## Configuration
30+
31+
### Connections
32+
33+
#### HTTP Connection
34+
35+
This connector uses an HTTP connection and requires the following input during element creation:
36+
37+
HTTP CONNECTION:
38+
39+
- **IP address/host**: The polling IP or URL of the destination.
40+
- **IP port**: The IP port of the destination (default: *80*).
41+
- **Device address**: The bus address of the device. If the proxy server has to be bypassed, specify *BypassProxy*.
42+
43+
### Initialization
44+
45+
On the **Setup** page, fill in the API token.
46+
47+
## How to use
48+
49+
When a job is created, an InterApp call is performed on the connector. The connector will add this call to an internal buffer and send this request over to AVOS. When the POST fails, it will be added into the Failed Post Requests table. Every 10 seconds, this will be retried. Records in this table also have a maximum age. If they exceed this age, they are removed.
50+
51+
### Notes
52+
53+
This connector is designed to work with the DZN-UDAPI-AVOS Automation script and a CRUD script, which is not available yet.

connector/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2480,6 +2480,8 @@
24802480
items:
24812481
- name: DAZN Broadcast Bridge
24822482
topicUid: Connector_help_DAZN_Broadcast_Bridge
2483+
- name: DAZN MediaOps VSC Sync
2484+
topicUid: Connector_help_DAZN_MediaOps_VSC_Sync
24832485
- name: Deep Sea Electronics
24842486
items:
24852487
- name: Deep Sea Electronics DSE74XX MKII

0 commit comments

Comments
 (0)