Changes between Version 40 and Version 41 of GENIExperimenter/Tutorials/GENIDesktop/GEC23/GENIDesktop_CLI


Ignore:
Timestamp:
06/12/15 12:52:28 (9 years ago)
Author:
griff@netlab.uky.edu
Comment:

--

Legend:

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

    v40 v41  
    55= GENIDesktop Command Line Interface Tool =
    66
    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 :
     7The 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''' or '''.bat''' script and customize them based on their needs. Some of the operations currently supported by the GENIDesktop CLI Tool are:
    88
    99  * Check status of the slice/slivers
    1010  * Download files from nodes in the Slice
    1111  * Download passive monitoring data collected from nodes in a CSV, PNG and RRD formats.
    12   * Download a list of slice, list of nodes/link from a slice or the whole slice topology itself in a JSON format.
     12  * Download a list of slices, list of nodes/links in a slice, or the entire slice topology in a JSON format.
    1313  * Run commands on the node(s) in the slice. (Similar to the Run module in the GUI)
    1414  * Upload file(s) to the node(s) in the slice. (Similar to the File upload module in the GUI)
    15   * CLI version of the Experiment validation tool provided in the GUI.
     15  * Execute a CLI version of the Experiment Validation Tool available in the GUI.
    1616
    1717So to get started please follow the steps below.