Skip to main content
6-Contributor
November 12, 2021
Solved

Download Source Control Entities from Azure DevOps to Thingworx Repository

  • November 12, 2021
  • 1 reply
  • 1132 views

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.

Best answer by slangley

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

1 reply

slangleyCommunity ManagerAnswer
Support
November 19, 2021

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