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