X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc30a6ce8d203be0be1f11491fc8bf0071b3ec9e..095e176632bbf81d28a239742a1ecce12404bd2d:/doc/api/methods/containers.html.textile.liquid diff --git a/doc/api/methods/containers.html.textile.liquid b/doc/api/methods/containers.html.textile.liquid index c63bf4d113..1d2fed768c 100644 --- a/doc/api/methods/containers.html.textile.liquid +++ b/doc/api/methods/containers.html.textile.liquid @@ -163,26 +163,3 @@ Get the api_client_authorization record indicated by this container's auth_uuid, table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | {background:#ccffcc}.|uuid|string||path|| - -h3. log - -Get container log data using WebDAV methods. - -This API retrieves data from the container's log collection. It can be used at any time in the container lifecycle. -* While the container is @Queued@ or @Locked@ it returns an empty directory. -* While the container is @Running@ it returns real-time logging data. -* While the container is @Complete@ or @Cancelled@ it returns the final log collection. - -This API also supports the @Range@ request header, so it can be used to poll for and retrieve logs while the container is running. - -Arguments: - -table(table table-bordered table-condensed). -|_. Argument |_. Type |_. Description |_. Location |_. Example | -|method|string|Read-only WebDAV method|HTTP method|@GET@, @OPTIONS@, @PROPFIND@| -{background:#ccffcc}.|uuid|string|The UUID of the Container in question.|path|| -|path|string|Path to a file in the log collection.|path|@/stderr.txt@| - -Examples: -* @GET /arvados/v1/containers/zzzzz-dz642-0123456789abcde/log/stderr.txt@ -* @PROPFIND /arvados/v1/containers/zzzzz-dz642-0123456789abcde/log/@