Changes between Version 6 and Version 7 of GENIExperimenter/Tutorials/GENIDesktop/GEC23/GENIDesktop_CLI


Ignore:
Timestamp:
06/10/15 11:29:59 (9 years ago)
Author:
Hussamuddin Nasir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENIDesktop/GEC23/GENIDesktop_CLI

    v6 v7  
    44
    55= GENIDesktop Command Line Interface Tool =
     6
     7  The GENIDesktop Command line Interface Tool is a simple client side tool written in python that interacts with the GENIDesktop server to provide a user with a subset of operations that can currently be done via the GUI interface. It provides a user with the flexibility to automate GENIDesktop related operations by combining multiple operation into a '''bash/.bat''' scripts and customize them as per their use case. Some of the operations currently supported by the GENIDesktop CLI Tool are :
     8 * Check status of the slice/slivers
     9 * Download files from nodes in the Slice
     10 * Download passive monitoring data collected from nodes in a CSV, PNG and RRD formats.
     11 * Download a list of slice, list of nodes/link from a slice or the whole slice topology itself in a JSON format.
     12 * Run commands on the node(s) in the slice. (Similar to the Run module in the GUI)
     13 * Upload file(s) to the node(s) in the slice. (Similar to the File upload module in the GUI)
     14 * CLI version of the Experiment validation tool provided in the GUI.
     15
     16 So to get started please follow the steps below.
    617
    718 1. [wiki:GENIExperimenter/Tutorials/GENIDesktop/GEC23/GENIDesktop_CLI#DownloadandInstallandTestGENIDesktopCLITool Download and Install and Test GENIDesktop CLI Tool.]