Changes between Version 19 and Version 20 of UniformClearinghouseAPIV2


Ignore:
Timestamp:
11/13/13 10:36:50 (10 years ago)
Author:
mbrinn@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UniformClearinghouseAPIV2

    v19 v20  
    352352}
    353353
    354 A Slice Authority (SA) manages information about slice objects. The SA method update(type="SLICE") could take an options ‘update’ argument such as to change the slice description and extend the slice expiration:
     354A Slice Authority (SA) manages information about slice objects. The SA method update(type="SLICE") could take the following options argument to change the slice description and extend the slice expiration:
    355355
    356356{
     
    362362}
    363363
    364 An example of lookup(type="SLICE)") at an SA that wanted to retrieve the slice names for a list of slice URNs could specify options:
    365 
    366 {“match”: {
     364An example of lookup(type="SLICE)" at an SA that wanted to retrieve the slice names for a list of slice URNs could specify options:
     365
     366{
     367 “match”: {
    367368
    368369      “SLICE_URN”: [
     
    376377       ]},
    377378
    378 “filter”: [“SLICE_NAME”]
     379 “filter”: [“SLICE_NAME”]
    379380
    380381}
     
    495496}}}
    496497
    497 The Registry API supports these standard API methods for type="SERVICE", with elaboration in the following table:
     498The Registry API supports these standard API methods for type="SERVICE":
    498499
    499500|| ''' Method ''' || ''' Description ''' ||
     
    580581NB: SLICE_NAME must adhere to the restrictions for slice names in the Aggregate Manager (AM) API, namely that it must be <= 19 characters, only alphanumeric plus hyphen, no leading hyphen.
    581582
    582 The Sliver Info Service supports these standard API methods for type="SLIVER_INFO", with elaboration in the following table:
     583The Sliver Info Service supports these standard API methods for type="SLIVER_INFO":
    583584
    584585|| ''' Method ''' || ''' Description ''' ||
     
    693694|| SLIVER_INFO_CREATION || DATETIME || Time of sliver creation || No || Allowed || No ||
    694695
    695 The Sliver Info Service supports these standard API methods for type="SLIVER_INFO", with elaboration in the following table:
     696The Sliver Info Service supports these standard API methods for type="SLIVER_INFO":
    696697
    697698|| ''' Method ''' || ''' Description ''' ||
     
    717718|| PROJECT_DESCRIPTION || STRING || Description of Project || No || Allowed || Yes ||
    718719
    719 The Project Service supports these standard API methods for type="PROJECT", with elaboration in the following table:
     720The Project Service supports these standard API methods for type="PROJECT":
    720721
    721722|| ''' Method ''' || ''' Description ''' ||
     
    776777|| MEMBER_EMAIL || STRING || Email of user || Yes || Identifying ||
    777778
    778 The MEMBER Service supports these standard API methods for type="MEMBER", with elaboration in the following table:
     779The MEMBER Service supports these standard API methods for type="MEMBER":
    779780
    780781|| ''' Method ''' || ''' Description ''' ||
     
    819820
    820821
    821 The Key Service supports these standard API methods for type="KEY", with elaboration in the following table:
     822The Key Service supports these standard API methods for type="KEY":
    822823
    823824|| ''' Method ''' || ''' Description ''' ||