From: Dave H. <hel...@li...> - 2014-05-07 01:46:48
|
Hi George, Yes, those are the methods for retrieving class metadata, if I understand what you are driving at. Openwsman apparently already has some functionality in this regard. I was able to successfully run the following queries against SFCB on the back end: wsman invoke -a GetClass http://schemas.openwsman.org/wbem/wscim/1/intrinsic/Linux_ComputerSystem -u wsman -p secret wsman invoke -a EnumerateClassNames http://schemas.openwsman.org/wbem/wscim/1/intrinsic -N root/cimv2 -u wsman -p secret wsman invoke -a EnumerateClassNames http://schemas.openwsman.org/wbem/wscim/1/intrinsic -N root/interop -u wsman -p secret (I only got consistent results using localconnect, the CIM-XML interface was a bit buggy here) Is this not working for you? Or maybe you are trying to do something different? Dave On 05/02/2014 02:03 AM, George varghese wrote: > Hi All, > > I am trying to implement CIM Metadata access in openwsman(WS Management > CIM binding specification-DSP0227). For implementing it, I want to know > which methods are called for getting the class metadata details. > > I saw API's in CIMClientLib/cmci.h for calling to get these details from > CIMOM, > > > CMPIConstClass* (*getClass) > (CMCIClient* cl, > CMPIObjectPath* op, CMPIFlags flags, char** > properties, CMPIStatus* rc); > > > > CMPIEnumeration* (*enumClassNames) > (CMCIClient* cl, > CMPIObjectPath* op, CMPIFlags flags, CMPIStatus* rc); > > CMPIEnumeration* (*enumClasses) > (CMCIClient* cl, > CMPIObjectPath* op, CMPIFlags flags, CMPIStatus* rc); > > I think, these are the methods for getting the meta data details, Is it > correct? . > > Please help to me for implementing it. > > Regards, > George > > > On Thu, Feb 6, 2014 at 9:43 AM, George varghese <geo...@gm... > <mailto:geo...@gm...>> wrote: > > Hi, > > How to implement client access to CIM class meta data > information(section 15 in WS-Management CIM Binding spec.) in provider. > > Please reply. > > Regards, > George > > > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > > > > _______________________________________________ > Sblim-devel mailing list > Sbl...@li... > https://lists.sourceforge.net/lists/listinfo/sblim-devel > |