[ARVADOS] updated: 2e95340d2e22752175518bc47ebb85d748685d9a

git at public.curoverse.com git at public.curoverse.com
Wed Dec 18 17:56:10 EST 2013


Summary of changes:
 doc/api/ApiClientAuthorization.textile |    4 +--
 doc/api/ApiClients.textile             |    2 +-
 doc/api/AuthorizedKey.textile          |    9 +----
 doc/api/Collections.textile            |    2 +-
 doc/api/Commit.textile                 |    4 +--
 doc/api/CommitAncestor.textile         |    4 +--
 doc/api/Group.textile                  |    9 +----
 doc/api/Human.textile                  |    9 +----
 doc/api/Job.textile                    |   58 --------------------------------
 doc/api/JobTask.textile                |   49 ---------------------------
 doc/api/JobTasks.textile               |   32 +++++------------
 doc/api/Jobs.textile                   |    9 +++--
 doc/api/KeepDisk.textile               |    9 +----
 doc/api/Link.textile                   |    9 +----
 doc/api/Log.textile                    |    9 +----
 doc/api/Node.textile                   |    9 +----
 doc/api/PipelineInstance.textile       |    9 +----
 doc/api/PipelineTemplate.textile       |    9 +----
 doc/api/Repository.textile             |    9 +----
 doc/api/Specimen.textile               |    9 +----
 doc/api/Trait.textile                  |    9 +----
 doc/api/User.textile                   |    9 +----
 doc/api/VirtualMachine.textile         |    9 +----
 doc/api/resources.textile              |    4 +-
 24 files changed, 37 insertions(+), 257 deletions(-)
 delete mode 100644 doc/api/Job.textile
 delete mode 100644 doc/api/JobTask.textile

       via  2e95340d2e22752175518bc47ebb85d748685d9a (commit)
      from  28f3e893720234dea28fd09882f4edca8a8a2a4f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 2e95340d2e22752175518bc47ebb85d748685d9a
Author: Tim Pierce <twp at unchi.org>
Date:   Wed Dec 18 17:55:32 2013 -0500

    Updated table headings, removed redundant fields.

diff --git a/doc/api/ApiClientAuthorization.textile b/doc/api/ApiClientAuthorization.textile
index 254ee4d..133b9cb 100644
--- a/doc/api/ApiClientAuthorization.textile
+++ b/doc/api/ApiClientAuthorization.textile
@@ -30,8 +30,7 @@ h2. Resources
 An ApiClientAuthorization is not a generic Arvados resource.  The full list of properties that belong to an ApiClientAuthorization is:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |api_token|string|||
 |api_client_id|integer|||
 |user_id|integer|||
@@ -39,7 +38,6 @@ table(table table-bordered table-condensed).
 |last_used_by_ip_address|string|||
 |last_used_at|datetime|||
 |expires_at|datetime|||
-|created_at|datetime|||
 |updated_at|datetime|||
 |default_owner_uuid|string|||
 |scopes|Array|||
diff --git a/doc/api/ApiClients.textile b/doc/api/ApiClients.textile
index 791c652..b4bc5d1 100644
--- a/doc/api/ApiClients.textile
+++ b/doc/api/ApiClients.textile
@@ -31,7 +31,7 @@ h2. Resources
 Each ApiClient has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
+|*Attribute*|*Type*|*Description*|*Example*|
 |name|string|||
 |url_prefix|string|||
 |is_trusted|boolean|||
diff --git a/doc/api/AuthorizedKey.textile b/doc/api/AuthorizedKey.textile
index fc15c54..6450807 100644
--- a/doc/api/AuthorizedKey.textile
+++ b/doc/api/AuthorizedKey.textile
@@ -30,17 +30,10 @@ h2. Resources
 Each AuthorizedKey has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |name|string|||
 |key_type|string|||
 |authorized_user_uuid|string|||
 |public_key|text|||
 |expires_at|datetime|||
