Hi team,
I found this connector on the catalog:
Amazon AWS CloudWatch - MediaConvert
Is it possible to use this connector to retrieve a list of jobs that are on the queue and also retrieve information on queueing time and expected processing time and duration?
There are a couple of parameters that seem to be related, but in case there are examples on how this looks like on DataMiner, it would be great to see!
Thanks!
Lars
Hey Lars, I reviewed the connector but I don't believe this functionality currently exists in the CloudWatch connector. All that's done currently is retrieve metrics, not queue lists.
In my investigation of how we would add that list, I found some examples in the .NET SDK: https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/dotnetv3/MediaConvert
There's also a nice postman collection which would help facilitate adding the information to the driver: https://docs.aws.amazon.com/mediaconvert/latest/apireference/postman-collection-files.html
Perhaps all that's needed to be done is to add this call/nuget to the connector, and we can add the information for each job.