Changes between Version 62 and Version 63 of UniformClearinghouseAPI


Ignore:
Timestamp:
09/24/13 08:05:20 (11 years ago)
Author:
mbrinn@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UniformClearinghouseAPI

    v62 v63  
    581581'''Return:'''
    582582
    583 List of credential in “CREDENTIAL_LIST” format, i.e. a list of credentials with type information suitable for passing to aggregates speaking AM API V3.
     583List of credential in “CREDENTIALS” format, i.e. a list of credentials with type information suitable for passing to aggregates speaking AM API V3.
    584584
    585585*/
     
    995995'''Return:'''
    996996
    997 List of credential in “CREDENTIAL_LIST” format, i.e. a list of credentials with type information suitable for passing to aggregates speaking AM API V3.
     997List of credential in “CREDENTIALS” format, i.e. a list of credentials with type information suitable for passing to aggregates speaking AM API V3.
    998998
    999999*/
     
    11171117|| KEY || SSH or SSL public or private key (contents, not filename) || Key-specific format ||
    11181118|| BOOLEAN || True or False (case insensitive) || '''Example:''' True ||
    1119 || CREDENTIALS || List of credentials, tagged with credential type (as indicated in the GENI AM API specification || '''Details:''' Credentials = { { geni_type: <string, case insensitive>, geni_version: <string containing an integer>, geni_value : <string>, <others> } } ||
     1119|| CREDENTIALS || List of dictionaries, one per credential, tagged with credential type and version (as indicated in the GENI AM API specification) || '''Details:''' Credentials = [ { geni_type: <string, case insensitive>, geni_version: <string containing an integer>, geni_value : <credential as string>, <others> } ] ||
    11201120|| CERTIFICATE || X509 certificate (contents, not filename) || Standard X509 certificate format ||
    11211121