-|created_at|datetime|||
 |updated_at|datetime|||
diff --git a/doc/api/Collections.textile b/doc/api/Collections.textile
index 38002fe..428cddd 100644
--- a/doc/api/Collections.textile
+++ b/doc/api/Collections.textile
@@ -33,7 +33,7 @@ h2. Resource
 Each collection has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
+|*Attribute*|*Type*|*Description*|*Example*|
 |locator|string|||
 |portable_data_hash|string|||
 |name|string|||
diff --git a/doc/api/Commit.textile b/doc/api/Commit.textile
index 2dab839..9bb8dbf 100644
--- a/doc/api/Commit.textile
+++ b/doc/api/Commit.textile
@@ -30,10 +30,8 @@ h2. Resources
 Each Commit has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |repository_name|string|||
 |sha1|string|||
 |message|string|||
-|created_at|datetime|||
 |updated_at|datetime|||
diff --git a/doc/api/CommitAncestor.textile b/doc/api/CommitAncestor.textile
index 675b5dc..d8921c3 100644
--- a/doc/api/CommitAncestor.textile
+++ b/doc/api/CommitAncestor.textile
@@ -30,11 +30,9 @@ h2. Resources
 Each CommitAncestor has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |repository_name|string|||
 |descendant|string|||
 |ancestor|string|||
 |is|boolean|||
-|created_at|datetime|||
 |updated_at|datetime|||
diff --git a/doc/api/Group.textile b/doc/api/Group.textile
index 49b6851..5b4fae8 100644
--- a/doc/api/Group.textile
+++ b/doc/api/Group.textile
@@ -30,14 +30,7 @@ h2. Resources
 Each Group has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|created_at|datetime|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |name|string|||
 |description|text|||
 |updated_at|datetime|||
diff --git a/doc/api/Human.textile b/doc/api/Human.textile
index 0cd53cd..15718f3 100644
--- a/doc/api/Human.textile
+++ b/doc/api/Human.textile
@@ -30,13 +30,6 @@ h2. Resources
 Each Human has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |properties|Hash|||
-|created_at|datetime|||
 |updated_at|datetime|||
diff --git a/doc/api/Job.textile b/doc/api/Job.textile
deleted file mode 100644
index cfce311..0000000
--- a/doc/api/Job.textile
+++ /dev/null
@@ -1,58 +0,0 @@
----
-layout: default
-navsection: api
-title: "Resource: Job"
-navorder: 101
----
-
-h1. Job
-
-A **Job** represents...
-
-h2. Methods
-
-See "REST methods for working with Arvados resources":methods.html
-
-API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/job@
-
-h2. Creation
-
-h3. Prerequisites
-
-Prerequisites for creating a Job.
-
-h3. Side effects
-
-Side effects of creating a Job.
-
-h2. Resources
-
-Each Job has, in addition to the usual "attributes of Arvados resources":resources.html:
-
-table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
-|submit_id|string|||
-|script|string|||
-|script_version|string|||
-|script_parameters|Hash|||
-|cancelled_by_client_uuid|string|||
-|cancelled_by_user_uuid|string|||
-|cancelled_at|datetime|||
-|started_at|datetime|||
-|finished_at|datetime|||
-|running|boolean|||
-|success|boolean|||
-|output|string|||
-|created_at|datetime|||
-|updated_at|datetime|||
-|priority|string|||
-|is_locked_by_uuid|string|||
-|log|string|||
-|tasks_summary|Hash|||
-|runtime_constraints|Hash|||
diff --git a/doc/api/JobTask.textile b/doc/api/JobTask.textile
deleted file mode 100644
index 7ff4605..0000000
--- a/doc/api/JobTask.textile
+++ /dev/null
@@ -1,49 +0,0 @@
----
-layout: default
-navsection: api
-title: "Resource: JobTask"
-navorder: 101
----
-
-h1. JobTask
-
-A **JobTask** represents...
-
-h2. Methods
-
-See "REST methods for working with Arvados resources":methods.html
-
-API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/job_task@
-
-h2. Creation
-
-h3. Prerequisites
-
-Prerequisites for creating a JobTask.
-
-h3. Side effects
-
-Side effects of creating a JobTask.
-
-h2. Resources
-
-Each JobTask has, in addition to the usual "attributes of Arvados resources":resources.html:
-
-table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
-|job_uuid|string|||
-|sequence|integer|||
-|parameters|Hash|||
-|output|text|||
-|progress|float|||
-|success|boolean|||
-|created_at|datetime|||
-|updated_at|datetime|||
-|created_by_job_task_uuid|string|||
-|qsequence|integer|||
diff --git a/doc/api/JobTasks.textile b/doc/api/JobTasks.textile
index 2d9e00f..7cb3ea3 100644
--- a/doc/api/JobTasks.textile
+++ b/doc/api/JobTasks.textile
@@ -25,38 +25,26 @@ See "REST methods for working with Arvados resources":methods.html
 
 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/job_tasks@
 
