Hi,
I'm confised by this application/applicationset concept.
First, I can't find where it is defined among the XSD's.
If I do:
https://192.168.1.158/api/2.0/services/application/scope/datacenter-2
I get something like this in repsonse:
<?xml version="1.0" encoding="UTF-8"?>
<list>
<application>
<objectId>application-1</objectId>
<type>
<typeName>Application</typeName>
</type>
<name>POP3</name>
<revision>2</revision>
<objectTypeName>Application</objectTypeName>
<scope>
<id>globalroot-0</id>
<objectTypeName>GlobalRoot</objectTypeName>
<name>Global</name>
</scope>
<extendedAttributes/>
<inheritanceAllowed>true</inheritanceAllowed>
<element>
<applicationProtocol>TCP</applicationProtocol>
<value>110</value>
</element>
</application>
...etc...
So I wonder, where can I find the definition of the application (and applicationgroup)?
Cheers, Toby