Changes between Version 14 and Version 15 of GENIMetaOps/DraftMonitoringMetrics


Ignore:
Timestamp:
05/01/12 00:26:56 (12 years ago)
Author:
chaos@bbn.com
Comment:

add "approved" and "state" attributes for slivers

Legend:

Unmodified
Added
Removed
Modified
  • GENIMetaOps/DraftMonitoringMetrics

    v14 v15  
    4343     * `created`: The timestamp at which this sliver was created.
    4444     * `expires`: The timestamp at which this sliver will expire.
     45     * `approved`: has this sliver been administratively approved?  (This only makes sense for aggregates which have a concept of administrative approval of resource requests.)
     46     * `state`: What is the state of the sliver?  (use a few "GENI AM API v3" options as valid values)
    4547     * `slice_urn`: The URN of the slice to which this sliver belongs; URN's are unique at a particular point in time, but need not be unique over time.
    4648     * `slice_uuid`: The UUID of the slice to which this sliver belongs; UUIDs are unique over time, and are provided to the aggregate by the slice as part of the slice credential.  This value may be `""` if the aggregate does not yet support storing and reporting the slice UUID.
     
    8486{{{
    8587<aggregate type="myplc" name="hegen.gpolab.bbn.com" version="" location="gpolab" organization="BBN">
    86   <sliver name="pgenigpolabbbncom_plastic104" uuid="" created=1305301475 expires=1337137200 creator_urn="" slice_urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+plastic-104" slice_uuid="">
     88  <sliver name="pgenigpolabbbncom_plastic104" uuid="" created=1305301475 expires=1337137200 creator_urn="" slice_urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+plastic-104" slice_uuid="" state="running">
    8789    <resource_mapping resource="bain.gpolab.bbn.com" type="vm" name="pgenigpolabbbncom_plastic104"/>
    8890    <resource_mapping resource="navis.gpolab.bbn.com" type="vm" name="pgenigpolabbbncom_plastic104"/>
     
    116118{{{
    117119<aggregate type="foam" name="tulum.gpolab.bbn.com" location="gpolab" organization="BBN">
    118   <sliver name="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+plastic-104:37133631-1210-4787-91d3-7e4dfba7cce1" uuid="37133631-1210-4787-91d3-7e4dfba7cce1" created= expires=1337137200 slice_urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+plastic-104" slice_uuid="" creator_urn="">
     120  <sliver name="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+plastic-104:37133631-1210-4787-91d3-7e4dfba7cce1" uuid="37133631-1210-4787-91d3-7e4dfba7cce1" created= expires=1337137200 slice_urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+plastic-104" slice_uuid="" creator_urn="" approved="true" state="enabled">
    119121    <resource_mapping resource="06:d6:00:24:a8:c4:b9:00" type="flowspace" name="37133631-1210-4787-91d3-7e4dfba7cce1"/>
    120122  </sliver>