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"
2190 "id": "arvados.container_requests.list",
2191 "path": "container_requests",
2192 "httpMethod": "GET",
2193 "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>",
2215 "description": "Attributes of each object to return in the response.",
2249 "description": "List objects on a remote federated cluster instead of the current one.",
2250 "location": "query",
2253 "bypass_federation": {
2256 "description": "bypass federation behavior, list items from local instance database only",
2263 "description": "Include container requests whose owner project is trashed.",
2268 "$ref": "ContainerRequestList"
2271 "https://api.arvados.org/auth/arvados",
2272 "https://api.arvados.org/auth/arvados.readonly"
2276 "id": "arvados.container_requests.show",
2277 "path": "container_requests/{uuid}",
2278 "httpMethod": "GET",
2279 "description": "show container_requests",
2289 "description": "Attributes of the object to return in the response.",
2297 "description": "Show container request even if its owner project is trashed.",
2302 "$ref": "ContainerRequest"
2305 "https://api.arvados.org/auth/arvados"
2309 "id": "arvados.container_requests.destroy",
2310 "path": "container_requests/{uuid}",
2311 "httpMethod": "DELETE",
2312 "description": "destroy container_requests",
2322 "$ref": "ContainerRequest"
2325 "https://api.arvados.org/auth/arvados"
2333 "id": "arvados.groups.get",
2334 "path": "groups/{uuid}",
2335 "httpMethod": "GET",
2336 "description": "Gets a Group's metadata by UUID.",
2340 "description": "The UUID of the Group in question.",
2352 "https://api.arvados.org/auth/arvados",
2353 "https://api.arvados.org/auth/arvados.readonly"
2357 "id": "arvados.groups.list",
2359 "httpMethod": "GET",
2360 "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>",
2382 "description": "Attributes of each object to return in the response.",
2416 "description": "List objects on a remote federated cluster instead of the current one.",
2417 "location": "query",
2420 "bypass_federation": {
2423 "description": "bypass federation behavior, list items from local instance database only",
2430 "description": "Include items whose is_trashed attribute is true.",
2438 "https://api.arvados.org/auth/arvados",
2439 "https://api.arvados.org/auth/arvados.readonly"
2443 "id": "arvados.groups.create",
2445 "httpMethod": "POST",
2446 "description": "Create a new Group.",
2450 "description": "Attributes of the new object to return in the response.",
2454 "ensure_unique_name": {
2456 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
2457 "location": "query",
2463 "description": "Create object on a remote federated cluster instead of the current one.",
2464 "location": "query",
2470 "location": "query",
2472 "description": "defer permissions update"
2487 "https://api.arvados.org/auth/arvados"
2491 "id": "arvados.groups.update",
2492 "path": "groups/{uuid}",
2493 "httpMethod": "PUT",
2494 "description": "Update attributes of an existing Group.",
2498 "description": "The UUID of the Group in question.",
2504 "description": "Attributes of the updated object to return in the response.",
2511 "location": "query",
2513 "description": "defer permissions update"
2528 "https://api.arvados.org/auth/arvados"
2532 "id": "arvados.groups.delete",
2533 "path": "groups/{uuid}",
2534 "httpMethod": "DELETE",
2535 "description": "Delete an existing Group.",
2539 "description": "The UUID of the Group in question.",
2548 "https://api.arvados.org/auth/arvados"
2552 "id": "arvados.groups.contents",
2553 "path": "groups/contents",
2554 "httpMethod": "GET",
2555 "description": "contents groups",
2577 "description": "Attributes of each object to return in the response.",
2611 "description": "List objects on a remote federated cluster instead of the current one.",
2612 "location": "query",
2615 "bypass_federation": {
2618 "description": "bypass federation behavior, list items from local instance database only",
2625 "description": "Include items whose is_trashed attribute is true.",
2639 "description": "Include contents from child groups recursively.",
2645 "description": "Include objects referred to by listed field in \"included\" (only owner_uuid).",
2648 "include_old_versions": {
2652 "description": "Include past collection versions.",
2660 "https://api.arvados.org/auth/arvados"
2664 "id": "arvados.groups.shared",
2665 "path": "groups/shared",
2666 "httpMethod": "GET",
2667 "description": "shared groups",
2689 "description": "Attributes of each object to return in the response.",
2723 "description": "List objects on a remote federated cluster instead of the current one.",
2724 "location": "query",
2727 "bypass_federation": {
2730 "description": "bypass federation behavior, list items from local instance database only",
2737 "description": "Include items whose is_trashed attribute is true.",
2751 "https://api.arvados.org/auth/arvados"
2755 "id": "arvados.groups.trash",
2756 "path": "groups/{uuid}/trash",
2757 "httpMethod": "POST",
2758 "description": "trash groups",
2771 "https://api.arvados.org/auth/arvados"
2775 "id": "arvados.groups.untrash",
2776 "path": "groups/{uuid}/untrash",
2777 "httpMethod": "POST",
2778 "description": "untrash groups",
2791 "https://api.arvados.org/auth/arvados"
2795 "id": "arvados.groups.list",
2797 "httpMethod": "GET",
2798 "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>",
2820 "description": "Attributes of each object to return in the response.",
2854 "description": "List objects on a remote federated cluster instead of the current one.",
2855 "location": "query",
2858 "bypass_federation": {
2861 "description": "bypass federation behavior, list items from local instance database only",
2868 "description": "Include items whose is_trashed attribute is true.",
2876 "https://api.arvados.org/auth/arvados",
2877 "https://api.arvados.org/auth/arvados.readonly"
2881 "id": "arvados.groups.show",
2882 "path": "groups/{uuid}",
2883 "httpMethod": "GET",
2884 "description": "show groups",
2894 "description": "Attributes of the object to return in the response.",
2902 "description": "Show group/project even if its is_trashed attribute is true.",
2910 "https://api.arvados.org/auth/arvados"
2914 "id": "arvados.groups.destroy",
2915 "path": "groups/{uuid}",
2916 "httpMethod": "DELETE",
2917 "description": "destroy groups",
2930 "https://api.arvados.org/auth/arvados"
2938 "id": "arvados.humans.get",
2939 "path": "humans/{uuid}",
2940 "httpMethod": "GET",
2941 "description": "Gets a Human's metadata by UUID.",
2945 "description": "The UUID of the Human in question.",
2957 "https://api.arvados.org/auth/arvados",
2958 "https://api.arvados.org/auth/arvados.readonly"
2962 "id": "arvados.humans.list",
2964 "httpMethod": "GET",
2965 "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>",
2987 "description": "Attributes of each object to return in the response.",
3021 "description": "List objects on a remote federated cluster instead of the current one.",
3022 "location": "query",
3025 "bypass_federation": {
3028 "description": "bypass federation behavior, list items from local instance database only",
3036 "https://api.arvados.org/auth/arvados",
3037 "https://api.arvados.org/auth/arvados.readonly"
3041 "id": "arvados.humans.create",
3043 "httpMethod": "POST",
3044 "description": "Create a new Human.",
3048 "description": "Attributes of the new object to return in the response.",
3052 "ensure_unique_name": {
3054 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
3055 "location": "query",
3061 "description": "Create object on a remote federated cluster instead of the current one.",
3062 "location": "query",
3078 "https://api.arvados.org/auth/arvados"
3082 "id": "arvados.humans.update",
3083 "path": "humans/{uuid}",
3084 "httpMethod": "PUT",
3085 "description": "Update attributes of an existing Human.",
3089 "description": "The UUID of the Human in question.",
3095 "description": "Attributes of the updated object to return in the response.",
3112 "https://api.arvados.org/auth/arvados"
3116 "id": "arvados.humans.delete",
3117 "path": "humans/{uuid}",
3118 "httpMethod": "DELETE",
3119 "description": "Delete an existing Human.",
3123 "description": "The UUID of the Human in question.",
3132 "https://api.arvados.org/auth/arvados"
3136 "id": "arvados.humans.list",
3138 "httpMethod": "GET",
3139 "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>",
3161 "description": "Attributes of each object to return in the response.",
3195 "description": "List objects on a remote federated cluster instead of the current one.",
3196 "location": "query",
3199 "bypass_federation": {
3202 "description": "bypass federation behavior, list items from local instance database only",
3210 "https://api.arvados.org/auth/arvados",
3211 "https://api.arvados.org/auth/arvados.readonly"
3215 "id": "arvados.humans.show",
3216 "path": "humans/{uuid}",
3217 "httpMethod": "GET",
3218 "description": "show humans",
3228 "description": "Attributes of the object to return in the response.",
3237 "https://api.arvados.org/auth/arvados"
3241 "id": "arvados.humans.destroy",
3242 "path": "humans/{uuid}",
3243 "httpMethod": "DELETE",
3244 "description": "destroy humans",
3257 "https://api.arvados.org/auth/arvados"
3265 "id": "arvados.jobs.get",
3266 "path": "jobs/{uuid}",
3267 "httpMethod": "GET",
3268 "description": "Gets a Job's metadata by UUID.",
3272 "description": "The UUID of the Job in question.",
3284 "https://api.arvados.org/auth/arvados",
3285 "https://api.arvados.org/auth/arvados.readonly"
3289 "id": "arvados.jobs.list",
3291 "httpMethod": "GET",
3292 "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>",
3314 "description": "Attributes of each object to return in the response.",
3348 "description": "List objects on a remote federated cluster instead of the current one.",
3349 "location": "query",
3352 "bypass_federation": {
3355 "description": "bypass federation behavior, list items from local instance database only",
3363 "https://api.arvados.org/auth/arvados",
3364 "https://api.arvados.org/auth/arvados.readonly"
3368 "id": "arvados.jobs.create",
3370 "httpMethod": "POST",
3371 "description": "Create a new Job.",
3375 "description": "Attributes of the new object to return in the response.",
3379 "ensure_unique_name": {
3381 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
3382 "location": "query",
3388 "description": "Create object on a remote federated cluster instead of the current one.",
3389 "location": "query",
3405 "minimum_script_version": {
3411 "exclude_script_versions": {
3430 "https://api.arvados.org/auth/arvados"
3434 "id": "arvados.jobs.update",
3435 "path": "jobs/{uuid}",
3436 "httpMethod": "PUT",
3437 "description": "Update attributes of an existing Job.",
3441 "description": "The UUID of the Job in question.",
3447 "description": "Attributes of the updated object to return in the response.",
3464 "https://api.arvados.org/auth/arvados"
3468 "id": "arvados.jobs.delete",
3469 "path": "jobs/{uuid}",
3470 "httpMethod": "DELETE",
3471 "description": "Delete an existing Job.",
3475 "description": "The UUID of the Job in question.",
3484 "https://api.arvados.org/auth/arvados"
3488 "id": "arvados.jobs.queue",
3489 "path": "jobs/queue",
3490 "httpMethod": "GET",
3491 "description": "queue jobs",
3513 "description": "Attributes of each object to return in the response.",
3547 "description": "List objects on a remote federated cluster instead of the current one.",
3548 "location": "query",
3551 "bypass_federation": {
3554 "description": "bypass federation behavior, list items from local instance database only",
3562 "https://api.arvados.org/auth/arvados"
3566 "id": "arvados.jobs.queue_size",
3567 "path": "jobs/queue_size",
3568 "httpMethod": "GET",
3569 "description": "queue_size jobs",
3575 "https://api.arvados.org/auth/arvados"
3579 "id": "arvados.jobs.cancel",
3580 "path": "jobs/{uuid}/cancel",
3581 "httpMethod": "POST",
3582 "description": "cancel jobs",
3595 "https://api.arvados.org/auth/arvados"
3599 "id": "arvados.jobs.lock",
3600 "path": "jobs/{uuid}/lock",
3601 "httpMethod": "POST",
3602 "description": "lock jobs",
3615 "https://api.arvados.org/auth/arvados"
3619 "id": "arvados.jobs.list",
3621 "httpMethod": "GET",
3622 "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>",
3644 "description": "Attributes of each object to return in the response.",
3678 "description": "List objects on a remote federated cluster instead of the current one.",
3679 "location": "query",
3682 "bypass_federation": {
3685 "description": "bypass federation behavior, list items from local instance database only",
3693 "https://api.arvados.org/auth/arvados",
3694 "https://api.arvados.org/auth/arvados.readonly"
3698 "id": "arvados.jobs.show",
3699 "path": "jobs/{uuid}",
3700 "httpMethod": "GET",
3701 "description": "show jobs",
3711 "description": "Attributes of the object to return in the response.",
3720 "https://api.arvados.org/auth/arvados"
3724 "id": "arvados.jobs.destroy",
3725 "path": "jobs/{uuid}",
3726 "httpMethod": "DELETE",
3727 "description": "destroy jobs",
3740 "https://api.arvados.org/auth/arvados"
3748 "id": "arvados.job_tasks.get",
3749 "path": "job_tasks/{uuid}",
3750 "httpMethod": "GET",
3751 "description": "Gets a JobTask's metadata by UUID.",
3755 "description": "The UUID of the JobTask in question.",
3767 "https://api.arvados.org/auth/arvados",
3768 "https://api.arvados.org/auth/arvados.readonly"
3772 "id": "arvados.job_tasks.list",
3773 "path": "job_tasks",
3774 "httpMethod": "GET",
3775 "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>",
3797 "description": "Attributes of each object to return in the response.",
3831 "description": "List objects on a remote federated cluster instead of the current one.",
3832 "location": "query",
3835 "bypass_federation": {
3838 "description": "bypass federation behavior, list items from local instance database only",
3843 "$ref": "JobTaskList"
3846 "https://api.arvados.org/auth/arvados",
3847 "https://api.arvados.org/auth/arvados.readonly"
3851 "id": "arvados.job_tasks.create",
3852 "path": "job_tasks",
3853 "httpMethod": "POST",
3854 "description": "Create a new JobTask.",
3858 "description": "Attributes of the new object to return in the response.",
3862 "ensure_unique_name": {
3864 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
3865 "location": "query",
3871 "description": "Create object on a remote federated cluster instead of the current one.",
3872 "location": "query",
3888 "https://api.arvados.org/auth/arvados"
3892 "id": "arvados.job_tasks.update",
3893 "path": "job_tasks/{uuid}",
3894 "httpMethod": "PUT",
3895 "description": "Update attributes of an existing JobTask.",
3899 "description": "The UUID of the JobTask in question.",
3905 "description": "Attributes of the updated object to return in the response.",
3922 "https://api.arvados.org/auth/arvados"
3926 "id": "arvados.job_tasks.delete",
3927 "path": "job_tasks/{uuid}",
3928 "httpMethod": "DELETE",
3929 "description": "Delete an existing JobTask.",
3933 "description": "The UUID of the JobTask in question.",
3942 "https://api.arvados.org/auth/arvados"
3946 "id": "arvados.job_tasks.list",
3947 "path": "job_tasks",
3948 "httpMethod": "GET",
3949 "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>",
3971 "description": "Attributes of each object to return in the response.",
4005 "description": "List objects on a remote federated cluster instead of the current one.",
4006 "location": "query",
4009 "bypass_federation": {
4012 "description": "bypass federation behavior, list items from local instance database only",
4017 "$ref": "JobTaskList"
4020 "https://api.arvados.org/auth/arvados",
4021 "https://api.arvados.org/auth/arvados.readonly"
4025 "id": "arvados.job_tasks.show",
4026 "path": "job_tasks/{uuid}",
4027 "httpMethod": "GET",
4028 "description": "show job_tasks",
4038 "description": "Attributes of the object to return in the response.",
4047 "https://api.arvados.org/auth/arvados"
4051 "id": "arvados.job_tasks.destroy",
4052 "path": "job_tasks/{uuid}",
4053 "httpMethod": "DELETE",
4054 "description": "destroy job_tasks",
4067 "https://api.arvados.org/auth/arvados"
4075 "id": "arvados.keep_disks.get",
4076 "path": "keep_disks/{uuid}",
4077 "httpMethod": "GET",
4078 "description": "Gets a KeepDisk's metadata by UUID.",
4082 "description": "The UUID of the KeepDisk in question.",
4094 "https://api.arvados.org/auth/arvados",
4095 "https://api.arvados.org/auth/arvados.readonly"
4099 "id": "arvados.keep_disks.list",
4100 "path": "keep_disks",
4101 "httpMethod": "GET",
4102 "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>",
4124 "description": "Attributes of each object to return in the response.",
4158 "description": "List objects on a remote federated cluster instead of the current one.",
4159 "location": "query",
4162 "bypass_federation": {
4165 "description": "bypass federation behavior, list items from local instance database only",
4170 "$ref": "KeepDiskList"
4173 "https://api.arvados.org/auth/arvados",
4174 "https://api.arvados.org/auth/arvados.readonly"
4178 "id": "arvados.keep_disks.create",
4179 "path": "keep_disks",
4180 "httpMethod": "POST",
4181 "description": "Create a new KeepDisk.",
4185 "description": "Attributes of the new object to return in the response.",
4189 "ensure_unique_name": {
4191 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
4192 "location": "query",
4198 "description": "Create object on a remote federated cluster instead of the current one.",
4199 "location": "query",
4215 "https://api.arvados.org/auth/arvados"
4219 "id": "arvados.keep_disks.update",
4220 "path": "keep_disks/{uuid}",
4221 "httpMethod": "PUT",
4222 "description": "Update attributes of an existing KeepDisk.",
4226 "description": "The UUID of the KeepDisk in question.",
4232 "description": "Attributes of the updated object to return in the response.",
4249 "https://api.arvados.org/auth/arvados"
4253 "id": "arvados.keep_disks.delete",
4254 "path": "keep_disks/{uuid}",
4255 "httpMethod": "DELETE",
4256 "description": "Delete an existing KeepDisk.",
4260 "description": "The UUID of the KeepDisk in question.",
4269 "https://api.arvados.org/auth/arvados"
4273 "id": "arvados.keep_disks.ping",
4274 "path": "keep_disks/ping",
4275 "httpMethod": "POST",
4276 "description": "ping keep_disks",
4296 "filesystem_uuid": {
4314 "service_ssl_flag": {
4325 "https://api.arvados.org/auth/arvados"
4329 "id": "arvados.keep_disks.list",
4330 "path": "keep_disks",
4331 "httpMethod": "GET",
4332 "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>",
4354 "description": "Attributes of each object to return in the response.",
4388 "description": "List objects on a remote federated cluster instead of the current one.",
4389 "location": "query",
4392 "bypass_federation": {
4395 "description": "bypass federation behavior, list items from local instance database only",
4400 "$ref": "KeepDiskList"
4403 "https://api.arvados.org/auth/arvados",
4404 "https://api.arvados.org/auth/arvados.readonly"
4408 "id": "arvados.keep_disks.show",
4409 "path": "keep_disks/{uuid}",
4410 "httpMethod": "GET",
4411 "description": "show keep_disks",
4421 "description": "Attributes of the object to return in the response.",
4430 "https://api.arvados.org/auth/arvados"
4434 "id": "arvados.keep_disks.destroy",
4435 "path": "keep_disks/{uuid}",
4436 "httpMethod": "DELETE",
4437 "description": "destroy keep_disks",
4450 "https://api.arvados.org/auth/arvados"
4458 "id": "arvados.keep_services.get",
4459 "path": "keep_services/{uuid}",
4460 "httpMethod": "GET",
4461 "description": "Gets a KeepService's metadata by UUID.",
4465 "description": "The UUID of the KeepService in question.",
4474 "$ref": "KeepService"
4477 "https://api.arvados.org/auth/arvados",
4478 "https://api.arvados.org/auth/arvados.readonly"
4482 "id": "arvados.keep_services.list",
4483 "path": "keep_services",
4484 "httpMethod": "GET",
4485 "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>",
4507 "description": "Attributes of each object to return in the response.",
4541 "description": "List objects on a remote federated cluster instead of the current one.",
4542 "location": "query",
4545 "bypass_federation": {
4548 "description": "bypass federation behavior, list items from local instance database only",
4553 "$ref": "KeepServiceList"
4556 "https://api.arvados.org/auth/arvados",
4557 "https://api.arvados.org/auth/arvados.readonly"
4561 "id": "arvados.keep_services.create",
4562 "path": "keep_services",
4563 "httpMethod": "POST",
4564 "description": "Create a new KeepService.",
4568 "description": "Attributes of the new object to return in the response.",
4572 "ensure_unique_name": {
4574 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
4575 "location": "query",
4581 "description": "Create object on a remote federated cluster instead of the current one.",
4582 "location": "query",
4590 "$ref": "KeepService"
4595 "$ref": "KeepService"
4598 "https://api.arvados.org/auth/arvados"
4602 "id": "arvados.keep_services.update",
4603 "path": "keep_services/{uuid}",
4604 "httpMethod": "PUT",
4605 "description": "Update attributes of an existing KeepService.",
4609 "description": "The UUID of the KeepService in question.",
4615 "description": "Attributes of the updated object to return in the response.",
4624 "$ref": "KeepService"
4629 "$ref": "KeepService"
4632 "https://api.arvados.org/auth/arvados"
4636 "id": "arvados.keep_services.delete",
4637 "path": "keep_services/{uuid}",
4638 "httpMethod": "DELETE",
4639 "description": "Delete an existing KeepService.",
4643 "description": "The UUID of the KeepService in question.",
4649 "$ref": "KeepService"
4652 "https://api.arvados.org/auth/arvados"
4656 "id": "arvados.keep_services.accessible",
4657 "path": "keep_services/accessible",
4658 "httpMethod": "GET",
4659 "description": "accessible keep_services",
4662 "$ref": "KeepService"
4665 "https://api.arvados.org/auth/arvados"
4669 "id": "arvados.keep_services.list",
4670 "path": "keep_services",
4671 "httpMethod": "GET",
4672 "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>",
4694 "description": "Attributes of each object to return in the response.",
4728 "description": "List objects on a remote federated cluster instead of the current one.",
4729 "location": "query",
4732 "bypass_federation": {
4735 "description": "bypass federation behavior, list items from local instance database only",
4740 "$ref": "KeepServiceList"
4743 "https://api.arvados.org/auth/arvados",
4744 "https://api.arvados.org/auth/arvados.readonly"
4748 "id": "arvados.keep_services.show",
4749 "path": "keep_services/{uuid}",
4750 "httpMethod": "GET",
4751 "description": "show keep_services",
4761 "description": "Attributes of the object to return in the response.",
4767 "$ref": "KeepService"
4770 "https://api.arvados.org/auth/arvados"
4774 "id": "arvados.keep_services.destroy",
4775 "path": "keep_services/{uuid}",
4776 "httpMethod": "DELETE",
4777 "description": "destroy keep_services",
4787 "$ref": "KeepService"
4790 "https://api.arvados.org/auth/arvados"
4798 "id": "arvados.links.get",
4799 "path": "links/{uuid}",
4800 "httpMethod": "GET",
4801 "description": "Gets a Link's metadata by UUID.",
4805 "description": "The UUID of the Link in question.",
4817 "https://api.arvados.org/auth/arvados",
4818 "https://api.arvados.org/auth/arvados.readonly"
4822 "id": "arvados.links.list",
4824 "httpMethod": "GET",
4825 "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>",
4847 "description": "Attributes of each object to return in the response.",
4881 "description": "List objects on a remote federated cluster instead of the current one.",
4882 "location": "query",
4885 "bypass_federation": {
4888 "description": "bypass federation behavior, list items from local instance database only",
4896 "https://api.arvados.org/auth/arvados",
4897 "https://api.arvados.org/auth/arvados.readonly"
4901 "id": "arvados.links.create",
4903 "httpMethod": "POST",
4904 "description": "Create a new Link.",
4908 "description": "Attributes of the new object to return in the response.",
4912 "ensure_unique_name": {
4914 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
4915 "location": "query",
4921 "description": "Create object on a remote federated cluster instead of the current one.",
4922 "location": "query",
4938 "https://api.arvados.org/auth/arvados"
4942 "id": "arvados.links.update",
4943 "path": "links/{uuid}",
4944 "httpMethod": "PUT",
4945 "description": "Update attributes of an existing Link.",
4949 "description": "The UUID of the Link in question.",
4955 "description": "Attributes of the updated object to return in the response.",
4972 "https://api.arvados.org/auth/arvados"
4976 "id": "arvados.links.delete",
4977 "path": "links/{uuid}",
4978 "httpMethod": "DELETE",
4979 "description": "Delete an existing Link.",
4983 "description": "The UUID of the Link in question.",
4992 "https://api.arvados.org/auth/arvados"
4996 "id": "arvados.links.list",
4998 "httpMethod": "GET",
4999 "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>",
5021 "description": "Attributes of each object to return in the response.",
5055 "description": "List objects on a remote federated cluster instead of the current one.",
5056 "location": "query",
5059 "bypass_federation": {
5062 "description": "bypass federation behavior, list items from local instance database only",
5070 "https://api.arvados.org/auth/arvados",
5071 "https://api.arvados.org/auth/arvados.readonly"
5075 "id": "arvados.links.show",
5076 "path": "links/{uuid}",
5077 "httpMethod": "GET",
5078 "description": "show links",
5088 "description": "Attributes of the object to return in the response.",
5097 "https://api.arvados.org/auth/arvados"
5101 "id": "arvados.links.destroy",
5102 "path": "links/{uuid}",
5103 "httpMethod": "DELETE",
5104 "description": "destroy links",
5117 "https://api.arvados.org/auth/arvados"
5120 "get_permissions": {
5121 "id": "arvados.links.get_permissions",
5122 "path": "permissions/{uuid}",
5123 "httpMethod": "GET",
5124 "description": "get_permissions links",
5137 "https://api.arvados.org/auth/arvados"
5145 "id": "arvados.logs.get",
5146 "path": "logs/{uuid}",
5147 "httpMethod": "GET",
5148 "description": "Gets a Log's metadata by UUID.",
5152 "description": "The UUID of the Log in question.",
5164 "https://api.arvados.org/auth/arvados",
5165 "https://api.arvados.org/auth/arvados.readonly"
5169 "id": "arvados.logs.list",
5171 "httpMethod": "GET",
5172 "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>",
5194 "description": "Attributes of each object to return in the response.",
5228 "description": "List objects on a remote federated cluster instead of the current one.",
5229 "location": "query",
5232 "bypass_federation": {
5235 "description": "bypass federation behavior, list items from local instance database only",
5243 "https://api.arvados.org/auth/arvados",
5244 "https://api.arvados.org/auth/arvados.readonly"
5248 "id": "arvados.logs.create",
5250 "httpMethod": "POST",
5251 "description": "Create a new Log.",
5255 "description": "Attributes of the new object to return in the response.",
5259 "ensure_unique_name": {
5261 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
5262 "location": "query",
5268 "description": "Create object on a remote federated cluster instead of the current one.",
5269 "location": "query",
5285 "https://api.arvados.org/auth/arvados"
5289 "id": "arvados.logs.update",
5290 "path": "logs/{uuid}",
5291 "httpMethod": "PUT",
5292 "description": "Update attributes of an existing Log.",
5296 "description": "The UUID of the Log in question.",
5302 "description": "Attributes of the updated object to return in the response.",
5319 "https://api.arvados.org/auth/arvados"
5323 "id": "arvados.logs.delete",
5324 "path": "logs/{uuid}",
5325 "httpMethod": "DELETE",
5326 "description": "Delete an existing Log.",
5330 "description": "The UUID of the Log in question.",
5339 "https://api.arvados.org/auth/arvados"
5343 "id": "arvados.logs.list",
5345 "httpMethod": "GET",
5346 "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>",
5368 "description": "Attributes of each object to return in the response.",
5402 "description": "List objects on a remote federated cluster instead of the current one.",
5403 "location": "query",
5406 "bypass_federation": {
5409 "description": "bypass federation behavior, list items from local instance database only",
5417 "https://api.arvados.org/auth/arvados",
5418 "https://api.arvados.org/auth/arvados.readonly"
5422 "id": "arvados.logs.show",
5423 "path": "logs/{uuid}",
5424 "httpMethod": "GET",
5425 "description": "show logs",
5435 "description": "Attributes of the object to return in the response.",
5444 "https://api.arvados.org/auth/arvados"
5448 "id": "arvados.logs.destroy",
5449 "path": "logs/{uuid}",
5450 "httpMethod": "DELETE",
5451 "description": "destroy logs",
5464 "https://api.arvados.org/auth/arvados"
5472 "id": "arvados.nodes.get",
5473 "path": "nodes/{uuid}",
5474 "httpMethod": "GET",
5475 "description": "Gets a Node's metadata by UUID.",
5479 "description": "The UUID of the Node in question.",
5491 "https://api.arvados.org/auth/arvados",
5492 "https://api.arvados.org/auth/arvados.readonly"
5496 "id": "arvados.nodes.list",
5498 "httpMethod": "GET",
5499 "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>",
5521 "description": "Attributes of each object to return in the response.",
5555 "description": "List objects on a remote federated cluster instead of the current one.",
5556 "location": "query",
5559 "bypass_federation": {
5562 "description": "bypass federation behavior, list items from local instance database only",
5570 "https://api.arvados.org/auth/arvados",
5571 "https://api.arvados.org/auth/arvados.readonly"
5575 "id": "arvados.nodes.create",
5577 "httpMethod": "POST",
5578 "description": "Create a new Node.",
5582 "description": "Attributes of the new object to return in the response.",
5586 "ensure_unique_name": {
5588 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
5589 "location": "query",
5595 "description": "Create object on a remote federated cluster instead of the current one.",
5596 "location": "query",
5602 "description": "assign slot and hostname",
5618 "https://api.arvados.org/auth/arvados"
5622 "id": "arvados.nodes.update",
5623 "path": "nodes/{uuid}",
5624 "httpMethod": "PUT",
5625 "description": "Update attributes of an existing Node.",
5629 "description": "The UUID of the Node in question.",
5635 "description": "Attributes of the updated object to return in the response.",
5642 "description": "assign slot and hostname",
5658 "https://api.arvados.org/auth/arvados"
5662 "id": "arvados.nodes.delete",
5663 "path": "nodes/{uuid}",
5664 "httpMethod": "DELETE",
5665 "description": "Delete an existing Node.",
5669 "description": "The UUID of the Node in question.",
5678 "https://api.arvados.org/auth/arvados"
5682 "id": "arvados.nodes.ping",
5683 "path": "nodes/{uuid}/ping",
5684 "httpMethod": "POST",
5685 "description": "ping nodes",
5704 "https://api.arvados.org/auth/arvados"
5708 "id": "arvados.nodes.list",
5710 "httpMethod": "GET",
5711 "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>",
5733 "description": "Attributes of each object to return in the response.",
5767 "description": "List objects on a remote federated cluster instead of the current one.",
5768 "location": "query",
5771 "bypass_federation": {
5774 "description": "bypass federation behavior, list items from local instance database only",
5782 "https://api.arvados.org/auth/arvados",
5783 "https://api.arvados.org/auth/arvados.readonly"
5787 "id": "arvados.nodes.show",
5788 "path": "nodes/{uuid}",
5789 "httpMethod": "GET",
5790 "description": "show nodes",
5800 "description": "Attributes of the object to return in the response.",
5809 "https://api.arvados.org/auth/arvados"
5813 "id": "arvados.nodes.destroy",
5814 "path": "nodes/{uuid}",
5815 "httpMethod": "DELETE",
5816 "description": "destroy nodes",
5829 "https://api.arvados.org/auth/arvados"
5834 "pipeline_instances": {
5837 "id": "arvados.pipeline_instances.get",
5838 "path": "pipeline_instances/{uuid}",
5839 "httpMethod": "GET",
5840 "description": "Gets a PipelineInstance's metadata by UUID.",
5844 "description": "The UUID of the PipelineInstance in question.",
5853 "$ref": "PipelineInstance"
5856 "https://api.arvados.org/auth/arvados",
5857 "https://api.arvados.org/auth/arvados.readonly"
5861 "id": "arvados.pipeline_instances.list",
5862 "path": "pipeline_instances",
5863 "httpMethod": "GET",
5864 "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>",
5886 "description": "Attributes of each object to return in the response.",
5920 "description": "List objects on a remote federated cluster instead of the current one.",
5921 "location": "query",
5924 "bypass_federation": {
5927 "description": "bypass federation behavior, list items from local instance database only",
5932 "$ref": "PipelineInstanceList"
5935 "https://api.arvados.org/auth/arvados",
5936 "https://api.arvados.org/auth/arvados.readonly"
5940 "id": "arvados.pipeline_instances.create",
5941 "path": "pipeline_instances",
5942 "httpMethod": "POST",
5943 "description": "Create a new PipelineInstance.",
5947 "description": "Attributes of the new object to return in the response.",
5951 "ensure_unique_name": {
5953 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
5954 "location": "query",
5960 "description": "Create object on a remote federated cluster instead of the current one.",
5961 "location": "query",
5968 "pipeline_instance": {
5969 "$ref": "PipelineInstance"
5974 "$ref": "PipelineInstance"
5977 "https://api.arvados.org/auth/arvados"
5981 "id": "arvados.pipeline_instances.update",
5982 "path": "pipeline_instances/{uuid}",
5983 "httpMethod": "PUT",
5984 "description": "Update attributes of an existing PipelineInstance.",
5988 "description": "The UUID of the PipelineInstance in question.",
5994 "description": "Attributes of the updated object to return in the response.",
6002 "pipeline_instance": {
6003 "$ref": "PipelineInstance"
6008 "$ref": "PipelineInstance"
6011 "https://api.arvados.org/auth/arvados"
6015 "id": "arvados.pipeline_instances.delete",
6016 "path": "pipeline_instances/{uuid}",
6017 "httpMethod": "DELETE",
6018 "description": "Delete an existing PipelineInstance.",
6022 "description": "The UUID of the PipelineInstance in question.",
6028 "$ref": "PipelineInstance"
6031 "https://api.arvados.org/auth/arvados"
6035 "id": "arvados.pipeline_instances.cancel",
6036 "path": "pipeline_instances/{uuid}/cancel",
6037 "httpMethod": "POST",
6038 "description": "cancel pipeline_instances",
6048 "$ref": "PipelineInstance"
6051 "https://api.arvados.org/auth/arvados"
6055 "id": "arvados.pipeline_instances.list",
6056 "path": "pipeline_instances",
6057 "httpMethod": "GET",
6058 "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>",
6080 "description": "Attributes of each object to return in the response.",
6114 "description": "List objects on a remote federated cluster instead of the current one.",
6115 "location": "query",
6118 "bypass_federation": {
6121 "description": "bypass federation behavior, list items from local instance database only",
6126 "$ref": "PipelineInstanceList"
6129 "https://api.arvados.org/auth/arvados",
6130 "https://api.arvados.org/auth/arvados.readonly"
6134 "id": "arvados.pipeline_instances.show",
6135 "path": "pipeline_instances/{uuid}",
6136 "httpMethod": "GET",
6137 "description": "show pipeline_instances",
6147 "description": "Attributes of the object to return in the response.",
6153 "$ref": "PipelineInstance"
6156 "https://api.arvados.org/auth/arvados"
6160 "id": "arvados.pipeline_instances.destroy",
6161 "path": "pipeline_instances/{uuid}",
6162 "httpMethod": "DELETE",
6163 "description": "destroy pipeline_instances",
6173 "$ref": "PipelineInstance"
6176 "https://api.arvados.org/auth/arvados"
6181 "pipeline_templates": {
6184 "id": "arvados.pipeline_templates.get",
6185 "path": "pipeline_templates/{uuid}",
6186 "httpMethod": "GET",
6187 "description": "Gets a PipelineTemplate's metadata by UUID.",
6191 "description": "The UUID of the PipelineTemplate in question.",
6200 "$ref": "PipelineTemplate"
6203 "https://api.arvados.org/auth/arvados",
6204 "https://api.arvados.org/auth/arvados.readonly"
6208 "id": "arvados.pipeline_templates.list",
6209 "path": "pipeline_templates",
6210 "httpMethod": "GET",
6211 "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>",
6233 "description": "Attributes of each object to return in the response.",
6267 "description": "List objects on a remote federated cluster instead of the current one.",
6268 "location": "query",
6271 "bypass_federation": {
6274 "description": "bypass federation behavior, list items from local instance database only",
6279 "$ref": "PipelineTemplateList"
6282 "https://api.arvados.org/auth/arvados",
6283 "https://api.arvados.org/auth/arvados.readonly"
6287 "id": "arvados.pipeline_templates.create",
6288 "path": "pipeline_templates",
6289 "httpMethod": "POST",
6290 "description": "Create a new PipelineTemplate.",
6294 "description": "Attributes of the new object to return in the response.",
6298 "ensure_unique_name": {
6300 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
6301 "location": "query",
6307 "description": "Create object on a remote federated cluster instead of the current one.",
6308 "location": "query",
6315 "pipeline_template": {
6316 "$ref": "PipelineTemplate"
6321 "$ref": "PipelineTemplate"
6324 "https://api.arvados.org/auth/arvados"
6328 "id": "arvados.pipeline_templates.update",
6329 "path": "pipeline_templates/{uuid}",
6330 "httpMethod": "PUT",
6331 "description": "Update attributes of an existing PipelineTemplate.",
6335 "description": "The UUID of the PipelineTemplate in question.",
6341 "description": "Attributes of the updated object to return in the response.",
6349 "pipeline_template": {
6350 "$ref": "PipelineTemplate"
6355 "$ref": "PipelineTemplate"
6358 "https://api.arvados.org/auth/arvados"
6362 "id": "arvados.pipeline_templates.delete",
6363 "path": "pipeline_templates/{uuid}",
6364 "httpMethod": "DELETE",
6365 "description": "Delete an existing PipelineTemplate.",
6369 "description": "The UUID of the PipelineTemplate in question.",
6375 "$ref": "PipelineTemplate"
6378 "https://api.arvados.org/auth/arvados"
6382 "id": "arvados.pipeline_templates.list",
6383 "path": "pipeline_templates",
6384 "httpMethod": "GET",
6385 "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>",
6407 "description": "Attributes of each object to return in the response.",
6441 "description": "List objects on a remote federated cluster instead of the current one.",
6442 "location": "query",
6445 "bypass_federation": {
6448 "description": "bypass federation behavior, list items from local instance database only",
6453 "$ref": "PipelineTemplateList"
6456 "https://api.arvados.org/auth/arvados",
6457 "https://api.arvados.org/auth/arvados.readonly"
6461 "id": "arvados.pipeline_templates.show",
6462 "path": "pipeline_templates/{uuid}",
6463 "httpMethod": "GET",
6464 "description": "show pipeline_templates",
6474 "description": "Attributes of the object to return in the response.",
6480 "$ref": "PipelineTemplate"
6483 "https://api.arvados.org/auth/arvados"
6487 "id": "arvados.pipeline_templates.destroy",
6488 "path": "pipeline_templates/{uuid}",
6489 "httpMethod": "DELETE",
6490 "description": "destroy pipeline_templates",
6500 "$ref": "PipelineTemplate"
6503 "https://api.arvados.org/auth/arvados"
6511 "id": "arvados.repositories.get",
6512 "path": "repositories/{uuid}",
6513 "httpMethod": "GET",
6514 "description": "Gets a Repository's metadata by UUID.",
6518 "description": "The UUID of the Repository in question.",
6527 "$ref": "Repository"
6530 "https://api.arvados.org/auth/arvados",
6531 "https://api.arvados.org/auth/arvados.readonly"
6535 "id": "arvados.repositories.list",
6536 "path": "repositories",
6537 "httpMethod": "GET",
6538 "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>",
6560 "description": "Attributes of each object to return in the response.",
6594 "description": "List objects on a remote federated cluster instead of the current one.",
6595 "location": "query",
6598 "bypass_federation": {
6601 "description": "bypass federation behavior, list items from local instance database only",
6606 "$ref": "RepositoryList"
6609 "https://api.arvados.org/auth/arvados",
6610 "https://api.arvados.org/auth/arvados.readonly"
6614 "id": "arvados.repositories.create",
6615 "path": "repositories",
6616 "httpMethod": "POST",
6617 "description": "Create a new Repository.",
6621 "description": "Attributes of the new object to return in the response.",
6625 "ensure_unique_name": {
6627 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
6628 "location": "query",
6634 "description": "Create object on a remote federated cluster instead of the current one.",
6635 "location": "query",
6643 "$ref": "Repository"
6648 "$ref": "Repository"
6651 "https://api.arvados.org/auth/arvados"
6655 "id": "arvados.repositories.update",
6656 "path": "repositories/{uuid}",
6657 "httpMethod": "PUT",
6658 "description": "Update attributes of an existing Repository.",
6662 "description": "The UUID of the Repository in question.",
6668 "description": "Attributes of the updated object to return in the response.",
6677 "$ref": "Repository"
6682 "$ref": "Repository"
6685 "https://api.arvados.org/auth/arvados"
6689 "id": "arvados.repositories.delete",
6690 "path": "repositories/{uuid}",
6691 "httpMethod": "DELETE",
6692 "description": "Delete an existing Repository.",
6696 "description": "The UUID of the Repository in question.",
6702 "$ref": "Repository"
6705 "https://api.arvados.org/auth/arvados"
6708 "get_all_permissions": {
6709 "id": "arvados.repositories.get_all_permissions",
6710 "path": "repositories/get_all_permissions",
6711 "httpMethod": "GET",
6712 "description": "get_all_permissions repositories",
6715 "$ref": "Repository"
6718 "https://api.arvados.org/auth/arvados"
6722 "id": "arvados.repositories.list",
6723 "path": "repositories",
6724 "httpMethod": "GET",
6725 "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>",
6747 "description": "Attributes of each object to return in the response.",
6781 "description": "List objects on a remote federated cluster instead of the current one.",
6782 "location": "query",
6785 "bypass_federation": {
6788 "description": "bypass federation behavior, list items from local instance database only",
6793 "$ref": "RepositoryList"
6796 "https://api.arvados.org/auth/arvados",
6797 "https://api.arvados.org/auth/arvados.readonly"
6801 "id": "arvados.repositories.show",
6802 "path": "repositories/{uuid}",
6803 "httpMethod": "GET",
6804 "description": "show repositories",
6814 "description": "Attributes of the object to return in the response.",
6820 "$ref": "Repository"
6823 "https://api.arvados.org/auth/arvados"
6827 "id": "arvados.repositories.destroy",
6828 "path": "repositories/{uuid}",
6829 "httpMethod": "DELETE",
6830 "description": "destroy repositories",
6840 "$ref": "Repository"
6843 "https://api.arvados.org/auth/arvados"
6851 "id": "arvados.specimens.get",
6852 "path": "specimens/{uuid}",
6853 "httpMethod": "GET",
6854 "description": "Gets a Specimen's metadata by UUID.",
6858 "description": "The UUID of the Specimen in question.",
6870 "https://api.arvados.org/auth/arvados",
6871 "https://api.arvados.org/auth/arvados.readonly"
6875 "id": "arvados.specimens.list",
6876 "path": "specimens",
6877 "httpMethod": "GET",
6878 "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>",
6900 "description": "Attributes of each object to return in the response.",
6934 "description": "List objects on a remote federated cluster instead of the current one.",
6935 "location": "query",
6938 "bypass_federation": {
6941 "description": "bypass federation behavior, list items from local instance database only",
6946 "$ref": "SpecimenList"
6949 "https://api.arvados.org/auth/arvados",
6950 "https://api.arvados.org/auth/arvados.readonly"
6954 "id": "arvados.specimens.create",
6955 "path": "specimens",
6956 "httpMethod": "POST",
6957 "description": "Create a new Specimen.",
6961 "description": "Attributes of the new object to return in the response.",
6965 "ensure_unique_name": {
6967 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
6968 "location": "query",
6974 "description": "Create object on a remote federated cluster instead of the current one.",
6975 "location": "query",
6991 "https://api.arvados.org/auth/arvados"
6995 "id": "arvados.specimens.update",
6996 "path": "specimens/{uuid}",
6997 "httpMethod": "PUT",
6998 "description": "Update attributes of an existing Specimen.",
7002 "description": "The UUID of the Specimen in question.",
7008 "description": "Attributes of the updated object to return in the response.",
7025 "https://api.arvados.org/auth/arvados"
7029 "id": "arvados.specimens.delete",
7030 "path": "specimens/{uuid}",
7031 "httpMethod": "DELETE",
7032 "description": "Delete an existing Specimen.",
7036 "description": "The UUID of the Specimen in question.",
7045 "https://api.arvados.org/auth/arvados"
7049 "id": "arvados.specimens.list",
7050 "path": "specimens",
7051 "httpMethod": "GET",
7052 "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>",
7074 "description": "Attributes of each object to return in the response.",
7108 "description": "List objects on a remote federated cluster instead of the current one.",
7109 "location": "query",
7112 "bypass_federation": {
7115 "description": "bypass federation behavior, list items from local instance database only",
7120 "$ref": "SpecimenList"
7123 "https://api.arvados.org/auth/arvados",
7124 "https://api.arvados.org/auth/arvados.readonly"
7128 "id": "arvados.specimens.show",
7129 "path": "specimens/{uuid}",
7130 "httpMethod": "GET",
7131 "description": "show specimens",
7141 "description": "Attributes of the object to return in the response.",
7150 "https://api.arvados.org/auth/arvados"
7154 "id": "arvados.specimens.destroy",
7155 "path": "specimens/{uuid}",
7156 "httpMethod": "DELETE",
7157 "description": "destroy specimens",
7170 "https://api.arvados.org/auth/arvados"
7178 "id": "arvados.traits.get",
7179 "path": "traits/{uuid}",
7180 "httpMethod": "GET",
7181 "description": "Gets a Trait's metadata by UUID.",
7185 "description": "The UUID of the Trait in question.",
7197 "https://api.arvados.org/auth/arvados",
7198 "https://api.arvados.org/auth/arvados.readonly"
7202 "id": "arvados.traits.list",
7204 "httpMethod": "GET",
7205 "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>",
7227 "description": "Attributes of each object to return in the response.",
7261 "description": "List objects on a remote federated cluster instead of the current one.",
7262 "location": "query",
7265 "bypass_federation": {
7268 "description": "bypass federation behavior, list items from local instance database only",
7276 "https://api.arvados.org/auth/arvados",
7277 "https://api.arvados.org/auth/arvados.readonly"
7281 "id": "arvados.traits.create",
7283 "httpMethod": "POST",
7284 "description": "Create a new Trait.",
7288 "description": "Attributes of the new object to return in the response.",
7292 "ensure_unique_name": {
7294 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
7295 "location": "query",
7301 "description": "Create object on a remote federated cluster instead of the current one.",
7302 "location": "query",
7318 "https://api.arvados.org/auth/arvados"
7322 "id": "arvados.traits.update",
7323 "path": "traits/{uuid}",
7324 "httpMethod": "PUT",
7325 "description": "Update attributes of an existing Trait.",
7329 "description": "The UUID of the Trait in question.",
7335 "description": "Attributes of the updated object to return in the response.",
7352 "https://api.arvados.org/auth/arvados"
7356 "id": "arvados.traits.delete",
7357 "path": "traits/{uuid}",
7358 "httpMethod": "DELETE",
7359 "description": "Delete an existing Trait.",
7363 "description": "The UUID of the Trait in question.",
7372 "https://api.arvados.org/auth/arvados"
7376 "id": "arvados.traits.list",
7378 "httpMethod": "GET",
7379 "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>",
7401 "description": "Attributes of each object to return in the response.",
7435 "description": "List objects on a remote federated cluster instead of the current one.",
7436 "location": "query",
7439 "bypass_federation": {
7442 "description": "bypass federation behavior, list items from local instance database only",
7450 "https://api.arvados.org/auth/arvados",
7451 "https://api.arvados.org/auth/arvados.readonly"
7455 "id": "arvados.traits.show",
7456 "path": "traits/{uuid}",
7457 "httpMethod": "GET",
7458 "description": "show traits",
7468 "description": "Attributes of the object to return in the response.",
7477 "https://api.arvados.org/auth/arvados"
7481 "id": "arvados.traits.destroy",
7482 "path": "traits/{uuid}",
7483 "httpMethod": "DELETE",
7484 "description": "destroy traits",
7497 "https://api.arvados.org/auth/arvados"
7505 "id": "arvados.users.get",
7506 "path": "users/{uuid}",
7507 "httpMethod": "GET",
7508 "description": "Gets a User's metadata by UUID.",
7512 "description": "The UUID of the User in question.",
7524 "https://api.arvados.org/auth/arvados",
7525 "https://api.arvados.org/auth/arvados.readonly"
7529 "id": "arvados.users.list",
7531 "httpMethod": "GET",
7532 "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>",
7554 "description": "Attributes of each object to return in the response.",
7588 "description": "List objects on a remote federated cluster instead of the current one.",
7589 "location": "query",
7592 "bypass_federation": {
7595 "description": "bypass federation behavior, list items from local instance database only",
7603 "https://api.arvados.org/auth/arvados",
7604 "https://api.arvados.org/auth/arvados.readonly"
7608 "id": "arvados.users.create",
7610 "httpMethod": "POST",
7611 "description": "Create a new User.",
7615 "description": "Attributes of the new object to return in the response.",
7619 "ensure_unique_name": {
7621 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
7622 "location": "query",
7628 "description": "Create object on a remote federated cluster instead of the current one.",
7629 "location": "query",
7645 "https://api.arvados.org/auth/arvados"
7649 "id": "arvados.users.update",
7650 "path": "users/{uuid}",
7651 "httpMethod": "PUT",
7652 "description": "Update attributes of an existing User.",
7656 "description": "The UUID of the User in question.",
7662 "description": "Attributes of the updated object to return in the response.",
7666 "bypass_federation": {
7686 "https://api.arvados.org/auth/arvados"
7690 "id": "arvados.users.delete",
7691 "path": "users/{uuid}",
7692 "httpMethod": "DELETE",
7693 "description": "Delete an existing User.",
7697 "description": "The UUID of the User in question.",
7706 "https://api.arvados.org/auth/arvados"
7710 "id": "arvados.users.current",
7711 "path": "users/current",
7712 "httpMethod": "GET",
7713 "description": "current users",
7719 "https://api.arvados.org/auth/arvados"
7723 "id": "arvados.users.system",
7724 "path": "users/system",
7725 "httpMethod": "GET",
7726 "description": "system users",
7732 "https://api.arvados.org/auth/arvados"
7736 "id": "arvados.users.activate",
7737 "path": "users/{uuid}/activate",
7738 "httpMethod": "POST",
7739 "description": "activate users",
7752 "https://api.arvados.org/auth/arvados"
7756 "id": "arvados.users.setup",
7757 "path": "users/setup",
7758 "httpMethod": "POST",
7759 "description": "setup users",
7785 "send_notification_email": {
7797 "https://api.arvados.org/auth/arvados"
7801 "id": "arvados.users.unsetup",
7802 "path": "users/{uuid}/unsetup",
7803 "httpMethod": "POST",
7804 "description": "unsetup users",
7817 "https://api.arvados.org/auth/arvados"
7821 "id": "arvados.users.merge",
7822 "path": "users/merge",
7823 "httpMethod": "POST",
7824 "description": "merge users",
7838 "redirect_to_new_user": {
7862 "https://api.arvados.org/auth/arvados"
7866 "id": "arvados.users.list",
7868 "httpMethod": "GET",
7869 "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>",
7891 "description": "Attributes of each object to return in the response.",
7925 "description": "List objects on a remote federated cluster instead of the current one.",
7926 "location": "query",
7929 "bypass_federation": {
7932 "description": "bypass federation behavior, list items from local instance database only",
7940 "https://api.arvados.org/auth/arvados",
7941 "https://api.arvados.org/auth/arvados.readonly"
7945 "id": "arvados.users.show",
7946 "path": "users/{uuid}",
7947 "httpMethod": "GET",
7948 "description": "show users",
7958 "description": "Attributes of the object to return in the response.",
7967 "https://api.arvados.org/auth/arvados"
7971 "id": "arvados.users.destroy",
7972 "path": "users/{uuid}",
7973 "httpMethod": "DELETE",
7974 "description": "destroy users",
7987 "https://api.arvados.org/auth/arvados"
7992 "user_agreements": {
7995 "id": "arvados.user_agreements.get",
7996 "path": "user_agreements/{uuid}",
7997 "httpMethod": "GET",
7998 "description": "Gets a UserAgreement's metadata by UUID.",
8002 "description": "The UUID of the UserAgreement in question.",
8011 "$ref": "UserAgreement"
8014 "https://api.arvados.org/auth/arvados",
8015 "https://api.arvados.org/auth/arvados.readonly"
8019 "id": "arvados.user_agreements.list",
8020 "path": "user_agreements",
8021 "httpMethod": "GET",
8022 "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>",
8044 "description": "Attributes of each object to return in the response.",
8078 "description": "List objects on a remote federated cluster instead of the current one.",
8079 "location": "query",
8082 "bypass_federation": {
8085 "description": "bypass federation behavior, list items from local instance database only",
8090 "$ref": "UserAgreementList"
8093 "https://api.arvados.org/auth/arvados",
8094 "https://api.arvados.org/auth/arvados.readonly"
8098 "id": "arvados.user_agreements.create",
8099 "path": "user_agreements",
8100 "httpMethod": "POST",
8101 "description": "Create a new UserAgreement.",
8105 "description": "Attributes of the new object to return in the response.",
8109 "ensure_unique_name": {
8111 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
8112 "location": "query",
8118 "description": "Create object on a remote federated cluster instead of the current one.",
8119 "location": "query",
8127 "$ref": "UserAgreement"
8132 "$ref": "UserAgreement"
8135 "https://api.arvados.org/auth/arvados"
8139 "id": "arvados.user_agreements.update",
8140 "path": "user_agreements/{uuid}",
8141 "httpMethod": "PUT",
8142 "description": "Update attributes of an existing UserAgreement.",
8146 "description": "The UUID of the UserAgreement in question.",
8152 "description": "Attributes of the updated object to return in the response.",
8161 "$ref": "UserAgreement"
8166 "$ref": "UserAgreement"
8169 "https://api.arvados.org/auth/arvados"
8173 "id": "arvados.user_agreements.delete",
8174 "path": "user_agreements/{uuid}",
8175 "httpMethod": "DELETE",
8176 "description": "Delete an existing UserAgreement.",
8180 "description": "The UUID of the UserAgreement in question.",
8186 "$ref": "UserAgreement"
8189 "https://api.arvados.org/auth/arvados"
8193 "id": "arvados.user_agreements.signatures",
8194 "path": "user_agreements/signatures",
8195 "httpMethod": "GET",
8196 "description": "signatures user_agreements",
8199 "$ref": "UserAgreement"
8202 "https://api.arvados.org/auth/arvados"
8206 "id": "arvados.user_agreements.sign",
8207 "path": "user_agreements/sign",
8208 "httpMethod": "POST",
8209 "description": "sign user_agreements",
8212 "$ref": "UserAgreement"
8215 "https://api.arvados.org/auth/arvados"
8219 "id": "arvados.user_agreements.list",
8220 "path": "user_agreements",
8221 "httpMethod": "GET",
8222 "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>",
8244 "description": "Attributes of each object to return in the response.",
8278 "description": "List objects on a remote federated cluster instead of the current one.",
8279 "location": "query",
8282 "bypass_federation": {
8285 "description": "bypass federation behavior, list items from local instance database only",
8290 "$ref": "UserAgreementList"
8293 "https://api.arvados.org/auth/arvados",
8294 "https://api.arvados.org/auth/arvados.readonly"
8298 "id": "arvados.user_agreements.new",
8299 "path": "user_agreements/new",
8300 "httpMethod": "GET",
8301 "description": "new user_agreements",
8304 "$ref": "UserAgreement"
8307 "https://api.arvados.org/auth/arvados"
8311 "id": "arvados.user_agreements.show",
8312 "path": "user_agreements/{uuid}",
8313 "httpMethod": "GET",
8314 "description": "show user_agreements",
8324 "description": "Attributes of the object to return in the response.",
8330 "$ref": "UserAgreement"
8333 "https://api.arvados.org/auth/arvados"
8337 "id": "arvados.user_agreements.destroy",
8338 "path": "user_agreements/{uuid}",
8339 "httpMethod": "DELETE",
8340 "description": "destroy user_agreements",
8350 "$ref": "UserAgreement"
8353 "https://api.arvados.org/auth/arvados"
8358 "virtual_machines": {
8361 "id": "arvados.virtual_machines.get",
8362 "path": "virtual_machines/{uuid}",
8363 "httpMethod": "GET",
8364 "description": "Gets a VirtualMachine's metadata by UUID.",
8368 "description": "The UUID of the VirtualMachine in question.",
8377 "$ref": "VirtualMachine"
8380 "https://api.arvados.org/auth/arvados",
8381 "https://api.arvados.org/auth/arvados.readonly"
8385 "id": "arvados.virtual_machines.list",
8386 "path": "virtual_machines",
8387 "httpMethod": "GET",
8388 "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>",
8410 "description": "Attributes of each object to return in the response.",
8444 "description": "List objects on a remote federated cluster instead of the current one.",
8445 "location": "query",
8448 "bypass_federation": {
8451 "description": "bypass federation behavior, list items from local instance database only",
8456 "$ref": "VirtualMachineList"
8459 "https://api.arvados.org/auth/arvados",
8460 "https://api.arvados.org/auth/arvados.readonly"
8464 "id": "arvados.virtual_machines.create",
8465 "path": "virtual_machines",
8466 "httpMethod": "POST",
8467 "description": "Create a new VirtualMachine.",
8471 "description": "Attributes of the new object to return in the response.",
8475 "ensure_unique_name": {
8477 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
8478 "location": "query",
8484 "description": "Create object on a remote federated cluster instead of the current one.",
8485 "location": "query",
8492 "virtual_machine": {
8493 "$ref": "VirtualMachine"
8498 "$ref": "VirtualMachine"
8501 "https://api.arvados.org/auth/arvados"
8505 "id": "arvados.virtual_machines.update",
8506 "path": "virtual_machines/{uuid}",
8507 "httpMethod": "PUT",
8508 "description": "Update attributes of an existing VirtualMachine.",
8512 "description": "The UUID of the VirtualMachine in question.",
8518 "description": "Attributes of the updated object to return in the response.",
8526 "virtual_machine": {
8527 "$ref": "VirtualMachine"
8532 "$ref": "VirtualMachine"
8535 "https://api.arvados.org/auth/arvados"
8539 "id": "arvados.virtual_machines.delete",
8540 "path": "virtual_machines/{uuid}",
8541 "httpMethod": "DELETE",
8542 "description": "Delete an existing VirtualMachine.",
8546 "description": "The UUID of the VirtualMachine in question.",
8552 "$ref": "VirtualMachine"
8555 "https://api.arvados.org/auth/arvados"
8559 "id": "arvados.virtual_machines.logins",
8560 "path": "virtual_machines/{uuid}/logins",
8561 "httpMethod": "GET",
8562 "description": "logins virtual_machines",
8572 "$ref": "VirtualMachine"
8575 "https://api.arvados.org/auth/arvados"
8579 "id": "arvados.virtual_machines.get_all_logins",
8580 "path": "virtual_machines/get_all_logins",
8581 "httpMethod": "GET",
8582 "description": "get_all_logins virtual_machines",
8585 "$ref": "VirtualMachine"
8588 "https://api.arvados.org/auth/arvados"
8592 "id": "arvados.virtual_machines.list",
8593 "path": "virtual_machines",
8594 "httpMethod": "GET",
8595 "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>",
8617 "description": "Attributes of each object to return in the response.",
8651 "description": "List objects on a remote federated cluster instead of the current one.",
8652 "location": "query",
8655 "bypass_federation": {
8658 "description": "bypass federation behavior, list items from local instance database only",
8663 "$ref": "VirtualMachineList"
8666 "https://api.arvados.org/auth/arvados",
8667 "https://api.arvados.org/auth/arvados.readonly"
8671 "id": "arvados.virtual_machines.show",
8672 "path": "virtual_machines/{uuid}",
8673 "httpMethod": "GET",
8674 "description": "show virtual_machines",
8684 "description": "Attributes of the object to return in the response.",
8690 "$ref": "VirtualMachine"
8693 "https://api.arvados.org/auth/arvados"
8697 "id": "arvados.virtual_machines.destroy",
8698 "path": "virtual_machines/{uuid}",
8699 "httpMethod": "DELETE",
8700 "description": "destroy virtual_machines",
8710 "$ref": "VirtualMachine"
8713 "https://api.arvados.org/auth/arvados"
8721 "id": "arvados.workflows.get",
8722 "path": "workflows/{uuid}",
8723 "httpMethod": "GET",
8724 "description": "Gets a Workflow's metadata by UUID.",
8728 "description": "The UUID of the Workflow in question.",
8740 "https://api.arvados.org/auth/arvados",
8741 "https://api.arvados.org/auth/arvados.readonly"
8745 "id": "arvados.workflows.list",
8746 "path": "workflows",
8747 "httpMethod": "GET",
8748 "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>",
8770 "description": "Attributes of each object to return in the response.",
8804 "description": "List objects on a remote federated cluster instead of the current one.",
8805 "location": "query",
8808 "bypass_federation": {
8811 "description": "bypass federation behavior, list items from local instance database only",
8816 "$ref": "WorkflowList"
8819 "https://api.arvados.org/auth/arvados",
8820 "https://api.arvados.org/auth/arvados.readonly"
8824 "id": "arvados.workflows.create",
8825 "path": "workflows",
8826 "httpMethod": "POST",
8827 "description": "Create a new Workflow.",
8831 "description": "Attributes of the new object to return in the response.",
8835 "ensure_unique_name": {
8837 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
8838 "location": "query",
8844 "description": "Create object on a remote federated cluster instead of the current one.",
8845 "location": "query",
8861 "https://api.arvados.org/auth/arvados"
8865 "id": "arvados.workflows.update",
8866 "path": "workflows/{uuid}",
8867 "httpMethod": "PUT",
8868 "description": "Update attributes of an existing Workflow.",
8872 "description": "The UUID of the Workflow in question.",
8878 "description": "Attributes of the updated object to return in the response.",
8895 "https://api.arvados.org/auth/arvados"
8899 "id": "arvados.workflows.delete",
8900 "path": "workflows/{uuid}",
8901 "httpMethod": "DELETE",
8902 "description": "Delete an existing Workflow.",
8906 "description": "The UUID of the Workflow in question.",
8915 "https://api.arvados.org/auth/arvados"
8919 "id": "arvados.workflows.list",
8920 "path": "workflows",
8921 "httpMethod": "GET",
8922 "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>",
8944 "description": "Attributes of each object to return in the response.",
8978 "description": "List objects on a remote federated cluster instead of the current one.",
8979 "location": "query",
8982 "bypass_federation": {
8985 "description": "bypass federation behavior, list items from local instance database only",
8990 "$ref": "WorkflowList"
8993 "https://api.arvados.org/auth/arvados",
8994 "https://api.arvados.org/auth/arvados.readonly"
8998 "id": "arvados.workflows.show",
8999 "path": "workflows/{uuid}",
9000 "httpMethod": "GET",
9001 "description": "show workflows",
9011 "description": "Attributes of the object to return in the response.",
9020 "https://api.arvados.org/auth/arvados"
9024 "id": "arvados.workflows.destroy",
9025 "path": "workflows/{uuid}",
9026 "httpMethod": "DELETE",
9027 "description": "destroy workflows",
9040 "https://api.arvados.org/auth/arvados"
9048 "id": "arvados.configs.get",
9050 "httpMethod": "GET",
9051 "description": "Get public config",
9053 "parameterOrder": [],
9056 "https://api.arvados.org/auth/arvados",
9057 "https://api.arvados.org/auth/arvados.readonly"
9065 "id": "arvados.vocabularies.get",
9066 "path": "vocabulary",
9067 "httpMethod": "GET",
9068 "description": "Get vocabulary definition",
9070 "parameterOrder": [],
9073 "https://api.arvados.org/auth/arvados",
9074 "https://api.arvados.org/auth/arvados.readonly"
9082 "id": "arvados.sys.trash_sweep",
9083 "path": "sys/trash_sweep",
9084 "httpMethod": "POST",
9085 "description": "apply scheduled trash and delete operations",
9087 "parameterOrder": [],
9090 "https://api.arvados.org/auth/arvados",
9091 "https://api.arvados.org/auth/arvados.readonly"
9097 "revision": "20231117",
9100 "id": "ApiClientList",
9101 "description": "ApiClient list",
9106 "description": "Object type. Always arvados#apiClientList.",
9107 "default": "arvados#apiClientList"
9111 "description": "List version."
9115 "description": "The list of ApiClients.",
9122 "description": "A link to the next page of ApiClients."
9124 "next_page_token": {
9126 "description": "The page token for the next page of ApiClients."
9130 "description": "A link back to this list."
9136 "description": "ApiClient",
9138 "uuidPrefix": "ozdt8",
9145 "description": "Object version."
9150 "modified_by_client_uuid": {
9153 "modified_by_user_uuid": {
9173 "ApiClientAuthorizationList": {
9174 "id": "ApiClientAuthorizationList",
9175 "description": "ApiClientAuthorization list",
9180 "description": "Object type. Always arvados#apiClientAuthorizationList.",
9181 "default": "arvados#apiClientAuthorizationList"
9185 "description": "List version."
9189 "description": "The list of ApiClientAuthorizations.",
9191 "$ref": "ApiClientAuthorization"
9196 "description": "A link to the next page of ApiClientAuthorizations."
9198 "next_page_token": {
9200 "description": "The page token for the next page of ApiClientAuthorizations."
9204 "description": "A link back to this list."
9208 "ApiClientAuthorization": {
9209 "id": "ApiClientAuthorization",
9210 "description": "ApiClientAuthorization",
9212 "uuidPrefix": "gj3su",
9219 "description": "Object version."
9230 "created_by_ip_address": {
9233 "last_used_by_ip_address": {
9245 "default_owner_uuid": {
9253 "AuthorizedKeyList": {
9254 "id": "AuthorizedKeyList",
9255 "description": "AuthorizedKey list",
9260 "description": "Object type. Always arvados#authorizedKeyList.",
9261 "default": "arvados#authorizedKeyList"
9265 "description": "List version."
9269 "description": "The list of AuthorizedKeys.",
9271 "$ref": "AuthorizedKey"
9276 "description": "A link to the next page of AuthorizedKeys."
9278 "next_page_token": {
9280 "description": "The page token for the next page of AuthorizedKeys."
9284 "description": "A link back to this list."
9289 "id": "AuthorizedKey",
9290 "description": "AuthorizedKey",
9292 "uuidPrefix": "fngyi",
9299 "description": "Object version."
9304 "modified_by_client_uuid": {
9307 "modified_by_user_uuid": {
9319 "authorized_user_uuid": {
9334 "id": "CollectionList",
9335 "description": "Collection list",
9340 "description": "Object type. Always arvados#collectionList.",
9341 "default": "arvados#collectionList"
9345 "description": "List version."
9349 "description": "The list of Collections.",
9351 "$ref": "Collection"
9356 "description": "A link to the next page of Collections."
9358 "next_page_token": {
9360 "description": "The page token for the next page of Collections."
9364 "description": "A link back to this list."
9370 "description": "Collection",
9372 "uuidPrefix": "4zz18",
9379 "description": "Object version."
9387 "modified_by_client_uuid": {
9390 "modified_by_user_uuid": {
9396 "portable_data_hash": {
9399 "replication_desired": {
9402 "replication_confirmed_at": {
9405 "replication_confirmed": {
9429 "storage_classes_desired": {
9432 "storage_classes_confirmed": {
9435 "storage_classes_confirmed_at": {
9438 "current_version_uuid": {
9444 "preserve_version": {
9450 "file_size_total": {
9456 "id": "ContainerList",
9457 "description": "Container list",
9462 "description": "Object type. Always arvados#containerList.",
9463 "default": "arvados#containerList"
9467 "description": "List version."
9471 "description": "The list of Containers.",
9478 "description": "A link to the next page of Containers."
9480 "next_page_token": {
9482 "description": "The page token for the next page of Containers."
9486 "description": "A link back to this list."
9492 "description": "Container",
9494 "uuidPrefix": "dz642",
9501 "description": "Object version."
9512 "modified_by_client_uuid": {
9515 "modified_by_user_uuid": {
9545 "runtime_constraints": {
9551 "container_image": {
9569 "scheduling_parameters": {
9575 "runtime_user_uuid": {
9578 "runtime_auth_scopes": {
9584 "gateway_address": {
9587 "interactive_session_started": {
9590 "output_storage_classes": {
9593 "output_properties": {
9599 "subrequests_cost": {
9604 "ContainerRequestList": {
9605 "id": "ContainerRequestList",
9606 "description": "ContainerRequest list",
9611 "description": "Object type. Always arvados#containerRequestList.",
9612 "default": "arvados#containerRequestList"
9616 "description": "List version."
9620 "description": "The list of ContainerRequests.",
9622 "$ref": "ContainerRequest"
9627 "description": "A link to the next page of ContainerRequests."
9629 "next_page_token": {
9631 "description": "The page token for the next page of ContainerRequests."
9635 "description": "A link back to this list."
9639 "ContainerRequest": {
9640 "id": "ContainerRequest",
9641 "description": "ContainerRequest",
9643 "uuidPrefix": "xvhdp",
9650 "description": "Object version."
9661 "modified_by_client_uuid": {
9664 "modified_by_user_uuid": {
9679 "requesting_container_uuid": {
9685 "container_count_max": {
9691 "runtime_constraints": {
9694 "container_image": {
9718 "container_count": {
9724 "scheduling_parameters": {
9739 "output_storage_classes": {
9742 "output_properties": {
9745 "cumulative_cost": {
9752 "description": "Group list",
9757 "description": "Object type. Always arvados#groupList.",
9758 "default": "arvados#groupList"
9762 "description": "List version."
9766 "description": "The list of Groups.",
9773 "description": "A link to the next page of Groups."
9775 "next_page_token": {
9777 "description": "The page token for the next page of Groups."
9781 "description": "A link back to this list."
9787 "description": "Group",
9789 "uuidPrefix": "j7d0g",
9796 "description": "Object version."
9804 "modified_by_client_uuid": {
9807 "modified_by_user_uuid": {
9841 "description": "Human list",
9846 "description": "Object type. Always arvados#humanList.",
9847 "default": "arvados#humanList"
9851 "description": "List version."
9855 "description": "The list of Humans.",
9862 "description": "A link to the next page of Humans."
9864 "next_page_token": {
9866 "description": "The page token for the next page of Humans."
9870 "description": "A link back to this list."
9876 "description": "Human",
9878 "uuidPrefix": "7a9it",
9885 "description": "Object version."
9890 "modified_by_client_uuid": {
9893 "modified_by_user_uuid": {
9909 "description": "Job list",
9914 "description": "Object type. Always arvados#jobList.",
9915 "default": "arvados#jobList"
9919 "description": "List version."
9923 "description": "The list of Jobs.",
9930 "description": "A link to the next page of Jobs."
9932 "next_page_token": {
9934 "description": "The page token for the next page of Jobs."
9938 "description": "A link back to this list."
9944 "description": "Job",
9946 "uuidPrefix": "8i9sb",
9953 "description": "Object version."
9958 "modified_by_client_uuid": {
9961 "modified_by_user_uuid": {
9976 "script_parameters": {
9979 "cancelled_by_client_uuid": {
9982 "cancelled_by_user_uuid": {
10006 "is_locked_by_uuid": {
10015 "runtime_constraints": {
10018 "nondeterministic": {
10024 "supplied_script_version": {
10027 "docker_image_locator": {
10039 "arvados_sdk_version": {
10048 "id": "JobTaskList",
10049 "description": "JobTask list",
10054 "description": "Object type. Always arvados#jobTaskList.",
10055 "default": "arvados#jobTaskList"
10059 "description": "List version."
10063 "description": "The list of JobTasks.",
10070 "description": "A link to the next page of JobTasks."
10072 "next_page_token": {
10074 "description": "The page token for the next page of JobTasks."
10078 "description": "A link back to this list."
10084 "description": "JobTask",
10086 "uuidPrefix": "ot0gb",
10093 "description": "Object version."
10098 "modified_by_client_uuid": {
10101 "modified_by_user_uuid": {
10128 "created_by_job_task_uuid": {
10143 "id": "KeepDiskList",
10144 "description": "KeepDisk list",
10149 "description": "Object type. Always arvados#keepDiskList.",
10150 "default": "arvados#keepDiskList"
10154 "description": "List version."
10158 "description": "The list of KeepDisks.",
10165 "description": "A link to the next page of KeepDisks."
10167 "next_page_token": {
10169 "description": "The page token for the next page of KeepDisks."
10173 "description": "A link back to this list."
10179 "description": "KeepDisk",
10181 "uuidPrefix": "penuu",
10188 "description": "Object version."
10193 "modified_by_client_uuid": {
10196 "modified_by_user_uuid": {
10205 "filesystem_uuid": {
10232 "keep_service_uuid": {
10237 "KeepServiceList": {
10238 "id": "KeepServiceList",
10239 "description": "KeepService list",
10244 "description": "Object type. Always arvados#keepServiceList.",
10245 "default": "arvados#keepServiceList"
10249 "description": "List version."
10253 "description": "The list of KeepServices.",
10255 "$ref": "KeepService"
10260 "description": "A link to the next page of KeepServices."
10262 "next_page_token": {
10264 "description": "The page token for the next page of KeepServices."
10268 "description": "A link back to this list."
10273 "id": "KeepService",
10274 "description": "KeepService",
10276 "uuidPrefix": "bi6l4",
10283 "description": "Object version."
10288 "modified_by_client_uuid": {
10291 "modified_by_user_uuid": {
10303 "service_ssl_flag": {
10319 "description": "Link list",
10324 "description": "Object type. Always arvados#linkList.",
10325 "default": "arvados#linkList"
10329 "description": "List version."
10333 "description": "The list of Links.",
10340 "description": "A link to the next page of Links."
10342 "next_page_token": {
10344 "description": "The page token for the next page of Links."
10348 "description": "A link back to this list."
10354 "description": "Link",
10356 "uuidPrefix": "o0j2j",
10363 "description": "Object version."
10371 "modified_by_client_uuid": {
10374 "modified_by_user_uuid": {
10399 "description": "Log list",
10404 "description": "Object type. Always arvados#logList.",
10405 "default": "arvados#logList"
10409 "description": "List version."
10413 "description": "The list of Logs.",
10420 "description": "A link to the next page of Logs."
10422 "next_page_token": {
10424 "description": "The page token for the next page of Logs."
10428 "description": "A link back to this list."
10434 "description": "Log",
10436 "uuidPrefix": "57u5n",
10443 "description": "Object version."
10451 "modified_by_client_uuid": {
10454 "modified_by_user_uuid": {
10478 "object_owner_uuid": {
10485 "description": "Node list",
10490 "description": "Object type. Always arvados#nodeList.",
10491 "default": "arvados#nodeList"
10495 "description": "List version."
10499 "description": "The list of Nodes.",
10506 "description": "A link to the next page of Nodes."
10508 "next_page_token": {
10510 "description": "The page token for the next page of Nodes."
10514 "description": "A link back to this list."
10520 "description": "Node",
10522 "uuidPrefix": "7ekkf",
10529 "description": "Object version."
10537 "modified_by_client_uuid": {
10540 "modified_by_user_uuid": {
10569 "PipelineInstanceList": {
10570 "id": "PipelineInstanceList",
10571 "description": "PipelineInstance list",
10576 "description": "Object type. Always arvados#pipelineInstanceList.",
10577 "default": "arvados#pipelineInstanceList"
10581 "description": "List version."
10585 "description": "The list of PipelineInstances.",
10587 "$ref": "PipelineInstance"
10592 "description": "A link to the next page of PipelineInstances."
10594 "next_page_token": {
10596 "description": "The page token for the next page of PipelineInstances."
10600 "description": "A link back to this list."
10604 "PipelineInstance": {
10605 "id": "PipelineInstance",
10606 "description": "PipelineInstance",
10608 "uuidPrefix": "d1hrv",
10615 "description": "Object version."
10623 "modified_by_client_uuid": {
10626 "modified_by_user_uuid": {
10632 "pipeline_template_uuid": {
10647 "components_summary": {
10661 "PipelineTemplateList": {
10662 "id": "PipelineTemplateList",
10663 "description": "PipelineTemplate list",
10668 "description": "Object type. Always arvados#pipelineTemplateList.",
10669 "default": "arvados#pipelineTemplateList"
10673 "description": "List version."
10677 "description": "The list of PipelineTemplates.",
10679 "$ref": "PipelineTemplate"
10684 "description": "A link to the next page of PipelineTemplates."
10686 "next_page_token": {
10688 "description": "The page token for the next page of PipelineTemplates."
10692 "description": "A link back to this list."
10696 "PipelineTemplate": {
10697 "id": "PipelineTemplate",
10698 "description": "PipelineTemplate",
10700 "uuidPrefix": "p5p6p",
10707 "description": "Object version."
10715 "modified_by_client_uuid": {
10718 "modified_by_user_uuid": {
10735 "RepositoryList": {
10736 "id": "RepositoryList",
10737 "description": "Repository list",
10742 "description": "Object type. Always arvados#repositoryList.",
10743 "default": "arvados#repositoryList"
10747 "description": "List version."
10751 "description": "The list of Repositories.",
10753 "$ref": "Repository"
10758 "description": "A link to the next page of Repositories."
10760 "next_page_token": {
10762 "description": "The page token for the next page of Repositories."
10766 "description": "A link back to this list."
10771 "id": "Repository",
10772 "description": "Repository",
10774 "uuidPrefix": "s0uqq",
10781 "description": "Object version."
10786 "modified_by_client_uuid": {
10789 "modified_by_user_uuid": {
10804 "id": "SpecimenList",
10805 "description": "Specimen list",
10810 "description": "Object type. Always arvados#specimenList.",
10811 "default": "arvados#specimenList"
10815 "description": "List version."
10819 "description": "The list of Specimens.",
10826 "description": "A link to the next page of Specimens."
10828 "next_page_token": {
10830 "description": "The page token for the next page of Specimens."
10834 "description": "A link back to this list."
10840 "description": "Specimen",
10842 "uuidPrefix": "j58dm",
10849 "description": "Object version."
10857 "modified_by_client_uuid": {
10860 "modified_by_user_uuid": {
10876 "description": "Trait list",
10881 "description": "Object type. Always arvados#traitList.",
10882 "default": "arvados#traitList"
10886 "description": "List version."
10890 "description": "The list of Traits.",
10897 "description": "A link to the next page of Traits."
10899 "next_page_token": {
10901 "description": "The page token for the next page of Traits."
10905 "description": "A link back to this list."
10911 "description": "Trait",
10913 "uuidPrefix": "q1cn2",
10920 "description": "Object version."
10925 "modified_by_client_uuid": {
10928 "modified_by_user_uuid": {
10947 "description": "User list",
10952 "description": "Object type. Always arvados#userList.",
10953 "default": "arvados#userList"
10957 "description": "List version."
10961 "description": "The list of Users.",
10968 "description": "A link to the next page of Users."
10970 "next_page_token": {
10972 "description": "The page token for the next page of Users."
10976 "description": "A link back to this list."
10982 "description": "User",
10984 "uuidPrefix": "tpzed",
10991 "description": "Object version."
10999 "modified_by_client_uuid": {
11002 "modified_by_user_uuid": {
11034 "UserAgreementList": {
11035 "id": "UserAgreementList",
11036 "description": "UserAgreement list",
11041 "description": "Object type. Always arvados#userAgreementList.",
11042 "default": "arvados#userAgreementList"
11046 "description": "List version."
11050 "description": "The list of UserAgreements.",
11052 "$ref": "UserAgreement"
11057 "description": "A link to the next page of UserAgreements."
11059 "next_page_token": {
11061 "description": "The page token for the next page of UserAgreements."
11065 "description": "A link back to this list."
11070 "id": "UserAgreement",
11071 "description": "UserAgreement",
11073 "uuidPrefix": "gv0sa",
11080 "description": "Object version."
11088 "modified_by_client_uuid": {
11091 "modified_by_user_uuid": {
11097 "portable_data_hash": {
11100 "replication_desired": {
11103 "replication_confirmed_at": {
11106 "replication_confirmed": {
11130 "storage_classes_desired": {
11133 "storage_classes_confirmed": {
11136 "storage_classes_confirmed_at": {
11139 "current_version_uuid": {
11145 "preserve_version": {
11151 "file_size_total": {
11156 "VirtualMachineList": {
11157 "id": "VirtualMachineList",
11158 "description": "VirtualMachine list",
11163 "description": "Object type. Always arvados#virtualMachineList.",
11164 "default": "arvados#virtualMachineList"
11168 "description": "List version."
11172 "description": "The list of VirtualMachines.",
11174 "$ref": "VirtualMachine"
11179 "description": "A link to the next page of VirtualMachines."
11181 "next_page_token": {
11183 "description": "The page token for the next page of VirtualMachines."
11187 "description": "A link back to this list."
11191 "VirtualMachine": {
11192 "id": "VirtualMachine",
11193 "description": "VirtualMachine",
11195 "uuidPrefix": "2x53u",
11202 "description": "Object version."
11207 "modified_by_client_uuid": {
11210 "modified_by_user_uuid": {
11225 "id": "WorkflowList",
11226 "description": "Workflow list",
11231 "description": "Object type. Always arvados#workflowList.",
11232 "default": "arvados#workflowList"
11236 "description": "List version."
11240 "description": "The list of Workflows.",
11247 "description": "A link to the next page of Workflows."
11249 "next_page_token": {
11251 "description": "The page token for the next page of Workflows."
11255 "description": "A link back to this list."
11261 "description": "Workflow",
11263 "uuidPrefix": "7fd4e",
11270 "description": "Object version."
11281 "modified_by_client_uuid": {
11284 "modified_by_user_uuid": {
11299 "servicePath": "arvados/v1/",
11300 "title": "Arvados API",