Changes between Version 51 and Version 52 of UniformClearinghouseAPI


Ignore:
Timestamp:
08/29/13 07:36:53 (11 years ago)
Author:
mbrinn@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UniformClearinghouseAPI

    v51 v52  
    494494|| SLICE_EXPIRATION || DATETIME || Expiration time of slice || No || Allowed || Yes ||
    495495|| SLICE_EXPIRED || BOOLEAN || Whether slice has expired || Yes || No || No ||
    496 || SLICE_NAME || STRING || Short name of Slice || No || Required || No ||
     496|| SLICE_NAME || STRING || Short name of Slice|| No || Required || No ||
    497497|| SLICE_DESCRIPTION || STRING || Description of Slice || No || Allowed || Yes ||
    498498
     499NB: 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.
     500
    499501/*
    500502
     
    522524
    523525Options: 'fields', a dictionary field/value pairs for object to be created
    524 
    525 slice_name: Name of slice to create. NB: A slice name must adhere to the restrictions for slice names in the Aggregate Manager (AM) API, namely: 1) must be <= 19 characters, only alphanumeric plus hyphen, no leading hyphen.
    526526
    527527'''Return:''' Dictionary of field/value pairs for created slice (e.g. slice URN, slice UUID, expiration and slice credential)