04-15-2021 03:15 PM
Hello!
If anyone has the code snippet for re-deploy dry-run in java, can you please share?
Thanks,
Neetika
Solved! Go to Solution.
05-04-2021 10:35 AM
ConfXMLParam[] params1 =
new ConfXMLParam[] {
new ConfXMLParamStart(cs, Ncs._dry_run_),
new ConfXMLParamValue(cs.hash(), Ncs._outformat, new ConfEnumeration(Ncs._outformat_native)),
new ConfXMLParamStop(cs, Ncs._dry_run_)};
ConfXMLParam[] diff = maapi.requestAction(params1, path + "{%s %s %s}/re-deploy", <key>);
for (ConfXMLParam p : diff) {
.
.
}
}
04-28-2021 06:05 AM
05-04-2021 10:35 AM
ConfXMLParam[] params1 =
new ConfXMLParam[] {
new ConfXMLParamStart(cs, Ncs._dry_run_),
new ConfXMLParamValue(cs.hash(), Ncs._outformat, new ConfEnumeration(Ncs._outformat_native)),
new ConfXMLParamStop(cs, Ncs._dry_run_)};
ConfXMLParam[] diff = maapi.requestAction(params1, path + "{%s %s %s}/re-deploy", <key>);
for (ConfXMLParam p : diff) {
.
.
}
}
12-06-2022 02:36 AM
If anyone has the code snippet for re-deploy dry-run in python, can you please share?
Thanks in Advance!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide