


 



<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docwiki.cisco.com/w/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docwiki.cisco.com/w/index.php?title=Cisco_Unity_Connection_Provisioning_Interface_(CUPI)_API_--_Cluster&amp;feed=atom&amp;action=history</id>
		<title>Cisco Unity Connection Provisioning Interface (CUPI) API -- Cluster - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docwiki.cisco.com/w/index.php?title=Cisco_Unity_Connection_Provisioning_Interface_(CUPI)_API_--_Cluster&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Cisco_Unity_Connection_Provisioning_Interface_(CUPI)_API_--_Cluster&amp;action=history"/>
		<updated>2013-05-26T03:50:09Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Cisco_Unity_Connection_Provisioning_Interface_(CUPI)_API_--_Cluster&amp;diff=36333&amp;oldid=prev</id>
		<title>Gscorbin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Cisco_Unity_Connection_Provisioning_Interface_(CUPI)_API_--_Cluster&amp;diff=36333&amp;oldid=prev"/>
				<updated>2010-12-14T00:05:08Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 00:05, 14 December 2010&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Gscorbin</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Cisco_Unity_Connection_Provisioning_Interface_(CUPI)_API_--_Cluster&amp;diff=36332&amp;oldid=prev</id>
		<title>Juliew at 22:43, 13 December 2010</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Cisco_Unity_Connection_Provisioning_Interface_(CUPI)_API_--_Cluster&amp;diff=36332&amp;oldid=prev"/>
				<updated>2010-12-13T22:43:34Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Links to Other API pages:''' [[Cisco_Unity_Connection_APIs]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|'''CUPI Guide Contents'''&lt;br /&gt;
|-&lt;br /&gt;
|[[Cisco Unity Connection Provisioning Interface (CUPI) API|API Overview ]]&amp;lt;br&amp;gt;[[Cisco Unity Connection Provisioning Interface (CUPI) API -- Index of All CUPI Documentation|Index of All CUPI Documentation]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== About Clusters ==&lt;br /&gt;
&lt;br /&gt;
This page contains information on how to use the CUPI API to view cluster information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Viewing ==&lt;br /&gt;
&lt;br /&gt;
The following is an example of a GET that displays cluster information:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET http://&amp;lt;connection-server&amp;gt;/vmrest/cluster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is the response from the above GET request:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
200&lt;br /&gt;
OK&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;Cluster&amp;gt;&lt;br /&gt;
  &amp;lt;Server&amp;gt;&lt;br /&gt;
    &amp;lt;Key&amp;gt;24a001ce-5090-44ec-99b2-0a214a4f8884&amp;lt;/Key&amp;gt;&lt;br /&gt;
    &amp;lt;DatabaseReplication&amp;gt;0&amp;lt;/DatabaseReplication&amp;gt;&lt;br /&gt;
    &amp;lt;HostName&amp;gt;qa-ks-vm-48&amp;lt;/HostName&amp;gt;&lt;br /&gt;
    &amp;lt;Ipv6Name/&amp;gt;&lt;br /&gt;
    &amp;lt;MacAddress/&amp;gt;&lt;br /&gt;
    &amp;lt;Description/&amp;gt;&lt;br /&gt;
  &amp;lt;/Server&amp;gt;&lt;br /&gt;
  &amp;lt;Server&amp;gt;&lt;br /&gt;
    &amp;lt;Key&amp;gt;56831ca1-e855-6305-3d47-58a5f9dc6d2c&amp;lt;/Key&amp;gt;&lt;br /&gt;
    &amp;lt;DatabaseReplication&amp;gt;1&amp;lt;/DatabaseReplication&amp;gt;&lt;br /&gt;
    &amp;lt;HostName&amp;gt;qa-ks-vm-107.cisco.com&amp;lt;/HostName&amp;gt;&lt;br /&gt;
    &amp;lt;Ipv6Name/&amp;gt;&lt;br /&gt;
    &amp;lt;MacAddress/&amp;gt;&lt;br /&gt;
    &amp;lt;Description/&amp;gt;&lt;br /&gt;
  &amp;lt;/Server&amp;gt;&lt;br /&gt;
&amp;lt;/Cluster&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the DatabaseReplication field, a value of 0 indicates that the server is the publisher, whereas 1 indicates that it is the subscriber.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Unity Connection Provisioning Interface (CUPI) API]]&lt;/div&gt;</summary>
		<author><name>Juliew</name></author>	</entry>

	</feed>