cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
184
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Gordon Ross on 25-02-2010 11:32:10 AM
I can't seem to find many docs on the whole seviceability APIs. I'm especally interested in the perfcounters area.
 
Can someone point me at some documents/example code ?
 
Thanks,
 
GTG

Subject: RE: Serviceability API Doc
Replied by: David Staudt on 25-02-2010 02:25:44 PM
http://developer.cisco.com/web/sxml/docs
 
The Serviceability SOAP API is in the same doc with AXL and the other XML APIs.
 
A couple of samples in the wiki:
 
http://developer.cisco.com/web/sxml/wikidocs
 

Subject: RE: Serviceability API Doc
Replied by: Gordon Ross on 25-02-2010 02:50:29 PM
That's basically all that I found myself. All it appears to show is how to make a sample call.
 
What I'm after is a list of the functions/values that I can call/get.
 
e.g. in that JSP example: Where is that CmSelectionCriteria object documented ?

Subject: RE: Serviceability API Doc
Replied by: David Staudt on 25-02-2010 04:25:47 PM
The doc unfortunately is not super clear; the 8.0 version of the XML guide is slightly better:
 
http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/devguide/8_0_1/serviceability.html#wp1053885
 
Beyond this doc and the Risport WSDL itself, let us know what additional questions you have here.  A sample multiple-device query:
 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <soapenv:Body>
    <ns1:SelectCmDevice xmlns:ns1="http://schemas.cisco.com/ast/soap/" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
      <CmSelectionCriteria href="#id0"/>
    </ns1:SelectCmDevice>
    <multiRef xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://schemas.cisco.com/ast/soap/" id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:CmSelectionCriteria">
      <MaxReturnedDevices xsi:type="xsd:unsignedInt">200</MaxReturnedDevices>
      <Class xsi:type="xsd:string">Any</Class>
      <Model xsi:type="xsd:unsignedInt">255</Model>
      <Status xsi:type="xsd:string">Any</Status>
      <NodeName xsi:type="xsd:string" xsi:nil="true"/>
      <SelectBy xsi:type="xsd:string">Name</SelectBy>
      <SelectItems soapenc:arrayType="ns2:SelectItem[2]" xsi:type="soapenc:Array">
        <item><Item>SEP00070EB9C4B4</Item></item>
        <item><Item>SEP00070EB9C4B5</Item></item>
      </SelectItems>
    </multiRef>
  </soapenv:Body>
</soapenv:Envelope>


Subject: RE: Serviceability API Doc
Replied by: Gordon Ross on 01-03-2010 09:10:26 AM
Thanks for the URL. That's the kind of thing I was looking for.
 
At the moment, I want to get the counters for the number of calls in progress on a gateway (as you can via RTMT) so I can store and analyse/graph myself.
 
Thanks,
 
GTG
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links