13-Aquamarine
July 16, 2021
Solved
How to verify curl thingworx api Imported extension success and wheretoupload SourceControl zip file
- July 16, 2021
- 2 replies
- 2595 views
I used following command to install an extension (ConsoleFramework) :
curl -v
--header X-XSRF-TOKEN:TWX-XSRF-TOKEN-VALUE
--header appKey:myappkey
--header userid:myuser
--header connection:close
-F upload=C:\Common_Investment_PTC.CI.ConsoleFramework-2.3.0-EXTENSION.zip
-A "Mozilla"
-H "Connection: close"
I got some messages (image attached)
When going to composer I try to find the extension but it is not there, so I guess I need to upload source control zip file too, could you please tell me how to do it, I mean what would be the command to upload the source, how to change the command and the url of the service xxx/Thingworx/xxxx ??
Finally could you please tell me how to validate if everything was correctly installed, Do I search ConsoleFramework in the composer installed extensions?
