Changes between Initial Version and Version 1 of Internal/WiMAX/AggMgr/ogs_wimaxvm


Ignore:
Timestamp:
Nov 11, 2009, 11:37:41 PM (14 years ago)
Author:
Gautam D. Bhanage
Comment:

First draft

Legend:

Unmodified
Added
Removed
Modified
  • Internal/WiMAX/AggMgr/ogs_wimaxvm

    v1 v1  
     1= WiMAX Virtual Machine Grid Service =
     2
     3=== Accessibility ===
     4Running on: cons-wm-02
     5Base URL: http://wm-asngw-02:5012/wimaxcl/
     6
     7=== Functions supported ===
     8
     9{{{
     10<?xml version='1.0'?>
     11<services><serviceGroup name='wimaxcl' prefix='/wimaxcl'>
     12<info>Service to start,stop and create a Virtual machine</info>
     13
     14<service name='addclient'><info>Service to Add a wimax client</info><args><arg name='vmname' isRequired='true' value='vmname'><info>Name of the virtual machine</info></arg><arg name='clientmac' isRequired='true' value='clientmac'><info>MAC address of the client</info></arg></args></service>
     15
     16<service name='create'><info>Service to create a VM</info><args><arg name='vmname' isRequired='true' value='vmname'><info>Name of the virtual machine</info></arg><arg name='mac' isRequired='true' value='mac'><info>MAC address of the vm</info></arg><arg name='ip' isRequired='true' value='ip'><info>IP address of the vm</info></arg></args></service>
     17
     18<service name='init'/><service name='start'><info>Service to start a VM</info><args><arg name='vmname' isRequired='true' value='vmname'><info>Name of the virtual machine</info></arg></args></service>
     19
     20<service name='stop'><info>Service to stop a VM</info><args><arg name='vmname' isRequired='true' value='vmname'><info>Name of the virtual machine</info></arg></args></service>
     21
     22<service name='vmlist'><info>List all  VMs</info></service>
     23
     24<service name='vmstat'><info>Service to query info from a VM</info><args><arg name='vmname' isRequired='true' value='vmname'><info>Name of the virtual machine</info></arg></args></service>
     25
     26</serviceGroup></services>
     27}}}
     28
     29=== Example Outputs ===
     30