Welcome to the Jazz Community Forum
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
2 answers

Is there any public API available to do replace GC nodes? We would prefer to use javascript code
Comments

You can lookup the public APIs based on this landing page: https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding