Changes between Version 65 and Version 66 of GAPI_AM_API_DRAFT
- Timestamp:
- 09/13/12 10:00:20 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GAPI_AM_API_DRAFT
v65 v66 78 78 79 79 === Change Set N3: Use consistent types and prefixes === 80 Make am_type, geni_am_type, and AM specific prefixes for new options consistent.80 Make `am_type`, `geni_am_type`, and AM specific prefixes for new options consistent. 81 81 82 82 The AM API specifies an `am_type` field as part of the `code` in the basic return structure. This field has a set of prescribed values. … … 119 119 120 120 1. From `getversion` and `listresources` and `describe`, the RSpec `type`: 121 May use only alphanumeric characters plus hyphen, underscore, period, or colon; alpha umeric only in first character. `'^[a-zA-Z0-9][a-zA-Z0-9-_\.:]*$'`121 May use only alphanumeric characters plus hyphen, underscore, period, or colon; alphanumeric only in first character. `'^[a-zA-Z0-9][a-zA-Z0-9-_\.:]*$'` 122 122 123 123 2. From `getversion` and `listresources` and `describe`, the RSpec `version`: 124 May use only alphanumeric characters plus hyphen, underscore, period, or colon; alpha umeric only in first character. `'^[a-zA-Z0-9][a-zA-Z0-9-_\.:]*$'`124 May use only alphanumeric characters plus hyphen, underscore, period, or colon; alphanumeric only in first character. `'^[a-zA-Z0-9][a-zA-Z0-9-_\.:]*$'` 125 125 126 126 3. From `getversion`, the RSpec `schema`, and `namespace`: Any character valid in a URL (see e.g. http://www.w3.org/Addressing/URL/url-spec.txt) 127 127 128 128 4. From `getversion` and the `credentials` argument, the credential `geni_type`: 129 May use only alphanumeric characters plus hyphen, underscore, period, or colon; alpha umeric only in first character. `'^[a-zA-Z0-9][a-zA-Z0-9-_\.:]*$'`129 May use only alphanumeric characters plus hyphen, underscore, period, or colon; alphanumeric only in first character. `'^[a-zA-Z0-9][a-zA-Z0-9-_\.:]*$'` 130 130 131 131 5. From `getversion` and the `credentials argument, the credential `geni_version`: 132 May use only alphanumeric characters plus hyphen, underscore, period, or colon; alpha umeric only in first character. `'^[a-zA-Z0-9][a-zA-Z0-9-_\.:]*$'`132 May use only alphanumeric characters plus hyphen, underscore, period, or colon; alphanumeric only in first character. `'^[a-zA-Z0-9][a-zA-Z0-9-_\.:]*$'` 133 133 134 134 6. From `getversion`, `geni_allocate`: alphanumeric