5 "https://api.arvados.org/auth/arvados": {
6 "description": "View and manage objects"
8 "https://api.arvados.org/auth/arvados.readonly": {
9 "description": "View objects"
14 "basePath": "/arvados/v1/",
16 "description": "The API to interact with Arvados.",
17 "discoveryVersion": "v1",
18 "documentationLink": "http://doc.arvados.org/api/index.html",
20 "kind": "discovery#restDescription",
25 "description": "Data format for the response.",
31 "Responses with Content-Type of application/json"
37 "description": "Selector specifying which fields to include in a partial response.",
42 "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
47 "description": "OAuth 2.0 token for the current user.",
56 "id": "arvados.api_clients.get",
57 "path": "api_clients/{uuid}",
59 "description": "Gets a ApiClient's metadata by UUID.",
63 "description": "The UUID of the ApiClient in question.",
75 "https://api.arvados.org/auth/arvados",
76 "https://api.arvados.org/auth/arvados.readonly"
80 "id": "arvados.api_clients.list",
81 "path": "api_clients",
83 "description": "List ApiClients.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching ApiClients. For example:\n\n <pre>\n {\n \"kind\":\"arvados#apiClientList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
105 "description": "Attributes of each object to return in the response.",
139 "description": "List objects on a remote federated cluster instead of the current one.",
143 "bypass_federation": {
146 "description": "bypass federation behavior, list items from local instance database only",
151 "$ref": "ApiClientList"
154 "https://api.arvados.org/auth/arvados",
155 "https://api.arvados.org/auth/arvados.readonly"
159 "id": "arvados.api_clients.create",
160 "path": "api_clients",
161 "httpMethod": "POST",
162 "description": "Create a new ApiClient.",
166 "description": "Attributes of the new object to return in the response.",
170 "ensure_unique_name": {
172 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
179 "description": "Create object on a remote federated cluster instead of the current one.",
196 "https://api.arvados.org/auth/arvados"
200 "id": "arvados.api_clients.update",
201 "path": "api_clients/{uuid}",
203 "description": "Update attributes of an existing ApiClient.",
207 "description": "The UUID of the ApiClient in question.",
213 "description": "Attributes of the updated object to return in the response.",
230 "https://api.arvados.org/auth/arvados"
234 "id": "arvados.api_clients.delete",
235 "path": "api_clients/{uuid}",
236 "httpMethod": "DELETE",
237 "description": "Delete an existing ApiClient.",
241 "description": "The UUID of the ApiClient in question.",
250 "https://api.arvados.org/auth/arvados"
254 "id": "arvados.api_clients.list",
255 "path": "api_clients",
257 "description": "List ApiClients.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching ApiClients. For example:\n\n <pre>\n {\n \"kind\":\"arvados#apiClientList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
279 "description": "Attributes of each object to return in the response.",
313 "description": "List objects on a remote federated cluster instead of the current one.",
317 "bypass_federation": {
320 "description": "bypass federation behavior, list items from local instance database only",
325 "$ref": "ApiClientList"
328 "https://api.arvados.org/auth/arvados",
329 "https://api.arvados.org/auth/arvados.readonly"
333 "id": "arvados.api_clients.show",
334 "path": "api_clients/{uuid}",
336 "description": "show api_clients",
346 "description": "Attributes of the object to return in the response.",
355 "https://api.arvados.org/auth/arvados"
359 "id": "arvados.api_clients.destroy",
360 "path": "api_clients/{uuid}",
361 "httpMethod": "DELETE",
362 "description": "destroy api_clients",
375 "https://api.arvados.org/auth/arvados"
380 "api_client_authorizations": {
383 "id": "arvados.api_client_authorizations.get",
384 "path": "api_client_authorizations/{uuid}",
386 "description": "Gets a ApiClientAuthorization's metadata by UUID.",
390 "description": "The UUID of the ApiClientAuthorization in question.",
399 "$ref": "ApiClientAuthorization"
402 "https://api.arvados.org/auth/arvados",
403 "https://api.arvados.org/auth/arvados.readonly"
407 "id": "arvados.api_client_authorizations.list",
408 "path": "api_client_authorizations",
410 "description": "List ApiClientAuthorizations.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching ApiClientAuthorizations. For example:\n\n <pre>\n {\n \"kind\":\"arvados#apiClientAuthorizationList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
432 "description": "Attributes of each object to return in the response.",
466 "description": "List objects on a remote federated cluster instead of the current one.",
470 "bypass_federation": {
473 "description": "bypass federation behavior, list items from local instance database only",
478 "$ref": "ApiClientAuthorizationList"
481 "https://api.arvados.org/auth/arvados",
482 "https://api.arvados.org/auth/arvados.readonly"
486 "id": "arvados.api_client_authorizations.create",
487 "path": "api_client_authorizations",
488 "httpMethod": "POST",
489 "description": "Create a new ApiClientAuthorization.",
493 "description": "Attributes of the new object to return in the response.",
497 "ensure_unique_name": {
499 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
506 "description": "Create object on a remote federated cluster instead of the current one.",
514 "api_client_authorization": {
515 "$ref": "ApiClientAuthorization"
520 "$ref": "ApiClientAuthorization"
523 "https://api.arvados.org/auth/arvados"
527 "id": "arvados.api_client_authorizations.update",
528 "path": "api_client_authorizations/{uuid}",
530 "description": "Update attributes of an existing ApiClientAuthorization.",
534 "description": "The UUID of the ApiClientAuthorization in question.",
540 "description": "Attributes of the updated object to return in the response.",
548 "api_client_authorization": {
549 "$ref": "ApiClientAuthorization"
554 "$ref": "ApiClientAuthorization"
557 "https://api.arvados.org/auth/arvados"
561 "id": "arvados.api_client_authorizations.delete",
562 "path": "api_client_authorizations/{uuid}",
563 "httpMethod": "DELETE",
564 "description": "Delete an existing ApiClientAuthorization.",
568 "description": "The UUID of the ApiClientAuthorization in question.",
574 "$ref": "ApiClientAuthorization"
577 "https://api.arvados.org/auth/arvados"
580 "create_system_auth": {
581 "id": "arvados.api_client_authorizations.create_system_auth",
582 "path": "api_client_authorizations/create_system_auth",
583 "httpMethod": "POST",
584 "description": "create_system_auth api_client_authorizations",
600 "$ref": "ApiClientAuthorization"
603 "https://api.arvados.org/auth/arvados"
607 "id": "arvados.api_client_authorizations.current",
608 "path": "api_client_authorizations/current",
610 "description": "current api_client_authorizations",
613 "$ref": "ApiClientAuthorization"
616 "https://api.arvados.org/auth/arvados"
620 "id": "arvados.api_client_authorizations.list",
621 "path": "api_client_authorizations",
623 "description": "List ApiClientAuthorizations.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching ApiClientAuthorizations. For example:\n\n <pre>\n {\n \"kind\":\"arvados#apiClientAuthorizationList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
645 "description": "Attributes of each object to return in the response.",
679 "description": "List objects on a remote federated cluster instead of the current one.",
683 "bypass_federation": {
686 "description": "bypass federation behavior, list items from local instance database only",
691 "$ref": "ApiClientAuthorizationList"
694 "https://api.arvados.org/auth/arvados",
695 "https://api.arvados.org/auth/arvados.readonly"
699 "id": "arvados.api_client_authorizations.show",
700 "path": "api_client_authorizations/{uuid}",
702 "description": "show api_client_authorizations",
712 "description": "Attributes of the object to return in the response.",
718 "$ref": "ApiClientAuthorization"
721 "https://api.arvados.org/auth/arvados"
725 "id": "arvados.api_client_authorizations.destroy",
726 "path": "api_client_authorizations/{uuid}",
727 "httpMethod": "DELETE",
728 "description": "destroy api_client_authorizations",
738 "$ref": "ApiClientAuthorization"
741 "https://api.arvados.org/auth/arvados"
749 "id": "arvados.authorized_keys.get",
750 "path": "authorized_keys/{uuid}",
752 "description": "Gets a AuthorizedKey's metadata by UUID.",
756 "description": "The UUID of the AuthorizedKey in question.",
765 "$ref": "AuthorizedKey"
768 "https://api.arvados.org/auth/arvados",
769 "https://api.arvados.org/auth/arvados.readonly"
773 "id": "arvados.authorized_keys.list",
774 "path": "authorized_keys",
776 "description": "List AuthorizedKeys.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching AuthorizedKeys. For example:\n\n <pre>\n {\n \"kind\":\"arvados#authorizedKeyList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
798 "description": "Attributes of each object to return in the response.",
832 "description": "List objects on a remote federated cluster instead of the current one.",
836 "bypass_federation": {
839 "description": "bypass federation behavior, list items from local instance database only",
844 "$ref": "AuthorizedKeyList"
847 "https://api.arvados.org/auth/arvados",
848 "https://api.arvados.org/auth/arvados.readonly"
852 "id": "arvados.authorized_keys.create",
853 "path": "authorized_keys",
854 "httpMethod": "POST",
855 "description": "Create a new AuthorizedKey.",
859 "description": "Attributes of the new object to return in the response.",
863 "ensure_unique_name": {
865 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
872 "description": "Create object on a remote federated cluster instead of the current one.",
881 "$ref": "AuthorizedKey"
886 "$ref": "AuthorizedKey"
889 "https://api.arvados.org/auth/arvados"
893 "id": "arvados.authorized_keys.update",
894 "path": "authorized_keys/{uuid}",
896 "description": "Update attributes of an existing AuthorizedKey.",
900 "description": "The UUID of the AuthorizedKey in question.",
906 "description": "Attributes of the updated object to return in the response.",
915 "$ref": "AuthorizedKey"
920 "$ref": "AuthorizedKey"
923 "https://api.arvados.org/auth/arvados"
927 "id": "arvados.authorized_keys.delete",
928 "path": "authorized_keys/{uuid}",
929 "httpMethod": "DELETE",
930 "description": "Delete an existing AuthorizedKey.",
934 "description": "The UUID of the AuthorizedKey in question.",
940 "$ref": "AuthorizedKey"
943 "https://api.arvados.org/auth/arvados"
947 "id": "arvados.authorized_keys.list",
948 "path": "authorized_keys",
950 "description": "List AuthorizedKeys.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching AuthorizedKeys. For example:\n\n <pre>\n {\n \"kind\":\"arvados#authorizedKeyList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
972 "description": "Attributes of each object to return in the response.",
1006 "description": "List objects on a remote federated cluster instead of the current one.",
1007 "location": "query",
1010 "bypass_federation": {
1013 "description": "bypass federation behavior, list items from local instance database only",
1018 "$ref": "AuthorizedKeyList"
1021 "https://api.arvados.org/auth/arvados",
1022 "https://api.arvados.org/auth/arvados.readonly"
1026 "id": "arvados.authorized_keys.show",
1027 "path": "authorized_keys/{uuid}",
1028 "httpMethod": "GET",
1029 "description": "show authorized_keys",
1039 "description": "Attributes of the object to return in the response.",
1045 "$ref": "AuthorizedKey"
1048 "https://api.arvados.org/auth/arvados"
1052 "id": "arvados.authorized_keys.destroy",
1053 "path": "authorized_keys/{uuid}",
1054 "httpMethod": "DELETE",
1055 "description": "destroy authorized_keys",
1065 "$ref": "AuthorizedKey"
1068 "https://api.arvados.org/auth/arvados"
1076 "id": "arvados.collections.get",
1077 "path": "collections/{uuid}",
1078 "httpMethod": "GET",
1079 "description": "Gets a Collection's metadata by UUID.",
1083 "description": "The UUID of the Collection in question.",
1092 "$ref": "Collection"
1095 "https://api.arvados.org/auth/arvados",
1096 "https://api.arvados.org/auth/arvados.readonly"
1100 "id": "arvados.collections.list",
1101 "path": "collections",
1102 "httpMethod": "GET",
1103 "description": "List Collections.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Collections. For example:\n\n <pre>\n {\n \"kind\":\"arvados#collectionList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
1125 "description": "Attributes of each object to return in the response.",
1159 "description": "List objects on a remote federated cluster instead of the current one.",
1160 "location": "query",
1163 "bypass_federation": {
1166 "description": "bypass federation behavior, list items from local instance database only",
1173 "description": "Include collections whose is_trashed attribute is true.",
1176 "include_old_versions": {
1180 "description": "Include past collection versions.",
1185 "$ref": "CollectionList"
1188 "https://api.arvados.org/auth/arvados",
1189 "https://api.arvados.org/auth/arvados.readonly"
1193 "id": "arvados.collections.create",
1194 "path": "collections",
1195 "httpMethod": "POST",
1196 "description": "Create a new Collection.",
1200 "description": "Attributes of the new object to return in the response.",
1204 "ensure_unique_name": {
1206 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
1207 "location": "query",
1213 "description": "Create object on a remote federated cluster instead of the current one.",
1214 "location": "query",
1219 "description": "Files and directories to initialize/replace with content from other collections.",
1221 "location": "query",
1223 "additionalProperties": {
1232 "$ref": "Collection"
1237 "$ref": "Collection"
1240 "https://api.arvados.org/auth/arvados"
1244 "id": "arvados.collections.update",
1245 "path": "collections/{uuid}",
1246 "httpMethod": "PUT",
1247 "description": "Update attributes of an existing Collection.",
1251 "description": "The UUID of the Collection in question.",
1257 "description": "Attributes of the updated object to return in the response.",
1263 "description": "Files and directories to initialize/replace with content from other collections.",
1265 "location": "query",
1267 "additionalProperties": {
1276 "$ref": "Collection"
1281 "$ref": "Collection"
1284 "https://api.arvados.org/auth/arvados"
1288 "id": "arvados.collections.delete",
1289 "path": "collections/{uuid}",
1290 "httpMethod": "DELETE",
1291 "description": "Delete an existing Collection.",
1295 "description": "The UUID of the Collection in question.",
1301 "$ref": "Collection"
1304 "https://api.arvados.org/auth/arvados"
1308 "id": "arvados.collections.provenance",
1309 "path": "collections/{uuid}/provenance",
1310 "httpMethod": "GET",
1311 "description": "provenance collections",
1321 "$ref": "Collection"
1324 "https://api.arvados.org/auth/arvados"
1328 "id": "arvados.collections.used_by",
1329 "path": "collections/{uuid}/used_by",
1330 "httpMethod": "GET",
1331 "description": "used_by collections",
1341 "$ref": "Collection"
1344 "https://api.arvados.org/auth/arvados"
1348 "id": "arvados.collections.trash",
1349 "path": "collections/{uuid}/trash",
1350 "httpMethod": "POST",
1351 "description": "trash collections",
1361 "$ref": "Collection"
1364 "https://api.arvados.org/auth/arvados"
1368 "id": "arvados.collections.untrash",
1369 "path": "collections/{uuid}/untrash",
1370 "httpMethod": "POST",
1371 "description": "untrash collections",
1381 "$ref": "Collection"
1384 "https://api.arvados.org/auth/arvados"
1388 "id": "arvados.collections.list",
1389 "path": "collections",
1390 "httpMethod": "GET",
1391 "description": "List Collections.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Collections. For example:\n\n <pre>\n {\n \"kind\":\"arvados#collectionList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
1413 "description": "Attributes of each object to return in the response.",
1447 "description": "List objects on a remote federated cluster instead of the current one.",
1448 "location": "query",
1451 "bypass_federation": {
1454 "description": "bypass federation behavior, list items from local instance database only",
1461 "description": "Include collections whose is_trashed attribute is true.",
1464 "include_old_versions": {
1468 "description": "Include past collection versions.",
1473 "$ref": "CollectionList"
1476 "https://api.arvados.org/auth/arvados",
1477 "https://api.arvados.org/auth/arvados.readonly"
1481 "id": "arvados.collections.show",
1482 "path": "collections/{uuid}",
1483 "httpMethod": "GET",
1484 "description": "show collections",
1494 "description": "Attributes of the object to return in the response.",
1502 "description": "Show collection even if its is_trashed attribute is true.",
1505 "include_old_versions": {
1509 "description": "Include past collection versions.",
1514 "$ref": "Collection"
1517 "https://api.arvados.org/auth/arvados"
1521 "id": "arvados.collections.destroy",
1522 "path": "collections/{uuid}",
1523 "httpMethod": "DELETE",
1524 "description": "destroy collections",
1534 "$ref": "Collection"
1537 "https://api.arvados.org/auth/arvados"
1545 "id": "arvados.containers.get",
1546 "path": "containers/{uuid}",
1547 "httpMethod": "GET",
1548 "description": "Gets a Container's metadata by UUID.",
1552 "description": "The UUID of the Container in question.",
1564 "https://api.arvados.org/auth/arvados",
1565 "https://api.arvados.org/auth/arvados.readonly"
1569 "id": "arvados.containers.list",
1570 "path": "containers",
1571 "httpMethod": "GET",
1572 "description": "List Containers.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Containers. For example:\n\n <pre>\n {\n \"kind\":\"arvados#containerList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
1594 "description": "Attributes of each object to return in the response.",
1628 "description": "List objects on a remote federated cluster instead of the current one.",
1629 "location": "query",
1632 "bypass_federation": {
1635 "description": "bypass federation behavior, list items from local instance database only",
1640 "$ref": "ContainerList"
1643 "https://api.arvados.org/auth/arvados",
1644 "https://api.arvados.org/auth/arvados.readonly"
1648 "id": "arvados.containers.create",
1649 "path": "containers",
1650 "httpMethod": "POST",
1651 "description": "Create a new Container.",
1655 "description": "Attributes of the new object to return in the response.",
1659 "ensure_unique_name": {
1661 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
1662 "location": "query",
1668 "description": "Create object on a remote federated cluster instead of the current one.",
1669 "location": "query",
1685 "https://api.arvados.org/auth/arvados"
1689 "id": "arvados.containers.update",
1690 "path": "containers/{uuid}",
1691 "httpMethod": "PUT",
1692 "description": "Update attributes of an existing Container.",
1696 "description": "The UUID of the Container in question.",
1702 "description": "Attributes of the updated object to return in the response.",
1719 "https://api.arvados.org/auth/arvados"
1723 "id": "arvados.containers.delete",
1724 "path": "containers/{uuid}",
1725 "httpMethod": "DELETE",
1726 "description": "Delete an existing Container.",
1730 "description": "The UUID of the Container in question.",
1739 "https://api.arvados.org/auth/arvados"
1743 "id": "arvados.containers.auth",
1744 "path": "containers/{uuid}/auth",
1745 "httpMethod": "GET",
1746 "description": "auth containers",
1759 "https://api.arvados.org/auth/arvados"
1763 "id": "arvados.containers.lock",
1764 "path": "containers/{uuid}/lock",
1765 "httpMethod": "POST",
1766 "description": "lock containers",
1779 "https://api.arvados.org/auth/arvados"
1783 "id": "arvados.containers.unlock",
1784 "path": "containers/{uuid}/unlock",
1785 "httpMethod": "POST",
1786 "description": "unlock containers",
1799 "https://api.arvados.org/auth/arvados"
1802 "update_priority": {
1803 "id": "arvados.containers.update_priority",
1804 "path": "containers/{uuid}/update_priority",
1805 "httpMethod": "POST",
1806 "description": "update_priority containers",
1819 "https://api.arvados.org/auth/arvados"
1823 "id": "arvados.containers.secret_mounts",
1824 "path": "containers/{uuid}/secret_mounts",
1825 "httpMethod": "GET",
1826 "description": "secret_mounts containers",
1839 "https://api.arvados.org/auth/arvados"
1843 "id": "arvados.containers.current",
1844 "path": "containers/current",
1845 "httpMethod": "GET",
1846 "description": "current containers",
1852 "https://api.arvados.org/auth/arvados"
1856 "id": "arvados.containers.list",
1857 "path": "containers",
1858 "httpMethod": "GET",
1859 "description": "List Containers.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Containers. For example:\n\n <pre>\n {\n \"kind\":\"arvados#containerList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
1881 "description": "Attributes of each object to return in the response.",
1915 "description": "List objects on a remote federated cluster instead of the current one.",
1916 "location": "query",
1919 "bypass_federation": {
1922 "description": "bypass federation behavior, list items from local instance database only",
1927 "$ref": "ContainerList"
1930 "https://api.arvados.org/auth/arvados",
1931 "https://api.arvados.org/auth/arvados.readonly"
1935 "id": "arvados.containers.show",
1936 "path": "containers/{uuid}",
1937 "httpMethod": "GET",
1938 "description": "show containers",
1948 "description": "Attributes of the object to return in the response.",
1957 "https://api.arvados.org/auth/arvados"
1961 "id": "arvados.containers.destroy",
1962 "path": "containers/{uuid}",
1963 "httpMethod": "DELETE",
1964 "description": "destroy containers",
1977 "https://api.arvados.org/auth/arvados"
1982 "container_requests": {
1985 "id": "arvados.container_requests.get",
1986 "path": "container_requests/{uuid}",
1987 "httpMethod": "GET",
1988 "description": "Gets a ContainerRequest's metadata by UUID.",
1992 "description": "The UUID of the ContainerRequest in question.",
2001 "$ref": "ContainerRequest"
2004 "https://api.arvados.org/auth/arvados",
2005 "https://api.arvados.org/auth/arvados.readonly"
2009 "id": "arvados.container_requests.list",
2010 "path": "container_requests",
2011 "httpMethod": "GET",
2012 "description": "List ContainerRequests.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching ContainerRequests. For example:\n\n <pre>\n {\n \"kind\":\"arvados#containerRequestList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
2034 "description": "Attributes of each object to return in the response.",
2068 "description": "List objects on a remote federated cluster instead of the current one.",
2069 "location": "query",
2072 "bypass_federation": {
2075 "description": "bypass federation behavior, list items from local instance database only",
2082 "description": "Include container requests whose owner project is trashed.",
2087 "$ref": "ContainerRequestList"
2090 "https://api.arvados.org/auth/arvados",
2091 "https://api.arvados.org/auth/arvados.readonly"
2095 "id": "arvados.container_requests.create",
2096 "path": "container_requests",
2097 "httpMethod": "POST",
2098 "description": "Create a new ContainerRequest.",
2102 "description": "Attributes of the new object to return in the response.",
2106 "ensure_unique_name": {
2108 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
2109 "location": "query",
2115 "description": "Create object on a remote federated cluster instead of the current one.",
2116 "location": "query",
2123 "container_request": {
2124 "$ref": "ContainerRequest"
2129 "$ref": "ContainerRequest"
2132 "https://api.arvados.org/auth/arvados"
2136 "id": "arvados.container_requests.update",
2137 "path": "container_requests/{uuid}",
2138 "httpMethod": "PUT",
2139 "description": "Update attributes of an existing ContainerRequest.",
2143 "description": "The UUID of the ContainerRequest in question.",
2149 "description": "Attributes of the updated object to return in the response.",
2157 "container_request": {
2158 "$ref": "ContainerRequest"
2163 "$ref": "ContainerRequest"
2166 "https://api.arvados.org/auth/arvados"
2170 "id": "arvados.container_requests.delete",
2171 "path": "container_requests/{uuid}",
2172 "httpMethod": "DELETE",
2173 "description": "Delete an existing ContainerRequest.",
2177 "description": "The UUID of the ContainerRequest in question.",
2183 "$ref": "ContainerRequest"
2186 "https://api.arvados.org/auth/arvados"
2189 "container_status": {
2190 "id": "arvados.container_requests.container_status",
2191 "path": "container_requests/{uuid}/container_status",
2192 "httpMethod": "GET",
2193 "description": "container_status container_requests",
2198 "description": "The UUID of the ContainerRequest in question.",
2203 "$ref": "ContainerRequest"
2206 "https://api.arvados.org/auth/arvados"
2210 "id": "arvados.container_requests.list",
2211 "path": "container_requests",
2212 "httpMethod": "GET",
2213 "description": "List ContainerRequests.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching ContainerRequests. For example:\n\n <pre>\n {\n \"kind\":\"arvados#containerRequestList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
2235 "description": "Attributes of each object to return in the response.",
2269 "description": "List objects on a remote federated cluster instead of the current one.",
2270 "location": "query",
2273 "bypass_federation": {
2276 "description": "bypass federation behavior, list items from local instance database only",
2283 "description": "Include container requests whose owner project is trashed.",
2288 "$ref": "ContainerRequestList"
2291 "https://api.arvados.org/auth/arvados",
2292 "https://api.arvados.org/auth/arvados.readonly"
2296 "id": "arvados.container_requests.show",
2297 "path": "container_requests/{uuid}",
2298 "httpMethod": "GET",
2299 "description": "show container_requests",
2309 "description": "Attributes of the object to return in the response.",
2317 "description": "Show container request even if its owner project is trashed.",
2322 "$ref": "ContainerRequest"
2325 "https://api.arvados.org/auth/arvados"
2329 "id": "arvados.container_requests.destroy",
2330 "path": "container_requests/{uuid}",
2331 "httpMethod": "DELETE",
2332 "description": "destroy container_requests",
2342 "$ref": "ContainerRequest"
2345 "https://api.arvados.org/auth/arvados"
2353 "id": "arvados.groups.get",
2354 "path": "groups/{uuid}",
2355 "httpMethod": "GET",
2356 "description": "Gets a Group's metadata by UUID.",
2360 "description": "The UUID of the Group in question.",
2372 "https://api.arvados.org/auth/arvados",
2373 "https://api.arvados.org/auth/arvados.readonly"
2377 "id": "arvados.groups.list",
2379 "httpMethod": "GET",
2380 "description": "List Groups.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Groups. For example:\n\n <pre>\n {\n \"kind\":\"arvados#groupList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
2402 "description": "Attributes of each object to return in the response.",
2436 "description": "List objects on a remote federated cluster instead of the current one.",
2437 "location": "query",
2440 "bypass_federation": {
2443 "description": "bypass federation behavior, list items from local instance database only",
2450 "description": "Include items whose is_trashed attribute is true.",
2458 "https://api.arvados.org/auth/arvados",
2459 "https://api.arvados.org/auth/arvados.readonly"
2463 "id": "arvados.groups.create",
2465 "httpMethod": "POST",
2466 "description": "Create a new Group.",
2470 "description": "Attributes of the new object to return in the response.",
2474 "ensure_unique_name": {
2476 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
2477 "location": "query",
2483 "description": "Create object on a remote federated cluster instead of the current one.",
2484 "location": "query",
2490 "location": "query",
2492 "description": "defer permissions update"
2507 "https://api.arvados.org/auth/arvados"
2511 "id": "arvados.groups.update",
2512 "path": "groups/{uuid}",
2513 "httpMethod": "PUT",
2514 "description": "Update attributes of an existing Group.",
2518 "description": "The UUID of the Group in question.",
2524 "description": "Attributes of the updated object to return in the response.",
2531 "location": "query",
2533 "description": "defer permissions update"
2548 "https://api.arvados.org/auth/arvados"
2552 "id": "arvados.groups.delete",
2553 "path": "groups/{uuid}",
2554 "httpMethod": "DELETE",
2555 "description": "Delete an existing Group.",
2559 "description": "The UUID of the Group in question.",
2568 "https://api.arvados.org/auth/arvados"
2572 "id": "arvados.groups.contents",
2573 "path": "groups/contents",
2574 "httpMethod": "GET",
2575 "description": "contents groups",
2597 "description": "Attributes of each object to return in the response.",
2631 "description": "List objects on a remote federated cluster instead of the current one.",
2632 "location": "query",
2635 "bypass_federation": {
2638 "description": "bypass federation behavior, list items from local instance database only",
2645 "description": "Include items whose is_trashed attribute is true.",
2659 "description": "Include contents from child groups recursively.",
2665 "description": "Include objects referred to by listed field in \"included\" (only owner_uuid).",
2668 "include_old_versions": {
2672 "description": "Include past collection versions.",
2680 "https://api.arvados.org/auth/arvados"
2684 "id": "arvados.groups.shared",
2685 "path": "groups/shared",
2686 "httpMethod": "GET",
2687 "description": "shared groups",
2709 "description": "Attributes of each object to return in the response.",
2743 "description": "List objects on a remote federated cluster instead of the current one.",
2744 "location": "query",
2747 "bypass_federation": {
2750 "description": "bypass federation behavior, list items from local instance database only",
2757 "description": "Include items whose is_trashed attribute is true.",
2771 "https://api.arvados.org/auth/arvados"
2775 "id": "arvados.groups.trash",
2776 "path": "groups/{uuid}/trash",
2777 "httpMethod": "POST",
2778 "description": "trash groups",
2791 "https://api.arvados.org/auth/arvados"
2795 "id": "arvados.groups.untrash",
2796 "path": "groups/{uuid}/untrash",
2797 "httpMethod": "POST",
2798 "description": "untrash groups",
2811 "https://api.arvados.org/auth/arvados"
2815 "id": "arvados.groups.list",
2817 "httpMethod": "GET",
2818 "description": "List Groups.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Groups. For example:\n\n <pre>\n {\n \"kind\":\"arvados#groupList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
2840 "description": "Attributes of each object to return in the response.",
2874 "description": "List objects on a remote federated cluster instead of the current one.",
2875 "location": "query",
2878 "bypass_federation": {
2881 "description": "bypass federation behavior, list items from local instance database only",
2888 "description": "Include items whose is_trashed attribute is true.",
2896 "https://api.arvados.org/auth/arvados",
2897 "https://api.arvados.org/auth/arvados.readonly"
2901 "id": "arvados.groups.show",
2902 "path": "groups/{uuid}",
2903 "httpMethod": "GET",
2904 "description": "show groups",
2914 "description": "Attributes of the object to return in the response.",
2922 "description": "Show group/project even if its is_trashed attribute is true.",
2930 "https://api.arvados.org/auth/arvados"
2934 "id": "arvados.groups.destroy",
2935 "path": "groups/{uuid}",
2936 "httpMethod": "DELETE",
2937 "description": "destroy groups",
2950 "https://api.arvados.org/auth/arvados"
2958 "id": "arvados.humans.get",
2959 "path": "humans/{uuid}",
2960 "httpMethod": "GET",
2961 "description": "Gets a Human's metadata by UUID.",
2965 "description": "The UUID of the Human in question.",
2977 "https://api.arvados.org/auth/arvados",
2978 "https://api.arvados.org/auth/arvados.readonly"
2982 "id": "arvados.humans.list",
2984 "httpMethod": "GET",
2985 "description": "List Humans.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Humans. For example:\n\n <pre>\n {\n \"kind\":\"arvados#humanList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
3007 "description": "Attributes of each object to return in the response.",
3041 "description": "List objects on a remote federated cluster instead of the current one.",
3042 "location": "query",
3045 "bypass_federation": {
3048 "description": "bypass federation behavior, list items from local instance database only",
3056 "https://api.arvados.org/auth/arvados",
3057 "https://api.arvados.org/auth/arvados.readonly"
3061 "id": "arvados.humans.create",
3063 "httpMethod": "POST",
3064 "description": "Create a new Human.",
3068 "description": "Attributes of the new object to return in the response.",
3072 "ensure_unique_name": {
3074 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
3075 "location": "query",
3081 "description": "Create object on a remote federated cluster instead of the current one.",
3082 "location": "query",
3098 "https://api.arvados.org/auth/arvados"
3102 "id": "arvados.humans.update",
3103 "path": "humans/{uuid}",
3104 "httpMethod": "PUT",
3105 "description": "Update attributes of an existing Human.",
3109 "description": "The UUID of the Human in question.",
3115 "description": "Attributes of the updated object to return in the response.",
3132 "https://api.arvados.org/auth/arvados"
3136 "id": "arvados.humans.delete",
3137 "path": "humans/{uuid}",
3138 "httpMethod": "DELETE",
3139 "description": "Delete an existing Human.",
3143 "description": "The UUID of the Human in question.",
3152 "https://api.arvados.org/auth/arvados"
3156 "id": "arvados.humans.list",
3158 "httpMethod": "GET",
3159 "description": "List Humans.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Humans. For example:\n\n <pre>\n {\n \"kind\":\"arvados#humanList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
3181 "description": "Attributes of each object to return in the response.",
3215 "description": "List objects on a remote federated cluster instead of the current one.",
3216 "location": "query",
3219 "bypass_federation": {
3222 "description": "bypass federation behavior, list items from local instance database only",
3230 "https://api.arvados.org/auth/arvados",
3231 "https://api.arvados.org/auth/arvados.readonly"
3235 "id": "arvados.humans.show",
3236 "path": "humans/{uuid}",
3237 "httpMethod": "GET",
3238 "description": "show humans",
3248 "description": "Attributes of the object to return in the response.",
3257 "https://api.arvados.org/auth/arvados"
3261 "id": "arvados.humans.destroy",
3262 "path": "humans/{uuid}",
3263 "httpMethod": "DELETE",
3264 "description": "destroy humans",
3277 "https://api.arvados.org/auth/arvados"
3285 "id": "arvados.jobs.get",
3286 "path": "jobs/{uuid}",
3287 "httpMethod": "GET",
3288 "description": "Gets a Job's metadata by UUID.",
3292 "description": "The UUID of the Job in question.",
3304 "https://api.arvados.org/auth/arvados",
3305 "https://api.arvados.org/auth/arvados.readonly"
3309 "id": "arvados.jobs.list",
3311 "httpMethod": "GET",
3312 "description": "List Jobs.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Jobs. For example:\n\n <pre>\n {\n \"kind\":\"arvados#jobList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
3334 "description": "Attributes of each object to return in the response.",
3368 "description": "List objects on a remote federated cluster instead of the current one.",
3369 "location": "query",
3372 "bypass_federation": {
3375 "description": "bypass federation behavior, list items from local instance database only",
3383 "https://api.arvados.org/auth/arvados",
3384 "https://api.arvados.org/auth/arvados.readonly"
3388 "id": "arvados.jobs.create",
3390 "httpMethod": "POST",
3391 "description": "Create a new Job.",
3395 "description": "Attributes of the new object to return in the response.",
3399 "ensure_unique_name": {
3401 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
3402 "location": "query",
3408 "description": "Create object on a remote federated cluster instead of the current one.",
3409 "location": "query",
3425 "minimum_script_version": {
3431 "exclude_script_versions": {
3450 "https://api.arvados.org/auth/arvados"
3454 "id": "arvados.jobs.update",
3455 "path": "jobs/{uuid}",
3456 "httpMethod": "PUT",
3457 "description": "Update attributes of an existing Job.",
3461 "description": "The UUID of the Job in question.",
3467 "description": "Attributes of the updated object to return in the response.",
3484 "https://api.arvados.org/auth/arvados"
3488 "id": "arvados.jobs.delete",
3489 "path": "jobs/{uuid}",
3490 "httpMethod": "DELETE",
3491 "description": "Delete an existing Job.",
3495 "description": "The UUID of the Job in question.",
3504 "https://api.arvados.org/auth/arvados"
3508 "id": "arvados.jobs.queue",
3509 "path": "jobs/queue",
3510 "httpMethod": "GET",
3511 "description": "queue jobs",
3533 "description": "Attributes of each object to return in the response.",
3567 "description": "List objects on a remote federated cluster instead of the current one.",
3568 "location": "query",
3571 "bypass_federation": {
3574 "description": "bypass federation behavior, list items from local instance database only",
3582 "https://api.arvados.org/auth/arvados"
3586 "id": "arvados.jobs.queue_size",
3587 "path": "jobs/queue_size",
3588 "httpMethod": "GET",
3589 "description": "queue_size jobs",
3595 "https://api.arvados.org/auth/arvados"
3599 "id": "arvados.jobs.cancel",
3600 "path": "jobs/{uuid}/cancel",
3601 "httpMethod": "POST",
3602 "description": "cancel jobs",
3615 "https://api.arvados.org/auth/arvados"
3619 "id": "arvados.jobs.lock",
3620 "path": "jobs/{uuid}/lock",
3621 "httpMethod": "POST",
3622 "description": "lock jobs",
3635 "https://api.arvados.org/auth/arvados"
3639 "id": "arvados.jobs.list",
3641 "httpMethod": "GET",
3642 "description": "List Jobs.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Jobs. For example:\n\n <pre>\n {\n \"kind\":\"arvados#jobList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
3664 "description": "Attributes of each object to return in the response.",
3698 "description": "List objects on a remote federated cluster instead of the current one.",
3699 "location": "query",
3702 "bypass_federation": {
3705 "description": "bypass federation behavior, list items from local instance database only",
3713 "https://api.arvados.org/auth/arvados",
3714 "https://api.arvados.org/auth/arvados.readonly"
3718 "id": "arvados.jobs.show",
3719 "path": "jobs/{uuid}",
3720 "httpMethod": "GET",
3721 "description": "show jobs",
3731 "description": "Attributes of the object to return in the response.",
3740 "https://api.arvados.org/auth/arvados"
3744 "id": "arvados.jobs.destroy",
3745 "path": "jobs/{uuid}",
3746 "httpMethod": "DELETE",
3747 "description": "destroy jobs",
3760 "https://api.arvados.org/auth/arvados"
3768 "id": "arvados.job_tasks.get",
3769 "path": "job_tasks/{uuid}",
3770 "httpMethod": "GET",
3771 "description": "Gets a JobTask's metadata by UUID.",
3775 "description": "The UUID of the JobTask in question.",
3787 "https://api.arvados.org/auth/arvados",
3788 "https://api.arvados.org/auth/arvados.readonly"
3792 "id": "arvados.job_tasks.list",
3793 "path": "job_tasks",
3794 "httpMethod": "GET",
3795 "description": "List JobTasks.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching JobTasks. For example:\n\n <pre>\n {\n \"kind\":\"arvados#jobTaskList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
3817 "description": "Attributes of each object to return in the response.",
3851 "description": "List objects on a remote federated cluster instead of the current one.",
3852 "location": "query",
3855 "bypass_federation": {
3858 "description": "bypass federation behavior, list items from local instance database only",
3863 "$ref": "JobTaskList"
3866 "https://api.arvados.org/auth/arvados",
3867 "https://api.arvados.org/auth/arvados.readonly"
3871 "id": "arvados.job_tasks.create",
3872 "path": "job_tasks",
3873 "httpMethod": "POST",
3874 "description": "Create a new JobTask.",
3878 "description": "Attributes of the new object to return in the response.",
3882 "ensure_unique_name": {
3884 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
3885 "location": "query",
3891 "description": "Create object on a remote federated cluster instead of the current one.",
3892 "location": "query",
3908 "https://api.arvados.org/auth/arvados"
3912 "id": "arvados.job_tasks.update",
3913 "path": "job_tasks/{uuid}",
3914 "httpMethod": "PUT",
3915 "description": "Update attributes of an existing JobTask.",
3919 "description": "The UUID of the JobTask in question.",
3925 "description": "Attributes of the updated object to return in the response.",
3942 "https://api.arvados.org/auth/arvados"
3946 "id": "arvados.job_tasks.delete",
3947 "path": "job_tasks/{uuid}",
3948 "httpMethod": "DELETE",
3949 "description": "Delete an existing JobTask.",
3953 "description": "The UUID of the JobTask in question.",
3962 "https://api.arvados.org/auth/arvados"
3966 "id": "arvados.job_tasks.list",
3967 "path": "job_tasks",
3968 "httpMethod": "GET",
3969 "description": "List JobTasks.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching JobTasks. For example:\n\n <pre>\n {\n \"kind\":\"arvados#jobTaskList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
3991 "description": "Attributes of each object to return in the response.",
4025 "description": "List objects on a remote federated cluster instead of the current one.",
4026 "location": "query",
4029 "bypass_federation": {
4032 "description": "bypass federation behavior, list items from local instance database only",
4037 "$ref": "JobTaskList"
4040 "https://api.arvados.org/auth/arvados",
4041 "https://api.arvados.org/auth/arvados.readonly"
4045 "id": "arvados.job_tasks.show",
4046 "path": "job_tasks/{uuid}",
4047 "httpMethod": "GET",
4048 "description": "show job_tasks",
4058 "description": "Attributes of the object to return in the response.",
4067 "https://api.arvados.org/auth/arvados"
4071 "id": "arvados.job_tasks.destroy",
4072 "path": "job_tasks/{uuid}",
4073 "httpMethod": "DELETE",
4074 "description": "destroy job_tasks",
4087 "https://api.arvados.org/auth/arvados"
4095 "id": "arvados.keep_disks.get",
4096 "path": "keep_disks/{uuid}",
4097 "httpMethod": "GET",
4098 "description": "Gets a KeepDisk's metadata by UUID.",
4102 "description": "The UUID of the KeepDisk in question.",
4114 "https://api.arvados.org/auth/arvados",
4115 "https://api.arvados.org/auth/arvados.readonly"
4119 "id": "arvados.keep_disks.list",
4120 "path": "keep_disks",
4121 "httpMethod": "GET",
4122 "description": "List KeepDisks.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching KeepDisks. For example:\n\n <pre>\n {\n \"kind\":\"arvados#keepDiskList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
4144 "description": "Attributes of each object to return in the response.",
4178 "description": "List objects on a remote federated cluster instead of the current one.",
4179 "location": "query",
4182 "bypass_federation": {
4185 "description": "bypass federation behavior, list items from local instance database only",
4190 "$ref": "KeepDiskList"
4193 "https://api.arvados.org/auth/arvados",
4194 "https://api.arvados.org/auth/arvados.readonly"
4198 "id": "arvados.keep_disks.create",
4199 "path": "keep_disks",
4200 "httpMethod": "POST",
4201 "description": "Create a new KeepDisk.",
4205 "description": "Attributes of the new object to return in the response.",
4209 "ensure_unique_name": {
4211 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
4212 "location": "query",
4218 "description": "Create object on a remote federated cluster instead of the current one.",
4219 "location": "query",
4235 "https://api.arvados.org/auth/arvados"
4239 "id": "arvados.keep_disks.update",
4240 "path": "keep_disks/{uuid}",
4241 "httpMethod": "PUT",
4242 "description": "Update attributes of an existing KeepDisk.",
4246 "description": "The UUID of the KeepDisk in question.",
4252 "description": "Attributes of the updated object to return in the response.",
4269 "https://api.arvados.org/auth/arvados"
4273 "id": "arvados.keep_disks.delete",
4274 "path": "keep_disks/{uuid}",
4275 "httpMethod": "DELETE",
4276 "description": "Delete an existing KeepDisk.",
4280 "description": "The UUID of the KeepDisk in question.",
4289 "https://api.arvados.org/auth/arvados"
4293 "id": "arvados.keep_disks.ping",
4294 "path": "keep_disks/ping",
4295 "httpMethod": "POST",
4296 "description": "ping keep_disks",
4316 "filesystem_uuid": {
4334 "service_ssl_flag": {
4345 "https://api.arvados.org/auth/arvados"
4349 "id": "arvados.keep_disks.list",
4350 "path": "keep_disks",
4351 "httpMethod": "GET",
4352 "description": "List KeepDisks.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching KeepDisks. For example:\n\n <pre>\n {\n \"kind\":\"arvados#keepDiskList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
4374 "description": "Attributes of each object to return in the response.",
4408 "description": "List objects on a remote federated cluster instead of the current one.",
4409 "location": "query",
4412 "bypass_federation": {
4415 "description": "bypass federation behavior, list items from local instance database only",
4420 "$ref": "KeepDiskList"
4423 "https://api.arvados.org/auth/arvados",
4424 "https://api.arvados.org/auth/arvados.readonly"
4428 "id": "arvados.keep_disks.show",
4429 "path": "keep_disks/{uuid}",
4430 "httpMethod": "GET",
4431 "description": "show keep_disks",
4441 "description": "Attributes of the object to return in the response.",
4450 "https://api.arvados.org/auth/arvados"
4454 "id": "arvados.keep_disks.destroy",
4455 "path": "keep_disks/{uuid}",
4456 "httpMethod": "DELETE",
4457 "description": "destroy keep_disks",
4470 "https://api.arvados.org/auth/arvados"
4478 "id": "arvados.keep_services.get",
4479 "path": "keep_services/{uuid}",
4480 "httpMethod": "GET",
4481 "description": "Gets a KeepService's metadata by UUID.",
4485 "description": "The UUID of the KeepService in question.",
4494 "$ref": "KeepService"
4497 "https://api.arvados.org/auth/arvados",
4498 "https://api.arvados.org/auth/arvados.readonly"
4502 "id": "arvados.keep_services.list",
4503 "path": "keep_services",
4504 "httpMethod": "GET",
4505 "description": "List KeepServices.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching KeepServices. For example:\n\n <pre>\n {\n \"kind\":\"arvados#keepServiceList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
4527 "description": "Attributes of each object to return in the response.",
4561 "description": "List objects on a remote federated cluster instead of the current one.",
4562 "location": "query",
4565 "bypass_federation": {
4568 "description": "bypass federation behavior, list items from local instance database only",
4573 "$ref": "KeepServiceList"
4576 "https://api.arvados.org/auth/arvados",
4577 "https://api.arvados.org/auth/arvados.readonly"
4581 "id": "arvados.keep_services.create",
4582 "path": "keep_services",
4583 "httpMethod": "POST",
4584 "description": "Create a new KeepService.",
4588 "description": "Attributes of the new object to return in the response.",
4592 "ensure_unique_name": {
4594 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
4595 "location": "query",
4601 "description": "Create object on a remote federated cluster instead of the current one.",
4602 "location": "query",
4610 "$ref": "KeepService"
4615 "$ref": "KeepService"
4618 "https://api.arvados.org/auth/arvados"
4622 "id": "arvados.keep_services.update",
4623 "path": "keep_services/{uuid}",
4624 "httpMethod": "PUT",
4625 "description": "Update attributes of an existing KeepService.",
4629 "description": "The UUID of the KeepService in question.",
4635 "description": "Attributes of the updated object to return in the response.",
4644 "$ref": "KeepService"
4649 "$ref": "KeepService"
4652 "https://api.arvados.org/auth/arvados"
4656 "id": "arvados.keep_services.delete",
4657 "path": "keep_services/{uuid}",
4658 "httpMethod": "DELETE",
4659 "description": "Delete an existing KeepService.",
4663 "description": "The UUID of the KeepService in question.",
4669 "$ref": "KeepService"
4672 "https://api.arvados.org/auth/arvados"
4676 "id": "arvados.keep_services.accessible",
4677 "path": "keep_services/accessible",
4678 "httpMethod": "GET",
4679 "description": "accessible keep_services",
4682 "$ref": "KeepService"
4685 "https://api.arvados.org/auth/arvados"
4689 "id": "arvados.keep_services.list",
4690 "path": "keep_services",
4691 "httpMethod": "GET",
4692 "description": "List KeepServices.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching KeepServices. For example:\n\n <pre>\n {\n \"kind\":\"arvados#keepServiceList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
4714 "description": "Attributes of each object to return in the response.",
4748 "description": "List objects on a remote federated cluster instead of the current one.",
4749 "location": "query",
4752 "bypass_federation": {
4755 "description": "bypass federation behavior, list items from local instance database only",
4760 "$ref": "KeepServiceList"
4763 "https://api.arvados.org/auth/arvados",
4764 "https://api.arvados.org/auth/arvados.readonly"
4768 "id": "arvados.keep_services.show",
4769 "path": "keep_services/{uuid}",
4770 "httpMethod": "GET",
4771 "description": "show keep_services",
4781 "description": "Attributes of the object to return in the response.",
4787 "$ref": "KeepService"
4790 "https://api.arvados.org/auth/arvados"
4794 "id": "arvados.keep_services.destroy",
4795 "path": "keep_services/{uuid}",
4796 "httpMethod": "DELETE",
4797 "description": "destroy keep_services",
4807 "$ref": "KeepService"
4810 "https://api.arvados.org/auth/arvados"
4818 "id": "arvados.links.get",
4819 "path": "links/{uuid}",
4820 "httpMethod": "GET",
4821 "description": "Gets a Link's metadata by UUID.",
4825 "description": "The UUID of the Link in question.",
4837 "https://api.arvados.org/auth/arvados",
4838 "https://api.arvados.org/auth/arvados.readonly"
4842 "id": "arvados.links.list",
4844 "httpMethod": "GET",
4845 "description": "List Links.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Links. For example:\n\n <pre>\n {\n \"kind\":\"arvados#linkList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
4867 "description": "Attributes of each object to return in the response.",
4901 "description": "List objects on a remote federated cluster instead of the current one.",
4902 "location": "query",
4905 "bypass_federation": {
4908 "description": "bypass federation behavior, list items from local instance database only",
4916 "https://api.arvados.org/auth/arvados",
4917 "https://api.arvados.org/auth/arvados.readonly"
4921 "id": "arvados.links.create",
4923 "httpMethod": "POST",
4924 "description": "Create a new Link.",
4928 "description": "Attributes of the new object to return in the response.",
4932 "ensure_unique_name": {
4934 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
4935 "location": "query",
4941 "description": "Create object on a remote federated cluster instead of the current one.",
4942 "location": "query",
4958 "https://api.arvados.org/auth/arvados"
4962 "id": "arvados.links.update",
4963 "path": "links/{uuid}",
4964 "httpMethod": "PUT",
4965 "description": "Update attributes of an existing Link.",
4969 "description": "The UUID of the Link in question.",
4975 "description": "Attributes of the updated object to return in the response.",
4992 "https://api.arvados.org/auth/arvados"
4996 "id": "arvados.links.delete",
4997 "path": "links/{uuid}",
4998 "httpMethod": "DELETE",
4999 "description": "Delete an existing Link.",
5003 "description": "The UUID of the Link in question.",
5012 "https://api.arvados.org/auth/arvados"
5016 "id": "arvados.links.list",
5018 "httpMethod": "GET",
5019 "description": "List Links.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Links. For example:\n\n <pre>\n {\n \"kind\":\"arvados#linkList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
5041 "description": "Attributes of each object to return in the response.",
5075 "description": "List objects on a remote federated cluster instead of the current one.",
5076 "location": "query",
5079 "bypass_federation": {
5082 "description": "bypass federation behavior, list items from local instance database only",
5090 "https://api.arvados.org/auth/arvados",
5091 "https://api.arvados.org/auth/arvados.readonly"
5095 "id": "arvados.links.show",
5096 "path": "links/{uuid}",
5097 "httpMethod": "GET",
5098 "description": "show links",
5108 "description": "Attributes of the object to return in the response.",
5117 "https://api.arvados.org/auth/arvados"
5121 "id": "arvados.links.destroy",
5122 "path": "links/{uuid}",
5123 "httpMethod": "DELETE",
5124 "description": "destroy links",
5137 "https://api.arvados.org/auth/arvados"
5140 "get_permissions": {
5141 "id": "arvados.links.get_permissions",
5142 "path": "permissions/{uuid}",
5143 "httpMethod": "GET",
5144 "description": "get_permissions links",
5157 "https://api.arvados.org/auth/arvados"
5165 "id": "arvados.logs.get",
5166 "path": "logs/{uuid}",
5167 "httpMethod": "GET",
5168 "description": "Gets a Log's metadata by UUID.",
5172 "description": "The UUID of the Log in question.",
5184 "https://api.arvados.org/auth/arvados",
5185 "https://api.arvados.org/auth/arvados.readonly"
5189 "id": "arvados.logs.list",
5191 "httpMethod": "GET",
5192 "description": "List Logs.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Logs. For example:\n\n <pre>\n {\n \"kind\":\"arvados#logList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
5214 "description": "Attributes of each object to return in the response.",
5248 "description": "List objects on a remote federated cluster instead of the current one.",
5249 "location": "query",
5252 "bypass_federation": {
5255 "description": "bypass federation behavior, list items from local instance database only",
5263 "https://api.arvados.org/auth/arvados",
5264 "https://api.arvados.org/auth/arvados.readonly"
5268 "id": "arvados.logs.create",
5270 "httpMethod": "POST",
5271 "description": "Create a new Log.",
5275 "description": "Attributes of the new object to return in the response.",
5279 "ensure_unique_name": {
5281 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
5282 "location": "query",
5288 "description": "Create object on a remote federated cluster instead of the current one.",
5289 "location": "query",
5305 "https://api.arvados.org/auth/arvados"
5309 "id": "arvados.logs.update",
5310 "path": "logs/{uuid}",
5311 "httpMethod": "PUT",
5312 "description": "Update attributes of an existing Log.",
5316 "description": "The UUID of the Log in question.",
5322 "description": "Attributes of the updated object to return in the response.",
5339 "https://api.arvados.org/auth/arvados"
5343 "id": "arvados.logs.delete",
5344 "path": "logs/{uuid}",
5345 "httpMethod": "DELETE",
5346 "description": "Delete an existing Log.",
5350 "description": "The UUID of the Log in question.",
5359 "https://api.arvados.org/auth/arvados"
5363 "id": "arvados.logs.list",
5365 "httpMethod": "GET",
5366 "description": "List Logs.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Logs. For example:\n\n <pre>\n {\n \"kind\":\"arvados#logList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
5388 "description": "Attributes of each object to return in the response.",
5422 "description": "List objects on a remote federated cluster instead of the current one.",
5423 "location": "query",
5426 "bypass_federation": {
5429 "description": "bypass federation behavior, list items from local instance database only",
5437 "https://api.arvados.org/auth/arvados",
5438 "https://api.arvados.org/auth/arvados.readonly"
5442 "id": "arvados.logs.show",
5443 "path": "logs/{uuid}",
5444 "httpMethod": "GET",
5445 "description": "show logs",
5455 "description": "Attributes of the object to return in the response.",
5464 "https://api.arvados.org/auth/arvados"
5468 "id": "arvados.logs.destroy",
5469 "path": "logs/{uuid}",
5470 "httpMethod": "DELETE",
5471 "description": "destroy logs",
5484 "https://api.arvados.org/auth/arvados"
5492 "id": "arvados.nodes.get",
5493 "path": "nodes/{uuid}",
5494 "httpMethod": "GET",
5495 "description": "Gets a Node's metadata by UUID.",
5499 "description": "The UUID of the Node in question.",
5511 "https://api.arvados.org/auth/arvados",
5512 "https://api.arvados.org/auth/arvados.readonly"
5516 "id": "arvados.nodes.list",
5518 "httpMethod": "GET",
5519 "description": "List Nodes.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Nodes. For example:\n\n <pre>\n {\n \"kind\":\"arvados#nodeList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
5541 "description": "Attributes of each object to return in the response.",
5575 "description": "List objects on a remote federated cluster instead of the current one.",
5576 "location": "query",
5579 "bypass_federation": {
5582 "description": "bypass federation behavior, list items from local instance database only",
5590 "https://api.arvados.org/auth/arvados",
5591 "https://api.arvados.org/auth/arvados.readonly"
5595 "id": "arvados.nodes.create",
5597 "httpMethod": "POST",
5598 "description": "Create a new Node.",
5602 "description": "Attributes of the new object to return in the response.",
5606 "ensure_unique_name": {
5608 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
5609 "location": "query",
5615 "description": "Create object on a remote federated cluster instead of the current one.",
5616 "location": "query",
5622 "description": "assign slot and hostname",
5638 "https://api.arvados.org/auth/arvados"
5642 "id": "arvados.nodes.update",
5643 "path": "nodes/{uuid}",
5644 "httpMethod": "PUT",
5645 "description": "Update attributes of an existing Node.",
5649 "description": "The UUID of the Node in question.",
5655 "description": "Attributes of the updated object to return in the response.",
5662 "description": "assign slot and hostname",
5678 "https://api.arvados.org/auth/arvados"
5682 "id": "arvados.nodes.delete",
5683 "path": "nodes/{uuid}",
5684 "httpMethod": "DELETE",
5685 "description": "Delete an existing Node.",
5689 "description": "The UUID of the Node in question.",
5698 "https://api.arvados.org/auth/arvados"
5702 "id": "arvados.nodes.ping",
5703 "path": "nodes/{uuid}/ping",
5704 "httpMethod": "POST",
5705 "description": "ping nodes",
5724 "https://api.arvados.org/auth/arvados"
5728 "id": "arvados.nodes.list",
5730 "httpMethod": "GET",
5731 "description": "List Nodes.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Nodes. For example:\n\n <pre>\n {\n \"kind\":\"arvados#nodeList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
5753 "description": "Attributes of each object to return in the response.",
5787 "description": "List objects on a remote federated cluster instead of the current one.",
5788 "location": "query",
5791 "bypass_federation": {
5794 "description": "bypass federation behavior, list items from local instance database only",
5802 "https://api.arvados.org/auth/arvados",
5803 "https://api.arvados.org/auth/arvados.readonly"
5807 "id": "arvados.nodes.show",
5808 "path": "nodes/{uuid}",
5809 "httpMethod": "GET",
5810 "description": "show nodes",
5820 "description": "Attributes of the object to return in the response.",
5829 "https://api.arvados.org/auth/arvados"
5833 "id": "arvados.nodes.destroy",
5834 "path": "nodes/{uuid}",
5835 "httpMethod": "DELETE",
5836 "description": "destroy nodes",
5849 "https://api.arvados.org/auth/arvados"
5854 "pipeline_instances": {
5857 "id": "arvados.pipeline_instances.get",
5858 "path": "pipeline_instances/{uuid}",
5859 "httpMethod": "GET",
5860 "description": "Gets a PipelineInstance's metadata by UUID.",
5864 "description": "The UUID of the PipelineInstance in question.",
5873 "$ref": "PipelineInstance"
5876 "https://api.arvados.org/auth/arvados",
5877 "https://api.arvados.org/auth/arvados.readonly"
5881 "id": "arvados.pipeline_instances.list",
5882 "path": "pipeline_instances",
5883 "httpMethod": "GET",
5884 "description": "List PipelineInstances.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching PipelineInstances. For example:\n\n <pre>\n {\n \"kind\":\"arvados#pipelineInstanceList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
5906 "description": "Attributes of each object to return in the response.",
5940 "description": "List objects on a remote federated cluster instead of the current one.",
5941 "location": "query",
5944 "bypass_federation": {
5947 "description": "bypass federation behavior, list items from local instance database only",
5952 "$ref": "PipelineInstanceList"
5955 "https://api.arvados.org/auth/arvados",
5956 "https://api.arvados.org/auth/arvados.readonly"
5960 "id": "arvados.pipeline_instances.create",
5961 "path": "pipeline_instances",
5962 "httpMethod": "POST",
5963 "description": "Create a new PipelineInstance.",
5967 "description": "Attributes of the new object to return in the response.",
5971 "ensure_unique_name": {
5973 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
5974 "location": "query",
5980 "description": "Create object on a remote federated cluster instead of the current one.",
5981 "location": "query",
5988 "pipeline_instance": {
5989 "$ref": "PipelineInstance"
5994 "$ref": "PipelineInstance"
5997 "https://api.arvados.org/auth/arvados"
6001 "id": "arvados.pipeline_instances.update",
6002 "path": "pipeline_instances/{uuid}",
6003 "httpMethod": "PUT",
6004 "description": "Update attributes of an existing PipelineInstance.",
6008 "description": "The UUID of the PipelineInstance in question.",
6014 "description": "Attributes of the updated object to return in the response.",
6022 "pipeline_instance": {
6023 "$ref": "PipelineInstance"
6028 "$ref": "PipelineInstance"
6031 "https://api.arvados.org/auth/arvados"
6035 "id": "arvados.pipeline_instances.delete",
6036 "path": "pipeline_instances/{uuid}",
6037 "httpMethod": "DELETE",
6038 "description": "Delete an existing PipelineInstance.",
6042 "description": "The UUID of the PipelineInstance in question.",
6048 "$ref": "PipelineInstance"
6051 "https://api.arvados.org/auth/arvados"
6055 "id": "arvados.pipeline_instances.cancel",
6056 "path": "pipeline_instances/{uuid}/cancel",
6057 "httpMethod": "POST",
6058 "description": "cancel pipeline_instances",
6068 "$ref": "PipelineInstance"
6071 "https://api.arvados.org/auth/arvados"
6075 "id": "arvados.pipeline_instances.list",
6076 "path": "pipeline_instances",
6077 "httpMethod": "GET",
6078 "description": "List PipelineInstances.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching PipelineInstances. For example:\n\n <pre>\n {\n \"kind\":\"arvados#pipelineInstanceList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
6100 "description": "Attributes of each object to return in the response.",
6134 "description": "List objects on a remote federated cluster instead of the current one.",
6135 "location": "query",
6138 "bypass_federation": {
6141 "description": "bypass federation behavior, list items from local instance database only",
6146 "$ref": "PipelineInstanceList"
6149 "https://api.arvados.org/auth/arvados",
6150 "https://api.arvados.org/auth/arvados.readonly"
6154 "id": "arvados.pipeline_instances.show",
6155 "path": "pipeline_instances/{uuid}",
6156 "httpMethod": "GET",
6157 "description": "show pipeline_instances",
6167 "description": "Attributes of the object to return in the response.",
6173 "$ref": "PipelineInstance"
6176 "https://api.arvados.org/auth/arvados"
6180 "id": "arvados.pipeline_instances.destroy",
6181 "path": "pipeline_instances/{uuid}",
6182 "httpMethod": "DELETE",
6183 "description": "destroy pipeline_instances",
6193 "$ref": "PipelineInstance"
6196 "https://api.arvados.org/auth/arvados"
6201 "pipeline_templates": {
6204 "id": "arvados.pipeline_templates.get",
6205 "path": "pipeline_templates/{uuid}",
6206 "httpMethod": "GET",
6207 "description": "Gets a PipelineTemplate's metadata by UUID.",
6211 "description": "The UUID of the PipelineTemplate in question.",
6220 "$ref": "PipelineTemplate"
6223 "https://api.arvados.org/auth/arvados",
6224 "https://api.arvados.org/auth/arvados.readonly"
6228 "id": "arvados.pipeline_templates.list",
6229 "path": "pipeline_templates",
6230 "httpMethod": "GET",
6231 "description": "List PipelineTemplates.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching PipelineTemplates. For example:\n\n <pre>\n {\n \"kind\":\"arvados#pipelineTemplateList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
6253 "description": "Attributes of each object to return in the response.",
6287 "description": "List objects on a remote federated cluster instead of the current one.",
6288 "location": "query",
6291 "bypass_federation": {
6294 "description": "bypass federation behavior, list items from local instance database only",
6299 "$ref": "PipelineTemplateList"
6302 "https://api.arvados.org/auth/arvados",
6303 "https://api.arvados.org/auth/arvados.readonly"
6307 "id": "arvados.pipeline_templates.create",
6308 "path": "pipeline_templates",
6309 "httpMethod": "POST",
6310 "description": "Create a new PipelineTemplate.",
6314 "description": "Attributes of the new object to return in the response.",
6318 "ensure_unique_name": {
6320 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
6321 "location": "query",
6327 "description": "Create object on a remote federated cluster instead of the current one.",
6328 "location": "query",
6335 "pipeline_template": {
6336 "$ref": "PipelineTemplate"
6341 "$ref": "PipelineTemplate"
6344 "https://api.arvados.org/auth/arvados"
6348 "id": "arvados.pipeline_templates.update",
6349 "path": "pipeline_templates/{uuid}",
6350 "httpMethod": "PUT",
6351 "description": "Update attributes of an existing PipelineTemplate.",
6355 "description": "The UUID of the PipelineTemplate in question.",
6361 "description": "Attributes of the updated object to return in the response.",
6369 "pipeline_template": {
6370 "$ref": "PipelineTemplate"
6375 "$ref": "PipelineTemplate"
6378 "https://api.arvados.org/auth/arvados"
6382 "id": "arvados.pipeline_templates.delete",
6383 "path": "pipeline_templates/{uuid}",
6384 "httpMethod": "DELETE",
6385 "description": "Delete an existing PipelineTemplate.",
6389 "description": "The UUID of the PipelineTemplate in question.",
6395 "$ref": "PipelineTemplate"
6398 "https://api.arvados.org/auth/arvados"
6402 "id": "arvados.pipeline_templates.list",
6403 "path": "pipeline_templates",
6404 "httpMethod": "GET",
6405 "description": "List PipelineTemplates.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching PipelineTemplates. For example:\n\n <pre>\n {\n \"kind\":\"arvados#pipelineTemplateList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
6427 "description": "Attributes of each object to return in the response.",
6461 "description": "List objects on a remote federated cluster instead of the current one.",
6462 "location": "query",
6465 "bypass_federation": {
6468 "description": "bypass federation behavior, list items from local instance database only",
6473 "$ref": "PipelineTemplateList"
6476 "https://api.arvados.org/auth/arvados",
6477 "https://api.arvados.org/auth/arvados.readonly"
6481 "id": "arvados.pipeline_templates.show",
6482 "path": "pipeline_templates/{uuid}",
6483 "httpMethod": "GET",
6484 "description": "show pipeline_templates",
6494 "description": "Attributes of the object to return in the response.",
6500 "$ref": "PipelineTemplate"
6503 "https://api.arvados.org/auth/arvados"
6507 "id": "arvados.pipeline_templates.destroy",
6508 "path": "pipeline_templates/{uuid}",
6509 "httpMethod": "DELETE",
6510 "description": "destroy pipeline_templates",
6520 "$ref": "PipelineTemplate"
6523 "https://api.arvados.org/auth/arvados"
6531 "id": "arvados.repositories.get",
6532 "path": "repositories/{uuid}",
6533 "httpMethod": "GET",
6534 "description": "Gets a Repository's metadata by UUID.",
6538 "description": "The UUID of the Repository in question.",
6547 "$ref": "Repository"
6550 "https://api.arvados.org/auth/arvados",
6551 "https://api.arvados.org/auth/arvados.readonly"
6555 "id": "arvados.repositories.list",
6556 "path": "repositories",
6557 "httpMethod": "GET",
6558 "description": "List Repositories.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Repositories. For example:\n\n <pre>\n {\n \"kind\":\"arvados#repositoryList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
6580 "description": "Attributes of each object to return in the response.",
6614 "description": "List objects on a remote federated cluster instead of the current one.",
6615 "location": "query",
6618 "bypass_federation": {
6621 "description": "bypass federation behavior, list items from local instance database only",
6626 "$ref": "RepositoryList"
6629 "https://api.arvados.org/auth/arvados",
6630 "https://api.arvados.org/auth/arvados.readonly"
6634 "id": "arvados.repositories.create",
6635 "path": "repositories",
6636 "httpMethod": "POST",
6637 "description": "Create a new Repository.",
6641 "description": "Attributes of the new object to return in the response.",
6645 "ensure_unique_name": {
6647 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
6648 "location": "query",
6654 "description": "Create object on a remote federated cluster instead of the current one.",
6655 "location": "query",
6663 "$ref": "Repository"
6668 "$ref": "Repository"
6671 "https://api.arvados.org/auth/arvados"
6675 "id": "arvados.repositories.update",
6676 "path": "repositories/{uuid}",
6677 "httpMethod": "PUT",
6678 "description": "Update attributes of an existing Repository.",
6682 "description": "The UUID of the Repository in question.",
6688 "description": "Attributes of the updated object to return in the response.",
6697 "$ref": "Repository"
6702 "$ref": "Repository"
6705 "https://api.arvados.org/auth/arvados"
6709 "id": "arvados.repositories.delete",
6710 "path": "repositories/{uuid}",
6711 "httpMethod": "DELETE",
6712 "description": "Delete an existing Repository.",
6716 "description": "The UUID of the Repository in question.",
6722 "$ref": "Repository"
6725 "https://api.arvados.org/auth/arvados"
6728 "get_all_permissions": {
6729 "id": "arvados.repositories.get_all_permissions",
6730 "path": "repositories/get_all_permissions",
6731 "httpMethod": "GET",
6732 "description": "get_all_permissions repositories",
6735 "$ref": "Repository"
6738 "https://api.arvados.org/auth/arvados"
6742 "id": "arvados.repositories.list",
6743 "path": "repositories",
6744 "httpMethod": "GET",
6745 "description": "List Repositories.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Repositories. For example:\n\n <pre>\n {\n \"kind\":\"arvados#repositoryList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
6767 "description": "Attributes of each object to return in the response.",
6801 "description": "List objects on a remote federated cluster instead of the current one.",
6802 "location": "query",
6805 "bypass_federation": {
6808 "description": "bypass federation behavior, list items from local instance database only",
6813 "$ref": "RepositoryList"
6816 "https://api.arvados.org/auth/arvados",
6817 "https://api.arvados.org/auth/arvados.readonly"
6821 "id": "arvados.repositories.show",
6822 "path": "repositories/{uuid}",
6823 "httpMethod": "GET",
6824 "description": "show repositories",
6834 "description": "Attributes of the object to return in the response.",
6840 "$ref": "Repository"
6843 "https://api.arvados.org/auth/arvados"
6847 "id": "arvados.repositories.destroy",
6848 "path": "repositories/{uuid}",
6849 "httpMethod": "DELETE",
6850 "description": "destroy repositories",
6860 "$ref": "Repository"
6863 "https://api.arvados.org/auth/arvados"
6871 "id": "arvados.specimens.get",
6872 "path": "specimens/{uuid}",
6873 "httpMethod": "GET",
6874 "description": "Gets a Specimen's metadata by UUID.",
6878 "description": "The UUID of the Specimen in question.",
6890 "https://api.arvados.org/auth/arvados",
6891 "https://api.arvados.org/auth/arvados.readonly"
6895 "id": "arvados.specimens.list",
6896 "path": "specimens",
6897 "httpMethod": "GET",
6898 "description": "List Specimens.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Specimens. For example:\n\n <pre>\n {\n \"kind\":\"arvados#specimenList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
6920 "description": "Attributes of each object to return in the response.",
6954 "description": "List objects on a remote federated cluster instead of the current one.",
6955 "location": "query",
6958 "bypass_federation": {
6961 "description": "bypass federation behavior, list items from local instance database only",
6966 "$ref": "SpecimenList"
6969 "https://api.arvados.org/auth/arvados",
6970 "https://api.arvados.org/auth/arvados.readonly"
6974 "id": "arvados.specimens.create",
6975 "path": "specimens",
6976 "httpMethod": "POST",
6977 "description": "Create a new Specimen.",
6981 "description": "Attributes of the new object to return in the response.",
6985 "ensure_unique_name": {
6987 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
6988 "location": "query",
6994 "description": "Create object on a remote federated cluster instead of the current one.",
6995 "location": "query",
7011 "https://api.arvados.org/auth/arvados"
7015 "id": "arvados.specimens.update",
7016 "path": "specimens/{uuid}",
7017 "httpMethod": "PUT",
7018 "description": "Update attributes of an existing Specimen.",
7022 "description": "The UUID of the Specimen in question.",
7028 "description": "Attributes of the updated object to return in the response.",
7045 "https://api.arvados.org/auth/arvados"
7049 "id": "arvados.specimens.delete",
7050 "path": "specimens/{uuid}",
7051 "httpMethod": "DELETE",
7052 "description": "Delete an existing Specimen.",
7056 "description": "The UUID of the Specimen in question.",
7065 "https://api.arvados.org/auth/arvados"
7069 "id": "arvados.specimens.list",
7070 "path": "specimens",
7071 "httpMethod": "GET",
7072 "description": "List Specimens.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Specimens. For example:\n\n <pre>\n {\n \"kind\":\"arvados#specimenList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
7094 "description": "Attributes of each object to return in the response.",
7128 "description": "List objects on a remote federated cluster instead of the current one.",
7129 "location": "query",
7132 "bypass_federation": {
7135 "description": "bypass federation behavior, list items from local instance database only",
7140 "$ref": "SpecimenList"
7143 "https://api.arvados.org/auth/arvados",
7144 "https://api.arvados.org/auth/arvados.readonly"
7148 "id": "arvados.specimens.show",
7149 "path": "specimens/{uuid}",
7150 "httpMethod": "GET",
7151 "description": "show specimens",
7161 "description": "Attributes of the object to return in the response.",
7170 "https://api.arvados.org/auth/arvados"
7174 "id": "arvados.specimens.destroy",
7175 "path": "specimens/{uuid}",
7176 "httpMethod": "DELETE",
7177 "description": "destroy specimens",
7190 "https://api.arvados.org/auth/arvados"
7198 "id": "arvados.traits.get",
7199 "path": "traits/{uuid}",
7200 "httpMethod": "GET",
7201 "description": "Gets a Trait's metadata by UUID.",
7205 "description": "The UUID of the Trait in question.",
7217 "https://api.arvados.org/auth/arvados",
7218 "https://api.arvados.org/auth/arvados.readonly"
7222 "id": "arvados.traits.list",
7224 "httpMethod": "GET",
7225 "description": "List Traits.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Traits. For example:\n\n <pre>\n {\n \"kind\":\"arvados#traitList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
7247 "description": "Attributes of each object to return in the response.",
7281 "description": "List objects on a remote federated cluster instead of the current one.",
7282 "location": "query",
7285 "bypass_federation": {
7288 "description": "bypass federation behavior, list items from local instance database only",
7296 "https://api.arvados.org/auth/arvados",
7297 "https://api.arvados.org/auth/arvados.readonly"
7301 "id": "arvados.traits.create",
7303 "httpMethod": "POST",
7304 "description": "Create a new Trait.",
7308 "description": "Attributes of the new object to return in the response.",
7312 "ensure_unique_name": {
7314 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
7315 "location": "query",
7321 "description": "Create object on a remote federated cluster instead of the current one.",
7322 "location": "query",
7338 "https://api.arvados.org/auth/arvados"
7342 "id": "arvados.traits.update",
7343 "path": "traits/{uuid}",
7344 "httpMethod": "PUT",
7345 "description": "Update attributes of an existing Trait.",
7349 "description": "The UUID of the Trait in question.",
7355 "description": "Attributes of the updated object to return in the response.",
7372 "https://api.arvados.org/auth/arvados"
7376 "id": "arvados.traits.delete",
7377 "path": "traits/{uuid}",
7378 "httpMethod": "DELETE",
7379 "description": "Delete an existing Trait.",
7383 "description": "The UUID of the Trait in question.",
7392 "https://api.arvados.org/auth/arvados"
7396 "id": "arvados.traits.list",
7398 "httpMethod": "GET",
7399 "description": "List Traits.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Traits. For example:\n\n <pre>\n {\n \"kind\":\"arvados#traitList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
7421 "description": "Attributes of each object to return in the response.",
7455 "description": "List objects on a remote federated cluster instead of the current one.",
7456 "location": "query",
7459 "bypass_federation": {
7462 "description": "bypass federation behavior, list items from local instance database only",
7470 "https://api.arvados.org/auth/arvados",
7471 "https://api.arvados.org/auth/arvados.readonly"
7475 "id": "arvados.traits.show",
7476 "path": "traits/{uuid}",
7477 "httpMethod": "GET",
7478 "description": "show traits",
7488 "description": "Attributes of the object to return in the response.",
7497 "https://api.arvados.org/auth/arvados"
7501 "id": "arvados.traits.destroy",
7502 "path": "traits/{uuid}",
7503 "httpMethod": "DELETE",
7504 "description": "destroy traits",
7517 "https://api.arvados.org/auth/arvados"
7525 "id": "arvados.users.get",
7526 "path": "users/{uuid}",
7527 "httpMethod": "GET",
7528 "description": "Gets a User's metadata by UUID.",
7532 "description": "The UUID of the User in question.",
7544 "https://api.arvados.org/auth/arvados",
7545 "https://api.arvados.org/auth/arvados.readonly"
7549 "id": "arvados.users.list",
7551 "httpMethod": "GET",
7552 "description": "List Users.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Users. For example:\n\n <pre>\n {\n \"kind\":\"arvados#userList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
7574 "description": "Attributes of each object to return in the response.",
7608 "description": "List objects on a remote federated cluster instead of the current one.",
7609 "location": "query",
7612 "bypass_federation": {
7615 "description": "bypass federation behavior, list items from local instance database only",
7623 "https://api.arvados.org/auth/arvados",
7624 "https://api.arvados.org/auth/arvados.readonly"
7628 "id": "arvados.users.create",
7630 "httpMethod": "POST",
7631 "description": "Create a new User.",
7635 "description": "Attributes of the new object to return in the response.",
7639 "ensure_unique_name": {
7641 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
7642 "location": "query",
7648 "description": "Create object on a remote federated cluster instead of the current one.",
7649 "location": "query",
7665 "https://api.arvados.org/auth/arvados"
7669 "id": "arvados.users.update",
7670 "path": "users/{uuid}",
7671 "httpMethod": "PUT",
7672 "description": "Update attributes of an existing User.",
7676 "description": "The UUID of the User in question.",
7682 "description": "Attributes of the updated object to return in the response.",
7686 "bypass_federation": {
7706 "https://api.arvados.org/auth/arvados"
7710 "id": "arvados.users.delete",
7711 "path": "users/{uuid}",
7712 "httpMethod": "DELETE",
7713 "description": "Delete an existing User.",
7717 "description": "The UUID of the User in question.",
7726 "https://api.arvados.org/auth/arvados"
7730 "id": "arvados.users.current",
7731 "path": "users/current",
7732 "httpMethod": "GET",
7733 "description": "current users",
7739 "https://api.arvados.org/auth/arvados"
7743 "id": "arvados.users.system",
7744 "path": "users/system",
7745 "httpMethod": "GET",
7746 "description": "system users",
7752 "https://api.arvados.org/auth/arvados"
7756 "id": "arvados.users.activate",
7757 "path": "users/{uuid}/activate",
7758 "httpMethod": "POST",
7759 "description": "activate users",
7772 "https://api.arvados.org/auth/arvados"
7776 "id": "arvados.users.setup",
7777 "path": "users/setup",
7778 "httpMethod": "POST",
7779 "description": "setup users",
7805 "send_notification_email": {
7817 "https://api.arvados.org/auth/arvados"
7821 "id": "arvados.users.unsetup",
7822 "path": "users/{uuid}/unsetup",
7823 "httpMethod": "POST",
7824 "description": "unsetup users",
7837 "https://api.arvados.org/auth/arvados"
7841 "id": "arvados.users.merge",
7842 "path": "users/merge",
7843 "httpMethod": "POST",
7844 "description": "merge users",
7858 "redirect_to_new_user": {
7882 "https://api.arvados.org/auth/arvados"
7886 "id": "arvados.users.list",
7888 "httpMethod": "GET",
7889 "description": "List Users.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Users. For example:\n\n <pre>\n {\n \"kind\":\"arvados#userList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
7911 "description": "Attributes of each object to return in the response.",
7945 "description": "List objects on a remote federated cluster instead of the current one.",
7946 "location": "query",
7949 "bypass_federation": {
7952 "description": "bypass federation behavior, list items from local instance database only",
7960 "https://api.arvados.org/auth/arvados",
7961 "https://api.arvados.org/auth/arvados.readonly"
7965 "id": "arvados.users.show",
7966 "path": "users/{uuid}",
7967 "httpMethod": "GET",
7968 "description": "show users",
7978 "description": "Attributes of the object to return in the response.",
7987 "https://api.arvados.org/auth/arvados"
7991 "id": "arvados.users.destroy",
7992 "path": "users/{uuid}",
7993 "httpMethod": "DELETE",
7994 "description": "destroy users",
8007 "https://api.arvados.org/auth/arvados"
8012 "user_agreements": {
8015 "id": "arvados.user_agreements.get",
8016 "path": "user_agreements/{uuid}",
8017 "httpMethod": "GET",
8018 "description": "Gets a UserAgreement's metadata by UUID.",
8022 "description": "The UUID of the UserAgreement in question.",
8031 "$ref": "UserAgreement"
8034 "https://api.arvados.org/auth/arvados",
8035 "https://api.arvados.org/auth/arvados.readonly"
8039 "id": "arvados.user_agreements.list",
8040 "path": "user_agreements",
8041 "httpMethod": "GET",
8042 "description": "List UserAgreements.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching UserAgreements. For example:\n\n <pre>\n {\n \"kind\":\"arvados#userAgreementList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
8064 "description": "Attributes of each object to return in the response.",
8098 "description": "List objects on a remote federated cluster instead of the current one.",
8099 "location": "query",
8102 "bypass_federation": {
8105 "description": "bypass federation behavior, list items from local instance database only",
8110 "$ref": "UserAgreementList"
8113 "https://api.arvados.org/auth/arvados",
8114 "https://api.arvados.org/auth/arvados.readonly"
8118 "id": "arvados.user_agreements.create",
8119 "path": "user_agreements",
8120 "httpMethod": "POST",
8121 "description": "Create a new UserAgreement.",
8125 "description": "Attributes of the new object to return in the response.",
8129 "ensure_unique_name": {
8131 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
8132 "location": "query",
8138 "description": "Create object on a remote federated cluster instead of the current one.",
8139 "location": "query",
8147 "$ref": "UserAgreement"
8152 "$ref": "UserAgreement"
8155 "https://api.arvados.org/auth/arvados"
8159 "id": "arvados.user_agreements.update",
8160 "path": "user_agreements/{uuid}",
8161 "httpMethod": "PUT",
8162 "description": "Update attributes of an existing UserAgreement.",
8166 "description": "The UUID of the UserAgreement in question.",
8172 "description": "Attributes of the updated object to return in the response.",
8181 "$ref": "UserAgreement"
8186 "$ref": "UserAgreement"
8189 "https://api.arvados.org/auth/arvados"
8193 "id": "arvados.user_agreements.delete",
8194 "path": "user_agreements/{uuid}",
8195 "httpMethod": "DELETE",
8196 "description": "Delete an existing UserAgreement.",
8200 "description": "The UUID of the UserAgreement in question.",
8206 "$ref": "UserAgreement"
8209 "https://api.arvados.org/auth/arvados"
8213 "id": "arvados.user_agreements.signatures",
8214 "path": "user_agreements/signatures",
8215 "httpMethod": "GET",
8216 "description": "signatures user_agreements",
8219 "$ref": "UserAgreement"
8222 "https://api.arvados.org/auth/arvados"
8226 "id": "arvados.user_agreements.sign",
8227 "path": "user_agreements/sign",
8228 "httpMethod": "POST",
8229 "description": "sign user_agreements",
8232 "$ref": "UserAgreement"
8235 "https://api.arvados.org/auth/arvados"
8239 "id": "arvados.user_agreements.list",
8240 "path": "user_agreements",
8241 "httpMethod": "GET",
8242 "description": "List UserAgreements.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching UserAgreements. For example:\n\n <pre>\n {\n \"kind\":\"arvados#userAgreementList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
8264 "description": "Attributes of each object to return in the response.",
8298 "description": "List objects on a remote federated cluster instead of the current one.",
8299 "location": "query",
8302 "bypass_federation": {
8305 "description": "bypass federation behavior, list items from local instance database only",
8310 "$ref": "UserAgreementList"
8313 "https://api.arvados.org/auth/arvados",
8314 "https://api.arvados.org/auth/arvados.readonly"
8318 "id": "arvados.user_agreements.new",
8319 "path": "user_agreements/new",
8320 "httpMethod": "GET",
8321 "description": "new user_agreements",
8324 "$ref": "UserAgreement"
8327 "https://api.arvados.org/auth/arvados"
8331 "id": "arvados.user_agreements.show",
8332 "path": "user_agreements/{uuid}",
8333 "httpMethod": "GET",
8334 "description": "show user_agreements",
8344 "description": "Attributes of the object to return in the response.",
8350 "$ref": "UserAgreement"
8353 "https://api.arvados.org/auth/arvados"
8357 "id": "arvados.user_agreements.destroy",
8358 "path": "user_agreements/{uuid}",
8359 "httpMethod": "DELETE",
8360 "description": "destroy user_agreements",
8370 "$ref": "UserAgreement"
8373 "https://api.arvados.org/auth/arvados"
8378 "virtual_machines": {
8381 "id": "arvados.virtual_machines.get",
8382 "path": "virtual_machines/{uuid}",
8383 "httpMethod": "GET",
8384 "description": "Gets a VirtualMachine's metadata by UUID.",
8388 "description": "The UUID of the VirtualMachine in question.",
8397 "$ref": "VirtualMachine"
8400 "https://api.arvados.org/auth/arvados",
8401 "https://api.arvados.org/auth/arvados.readonly"
8405 "id": "arvados.virtual_machines.list",
8406 "path": "virtual_machines",
8407 "httpMethod": "GET",
8408 "description": "List VirtualMachines.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching VirtualMachines. For example:\n\n <pre>\n {\n \"kind\":\"arvados#virtualMachineList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
8430 "description": "Attributes of each object to return in the response.",
8464 "description": "List objects on a remote federated cluster instead of the current one.",
8465 "location": "query",
8468 "bypass_federation": {
8471 "description": "bypass federation behavior, list items from local instance database only",
8476 "$ref": "VirtualMachineList"
8479 "https://api.arvados.org/auth/arvados",
8480 "https://api.arvados.org/auth/arvados.readonly"
8484 "id": "arvados.virtual_machines.create",
8485 "path": "virtual_machines",
8486 "httpMethod": "POST",
8487 "description": "Create a new VirtualMachine.",
8491 "description": "Attributes of the new object to return in the response.",
8495 "ensure_unique_name": {
8497 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
8498 "location": "query",
8504 "description": "Create object on a remote federated cluster instead of the current one.",
8505 "location": "query",
8512 "virtual_machine": {
8513 "$ref": "VirtualMachine"
8518 "$ref": "VirtualMachine"
8521 "https://api.arvados.org/auth/arvados"
8525 "id": "arvados.virtual_machines.update",
8526 "path": "virtual_machines/{uuid}",
8527 "httpMethod": "PUT",
8528 "description": "Update attributes of an existing VirtualMachine.",
8532 "description": "The UUID of the VirtualMachine in question.",
8538 "description": "Attributes of the updated object to return in the response.",
8546 "virtual_machine": {
8547 "$ref": "VirtualMachine"
8552 "$ref": "VirtualMachine"
8555 "https://api.arvados.org/auth/arvados"
8559 "id": "arvados.virtual_machines.delete",
8560 "path": "virtual_machines/{uuid}",
8561 "httpMethod": "DELETE",
8562 "description": "Delete an existing VirtualMachine.",
8566 "description": "The UUID of the VirtualMachine in question.",
8572 "$ref": "VirtualMachine"
8575 "https://api.arvados.org/auth/arvados"
8579 "id": "arvados.virtual_machines.logins",
8580 "path": "virtual_machines/{uuid}/logins",
8581 "httpMethod": "GET",
8582 "description": "logins virtual_machines",
8592 "$ref": "VirtualMachine"
8595 "https://api.arvados.org/auth/arvados"
8599 "id": "arvados.virtual_machines.get_all_logins",
8600 "path": "virtual_machines/get_all_logins",
8601 "httpMethod": "GET",
8602 "description": "get_all_logins virtual_machines",
8605 "$ref": "VirtualMachine"
8608 "https://api.arvados.org/auth/arvados"
8612 "id": "arvados.virtual_machines.list",
8613 "path": "virtual_machines",
8614 "httpMethod": "GET",
8615 "description": "List VirtualMachines.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching VirtualMachines. For example:\n\n <pre>\n {\n \"kind\":\"arvados#virtualMachineList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
8637 "description": "Attributes of each object to return in the response.",
8671 "description": "List objects on a remote federated cluster instead of the current one.",
8672 "location": "query",
8675 "bypass_federation": {
8678 "description": "bypass federation behavior, list items from local instance database only",
8683 "$ref": "VirtualMachineList"
8686 "https://api.arvados.org/auth/arvados",
8687 "https://api.arvados.org/auth/arvados.readonly"
8691 "id": "arvados.virtual_machines.show",
8692 "path": "virtual_machines/{uuid}",
8693 "httpMethod": "GET",
8694 "description": "show virtual_machines",
8704 "description": "Attributes of the object to return in the response.",
8710 "$ref": "VirtualMachine"
8713 "https://api.arvados.org/auth/arvados"
8717 "id": "arvados.virtual_machines.destroy",
8718 "path": "virtual_machines/{uuid}",
8719 "httpMethod": "DELETE",
8720 "description": "destroy virtual_machines",
8730 "$ref": "VirtualMachine"
8733 "https://api.arvados.org/auth/arvados"
8741 "id": "arvados.workflows.get",
8742 "path": "workflows/{uuid}",
8743 "httpMethod": "GET",
8744 "description": "Gets a Workflow's metadata by UUID.",
8748 "description": "The UUID of the Workflow in question.",
8760 "https://api.arvados.org/auth/arvados",
8761 "https://api.arvados.org/auth/arvados.readonly"
8765 "id": "arvados.workflows.list",
8766 "path": "workflows",
8767 "httpMethod": "GET",
8768 "description": "List Workflows.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Workflows. For example:\n\n <pre>\n {\n \"kind\":\"arvados#workflowList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
8790 "description": "Attributes of each object to return in the response.",
8824 "description": "List objects on a remote federated cluster instead of the current one.",
8825 "location": "query",
8828 "bypass_federation": {
8831 "description": "bypass federation behavior, list items from local instance database only",
8836 "$ref": "WorkflowList"
8839 "https://api.arvados.org/auth/arvados",
8840 "https://api.arvados.org/auth/arvados.readonly"
8844 "id": "arvados.workflows.create",
8845 "path": "workflows",
8846 "httpMethod": "POST",
8847 "description": "Create a new Workflow.",
8851 "description": "Attributes of the new object to return in the response.",
8855 "ensure_unique_name": {
8857 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
8858 "location": "query",
8864 "description": "Create object on a remote federated cluster instead of the current one.",
8865 "location": "query",
8881 "https://api.arvados.org/auth/arvados"
8885 "id": "arvados.workflows.update",
8886 "path": "workflows/{uuid}",
8887 "httpMethod": "PUT",
8888 "description": "Update attributes of an existing Workflow.",
8892 "description": "The UUID of the Workflow in question.",
8898 "description": "Attributes of the updated object to return in the response.",
8915 "https://api.arvados.org/auth/arvados"
8919 "id": "arvados.workflows.delete",
8920 "path": "workflows/{uuid}",
8921 "httpMethod": "DELETE",
8922 "description": "Delete an existing Workflow.",
8926 "description": "The UUID of the Workflow in question.",
8935 "https://api.arvados.org/auth/arvados"
8939 "id": "arvados.workflows.list",
8940 "path": "workflows",
8941 "httpMethod": "GET",
8942 "description": "List Workflows.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Workflows. For example:\n\n <pre>\n {\n \"kind\":\"arvados#workflowList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
8964 "description": "Attributes of each object to return in the response.",
8998 "description": "List objects on a remote federated cluster instead of the current one.",
8999 "location": "query",
9002 "bypass_federation": {
9005 "description": "bypass federation behavior, list items from local instance database only",
9010 "$ref": "WorkflowList"
9013 "https://api.arvados.org/auth/arvados",
9014 "https://api.arvados.org/auth/arvados.readonly"
9018 "id": "arvados.workflows.show",
9019 "path": "workflows/{uuid}",
9020 "httpMethod": "GET",
9021 "description": "show workflows",
9031 "description": "Attributes of the object to return in the response.",
9040 "https://api.arvados.org/auth/arvados"
9044 "id": "arvados.workflows.destroy",
9045 "path": "workflows/{uuid}",
9046 "httpMethod": "DELETE",
9047 "description": "destroy workflows",
9060 "https://api.arvados.org/auth/arvados"
9068 "id": "arvados.configs.get",
9070 "httpMethod": "GET",
9071 "description": "Get public config",
9073 "parameterOrder": [],
9076 "https://api.arvados.org/auth/arvados",
9077 "https://api.arvados.org/auth/arvados.readonly"
9085 "id": "arvados.vocabularies.get",
9086 "path": "vocabulary",
9087 "httpMethod": "GET",
9088 "description": "Get vocabulary definition",
9090 "parameterOrder": [],
9093 "https://api.arvados.org/auth/arvados",
9094 "https://api.arvados.org/auth/arvados.readonly"
9102 "id": "arvados.sys.trash_sweep",
9103 "path": "sys/trash_sweep",
9104 "httpMethod": "POST",
9105 "description": "apply scheduled trash and delete operations",
9107 "parameterOrder": [],
9110 "https://api.arvados.org/auth/arvados",
9111 "https://api.arvados.org/auth/arvados.readonly"
9117 "revision": "20231117",
9120 "id": "ApiClientList",
9121 "description": "ApiClient list",
9126 "description": "Object type. Always arvados#apiClientList.",
9127 "default": "arvados#apiClientList"
9131 "description": "List version."
9135 "description": "The list of ApiClients.",
9142 "description": "A link to the next page of ApiClients."
9144 "next_page_token": {
9146 "description": "The page token for the next page of ApiClients."
9150 "description": "A link back to this list."
9156 "description": "ApiClient",
9158 "uuidPrefix": "ozdt8",
9165 "description": "Object version."
9170 "modified_by_client_uuid": {
9173 "modified_by_user_uuid": {
9193 "ApiClientAuthorizationList": {
9194 "id": "ApiClientAuthorizationList",
9195 "description": "ApiClientAuthorization list",
9200 "description": "Object type. Always arvados#apiClientAuthorizationList.",
9201 "default": "arvados#apiClientAuthorizationList"
9205 "description": "List version."
9209 "description": "The list of ApiClientAuthorizations.",
9211 "$ref": "ApiClientAuthorization"
9216 "description": "A link to the next page of ApiClientAuthorizations."
9218 "next_page_token": {
9220 "description": "The page token for the next page of ApiClientAuthorizations."
9224 "description": "A link back to this list."
9228 "ApiClientAuthorization": {
9229 "id": "ApiClientAuthorization",
9230 "description": "ApiClientAuthorization",
9232 "uuidPrefix": "gj3su",
9239 "description": "Object version."
9250 "created_by_ip_address": {
9253 "last_used_by_ip_address": {
9265 "default_owner_uuid": {
9273 "AuthorizedKeyList": {
9274 "id": "AuthorizedKeyList",
9275 "description": "AuthorizedKey list",
9280 "description": "Object type. Always arvados#authorizedKeyList.",
9281 "default": "arvados#authorizedKeyList"
9285 "description": "List version."
9289 "description": "The list of AuthorizedKeys.",
9291 "$ref": "AuthorizedKey"
9296 "description": "A link to the next page of AuthorizedKeys."
9298 "next_page_token": {
9300 "description": "The page token for the next page of AuthorizedKeys."
9304 "description": "A link back to this list."
9309 "id": "AuthorizedKey",
9310 "description": "AuthorizedKey",
9312 "uuidPrefix": "fngyi",
9319 "description": "Object version."
9324 "modified_by_client_uuid": {
9327 "modified_by_user_uuid": {
9339 "authorized_user_uuid": {
9354 "id": "CollectionList",
9355 "description": "Collection list",
9360 "description": "Object type. Always arvados#collectionList.",
9361 "default": "arvados#collectionList"
9365 "description": "List version."
9369 "description": "The list of Collections.",
9371 "$ref": "Collection"
9376 "description": "A link to the next page of Collections."
9378 "next_page_token": {
9380 "description": "The page token for the next page of Collections."
9384 "description": "A link back to this list."
9390 "description": "Collection",
9392 "uuidPrefix": "4zz18",
9399 "description": "Object version."
9407 "modified_by_client_uuid": {
9410 "modified_by_user_uuid": {
9416 "portable_data_hash": {
9419 "replication_desired": {
9422 "replication_confirmed_at": {
9425 "replication_confirmed": {
9449 "storage_classes_desired": {
9452 "storage_classes_confirmed": {
9455 "storage_classes_confirmed_at": {
9458 "current_version_uuid": {
9464 "preserve_version": {
9470 "file_size_total": {
9476 "id": "ContainerList",
9477 "description": "Container list",
9482 "description": "Object type. Always arvados#containerList.",
9483 "default": "arvados#containerList"
9487 "description": "List version."
9491 "description": "The list of Containers.",
9498 "description": "A link to the next page of Containers."
9500 "next_page_token": {
9502 "description": "The page token for the next page of Containers."
9506 "description": "A link back to this list."
9512 "description": "Container",
9514 "uuidPrefix": "dz642",
9521 "description": "Object version."
9532 "modified_by_client_uuid": {
9535 "modified_by_user_uuid": {
9565 "runtime_constraints": {
9571 "container_image": {
9589 "scheduling_parameters": {
9595 "runtime_user_uuid": {
9598 "runtime_auth_scopes": {
9604 "gateway_address": {
9607 "interactive_session_started": {
9610 "output_storage_classes": {
9613 "output_properties": {
9619 "subrequests_cost": {
9624 "ContainerRequestList": {
9625 "id": "ContainerRequestList",
9626 "description": "ContainerRequest list",
9631 "description": "Object type. Always arvados#containerRequestList.",
9632 "default": "arvados#containerRequestList"
9636 "description": "List version."
9640 "description": "The list of ContainerRequests.",
9642 "$ref": "ContainerRequest"
9647 "description": "A link to the next page of ContainerRequests."
9649 "next_page_token": {
9651 "description": "The page token for the next page of ContainerRequests."
9655 "description": "A link back to this list."
9659 "ContainerRequest": {
9660 "id": "ContainerRequest",
9661 "description": "ContainerRequest",
9663 "uuidPrefix": "xvhdp",
9670 "description": "Object version."
9681 "modified_by_client_uuid": {
9684 "modified_by_user_uuid": {
9699 "requesting_container_uuid": {
9705 "container_count_max": {
9711 "runtime_constraints": {
9714 "container_image": {
9738 "container_count": {
9744 "scheduling_parameters": {
9759 "output_storage_classes": {
9762 "output_properties": {
9765 "cumulative_cost": {
9772 "description": "Group list",
9777 "description": "Object type. Always arvados#groupList.",
9778 "default": "arvados#groupList"
9782 "description": "List version."
9786 "description": "The list of Groups.",
9793 "description": "A link to the next page of Groups."
9795 "next_page_token": {
9797 "description": "The page token for the next page of Groups."
9801 "description": "A link back to this list."
9807 "description": "Group",
9809 "uuidPrefix": "j7d0g",
9816 "description": "Object version."
9824 "modified_by_client_uuid": {
9827 "modified_by_user_uuid": {
9861 "description": "Human list",
9866 "description": "Object type. Always arvados#humanList.",
9867 "default": "arvados#humanList"
9871 "description": "List version."
9875 "description": "The list of Humans.",
9882 "description": "A link to the next page of Humans."
9884 "next_page_token": {
9886 "description": "The page token for the next page of Humans."
9890 "description": "A link back to this list."
9896 "description": "Human",
9898 "uuidPrefix": "7a9it",
9905 "description": "Object version."
9910 "modified_by_client_uuid": {
9913 "modified_by_user_uuid": {
9929 "description": "Job list",
9934 "description": "Object type. Always arvados#jobList.",
9935 "default": "arvados#jobList"
9939 "description": "List version."
9943 "description": "The list of Jobs.",
9950 "description": "A link to the next page of Jobs."
9952 "next_page_token": {
9954 "description": "The page token for the next page of Jobs."
9958 "description": "A link back to this list."
9964 "description": "Job",
9966 "uuidPrefix": "8i9sb",
9973 "description": "Object version."
9978 "modified_by_client_uuid": {
9981 "modified_by_user_uuid": {
9996 "script_parameters": {
9999 "cancelled_by_client_uuid": {
10002 "cancelled_by_user_uuid": {
10026 "is_locked_by_uuid": {
10035 "runtime_constraints": {
10038 "nondeterministic": {
10044 "supplied_script_version": {
10047 "docker_image_locator": {
10059 "arvados_sdk_version": {
10068 "id": "JobTaskList",
10069 "description": "JobTask list",
10074 "description": "Object type. Always arvados#jobTaskList.",
10075 "default": "arvados#jobTaskList"
10079 "description": "List version."
10083 "description": "The list of JobTasks.",
10090 "description": "A link to the next page of JobTasks."
10092 "next_page_token": {
10094 "description": "The page token for the next page of JobTasks."
10098 "description": "A link back to this list."
10104 "description": "JobTask",
10106 "uuidPrefix": "ot0gb",
10113 "description": "Object version."
10118 "modified_by_client_uuid": {
10121 "modified_by_user_uuid": {
10148 "created_by_job_task_uuid": {
10163 "id": "KeepDiskList",
10164 "description": "KeepDisk list",
10169 "description": "Object type. Always arvados#keepDiskList.",
10170 "default": "arvados#keepDiskList"
10174 "description": "List version."
10178 "description": "The list of KeepDisks.",
10185 "description": "A link to the next page of KeepDisks."
10187 "next_page_token": {
10189 "description": "The page token for the next page of KeepDisks."
10193 "description": "A link back to this list."
10199 "description": "KeepDisk",
10201 "uuidPrefix": "penuu",
10208 "description": "Object version."
10213 "modified_by_client_uuid": {
10216 "modified_by_user_uuid": {
10225 "filesystem_uuid": {
10252 "keep_service_uuid": {
10257 "KeepServiceList": {
10258 "id": "KeepServiceList",
10259 "description": "KeepService list",
10264 "description": "Object type. Always arvados#keepServiceList.",
10265 "default": "arvados#keepServiceList"
10269 "description": "List version."
10273 "description": "The list of KeepServices.",
10275 "$ref": "KeepService"
10280 "description": "A link to the next page of KeepServices."
10282 "next_page_token": {
10284 "description": "The page token for the next page of KeepServices."
10288 "description": "A link back to this list."
10293 "id": "KeepService",
10294 "description": "KeepService",
10296 "uuidPrefix": "bi6l4",
10303 "description": "Object version."
10308 "modified_by_client_uuid": {
10311 "modified_by_user_uuid": {
10323 "service_ssl_flag": {
10339 "description": "Link list",
10344 "description": "Object type. Always arvados#linkList.",
10345 "default": "arvados#linkList"
10349 "description": "List version."
10353 "description": "The list of Links.",
10360 "description": "A link to the next page of Links."
10362 "next_page_token": {
10364 "description": "The page token for the next page of Links."
10368 "description": "A link back to this list."
10374 "description": "Link",
10376 "uuidPrefix": "o0j2j",
10383 "description": "Object version."
10391 "modified_by_client_uuid": {
10394 "modified_by_user_uuid": {
10419 "description": "Log list",
10424 "description": "Object type. Always arvados#logList.",
10425 "default": "arvados#logList"
10429 "description": "List version."
10433 "description": "The list of Logs.",
10440 "description": "A link to the next page of Logs."
10442 "next_page_token": {
10444 "description": "The page token for the next page of Logs."
10448 "description": "A link back to this list."
10454 "description": "Log",
10456 "uuidPrefix": "57u5n",
10463 "description": "Object version."
10471 "modified_by_client_uuid": {
10474 "modified_by_user_uuid": {
10498 "object_owner_uuid": {
10505 "description": "Node list",
10510 "description": "Object type. Always arvados#nodeList.",
10511 "default": "arvados#nodeList"
10515 "description": "List version."
10519 "description": "The list of Nodes.",
10526 "description": "A link to the next page of Nodes."
10528 "next_page_token": {
10530 "description": "The page token for the next page of Nodes."
10534 "description": "A link back to this list."
10540 "description": "Node",
10542 "uuidPrefix": "7ekkf",
10549 "description": "Object version."
10557 "modified_by_client_uuid": {
10560 "modified_by_user_uuid": {
10589 "PipelineInstanceList": {
10590 "id": "PipelineInstanceList",
10591 "description": "PipelineInstance list",
10596 "description": "Object type. Always arvados#pipelineInstanceList.",
10597 "default": "arvados#pipelineInstanceList"
10601 "description": "List version."
10605 "description": "The list of PipelineInstances.",
10607 "$ref": "PipelineInstance"
10612 "description": "A link to the next page of PipelineInstances."
10614 "next_page_token": {
10616 "description": "The page token for the next page of PipelineInstances."
10620 "description": "A link back to this list."
10624 "PipelineInstance": {
10625 "id": "PipelineInstance",
10626 "description": "PipelineInstance",
10628 "uuidPrefix": "d1hrv",
10635 "description": "Object version."
10643 "modified_by_client_uuid": {
10646 "modified_by_user_uuid": {
10652 "pipeline_template_uuid": {
10667 "components_summary": {
10681 "PipelineTemplateList": {
10682 "id": "PipelineTemplateList",
10683 "description": "PipelineTemplate list",
10688 "description": "Object type. Always arvados#pipelineTemplateList.",
10689 "default": "arvados#pipelineTemplateList"
10693 "description": "List version."
10697 "description": "The list of PipelineTemplates.",
10699 "$ref": "PipelineTemplate"
10704 "description": "A link to the next page of PipelineTemplates."
10706 "next_page_token": {
10708 "description": "The page token for the next page of PipelineTemplates."
10712 "description": "A link back to this list."
10716 "PipelineTemplate": {
10717 "id": "PipelineTemplate",
10718 "description": "PipelineTemplate",
10720 "uuidPrefix": "p5p6p",
10727 "description": "Object version."
10735 "modified_by_client_uuid": {
10738 "modified_by_user_uuid": {
10755 "RepositoryList": {
10756 "id": "RepositoryList",
10757 "description": "Repository list",
10762 "description": "Object type. Always arvados#repositoryList.",
10763 "default": "arvados#repositoryList"
10767 "description": "List version."
10771 "description": "The list of Repositories.",
10773 "$ref": "Repository"
10778 "description": "A link to the next page of Repositories."
10780 "next_page_token": {
10782 "description": "The page token for the next page of Repositories."
10786 "description": "A link back to this list."
10791 "id": "Repository",
10792 "description": "Repository",
10794 "uuidPrefix": "s0uqq",
10801 "description": "Object version."
10806 "modified_by_client_uuid": {
10809 "modified_by_user_uuid": {
10824 "id": "SpecimenList",
10825 "description": "Specimen list",
10830 "description": "Object type. Always arvados#specimenList.",
10831 "default": "arvados#specimenList"
10835 "description": "List version."
10839 "description": "The list of Specimens.",
10846 "description": "A link to the next page of Specimens."
10848 "next_page_token": {
10850 "description": "The page token for the next page of Specimens."
10854 "description": "A link back to this list."
10860 "description": "Specimen",
10862 "uuidPrefix": "j58dm",
10869 "description": "Object version."
10877 "modified_by_client_uuid": {
10880 "modified_by_user_uuid": {
10896 "description": "Trait list",
10901 "description": "Object type. Always arvados#traitList.",
10902 "default": "arvados#traitList"
10906 "description": "List version."
10910 "description": "The list of Traits.",
10917 "description": "A link to the next page of Traits."
10919 "next_page_token": {
10921 "description": "The page token for the next page of Traits."
10925 "description": "A link back to this list."
10931 "description": "Trait",
10933 "uuidPrefix": "q1cn2",
10940 "description": "Object version."
10945 "modified_by_client_uuid": {
10948 "modified_by_user_uuid": {
10967 "description": "User list",
10972 "description": "Object type. Always arvados#userList.",
10973 "default": "arvados#userList"
10977 "description": "List version."
10981 "description": "The list of Users.",
10988 "description": "A link to the next page of Users."
10990 "next_page_token": {
10992 "description": "The page token for the next page of Users."
10996 "description": "A link back to this list."
11002 "description": "User",
11004 "uuidPrefix": "tpzed",
11011 "description": "Object version."
11019 "modified_by_client_uuid": {
11022 "modified_by_user_uuid": {
11054 "UserAgreementList": {
11055 "id": "UserAgreementList",
11056 "description": "UserAgreement list",
11061 "description": "Object type. Always arvados#userAgreementList.",
11062 "default": "arvados#userAgreementList"
11066 "description": "List version."
11070 "description": "The list of UserAgreements.",
11072 "$ref": "UserAgreement"
11077 "description": "A link to the next page of UserAgreements."
11079 "next_page_token": {
11081 "description": "The page token for the next page of UserAgreements."
11085 "description": "A link back to this list."
11090 "id": "UserAgreement",
11091 "description": "UserAgreement",
11093 "uuidPrefix": "gv0sa",
11100 "description": "Object version."
11108 "modified_by_client_uuid": {
11111 "modified_by_user_uuid": {
11117 "portable_data_hash": {
11120 "replication_desired": {
11123 "replication_confirmed_at": {
11126 "replication_confirmed": {
11150 "storage_classes_desired": {
11153 "storage_classes_confirmed": {
11156 "storage_classes_confirmed_at": {
11159 "current_version_uuid": {
11165 "preserve_version": {
11171 "file_size_total": {
11176 "VirtualMachineList": {
11177 "id": "VirtualMachineList",
11178 "description": "VirtualMachine list",
11183 "description": "Object type. Always arvados#virtualMachineList.",
11184 "default": "arvados#virtualMachineList"
11188 "description": "List version."
11192 "description": "The list of VirtualMachines.",
11194 "$ref": "VirtualMachine"
11199 "description": "A link to the next page of VirtualMachines."
11201 "next_page_token": {
11203 "description": "The page token for the next page of VirtualMachines."
11207 "description": "A link back to this list."
11211 "VirtualMachine": {
11212 "id": "VirtualMachine",
11213 "description": "VirtualMachine",
11215 "uuidPrefix": "2x53u",
11222 "description": "Object version."
11227 "modified_by_client_uuid": {
11230 "modified_by_user_uuid": {
11245 "id": "WorkflowList",
11246 "description": "Workflow list",
11251 "description": "Object type. Always arvados#workflowList.",
11252 "default": "arvados#workflowList"
11256 "description": "List version."
11260 "description": "The list of Workflows.",
11267 "description": "A link to the next page of Workflows."
11269 "next_page_token": {
11271 "description": "The page token for the next page of Workflows."
11275 "description": "A link back to this list."
11281 "description": "Workflow",
11283 "uuidPrefix": "7fd4e",
11290 "description": "Object version."
11301 "modified_by_client_uuid": {
11304 "modified_by_user_uuid": {
11319 "servicePath": "arvados/v1/",
11320 "title": "Arvados API",