API for running modeler flow? - watson-studio

my customer wants to run modeler flow with date and time specified.
I know a schedule function of modeler flow is not provided with Watson Studio.
So, I'm looking for API to run modeler flow.
Do you have any APIs to run modeler flow like following URL?
https://medium.com/ibm-watson/using-shell-scripts-to-control-data-flows-created-in-watson-applications-f7de2e265f1f
Thanks in advance.

No, there is not yet a public API available for modeler flows in Watson Studio. This is something we will support in the future, but please submit your idea here to let us know what you would like to see and let others vote on your idea.

Related

can someone help me solve a Power Automate Flows forbidden error

I am trying to change the connections in a flow to a different account, but I keep getting the following error. Kindly help me figure out how to solve this
I am not sure what to try kindly help
Make sure you have below things configured for new user account you are trying to use in Power automate flow:
The new user account should have license to use "Microsoft Forms" service.
Access/permissions to the Microsoft form you are trying to use in flow.

Sabre REST API connection to Microsoft Powerapps Custom connector

I am considering using Powerapps as a front end to Sabre. I believe that the no code/low code approach is a potentially useful replacement for the Sabre scripts product in the travel agency community
Has anyone tried creating a customer connector in Powerapps that will connect to the Sabre API's using the Postman collections that Sabre has provided.
I am struggling with the OAuth 2.0 parameters for the connection.
Powerapps OAuth parameters
Any help would be appreciated
Michael
Our small CTD operation is struggling with our conversion from SABREScribe to Web development too. My hats off to you if you get this working as we also have a few Power Apps but not connecting to SABRE. I'd be surprised if you can get this working and then how you show the value to the agent desktop. Curious as to your vision. I realize this is not the platform for general discussion but thought I'd just voice this as our Travel tech world is pretty "small"

Connectivity between Control-M and Power BI

Does any one have any idea about connectivity between Control-M and Power BI ?
I want to achive event based scheduling for Power BI Reports(Paginated Reports).
We are trying to implement even based scheduling in our project. Currenly , In existing architechture they are using control M for scheduling the crystal reports. Is there any other way ? Can we integrate Control M and Powerbi reports using some API ?
Thanks in advance.
Yes, you can use the PowerBI API to refresh data up to 8 times a day on Pro or 48 times a day on Premium. You could also use direct query to provide the report data on the fly.
POST https://api.powerbi.com/v1.0/myorg/groups/{group_id}/datasets/{dataset_id}/refreshes
Once the refresh completes you can mail out a link to the report and your users will get the latest.
Control-M supports CLI, API, the whole shooting match. There is a module (part of the standard Control-M package) called Application Integrator (confusingly referred to as AI) which allows people to create bespoke integrations and (if they wish) share them via a community hub. A BMC staff member has created an integration for Power BI and it can be downloaded here - https://communities.bmc.com/docs/DOC-125437 with a guide here (including the author's email - https://communities.bmc.com/docs/DOC-125436

Twilio how to connect Autopilot to a Studio flow

I have set up a demo Twilio studio flow which can process a loan via text or voice. I would now like to put an autopilot in front of it to chat to the user to identify they want a loan and then pass them to my studio flow.
Ideally this would be seemless but I suppose it could pass details from the autopilot to the studio and perform a call back. Is either approach possible?
As of May 23, 2019 Studio has added Autopilot widget support.
Here is a blog that has the details of how to use it.
Twilio developer evangelist here.
I've had a look around and it doesn't look like there is a dedicated Autopilot Studio widget yet.
I've not spent much time with Autopilot myself yet, but a look over the docs suggests that you can maybe use the Autopilot Query endpoint from an HTTP request Studio widget. The Query endpoint returns JSON which can be parsed and read by other widgets in Studio.
Let me know if that helps at all.

How to connectt Skype for Business Online data from Microsoft Graph Explorer

I am trying to start collecting Skype for Business Online data using Microsoft Graph Explorer in order to do my own reporting. Eventually, my goal is to automate this process using API calls and write the return data in my own monitoring database.
I opened a O365 trial account and using graph explorer with my global admin account to generate some SfB reports but having no luck:
SfB Business Activity Report
Am I doing something wrong here?
Also, I believe this query is supposed to return a CSV file. Is there a better way to achieve what I am trying to do?
Thanks,
The API you're using is in beta, and (contrary to the published documentation) seems to only work when:
you provide an output format parameter
that output format is JSON
The call you're trying to make will work as follows: GET https://graph.microsoft.com/beta/reports/getSkypeForBusinessActivityUserDetail(period='D7')?$format=application/json
You're not the only one waiting for these APIs to solidify and include more information. Hope this helps!

Resources