I would like to custom script that will Export the JSON file for my Service hosted on an Ateme Titan Live encoder. Is there a use case or example that has been done before, or something similar?
The script would then be linked to a Visio Visual overview diagram, where I could execute the API call and export the JSON file.
See the attached visual overview (red box indicating the rough location of the execute button, sensitive information redacted)
Hi James,
The requested functionality to collect a specific JSON from a script is not that straightforward and depends on the API of the device in question.
In short:
Option 1: a small feature is introduced into the Ateme Titan Live connector to:
- expose the service JSON models somewhere in the connector so it's available to read it out
- Or allow a script to collect a specific service JSON model through the connector on request. (Inter-Application Framework)
- Or foresee an action in the connector itself to write the collected JSON model to a specific location
Option 2: setup the connection and data retrieval to the endpoint in the script directly.
1. Setup a client to connect to the endpoint
2. Authenticate
3. Perform the necessary API calls to colllect the required service JSON model
4. ...
This is less ideal as you would need more information, foresee the authentication, know the specifics of the API, etc.
Anything of 'Option 1' would be preferred and is something fairly quick and easy to do on our side but is typically foreseen by us.
Feel free to reach out to your account manager/Skyline contact to further help you out with providing this functionality.
Kind regards,
Robin
Thanks for the response Robin, I'll reach out to our account manager as suggested.
Best wishes,
James