From 8f4b96c2bdc26470aac9413e7d3b3d150dc7bee7 Mon Sep 17 00:00:00 2001 From: TimothyVanPoucke Date: Tue, 24 Sep 2024 10:01:33 +0200 Subject: [PATCH 1/2] Create DAZN MediaOps VSC Sync.md Add DAZN MediaOps VSC Sync help --- .../connector-help/DAZN MediaOps VSC Sync.md | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 connector_help/connector-help/DAZN MediaOps VSC Sync.md diff --git a/connector_help/connector-help/DAZN MediaOps VSC Sync.md b/connector_help/connector-help/DAZN MediaOps VSC Sync.md new file mode 100644 index 00000000..212059eb --- /dev/null +++ b/connector_help/connector-help/DAZN MediaOps VSC Sync.md @@ -0,0 +1,61 @@ +--- +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] | |- |- | + +### 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 + +The API token needs to be filled in into the Setup page. + +### Redundancy + +There is no redundancy defined. + +## How to use + +When a job is created a 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 tabel. Every 10s this will be retried. +There is also a max age to maintain this table, if there are records exeding this age they are removed. + + +### Notes + +This Connector is designed to work with the DZN-UDAPI-AVOS automation script and a CRUD script which still needs to be designed. \ No newline at end of file From 91da382b9b3c704ec3e94b08ca97fe0ca0f2be5b Mon Sep 17 00:00:00 2001 From: MariekeGO <94605575+MariekeGO@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:44:57 +0200 Subject: [PATCH 2/2] Review --- connector/doc/DAZN MediaOps VSC Sync.md | 61 ------------------------- connector/doc/DAZN_MediaOps_VSC_Sync.md | 53 +++++++++++++++++++++ connector/toc.yml | 2 + 3 files changed, 55 insertions(+), 61 deletions(-) delete mode 100644 connector/doc/DAZN MediaOps VSC Sync.md create mode 100644 connector/doc/DAZN_MediaOps_VSC_Sync.md diff --git a/connector/doc/DAZN MediaOps VSC Sync.md b/connector/doc/DAZN MediaOps VSC Sync.md deleted file mode 100644 index 212059eb..00000000 --- a/connector/doc/DAZN MediaOps VSC Sync.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -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] | |- |- | - -### 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 - -The API token needs to be filled in into the Setup page. - -### Redundancy - -There is no redundancy defined. - -## How to use - -When a job is created a 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 tabel. Every 10s this will be retried. -There is also a max age to maintain this table, if there are records exeding this age they are removed. - - -### Notes - -This Connector is designed to work with the DZN-UDAPI-AVOS automation script and a CRUD script which still needs to be designed. \ No newline at end of file diff --git a/connector/doc/DAZN_MediaOps_VSC_Sync.md b/connector/doc/DAZN_MediaOps_VSC_Sync.md new file mode 100644 index 00000000..f9e06f5a --- /dev/null +++ b/connector/doc/DAZN_MediaOps_VSC_Sync.md @@ -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.
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. diff --git a/connector/toc.yml b/connector/toc.yml index 767e7b7f..7463bc93 100644 --- a/connector/toc.yml +++ b/connector/toc.yml @@ -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