-h2. Resource
+h2. Resources
 
-Each job has, in addition to the usual "attributes of Arvados resources":resources.html:
+Each JobTask has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|
+|*Attribute*|*Type*|*Description*|*Example*|
 |sequence|integer|Execution sequence.
 A step cannot be run until all steps with lower sequence numbers have completed.
-Job steps with the same sequence number can be run in any order.|
-|parameters{}|list||
-|runtime_constraints{}|list|Constraints that must be satisfied by the job/task scheduler in order to run the task (see "Jobs":Jobs.html).|
-|output|string||
-|progress|float||
-|success|boolean|Is null if the task has neither completed successfully nor failed permanently.|
+Job steps with the same sequence number can be run in any order.||
+|parameters{}|list|||
+|output|text|||
+|progress|float|||
+|success|boolean|Is null if the task has neither completed successfully nor failed permanently.||
 
 The following attributes should not be updated by anyone other than the job manager:
 
 table(table table-bordered table-condensed).
 |*Attribute*|*Type*|*Description*|*Notes*|
 |qsequence|integer|Order of arrival|0-based|
-|failed_count|number|Times this step has failed||
-|failed_at|number|Time of last failure|Is null if failed_count=0|
-|failed_log|string|stderr from last failure|Is null if failed_count=0|
-|log|string|stderr||
+|job_uuid|string|||
+|created_by_job_task_uuid|string|||
 
 
-h3. Resource limits
-
-table(table table-bordered table-condensed).
-|*Key*|*Type*|*Description*|*Implemented*|
-|min_nodes|integer|||
-|max_nodes|integer|||
-|max_tasks_per_node|integer|Maximum simultaneous tasks on a single node|&#x2713;|
-|min_ram_per_task|integer|Minimum real memory (KiB) per task||
-|min_ram_per_node|integer|Minimum real memory (KiB) per node||
diff --git a/doc/api/Jobs.textile b/doc/api/Jobs.textile
index 44796f3..d238c13 100644
--- a/doc/api/Jobs.textile
+++ b/doc/api/Jobs.textile
@@ -43,7 +43,7 @@ h2. Resource
 Each job has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Type*|*Description*|*Notes*|
+|*Attribute*|*Type*|*Description*|*Notes*|
 |submit_id|string|Unique ID provided by client when job was submitted|Optional. Can be used by client to ensure idempotence|
 |priority|string|||
 |runtime_constraints{}|list|Constraints that must be satisfied by the job/task scheduler in order to run the job.|See below.|
@@ -52,12 +52,15 @@ table(table table-bordered table-condensed).
 |script_version|string|git commit/tree used when running the job|This can be submitted as an unambiguous prefix of a commit sha1, "repository:tag", or "repository:branch". Before the job starts, Arvados will resolve it to a full 40-character git commit sha1.|
 |cancelled_by_client_uuid|string|API client ID|Is null if job has not been cancelled|
 |cancelled_by_user_uuid|string|Authenticated user ID|Is null if job has not been cancelled|
