Changes between Version 1 and Version 2 of DevTestbedAPISpec
- Timestamp:
- May 7, 2015 2:48:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevTestbedAPISpec
v1 v2 1027 1027 * Lib - a string, the name of a library. Only experiments in that library will be returned 1028 1028 * Regex - a string containing a regular expression matched against experiment names 1029 * QueryAspects - an array of aspects used to scope the aspect search Each aspect has the fields described above. The readOnly, data, and dataReference fields are all ignored. If the name is present, it much match. If the type is given it must also match. If a type is given the subtype field further scopes the search. A missing type field selects aspects without any subtype. A specific subtype selects only aspects that match both type and subtype, and the distinguished value "*" matches any subtype. A subtype with a null type is invalid.1029 * QueryAspects - an array of aspects used to scope the aspect search Each aspect has the fields described above. The readOnly, data, and dataReference fields are all ignored. If the name is present, it much match. If the type is given it must also match. If a type is given the subtype field further scopes the search. A missing subtype field selects aspects without any subtype. A specific subtype selects only aspects that match both type and subtype, and the distinguished value "*" matches any subtype. A subtype with a null type is invalid. 1030 1030 * listOnly - a boolean, true if the aspects returned should not contain data. This avoids unnecessary large data transfers 1031 1031 * '''Return Values:'''