clmConfiguration element
Type: | clmConfiguration |
Namespace: | http://sonatype.com/xsd/nexus-clm-plugin/rest/1.0 |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<clmConfiguration xmlns="http://sonatype.com/xsd/nexus-clm-plugin/rest/1.0">
<clmServerURL xmlns="">...</clmServerURL>
<clmConfiguration xmlns="">...</clmConfiguration>
</clmConfiguration>
Example JSON
{
"clmServerURL" : "...",
"clmConfiguration" : "..."
}