-|cancelled_at|string|When job was cancelled|Is null if job has not been cancelled|
+|cancelled_at|datetime|When job was cancelled|Is null if job has not been cancelled|
 |started_at|datetime|When job started running|Is null if job has not [yet] started|
 |finished_at|datetime|When job finished running|Is null if job has not [yet] finished|
 |running|boolean|Whether the job is running||
 |success|boolean|Whether the job indicated successful completion|Is null if job has not finished|
 |is_locked_by_uuid|string|UUID of the user who has locked this job|Is null if job is not locked. The system user locks the job when starting the job, in order to prevent job attributes from being altered.|
+|log|string|||
+|tasks_summary|Hash|||
+|output|string|||
 
 h3. Runtime constraints
 
@@ -76,4 +79,4 @@ table(table table-bordered table-condensed).
 |max_nodes|integer|||
 |max_tasks_per_node|integer|Maximum simultaneous tasks on a single node|✓|
 |min_ram_per_task|integer|Minimum real memory (KiB) per task||
-|min_ram_per_node|integer|Minimum real memory (KiB) per node||
\ No newline at end of file
+|min_ram_per_node|integer|Minimum real memory (KiB) per node||
diff --git a/doc/api/KeepDisk.textile b/doc/api/KeepDisk.textile
index 4a1b768..6873e8b 100644
--- a/doc/api/KeepDisk.textile
+++ b/doc/api/KeepDisk.textile
@@ -30,13 +30,7 @@ h2. Resources
 Each KeepDisk has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |ping_secret|string|||
 |node_uuid|string|||
 |filesystem_uuid|string|||
@@ -47,7 +41,6 @@ table(table table-bordered table-condensed).
 |last_read_at|datetime|||
 |last_write_at|datetime|||
 |last_ping_at|datetime|||
-|created_at|datetime|||
 |updated_at|datetime|||
 |service_host|string|||
 |service_port|integer|||
diff --git a/doc/api/Link.textile b/doc/api/Link.textile
index b840798..95ddeb5 100644
--- a/doc/api/Link.textile
+++ b/doc/api/Link.textile
@@ -30,14 +30,7 @@ h2. Resources
 Each Link has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|created_at|datetime|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |tail_uuid|string|||
 |tail_kind|string|||
 |link_class|string|||
diff --git a/doc/api/Log.textile b/doc/api/Log.textile
index 033ff3a..adeb166 100644
--- a/doc/api/Log.textile
+++ b/doc/api/Log.textile
@@ -30,18 +30,11 @@ h2. Resources
 Each Log has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |object_kind|string|||
 |object_uuid|string|||
 |event_at|datetime|||
 |event_type|string|||
 |summary|text|||
 |info|Hash|||
-|created_at|datetime|||
 |updated_at|datetime|||
-|modified_at|datetime|||
diff --git a/doc/api/Node.textile b/doc/api/Node.textile
index e64730f..9c4c426 100644
--- a/doc/api/Node.textile
+++ b/doc/api/Node.textile
@@ -30,14 +30,7 @@ h2. Resources
 Each Node has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|created_at|datetime|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |slot_number|integer|||
 |hostname|string|||
 |domain|string|||
diff --git a/doc/api/PipelineInstance.textile b/doc/api/PipelineInstance.textile
index eca4026..9b4c9a3 100644
--- a/doc/api/PipelineInstance.textile
+++ b/doc/api/PipelineInstance.textile
@@ -30,14 +30,7 @@ h2. Resources
 Each PipelineInstance has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|created_at|datetime|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |pipeline_template_uuid|string|||
 |name|string|||
 |components|Hash|||
