I am transitioning from AIM to CIM.
In AIM there is a 'x_version' field to control the API version. Where is the equivalent in CIM ? Should this be in 'extraOptions' ? If yes, an example would help (none in the doc)
Solved! Go to Solution.
03-23-2013 06:19 AM
<extraOptions> x_version=3.1</extraOptions>
03-23-2013 10:20 AM
shouldn't need to set it, but yes you can set it in extraOptions. Is just x_version=3.1
03-23-2013 09:00 AM
What is the syntax ? It it like this:
<extraOptions>
<x_version>3.1</x_version>
</extraOptions>
03-23-2013 10:15 AM
<extraOptions> x_version=3.1</extraOptions>
03-23-2013 10:20 AM