Changes between Version 6 and Version 7 of GeniGet


Ignore:
Timestamp:
11/08/13 11:12:31 (10 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniGet

    v6 v7  
    6565The `client_id` from the RSpec for this node. This can be used to identify which node this is from your RSpec.
    6666
     67Example:
    6768{{{
    6869$ geni-get client_id
     
    7475The MAC address for the control plane interface on this node.
    7576
     77Example:
    7678{{{
    7779$ geni-get control_mac
     
    8587'''FIXME: Includes updates from later `poa` actions?'''
    8688
     89Example:
    8790{{{
    8891$ ./geni-get geni_user
     
    148151'''NB: Does not work for slices from the GENI GPO Clearinghouse / Portal'''
    149152
     153Example:
    150154{{{
    151155$ geni-get slice_email
     
    157161The URN of the slice that owns the current compute resource
    158162
     163Example:
    159164{{{
    160165$ geni-get slice_urn
     
    166171The AM API v2 return from `sliverstatus` for this slice
    167172
     173Example:
    168174{{{
    169175$ geni-get sliverstatus
     
    175181''' FIXME: For only the current sliver? Or for all resources at this AM?'''
    176182
     183Example:
    177184{{{
    178185$ ./geni-get status
     
    184191This is the email address of the user who reserved the node (from the user certificate).
    185192
     193Example:
    186194{{{
    187195+$ geni-get user_email
     
    193201This is the URN of the user who reserved the node, from the user certificate.
    194202
     203Example:
    195204{{{
    196205+$ geni-get user_urn
     
    198207}}}
    199208
    200 == version ==
     209== --version ==
    201210The server side of this software's code version.
     211
     212Example:
    202213{{{
    203214+$ geni-get version
     
    205216}}}
    206217
    207 == client-version ==
     218== --client-version ==
    208219The version of this script (`geni-get`).
    209220