Changes between Version 13 and Version 14 of GENIMetaOps/DraftMonitoringMetrics


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

add creator_urn for slivers

Legend:

Unmodified
Added
Removed
Modified
  • GENIMetaOps/DraftMonitoringMetrics

    v13 v14  
    2727     * `created`: the time when this slice was created
    2828     * `expires`: the time when this slice will expire
    29      * `owner`: the URN of the owner of the slice
     29     * `creator_urn`: the URN of the user who created the slice
    3030
    3131==== Relations for aggregates ====
     
    4545     * `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.
    4646     * `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.
     47     * `creator_urn`: the URN of the user who created the sliver.  If this is empty, maybe assume it's no different from the slice creator.
    4748     In addition, the `<sliver>` element can contain zero or more of the following element contents:
    4849     * A mapping between a sliver and a resource is defined by a `<resource_mapping>` element, which has the following mandatory attributes:
     
    8384{{{
    8485<aggregate type="myplc" name="hegen.gpolab.bbn.com" version="" location="gpolab" organization="BBN">
    85   <sliver name="pgenigpolabbbncom_plastic104" uuid="" created=1305301475 expires=1337137200 slice_urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+plastic-104" slice_uuid="">
     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="">
    8687    <resource_mapping resource="bain.gpolab.bbn.com" type="vm" name="pgenigpolabbbncom_plastic104"/>
    8788    <resource_mapping resource="navis.gpolab.bbn.com" type="vm" name="pgenigpolabbbncom_plastic104"/>
     
    115116{{{
    116117<aggregate type="foam" name="tulum.gpolab.bbn.com" location="gpolab" organization="BBN">
    117   <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="">
     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="">
    118119    <resource_mapping resource="06:d6:00:24:a8:c4:b9:00" type="flowspace" name="37133631-1210-4787-91d3-7e4dfba7cce1"/>
    119120  </sliver>