Changes between Version 8 and Version 9 of OperationalMonitoring/DataSchema


Ignore:
Timestamp:
01/21/14 17:00:05 (10 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OperationalMonitoring/DataSchema

    v8 v9  
    4141|| shared compute node || data net TX drops    || measurement || integer     || sum of transmit drops on all dataplane interfaces since last reset                     || 3               ||
    4242|| shared compute node || is available         || measurement || boolean     || is the node considered to be online as the result of a simple check at the given time? || 3               ||
     43|| aggregate           || current sliver list  || state       || list        || list of slivers (URN + UUID) currently existing or reserved on the aggregate           || 6               ||
     44|| sliver              || slice URN/UUID       || state       || string      || unique identifier of slice mapped to sliver (URN + UUID)                               || 6               ||
     45|| sliver              || creation time        || state       || timestamp   || creation time of sliver                                                                || 6               ||
     46|| sliver              || expiration time      || state       || timestamp   || current expiration time of sliver                                                      || 6               ||
     47|| sliver              || creator URN          || state       || string      || URN of sliver creator                                                                  || 6               ||
     48|| sliver              || resources            || state       || list        || list of resource URNs on which the sliver has a current reservation                    || 6               ||
     49|| slice               || creator              || state       || string      || URN of slice creator                                                                   || 6               ||
     50|| slice               || participants         || state       || list        || list of experimenters who have privileges on a slice                                   || 6               ||
     51|| experimenter        || email                || state       || string      || contact address for experimenter                                                       || 6               ||
    4352
    4453== Data needed to meet use case 3 ==
     
    7180     * Resources this sliver has reserved:
    7281       * URN of each named resource of types: bare-metal host, shared host, VLAN, flowspace (what else?)
    73  * '''Slice user data''': for each relevant slice URN and UUID, find out from the authority:
    74    * Users affiliated with the slice (creator, participants)
    75    * E-mail contact info for each of those users
     82 * '''Slice experimenter data''': for each relevant slice URN and UUID, find out from the authority:
     83   * Experimenters affiliated with the slice (creator, participants)
     84   * E-mail contact info for each of those experimenters