Changes between Version 31 and Version 32 of UniformClearinghouseAPIV2


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

Incorporation of Wim's comments through #18

Legend:

Unmodified
Added
Removed
Modified
  • UniformClearinghouseAPIV2

    v31 v32  
    854854|| KEY_MEMBER || URN || URN of member associated with key pair || Yes || Required || No ||
    855855|| KEY_ID || STRING || Unique identifier for member/key pair: typically a fingerprint or hash of public key joined with member information || Yes || No || No ||
     856|| KEY_TYPE || STRING || Type of key (e.g. PEM, openssh, rsa-ssh) || Yes || Required || No ||
    856857|| KEY_PUBLIC || KEY || Public key value || Yes || Required || No ||
    857858|| KEY_PRIVATE || KEY || Private key value || Yes || Allowed || No ||
     
    892893|| EMAIL || Well-formed email address || '''Example:''' jbrown@geni.net ||
    893894|| KEY || SSH or SSL public or private key (contents, not filename) || Key-specific format ||
    894 || BOOLEAN || True or False (case insensitive) || '''Example:''' True ||
     895|| BOOLEAN || XMLRPC boolean || '''Example:''' True ||
    895896|| 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> } ] ||
    896897|| CERTIFICATE || X509 certificate (contents, not filename) || Standard X509 PEM certificate format. A chain of such certificates may be concatenated.  ||