cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Download Source Control Entities from Azure DevOps to Thingworx Repository

DM_9985019
6-Contributor

Download Source Control Entities from Azure DevOps to Thingworx Repository

I want to download the source control entities folder structure present in an "Azure DevOps Repo" to a "Thingworx Repository" through API. Kindly suggest the service to be written.

 

Once the download is complete, I want to call Import Source Control Entities service to complete the deployment.

1 ACCEPTED SOLUTION

Accepted Solutions
slangley
23-Emerald II
(To:DM_9985019)

Hi @DM_9985019.

 

You will need to figure out how to interact with Azure DevOps Repo via an Azure API.  Once you've done that, you can write a service in ThingWorx for calling that API, and another one for importing the entities.  We assume these Source Control entities were created in ThingWorx.

 

Regards.

 

--Sharon

View solution in original post

1 REPLY 1
slangley
23-Emerald II
(To:DM_9985019)

Hi @DM_9985019.

 

You will need to figure out how to interact with Azure DevOps Repo via an Azure API.  Once you've done that, you can write a service in ThingWorx for calling that API, and another one for importing the entities.  We assume these Source Control entities were created in ThingWorx.

 

Regards.

 

--Sharon

Top Tags