Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create DAZN MediaOps VSC Sync.md #477

Merged
merged 3 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions connector/doc/DAZN_MediaOps_VSC_Sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
uid: Connector_help_DAZN_MediaOps_VSC_Sync
---

# DAZN MediaOps VSC Sync

This connector will send HTTP POST messages to the AVOS system to keep it up to date with changes in DataMiner.

## About

### Version Info

| Range | Features | Based on | System Impact |
|--------------------|------------------------------------------------|----------|---------------|
| 1.0.0.x [SLC Main] | Handling of job updates.<br>AVOS force update. | - | - |

### Product Info

| Range | Supported Firmware |
|---------|--------------------|
| 1.0.0.x | TBD |

### System Info

| Range | DCF Integration | Cassandra Compliant | Linked Components | Exported Components |
|---------|-----------------|---------------------|-------------------|---------------------|
| 1.0.0.x | No | Yes | - | - |

## Configuration

### Connections

#### HTTP Connection

This connector uses an HTTP connection and requires the following input during element creation:

HTTP CONNECTION:

- **IP address/host**: The polling IP or URL of the destination.
- **IP port**: The IP port of the destination (default: *80*).
- **Device address**: The bus address of the device. If the proxy server has to be bypassed, specify *BypassProxy*.

### Initialization

On the **Setup** page, fill in the API token.

## How to use

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.

### Notes

This connector is designed to work with the DZN-UDAPI-AVOS Automation script and a CRUD script, which is not available yet.
2 changes: 2 additions & 0 deletions connector/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2480,6 +2480,8 @@
items:
- name: DAZN Broadcast Bridge
topicUid: Connector_help_DAZN_Broadcast_Bridge
- name: DAZN MediaOps VSC Sync
topicUid: Connector_help_DAZN_MediaOps_VSC_Sync
- name: Deep Sea Electronics
items:
- name: Deep Sea Electronics DSE74XX MKII
Expand Down