X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c3b26754a231ec909506f2ff28af1af9f2e27f2b..baeef76a2b3b60fb3613d01b1df2916397e8c589:/doc/api/methods/container_requests.html.textile.liquid diff --git a/doc/api/methods/container_requests.html.textile.liquid b/doc/api/methods/container_requests.html.textile.liquid index 8703e92732..cd566f5ce4 100644 --- a/doc/api/methods/container_requests.html.textile.liquid +++ b/doc/api/methods/container_requests.html.textile.liquid @@ -115,7 +115,7 @@ Arguments: table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | {background:#ccffcc}.|container_request|object|Container request resource.|request body|| - +|cluster_id|string|The federated cluster to submit the container request.|query|| The request body must include the required attributes command, container_image, cwd, and output_path. It can also inlcude other attributes such as environment, mounts, and runtime_constraints. @@ -141,11 +141,11 @@ table(table table-bordered table-condensed). h3. list -List container_requests. +List container requests. See "common resource list method.":{{site.baseurl}}/api/methods.html#index -See the create method documentation for more information about container request-specific filters. +The @filters@ argument can also filter on attributes of the container referenced by @container_uuid@. For example, @[["container.state", "=", "Running"]]@ will match any container request whose container is running now. h3. update