Re: Getting incomplete object path
Venkateswara R Puvvada <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <OF40AF4CC6.7FAA7AE0-ON652579E3.0041A56B-652579E3.0041DABC@in.ibm.com> |
Per the DMTF specification, the GetInstance operation returns an <instance> whereas EnumerateInstances returns <namedInstance>*. So, the return value from GetInstance is not expected to include the instance name. Please refer to the Specification for CIM Operations over HTTP: http://www.dmtf.org/sites/default/files/standards/documents/DSP200.html Regards, Venkat From: Pranav S <[email protected]> To: [email protected], Date: 04/14/2012 11:34 AM Subject: Getting incomplete object path Hello, I am enumerating a class instance names(Pegasus::CIMObjectPaths') using Pegasus::enumerateInstanceNames and after that doing Pegasus::getInstance on the obtained object paths. I get entire instance details, but the object path inside the obtained Pegasus::CIMInstance, is incomplete, it shows only the creation class name, rest of the details are not embedded in the Pegasus::CIMObjectPath. I see the instance properties but only object path is incomplete. Can some one spread some light on the issue? I am using OpenPegasus 2.11.1 for client and my Cim server and provider is from EMC. Is this EMC cim server/provider issue? -- Thanks, Pranav