replace GC Nodes
We are working on GC javacript api to replace some GC nodes. The API /gc.webui.updateConfiguration can be used to replace nodes. But documentations are unavailabe (https://jazz.net/gc/doc/services). We found the following rest APIs can be useful in javascript. But we dont know how to getthe part uris (
replaceContributions:
[{"partUri":"https://<Server URL>/gc/part/525530") and uri's (
uri:
https://<Server URL>/gc/configuration/27036). Could you please share more details about the part uri?
https://<Server URL>/gc/gc.webui.updateConfiguration
Body
-
uri:https://<Server URL>/gc/configuration/27036
-
title:Subsystem
-
description:
-
addConfigurationUris:[]
-
removePartUris:[]
-
replaceContributions:[{"partUri":"https://<Server URL>/gc/part/525530","configurationUri":"https://<Server URL>/gc/configuration/198590"}]
-
setAutoCheckOut:true
-
rootConfigurationUri:https://<Server URL>/gc/configuration/26949
-
archiveChildren:false
3 answers
Hello TOMI MOOLAN SOURU
Could you please let me know if you were able to achieve this using the private API gc.webui.updateConfiguration?