11 This resource concerns metadata, usage accounting, and integrity checks for data stored on the cloud. Reading and writing the data _per se_ is achieved by the "Keep":{{site.baseurl}}/user/tutorials/tutorial-keep.html storage system.
16 See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html
18 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/links@
20 h3. Conditions of creating a Collection
22 The @uuid@ and @manifest_text@ attributes must be provided when creating a Collection. The cryptographic digest of the supplied @manifest_text@ must match the supplied @uuid@.
24 h3. Side effects of creating a Collection
26 Referenced data can be protected from garbage collection.
28 Data can be shared with other users via the Arvados permission model.
30 Clients can request checks of data integrity and storage redundancy.
34 Each collection has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
36 table(table table-bordered table-condensed).
37 |_. Attribute|_. Type|_. Description|_. Example|
39 |portable_data_hash|string|||
42 |redundancy_confirmed_by_client_uuid|string|API client||
43 |redundancy_confirmed_at|datetime|||
44 |redundancy_confirmed_as|number|||
45 |manifest_text|text|||