cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
355
Views
1
Helpful
1
Replies

To run Tidal Jobs in C#

Hi Everyone, 
I am trying to find a way to run a tidal job using C# , do we have any API ? I would like to create an application that can run this tidal job and give us it's status. 

Thank you.

1 Reply 1

davidn#
Cisco Employee
Cisco Employee

Hi Ram,

Have you checked out Cisco TES API -> https://www.cisco.com/c/en/us/products/collateral/cloud-systems-management/tidal-enterprise-scheduler/c78-636900-00_cte_scheduler.html

More info about the API -> https://www.cisco.com/c/dam/en/us/td/docs/net_mgmt/datacenter_mgmt/Tidal_Enterprise_Scheduler/6-2-2/rest_api_reference/guide/Cisco_TES_6-2_REST_API_Reference_Guide.pdf

I am not really familiar with the API but it's basically a REST API so you can use REST or SOAP web services to interact with the TES API. REST is a lightweight protocol that uses HTTP requests and JSON or XML to communicate with the API. SOAP is a more robust protocol that uses XML to define the message format and WSDL to describe the web service.

Hope that helps.