| | 1 | == Instrumentation Aggregate Manager == |
| | 2 | |
| | 3 | {{{ |
| | 4 | <service name="set"> |
| | 5 | <info>This service sets attenuation for ports pair.</info> |
| | 6 | <args> |
| | 7 | <arg name="portA" isRequired="true" value="port"> |
| | 8 | <info>Port number </info> |
| | 9 | <arg name="portB" isRequired="true" value="port"> |
| | 10 | <info>Port number </info> |
| | 11 | </arg> |
| | 12 | <arg name="att" isRequired="true" value="att"> |
| | 13 | <info>attenuation </info> |
| | 14 | </arg> |
| | 15 | </arg> |
| | 16 | </args> |
| | 17 | </service> |
| | 18 | }}} |
| | 19 | {{{ |
| | 20 | <service name="get"> |
| | 21 | <info>This service gets attenuation for ports pair.</info> |
| | 22 | <args> |
| | 23 | <arg name="portB" isRequired="true" value="port"> |
| | 24 | <info>Port number </info> |
| | 25 | </arg> |
| | 26 | <arg name="portA" isRequired="true" value="port"> |
| | 27 | <info>Port number </info> |
| | 28 | </arg> |
| | 29 | </args> |
| | 30 | </service> |
| | 31 | }}} |
| | 32 | |
| | 33 | |
| | 34 | {{{ |
| | 35 | <service name="default"> |
| | 36 | <info>This service load deafult configuration.</info> |
| | 37 | </service> |
| | 38 | }}} |
| | 39 | |
| | 40 | {{{ |
| | 41 | <service name="load"> |
| | 42 | <info>This service load configuration from database.</info> |
| | 43 | <args> |
| | 44 | <arg name="name" isRequired="true" value="name"> |
| | 45 | <info>Name of configuration.</info> |
| | 46 | </arg> |
| | 47 | </args> |
| | 48 | </service> |
| | 49 | }}} |
| | 50 | |
| | 51 | {{{ |
| | 52 | <service name="save"> |
| | 53 | <info>This service saves current configuration to database.</info> |
| | 54 | <args> |
| | 55 | <arg name="name" isRequired="true" value="name"> |
| | 56 | <info>Name of configuration.</info> |
| | 57 | </arg> |
| | 58 | </args> |
| | 59 | </service> |
| | 60 | }}} |
| | 61 | |
| | 62 | {{{ |
| | 63 | <service name="delete"> |
| | 64 | <info>This service deletes configuration from database.</info> |
| | 65 | </service> |
| | 66 | }}} |
| | 67 | |
| | 68 | {{{ |
| | 69 | <service name="list"> |
| | 70 | <info>This service list configurations from database.</info> |
| | 71 | </service> |
| | 72 | }}} |
| | 73 | |
| | 74 | {{{ |
| | 75 | <service name="show"> |
| | 76 | <info>Show named configuration from database.</info> |
| | 77 | <args> |
| | 78 | <arg name="name" isRequired="true" value="name"> |
| | 79 | <info>Name of configuration.</info> |
| | 80 | </arg> |
| | 81 | </args> |
| | 82 | </service> |
| | 83 | }}} |
| | 84 | {{{ |
| | 85 | <service name="status"> |
| | 86 | <info>This service outputs attenuation for all pairs.</info> |
| | 87 | </service> |
| | 88 | }}} |