diff --git a/doc/api/PipelineTemplate.textile b/doc/api/PipelineTemplate.textile
index 876200f..84e0128 100644
--- a/doc/api/PipelineTemplate.textile
+++ b/doc/api/PipelineTemplate.textile
@@ -30,14 +30,7 @@ h2. Resources
 Each PipelineTemplate has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|created_at|datetime|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |name|string|||
 |components|Hash|||
 |updated_at|datetime|||
diff --git a/doc/api/Repository.textile b/doc/api/Repository.textile
index f26efc3..ad95479 100644
--- a/doc/api/Repository.textile
+++ b/doc/api/Repository.textile
@@ -30,15 +30,8 @@ h2. Resources
 Each Repository has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |name|string|||
 |fetch_url|string|||
 |push_url|string|||
-|created_at|datetime|||
 |updated_at|datetime|||
diff --git a/doc/api/Specimen.textile b/doc/api/Specimen.textile
index 0110682..90216aa 100644
--- a/doc/api/Specimen.textile
+++ b/doc/api/Specimen.textile
@@ -30,14 +30,7 @@ h2. Resources
 Each Specimen has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|created_at|datetime|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |material|string|||
 |updated_at|datetime|||
 |properties|Hash|||
diff --git a/doc/api/Trait.textile b/doc/api/Trait.textile
index 2cac6a5..d2e625d 100644
--- a/doc/api/Trait.textile
+++ b/doc/api/Trait.textile
@@ -30,14 +30,7 @@ h2. Resources
 Each Trait has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |name|string|||
 |properties|Hash|||
-|created_at|datetime|||
 |updated_at|datetime|||
diff --git a/doc/api/User.textile b/doc/api/User.textile
index b3022e4..d5fce1a 100644
--- a/doc/api/User.textile
+++ b/doc/api/User.textile
@@ -30,14 +30,7 @@ h2. Resources
 Each User has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|created_at|datetime|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |email|string|||
 |first_name|string|||
 |last_name|string|||
diff --git a/doc/api/VirtualMachine.textile b/doc/api/VirtualMachine.textile
index 5cabc54..964df01 100644
--- a/doc/api/VirtualMachine.textile
+++ b/doc/api/VirtualMachine.textile
@@ -30,13 +30,6 @@ h2. Resources
 Each VirtualMachine has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
-|*Property name*|*Value*|*Description*|*Example*|
-|id|integer|||
-|uuid|string|||
-|owner_uuid|string|||
-|modified_by_client_uuid|string|||
-|modified_by_user_uuid|string|||
-|modified_at|datetime|||
+|*Attribute*|*Type*|*Description*|*Example*|
 |hostname|string|||
-|created_at|datetime|||
 |updated_at|datetime|||
diff --git a/doc/api/resources.textile b/doc/api/resources.textile
index 905fb5a..e6ab62e 100644
--- a/doc/api/resources.textile
+++ b/doc/api/resources.textile
@@ -18,7 +18,7 @@ Object IDs are alphanumeric strings, unique across all installations (each insta
 h2. Attributes of resources
 
 table(table table-bordered table-condensed).
-|*Attribute name*|*Value*|*Description*|*Example*|
+|*Attribute*|*Type*|*Description*|*Example*|
 |uuid|string|universally unique object identifier|@mk2qn-4zz18-w3anr2hk2wgfpuo@|
 |href|string|a URL that can be used to address this resource||
 |kind|string|@arvados#{resource_type}@|@arvados#collection@|
@@ -33,7 +33,7 @@ table(table table-bordered table-condensed).
 h2. Attributes of resource lists
 
 table(table table-bordered table-condensed).
-|*Attribute name*|*Value*|*Description*|*Example*|
+|*Attribute*|*Type*|*Description*|*Example*|
 |kind|string|@arvados#{resource_type}_list@|@arvados#project_list@|
 |etag|string|The ETag[1] of the resource list|@cd3o1wi9sf934saajykawrz2e@|
 |self_link|string|||

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list