Changes between Version 46 and Version 47 of GAPI_AM_API_DRAFT
- Timestamp:
- 03/15/12 12:49:11 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GAPI_AM_API_DRAFT
v46 v47 742 742 - '''Adopted''': The URN identifier, following GENI URN standards as described here: http://groups.geni.net/geni/wiki/GeniApiIdentifiers 743 743 - The URN is identifiable by looking for the entry beginning "{{{URI:urn:publicid:IDN}}}", for example: {{{URI:urn:publicid:IDN+emulab.net+user+stoller}}}. 744 - A UUID, providing a globally unique ID for the entity. 744 - A UUID, providing a unique ID for the entity. 745 - The UUID must be used with the URN to fully identify the slice or user. UUID alone should not be accepted. This ensures that the authority certifying the slice or user is always identified when referring to the slice or user. 745 746 - In the hexadecimal digit string format given in [http://www.ietf.org/rfc/rfc4122.txt RFC 4122] 746 747 - The UUID is identified with this prefix: "{{{URI:urn:uuid}}}" (as specified by RFC4122), for example: {{{URI:urn:uuid:33178d77-a930-40b1-9469-3aae08755743}}}. … … 750 751 751 752 Slices: 752 - Slice ID is the UUID in the slice certificate, which is unique over time and space.753 - Slice URN is a label - unique at a point in time but not over time.753 - Slice ID is the UUID plus the URN in the slice certificate, which is unique over time and space. 754 - Slice URN alone is a label - unique at a point in time but not over time. 754 755 - Format: {{{urn:publicid:IDN+<SA name>+slice+<slice name>}}} 755 756 - '''Adopted''': Slice names are <=19 characters, only alphanumeric plus hyphen (no hyphen in first character): {{{'^[a-zA-Z0-9][-a-zA-Z0-9]+$'}}}