X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5e0a13ebe8f0a25bf09de76024687481c81a19fe..5ea613b9dfb402666adb88b3d5e531bce86f5401:/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 30ec055a6b..3384f9377e 100644 --- a/doc/api/methods/containers.html.textile.liquid +++ b/doc/api/methods/containers.html.textile.liquid @@ -41,6 +41,10 @@ Generally this will contain additional keys that are not present in any correspo "vcpus":2, "API":true }See "Runtime constraints":#runtime_constraints for more details.| +|runtime_status|hash|Information related to the container's run, including its steps. Some keys have specific meaning and are described later in this page.|e.g., +
{
+  "error": "This container won't be successful because at least one step have already failed."
+}
See "Runtime status":#runtime_status for more details.| |scheduling_parameters|hash|Parameters to be passed to the container scheduler when running this container.|e.g.,
{
 "partitions":["fastcpu","vfastcpu"]
 }
See "Scheduling parameters":#scheduling_parameters for more details.| @@ -66,6 +70,8 @@ h2(#mount_types). {% include 'mount_types' %} h2(#runtime_constraints). {% include 'container_runtime_constraints' %} +h2(#runtime_status). {% include 'container_runtime_status' %} + h2(#scheduling_parameters). {% include 'container_scheduling_parameters' %} h2. Methods