(file) Return to examples.txt CVS log (file) (dir) Up to [OMI] / omi / cli

 1 mike  1.1 
 2           omicli noop
 3           
 4           omicli ei root/test MSFT_President
 5           
 6           omicli enc { X Array [ 1 2 3 ] }
 7           
 8           omicli gi root/test { MSFT_President Key 1 }
 9           
10           omicli ci root/test { MSFT_President Key 3 First John Last Smith }
11           
12           omicli mi root/test { MSFT_President Key 1 First Geo Last Washington }
13           
14           omicli ei test/cpp X_SmallNumber
15           
16           omicli enc { Link Left { Gadget Key 1 } Right { Gadget Key 2 } }
17           
18           omicli enc { Class1 Key1 Value1 Key2 Value2 Key3 Value3 }
19           
20           omicli enc { W Left { X Key Hello } Right { Y Key { Z ID Mine } } }
21           
22 mike  1.1 omicli iv test/cpp { X_SmallNumber } SpellNumber { num 123 }
23           
24           omicli iv test/cpp { X_SmallNumber Number 135 } GetFactors
25           
26           omicli a test/cpp { MSFT_Person Key 1 }
27           
28           omicli a test/cpp { X_numberWorld Name theWorld }
29           
30           omicli r test/cpp { X_Profile InstanceID world } -ac X_NumberWorldConformsToProfile
31           
32           omicli ei root/cimv2 XYZ_Widget
33           
34           omicli ci root/cimv2 { XYZ_Widget SerialNumber 3 Colors [ Red Green Blue ]  }
35           
36           omicli ci root/cimv2 { XYZ_Widget SerialNumber 3 Numbers [ 100 200 300  ]  Colors [ Red Green Blue ] }
37           
38 mike  1.2 omicli enc { Method Param [ { X N 101 } { X N 102 } ] }
39           
40           omicli iv root/cimv2 { XYZ_NetworkACLService Name 1001 SystemCreationClassName XYZ_ComputerSystem SystemName saturn CreationClassName XYZ_NetworkACLService } AddRule { NetworkPolicyAction [ { CIM_NetworkPolicyAction InstanceID 101 } { CIM_NetworkPolicyAction InstanceID 102 } ] }
41           
42           omicli iv root/cimv2 { XYZ_NetworkACLService Name 1001 SystemCreationClassName XYZ_ComputerSystem SystemName saturn CreationClassName XYZ_NetworkACLService } AddRule { TargetACL { MSFT_ACL SystemCreationClassName XYZ_ComputerSystem SystemName saturn CreationClassName MSFT_ACL PolicyRuleName POLICY1 } NetworkPolicyRule { XYZ_NetworkPolicyRule SystemCreationClassName XYZ_ComputerSystem SystemName saturn CreationClassName XYZ_NetworkPolicyRule PolicyRuleName POLICY1 } NetworkPolicyAction [ { CIM_NetworkPolicyAction InstanceID 101 } { CIM_NetworkPolicyAction InstanceID 102 } ] }

ViewCVS 0.9.2