5 "https://api.arvados.org/auth/arvados": {
6 "description": "View and manage objects"
8 "https://api.arvados.org/auth/arvados.readonly": {
9 "description": "View objects"
14 "basePath": "/arvados/v1/",
16 "description": "The API to interact with Arvados.",
17 "discoveryVersion": "v1",
18 "documentationLink": "http://doc.arvados.org/api/index.html",
20 "kind": "discovery#restDescription",
25 "description": "Data format for the response.",
31 "Responses with Content-Type of application/json"
37 "description": "Selector specifying which fields to include in a partial response.",
42 "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
47 "description": "OAuth 2.0 token for the current user.",
56 "id": "arvados.api_clients.get",
57 "path": "api_clients/{uuid}",
59 "description": "Gets a ApiClient's metadata by UUID.",
63 "description": "The UUID of the ApiClient in question.",
75 "https://api.arvados.org/auth/arvados",
76 "https://api.arvados.org/auth/arvados.readonly"
80 "id": "arvados.api_clients.list",
81 "path": "api_clients",
83 "description": "List ApiClients.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching ApiClients. For example:\n\n <pre>\n {\n \"kind\":\"arvados#apiClientList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
105 "description": "Attributes of each object to return in the response.",
139 "description": "List objects on a remote federated cluster instead of the current one.",
143 "bypass_federation": {
146 "description": "bypass federation behavior, list items from local instance database only",
151 "$ref": "ApiClientList"
154 "https://api.arvados.org/auth/arvados",
155 "https://api.arvados.org/auth/arvados.readonly"
159 "id": "arvados.api_clients.create",
160 "path": "api_clients",
161 "httpMethod": "POST",
162 "description": "Create a new ApiClient.",
166 "description": "Attributes of the new object to return in the response.",
170 "ensure_unique_name": {
172 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
179 "description": "Create object on a remote federated cluster instead of the current one.",
196 "https://api.arvados.org/auth/arvados"
200 "id": "arvados.api_clients.update",
201 "path": "api_clients/{uuid}",
203 "description": "Update attributes of an existing ApiClient.",
207 "description": "The UUID of the ApiClient in question.",
213 "description": "Attributes of the updated object to return in the response.",
230 "https://api.arvados.org/auth/arvados"
234 "id": "arvados.api_clients.delete",
235 "path": "api_clients/{uuid}",
236 "httpMethod": "DELETE",
237 "description": "Delete an existing ApiClient.",
241 "description": "The UUID of the ApiClient in question.",
250 "https://api.arvados.org/auth/arvados"
254 "id": "arvados.api_clients.list",
255 "path": "api_clients",
257 "description": "List ApiClients.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching ApiClients. For example:\n\n <pre>\n {\n \"kind\":\"arvados#apiClientList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
279 "description": "Attributes of each object to return in the response.",
313 "description": "List objects on a remote federated cluster instead of the current one.",
317 "bypass_federation": {
320 "description": "bypass federation behavior, list items from local instance database only",
325 "$ref": "ApiClientList"
328 "https://api.arvados.org/auth/arvados",
329 "https://api.arvados.org/auth/arvados.readonly"
333 "id": "arvados.api_clients.show",
334 "path": "api_clients/{uuid}",
336 "description": "show api_clients",
346 "description": "Attributes of the object to return in the response.",
355 "https://api.arvados.org/auth/arvados"
359 "id": "arvados.api_clients.destroy",
360 "path": "api_clients/{uuid}",
361 "httpMethod": "DELETE",
362 "description": "destroy api_clients",
375 "https://api.arvados.org/auth/arvados"
380 "api_client_authorizations": {
383 "id": "arvados.api_client_authorizations.get",
384 "path": "api_client_authorizations/{uuid}",
386 "description": "Gets a ApiClientAuthorization's metadata by UUID.",
390 "description": "The UUID of the ApiClientAuthorization in question.",
399 "$ref": "ApiClientAuthorization"
402 "https://api.arvados.org/auth/arvados",
403 "https://api.arvados.org/auth/arvados.readonly"
407 "id": "arvados.api_client_authorizations.list",
408 "path": "api_client_authorizations",
410 "description": "List ApiClientAuthorizations.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching ApiClientAuthorizations. For example:\n\n <pre>\n {\n \"kind\":\"arvados#apiClientAuthorizationList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
432 "description": "Attributes of each object to return in the response.",
466 "description": "List objects on a remote federated cluster instead of the current one.",
470 "bypass_federation": {
473 "description": "bypass federation behavior, list items from local instance database only",
478 "$ref": "ApiClientAuthorizationList"
481 "https://api.arvados.org/auth/arvados",
482 "https://api.arvados.org/auth/arvados.readonly"
486 "id": "arvados.api_client_authorizations.create",
487 "path": "api_client_authorizations",
488 "httpMethod": "POST",
489 "description": "Create a new ApiClientAuthorization.",
493 "description": "Attributes of the new object to return in the response.",
497 "ensure_unique_name": {
499 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
506 "description": "Create object on a remote federated cluster instead of the current one.",
514 "api_client_authorization": {
515 "$ref": "ApiClientAuthorization"
520 "$ref": "ApiClientAuthorization"
523 "https://api.arvados.org/auth/arvados"
527 "id": "arvados.api_client_authorizations.update",
528 "path": "api_client_authorizations/{uuid}",
530 "description": "Update attributes of an existing ApiClientAuthorization.",
534 "description": "The UUID of the ApiClientAuthorization in question.",
540 "description": "Attributes of the updated object to return in the response.",
548 "api_client_authorization": {
549 "$ref": "ApiClientAuthorization"
554 "$ref": "ApiClientAuthorization"
557 "https://api.arvados.org/auth/arvados"
561 "id": "arvados.api_client_authorizations.delete",
562 "path": "api_client_authorizations/{uuid}",
563 "httpMethod": "DELETE",
564 "description": "Delete an existing ApiClientAuthorization.",
568 "description": "The UUID of the ApiClientAuthorization in question.",
574 "$ref": "ApiClientAuthorization"
577 "https://api.arvados.org/auth/arvados"
580 "create_system_auth": {
581 "id": "arvados.api_client_authorizations.create_system_auth",
582 "path": "api_client_authorizations/create_system_auth",
583 "httpMethod": "POST",
584 "description": "create_system_auth api_client_authorizations",
600 "$ref": "ApiClientAuthorization"
603 "https://api.arvados.org/auth/arvados"
607 "id": "arvados.api_client_authorizations.current",
608 "path": "api_client_authorizations/current",
610 "description": "current api_client_authorizations",
613 "$ref": "ApiClientAuthorization"
616 "https://api.arvados.org/auth/arvados"
620 "id": "arvados.api_client_authorizations.list",
621 "path": "api_client_authorizations",
623 "description": "List ApiClientAuthorizations.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching ApiClientAuthorizations. For example:\n\n <pre>\n {\n \"kind\":\"arvados#apiClientAuthorizationList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
645 "description": "Attributes of each object to return in the response.",
679 "description": "List objects on a remote federated cluster instead of the current one.",
683 "bypass_federation": {
686 "description": "bypass federation behavior, list items from local instance database only",
691 "$ref": "ApiClientAuthorizationList"
694 "https://api.arvados.org/auth/arvados",
695 "https://api.arvados.org/auth/arvados.readonly"
699 "id": "arvados.api_client_authorizations.show",
700 "path": "api_client_authorizations/{uuid}",
702 "description": "show api_client_authorizations",
712 "description": "Attributes of the object to return in the response.",
718 "$ref": "ApiClientAuthorization"
721 "https://api.arvados.org/auth/arvados"
725 "id": "arvados.api_client_authorizations.destroy",
726 "path": "api_client_authorizations/{uuid}",
727 "httpMethod": "DELETE",
728 "description": "destroy api_client_authorizations",
738 "$ref": "ApiClientAuthorization"
741 "https://api.arvados.org/auth/arvados"
749 "id": "arvados.authorized_keys.get",
750 "path": "authorized_keys/{uuid}",
752 "description": "Gets a AuthorizedKey's metadata by UUID.",
756 "description": "The UUID of the AuthorizedKey in question.",
765 "$ref": "AuthorizedKey"
768 "https://api.arvados.org/auth/arvados",
769 "https://api.arvados.org/auth/arvados.readonly"
773 "id": "arvados.authorized_keys.list",
774 "path": "authorized_keys",
776 "description": "List AuthorizedKeys.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching AuthorizedKeys. For example:\n\n <pre>\n {\n \"kind\":\"arvados#authorizedKeyList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
798 "description": "Attributes of each object to return in the response.",
832 "description": "List objects on a remote federated cluster instead of the current one.",
836 "bypass_federation": {
839 "description": "bypass federation behavior, list items from local instance database only",
844 "$ref": "AuthorizedKeyList"
847 "https://api.arvados.org/auth/arvados",
848 "https://api.arvados.org/auth/arvados.readonly"
852 "id": "arvados.authorized_keys.create",
853 "path": "authorized_keys",
854 "httpMethod": "POST",
855 "description": "Create a new AuthorizedKey.",
859 "description": "Attributes of the new object to return in the response.",
863 "ensure_unique_name": {
865 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
872 "description": "Create object on a remote federated cluster instead of the current one.",
881 "$ref": "AuthorizedKey"
886 "$ref": "AuthorizedKey"
889 "https://api.arvados.org/auth/arvados"
893 "id": "arvados.authorized_keys.update",
894 "path": "authorized_keys/{uuid}",
896 "description": "Update attributes of an existing AuthorizedKey.",
900 "description": "The UUID of the AuthorizedKey in question.",
906 "description": "Attributes of the updated object to return in the response.",
915 "$ref": "AuthorizedKey"
920 "$ref": "AuthorizedKey"
923 "https://api.arvados.org/auth/arvados"
927 "id": "arvados.authorized_keys.delete",
928 "path": "authorized_keys/{uuid}",
929 "httpMethod": "DELETE",
930 "description": "Delete an existing AuthorizedKey.",
934 "description": "The UUID of the AuthorizedKey in question.",
940 "$ref": "AuthorizedKey"
943 "https://api.arvados.org/auth/arvados"
947 "id": "arvados.authorized_keys.list",
948 "path": "authorized_keys",
950 "description": "List AuthorizedKeys.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching AuthorizedKeys. For example:\n\n <pre>\n {\n \"kind\":\"arvados#authorizedKeyList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
972 "description": "Attributes of each object to return in the response.",
1006 "description": "List objects on a remote federated cluster instead of the current one.",
1007 "location": "query",
1010 "bypass_federation": {
1013 "description": "bypass federation behavior, list items from local instance database only",
1018 "$ref": "AuthorizedKeyList"
1021 "https://api.arvados.org/auth/arvados",
1022 "https://api.arvados.org/auth/arvados.readonly"
1026 "id": "arvados.authorized_keys.show",
1027 "path": "authorized_keys/{uuid}",
1028 "httpMethod": "GET",
1029 "description": "show authorized_keys",
1039 "description": "Attributes of the object to return in the response.",
1045 "$ref": "AuthorizedKey"
1048 "https://api.arvados.org/auth/arvados"
1052 "id": "arvados.authorized_keys.destroy",
1053 "path": "authorized_keys/{uuid}",
1054 "httpMethod": "DELETE",
1055 "description": "destroy authorized_keys",
1065 "$ref": "AuthorizedKey"
1068 "https://api.arvados.org/auth/arvados"
1076 "id": "arvados.collections.get",
1077 "path": "collections/{uuid}",
1078 "httpMethod": "GET",
1079 "description": "Gets a Collection's metadata by UUID.",
1083 "description": "The UUID of the Collection in question.",
1092 "$ref": "Collection"
1095 "https://api.arvados.org/auth/arvados",
1096 "https://api.arvados.org/auth/arvados.readonly"
1100 "id": "arvados.collections.list",
1101 "path": "collections",
1102 "httpMethod": "GET",
1103 "description": "List Collections.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Collections. For example:\n\n <pre>\n {\n \"kind\":\"arvados#collectionList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
1125 "description": "Attributes of each object to return in the response.",
1159 "description": "List objects on a remote federated cluster instead of the current one.",
1160 "location": "query",
1163 "bypass_federation": {
1166 "description": "bypass federation behavior, list items from local instance database only",
1173 "description": "Include collections whose is_trashed attribute is true.",
1176 "include_old_versions": {
1180 "description": "Include past collection versions.",
1185 "$ref": "CollectionList"
1188 "https://api.arvados.org/auth/arvados",
1189 "https://api.arvados.org/auth/arvados.readonly"
1193 "id": "arvados.collections.create",
1194 "path": "collections",
1195 "httpMethod": "POST",
1196 "description": "Create a new Collection.",
1200 "description": "Attributes of the new object to return in the response.",
1204 "ensure_unique_name": {
1206 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
1207 "location": "query",
1213 "description": "Create object on a remote federated cluster instead of the current one.",
1214 "location": "query",
1219 "description": "Files and directories to initialize/replace with content from other collections.",
1221 "location": "query",
1223 "additionalProperties": {
1232 "$ref": "Collection"
1237 "$ref": "Collection"
1240 "https://api.arvados.org/auth/arvados"
1244 "id": "arvados.collections.update",
1245 "path": "collections/{uuid}",
1246 "httpMethod": "PUT",
1247 "description": "Update attributes of an existing Collection.",
1251 "description": "The UUID of the Collection in question.",
1257 "description": "Attributes of the updated object to return in the response.",
1263 "description": "Files and directories to initialize/replace with content from other collections.",
1265 "location": "query",
1267 "additionalProperties": {
1276 "$ref": "Collection"
1281 "$ref": "Collection"
1284 "https://api.arvados.org/auth/arvados"
1288 "id": "arvados.collections.delete",
1289 "path": "collections/{uuid}",
1290 "httpMethod": "DELETE",
1291 "description": "Delete an existing Collection.",
1295 "description": "The UUID of the Collection in question.",
1301 "$ref": "Collection"
1304 "https://api.arvados.org/auth/arvados"
1308 "id": "arvados.collections.provenance",
1309 "path": "collections/{uuid}/provenance",
1310 "httpMethod": "GET",
1311 "description": "provenance collections",
1321 "$ref": "Collection"
1324 "https://api.arvados.org/auth/arvados"
1328 "id": "arvados.collections.used_by",
1329 "path": "collections/{uuid}/used_by",
1330 "httpMethod": "GET",
1331 "description": "used_by collections",
1341 "$ref": "Collection"
1344 "https://api.arvados.org/auth/arvados"
1348 "id": "arvados.collections.trash",
1349 "path": "collections/{uuid}/trash",
1350 "httpMethod": "POST",
1351 "description": "trash collections",
1361 "$ref": "Collection"
1364 "https://api.arvados.org/auth/arvados"
1368 "id": "arvados.collections.untrash",
1369 "path": "collections/{uuid}/untrash",
1370 "httpMethod": "POST",
1371 "description": "untrash collections",
1381 "$ref": "Collection"
1384 "https://api.arvados.org/auth/arvados"
1388 "id": "arvados.collections.list",
1389 "path": "collections",
1390 "httpMethod": "GET",
1391 "description": "List Collections.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Collections. For example:\n\n <pre>\n {\n \"kind\":\"arvados#collectionList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
1413 "description": "Attributes of each object to return in the response.",
1447 "description": "List objects on a remote federated cluster instead of the current one.",
1448 "location": "query",
1451 "bypass_federation": {
1454 "description": "bypass federation behavior, list items from local instance database only",
1461 "description": "Include collections whose is_trashed attribute is true.",
1464 "include_old_versions": {
1468 "description": "Include past collection versions.",
1473 "$ref": "CollectionList"
1476 "https://api.arvados.org/auth/arvados",
1477 "https://api.arvados.org/auth/arvados.readonly"
1481 "id": "arvados.collections.show",
1482 "path": "collections/{uuid}",
1483 "httpMethod": "GET",
1484 "description": "show collections",
1494 "description": "Attributes of the object to return in the response.",
1502 "description": "Show collection even if its is_trashed attribute is true.",
1505 "include_old_versions": {
1509 "description": "Include past collection versions.",
1514 "$ref": "Collection"
1517 "https://api.arvados.org/auth/arvados"
1521 "id": "arvados.collections.destroy",
1522 "path": "collections/{uuid}",
1523 "httpMethod": "DELETE",
1524 "description": "destroy collections",
1534 "$ref": "Collection"
1537 "https://api.arvados.org/auth/arvados"
1545 "id": "arvados.containers.get",
1546 "path": "containers/{uuid}",
1547 "httpMethod": "GET",
1548 "description": "Gets a Container's metadata by UUID.",
1552 "description": "The UUID of the Container in question.",
1564 "https://api.arvados.org/auth/arvados",
1565 "https://api.arvados.org/auth/arvados.readonly"
1569 "id": "arvados.containers.list",
1570 "path": "containers",
1571 "httpMethod": "GET",
1572 "description": "List Containers.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Containers. For example:\n\n <pre>\n {\n \"kind\":\"arvados#containerList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
1594 "description": "Attributes of each object to return in the response.",
1628 "description": "List objects on a remote federated cluster instead of the current one.",
1629 "location": "query",
1632 "bypass_federation": {
1635 "description": "bypass federation behavior, list items from local instance database only",
1640 "$ref": "ContainerList"
1643 "https://api.arvados.org/auth/arvados",
1644 "https://api.arvados.org/auth/arvados.readonly"
1648 "id": "arvados.containers.create",
1649 "path": "containers",
1650 "httpMethod": "POST",
1651 "description": "Create a new Container.",
1655 "description": "Attributes of the new object to return in the response.",
1659 "ensure_unique_name": {
1661 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
1662 "location": "query",
1668 "description": "Create object on a remote federated cluster instead of the current one.",
1669 "location": "query",
1685 "https://api.arvados.org/auth/arvados"
1689 "id": "arvados.containers.update",
1690 "path": "containers/{uuid}",
1691 "httpMethod": "PUT",
1692 "description": "Update attributes of an existing Container.",
1696 "description": "The UUID of the Container in question.",
1702 "description": "Attributes of the updated object to return in the response.",
1719 "https://api.arvados.org/auth/arvados"
1723 "id": "arvados.containers.delete",
1724 "path": "containers/{uuid}",
1725 "httpMethod": "DELETE",
1726 "description": "Delete an existing Container.",
1730 "description": "The UUID of the Container in question.",
1739 "https://api.arvados.org/auth/arvados"
1743 "id": "arvados.containers.auth",
1744 "path": "containers/{uuid}/auth",
1745 "httpMethod": "GET",
1746 "description": "auth containers",
1759 "https://api.arvados.org/auth/arvados"
1763 "id": "arvados.containers.lock",
1764 "path": "containers/{uuid}/lock",
1765 "httpMethod": "POST",
1766 "description": "lock containers",
1779 "https://api.arvados.org/auth/arvados"
1783 "id": "arvados.containers.unlock",
1784 "path": "containers/{uuid}/unlock",
1785 "httpMethod": "POST",
1786 "description": "unlock containers",
1799 "https://api.arvados.org/auth/arvados"
1802 "update_priority": {
1803 "id": "arvados.containers.update_priority",
1804 "path": "containers/{uuid}/update_priority",
1805 "httpMethod": "POST",
1806 "description": "update_priority containers",
1819 "https://api.arvados.org/auth/arvados"
1823 "id": "arvados.containers.secret_mounts",
1824 "path": "containers/{uuid}/secret_mounts",
1825 "httpMethod": "GET",
1826 "description": "secret_mounts containers",
1839 "https://api.arvados.org/auth/arvados"
1843 "id": "arvados.containers.current",
1844 "path": "containers/current",
1845 "httpMethod": "GET",
1846 "description": "current containers",
1852 "https://api.arvados.org/auth/arvados"
1856 "id": "arvados.containers.list",
1857 "path": "containers",
1858 "httpMethod": "GET",
1859 "description": "List Containers.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Containers. For example:\n\n <pre>\n {\n \"kind\":\"arvados#containerList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
1881 "description": "Attributes of each object to return in the response.",
1915 "description": "List objects on a remote federated cluster instead of the current one.",
1916 "location": "query",
1919 "bypass_federation": {
1922 "description": "bypass federation behavior, list items from local instance database only",
1927 "$ref": "ContainerList"
1930 "https://api.arvados.org/auth/arvados",
1931 "https://api.arvados.org/auth/arvados.readonly"
1935 "id": "arvados.containers.show",
1936 "path": "containers/{uuid}",
1937 "httpMethod": "GET",
1938 "description": "show containers",
1948 "description": "Attributes of the object to return in the response.",
1957 "https://api.arvados.org/auth/arvados"
1961 "id": "arvados.containers.destroy",
1962 "path": "containers/{uuid}",
1963 "httpMethod": "DELETE",
1964 "description": "destroy containers",
1977 "https://api.arvados.org/auth/arvados"
1982 "container_requests": {
1985 "id": "arvados.container_requests.get",
1986 "path": "container_requests/{uuid}",
1987 "httpMethod": "GET",
1988 "description": "Gets a ContainerRequest's metadata by UUID.",
1992 "description": "The UUID of the ContainerRequest in question.",
2001 "$ref": "ContainerRequest"
2004 "https://api.arvados.org/auth/arvados",
2005 "https://api.arvados.org/auth/arvados.readonly"
2009 "id": "arvados.container_requests.list",
2010 "path": "container_requests",
2011 "httpMethod": "GET",
2012 "description": "List ContainerRequests.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching ContainerRequests. For example:\n\n <pre>\n {\n \"kind\":\"arvados#containerRequestList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
2034 "description": "Attributes of each object to return in the response.",
2068 "description": "List objects on a remote federated cluster instead of the current one.",
2069 "location": "query",
2072 "bypass_federation": {
2075 "description": "bypass federation behavior, list items from local instance database only",
2082 "description": "Include container requests whose owner project is trashed.",
2087 "$ref": "ContainerRequestList"
2090 "https://api.arvados.org/auth/arvados",
2091 "https://api.arvados.org/auth/arvados.readonly"
2095 "id": "arvados.container_requests.create",
2096 "path": "container_requests",
2097 "httpMethod": "POST",
2098 "description": "Create a new ContainerRequest.",
2102 "description": "Attributes of the new object to return in the response.",
2106 "ensure_unique_name": {
2108 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
2109 "location": "query",
2115 "description": "Create object on a remote federated cluster instead of the current one.",
2116 "location": "query",
2123 "container_request": {
2124 "$ref": "ContainerRequest"
2129 "$ref": "ContainerRequest"
2132 "https://api.arvados.org/auth/arvados"
2136 "id": "arvados.container_requests.update",
2137 "path": "container_requests/{uuid}",
2138 "httpMethod": "PUT",
2139 "description": "Update attributes of an existing ContainerRequest.",
2143 "description": "The UUID of the ContainerRequest in question.",
2149 "description": "Attributes of the updated object to return in the response.",
2157 "container_request": {
2158 "$ref": "ContainerRequest"
2163 "$ref": "ContainerRequest"
2166 "https://api.arvados.org/auth/arvados"
2170 "id": "arvados.container_requests.delete",
2171 "path": "container_requests/{uuid}",
2172 "httpMethod": "DELETE",
2173 "description": "Delete an existing ContainerRequest.",
2177 "description": "The UUID of the ContainerRequest in question.",
2183 "$ref": "ContainerRequest"
2186 "https://api.arvados.org/auth/arvados"
2189 "container_status": {
2190 "id": "arvados.container_requests.container_status",
2191 "path": "container_requests/{uuid}/container_status",
2192 "httpMethod": "GET",
2193 "description": "container_status container_requests",
2198 "description": "The UUID of the ContainerRequest in question.",
2203 "$ref": "ContainerRequest"
2206 "https://api.arvados.org/auth/arvados"
2210 "id": "arvados.container_requests.list",
2211 "path": "container_requests",
2212 "httpMethod": "GET",
2213 "description": "List ContainerRequests.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching ContainerRequests. For example:\n\n <pre>\n {\n \"kind\":\"arvados#containerRequestList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
2235 "description": "Attributes of each object to return in the response.",
2269 "description": "List objects on a remote federated cluster instead of the current one.",
2270 "location": "query",
2273 "bypass_federation": {
2276 "description": "bypass federation behavior, list items from local instance database only",
2283 "description": "Include container requests whose owner project is trashed.",
2288 "$ref": "ContainerRequestList"
2291 "https://api.arvados.org/auth/arvados",
2292 "https://api.arvados.org/auth/arvados.readonly"
2296 "id": "arvados.container_requests.show",
2297 "path": "container_requests/{uuid}",
2298 "httpMethod": "GET",
2299 "description": "show container_requests",
2309 "description": "Attributes of the object to return in the response.",
2317 "description": "Show container request even if its owner project is trashed.",
2322 "$ref": "ContainerRequest"
2325 "https://api.arvados.org/auth/arvados"
2329 "id": "arvados.container_requests.destroy",
2330 "path": "container_requests/{uuid}",
2331 "httpMethod": "DELETE",
2332 "description": "destroy container_requests",
2342 "$ref": "ContainerRequest"
2345 "https://api.arvados.org/auth/arvados"
2353 "id": "arvados.groups.get",
2354 "path": "groups/{uuid}",
2355 "httpMethod": "GET",
2356 "description": "Gets a Group's metadata by UUID.",
2360 "description": "The UUID of the Group in question.",
2372 "https://api.arvados.org/auth/arvados",
2373 "https://api.arvados.org/auth/arvados.readonly"
2377 "id": "arvados.groups.list",
2379 "httpMethod": "GET",
2380 "description": "List Groups.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Groups. For example:\n\n <pre>\n {\n \"kind\":\"arvados#groupList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
2402 "description": "Attributes of each object to return in the response.",
2436 "description": "List objects on a remote federated cluster instead of the current one.",
2437 "location": "query",
2440 "bypass_federation": {
2443 "description": "bypass federation behavior, list items from local instance database only",
2450 "description": "Include items whose is_trashed attribute is true.",
2458 "https://api.arvados.org/auth/arvados",
2459 "https://api.arvados.org/auth/arvados.readonly"
2463 "id": "arvados.groups.create",
2465 "httpMethod": "POST",
2466 "description": "Create a new Group.",
2470 "description": "Attributes of the new object to return in the response.",
2474 "ensure_unique_name": {
2476 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
2477 "location": "query",
2483 "description": "Create object on a remote federated cluster instead of the current one.",
2484 "location": "query",
2490 "location": "query",
2492 "description": "defer permissions update"
2507 "https://api.arvados.org/auth/arvados"
2511 "id": "arvados.groups.update",
2512 "path": "groups/{uuid}",
2513 "httpMethod": "PUT",
2514 "description": "Update attributes of an existing Group.",
2518 "description": "The UUID of the Group in question.",
2524 "description": "Attributes of the updated object to return in the response.",
2531 "location": "query",
2533 "description": "defer permissions update"
2548 "https://api.arvados.org/auth/arvados"
2552 "id": "arvados.groups.delete",
2553 "path": "groups/{uuid}",
2554 "httpMethod": "DELETE",
2555 "description": "Delete an existing Group.",
2559 "description": "The UUID of the Group in question.",
2568 "https://api.arvados.org/auth/arvados"
2572 "id": "arvados.groups.contents",
2573 "path": "groups/contents",
2574 "httpMethod": "GET",
2575 "description": "contents groups",
2597 "description": "Attributes of each object to return in the response.",
2631 "description": "List objects on a remote federated cluster instead of the current one.",
2632 "location": "query",
2635 "bypass_federation": {
2638 "description": "bypass federation behavior, list items from local instance database only",
2645 "description": "Include items whose is_trashed attribute is true.",
2659 "description": "Include contents from child groups recursively.",
2665 "description": "Include objects referred to by listed fields in \"included\" response field. Subsets of [\"owner_uuid\", \"container_uuid\"] are supported.",
2668 "include_old_versions": {
2672 "description": "Include past collection versions.",
2680 "https://api.arvados.org/auth/arvados"
2684 "id": "arvados.groups.shared",
2685 "path": "groups/shared",
2686 "httpMethod": "GET",
2687 "description": "shared groups",
2709 "description": "Attributes of each object to return in the response.",
2743 "description": "List objects on a remote federated cluster instead of the current one.",
2744 "location": "query",
2747 "bypass_federation": {
2750 "description": "bypass federation behavior, list items from local instance database only",
2757 "description": "Include items whose is_trashed attribute is true.",
2771 "https://api.arvados.org/auth/arvados"
2775 "id": "arvados.groups.trash",
2776 "path": "groups/{uuid}/trash",
2777 "httpMethod": "POST",
2778 "description": "trash groups",
2791 "https://api.arvados.org/auth/arvados"
2795 "id": "arvados.groups.untrash",
2796 "path": "groups/{uuid}/untrash",
2797 "httpMethod": "POST",
2798 "description": "untrash groups",
2811 "https://api.arvados.org/auth/arvados"
2815 "id": "arvados.groups.list",
2817 "httpMethod": "GET",
2818 "description": "List Groups.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching Groups. For example:\n\n <pre>\n {\n \"kind\":\"arvados#groupList\",\n \"etag\":\"\",\n \"self_link\":\"\",\n \"next_page_token\":\"\",\n \"next_link\":\"\",\n \"items\":[\n ...\n ],\n \"items_available\":745,\n \"_profile\":{\n \"request_time\":0.157236317\n }\n </pre>",
2840 "description": "Attributes of each object to return in the response.",
2874 "description": "List objects on a remote federated cluster instead of the current one.",
2875 "location": "query",
2878 "bypass_federation": {
2881 "description": "bypass federation behavior, list items from local instance database only",
2888 "description": "Include items whose is_trashed attribute is true.",
2896 "https://api.arvados.org/auth/arvados",
2897 "https://api.arvados.org/auth/arvados.readonly"
2901 "id": "arvados.groups.show",
2902 "path": "groups/{uuid}",
2903 "httpMethod": "GET",
2904 "description": "show groups",
2914 "description": "Attributes of the object to return in the response.",
2922 "description": "Show group/project even if its is_trashed attribute is true.",
2930 "https://api.arvados.org/auth/arvados"
2934 "id": "arvados.groups.destroy",
2935 "path": "groups/{uuid}",
2936 "httpMethod": "DELETE",
2937 "description": "destroy groups",
2950 "https://api.arvados.org/auth/arvados"
2958 "id": "arvados.keep_services.get",
2959 "path": "keep_services/{uuid}",
2960 "httpMethod": "GET",
2961 "description": "Gets a KeepService's metadata by UUID.",
2965 "description": "The UUID of the KeepService in question.",
2974 "$ref": "KeepService"
2977 "https://api.arvados.org/auth/arvados",
2978 "https://api.arvados.org/auth/arvados.readonly"
2982 "id": "arvados.keep_services.list",
2983 "path": "keep_services",
2984 "httpMethod": "GET",
2985 "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>",
3007 "description": "Attributes of each object to return in the response.",
3041 "description": "List objects on a remote federated cluster instead of the current one.",
3042 "location": "query",
3045 "bypass_federation": {
3048 "description": "bypass federation behavior, list items from local instance database only",
3053 "$ref": "KeepServiceList"
3056 "https://api.arvados.org/auth/arvados",
3057 "https://api.arvados.org/auth/arvados.readonly"
3061 "id": "arvados.keep_services.create",
3062 "path": "keep_services",
3063 "httpMethod": "POST",
3064 "description": "Create a new KeepService.",
3068 "description": "Attributes of the new object to return in the response.",
3072 "ensure_unique_name": {
3074 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
3075 "location": "query",
3081 "description": "Create object on a remote federated cluster instead of the current one.",
3082 "location": "query",
3090 "$ref": "KeepService"
3095 "$ref": "KeepService"
3098 "https://api.arvados.org/auth/arvados"
3102 "id": "arvados.keep_services.update",
3103 "path": "keep_services/{uuid}",
3104 "httpMethod": "PUT",
3105 "description": "Update attributes of an existing KeepService.",
3109 "description": "The UUID of the KeepService in question.",
3115 "description": "Attributes of the updated object to return in the response.",
3124 "$ref": "KeepService"
3129 "$ref": "KeepService"
3132 "https://api.arvados.org/auth/arvados"
3136 "id": "arvados.keep_services.delete",
3137 "path": "keep_services/{uuid}",
3138 "httpMethod": "DELETE",
3139 "description": "Delete an existing KeepService.",
3143 "description": "The UUID of the KeepService in question.",
3149 "$ref": "KeepService"
3152 "https://api.arvados.org/auth/arvados"
3156 "id": "arvados.keep_services.accessible",
3157 "path": "keep_services/accessible",
3158 "httpMethod": "GET",
3159 "description": "accessible keep_services",
3162 "$ref": "KeepService"
3165 "https://api.arvados.org/auth/arvados"
3169 "id": "arvados.keep_services.list",
3170 "path": "keep_services",
3171 "httpMethod": "GET",
3172 "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>",
3194 "description": "Attributes of each object to return in the response.",
3228 "description": "List objects on a remote federated cluster instead of the current one.",
3229 "location": "query",
3232 "bypass_federation": {
3235 "description": "bypass federation behavior, list items from local instance database only",
3240 "$ref": "KeepServiceList"
3243 "https://api.arvados.org/auth/arvados",
3244 "https://api.arvados.org/auth/arvados.readonly"
3248 "id": "arvados.keep_services.show",
3249 "path": "keep_services/{uuid}",
3250 "httpMethod": "GET",
3251 "description": "show keep_services",
3261 "description": "Attributes of the object to return in the response.",
3267 "$ref": "KeepService"
3270 "https://api.arvados.org/auth/arvados"
3274 "id": "arvados.keep_services.destroy",
3275 "path": "keep_services/{uuid}",
3276 "httpMethod": "DELETE",
3277 "description": "destroy keep_services",
3287 "$ref": "KeepService"
3290 "https://api.arvados.org/auth/arvados"
3298 "id": "arvados.links.get",
3299 "path": "links/{uuid}",
3300 "httpMethod": "GET",
3301 "description": "Gets a Link's metadata by UUID.",
3305 "description": "The UUID of the Link in question.",
3317 "https://api.arvados.org/auth/arvados",
3318 "https://api.arvados.org/auth/arvados.readonly"
3322 "id": "arvados.links.list",
3324 "httpMethod": "GET",
3325 "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>",
3347 "description": "Attributes of each object to return in the response.",
3381 "description": "List objects on a remote federated cluster instead of the current one.",
3382 "location": "query",
3385 "bypass_federation": {
3388 "description": "bypass federation behavior, list items from local instance database only",
3396 "https://api.arvados.org/auth/arvados",
3397 "https://api.arvados.org/auth/arvados.readonly"
3401 "id": "arvados.links.create",
3403 "httpMethod": "POST",
3404 "description": "Create a new Link.",
3408 "description": "Attributes of the new object to return in the response.",
3412 "ensure_unique_name": {
3414 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
3415 "location": "query",
3421 "description": "Create object on a remote federated cluster instead of the current one.",
3422 "location": "query",
3438 "https://api.arvados.org/auth/arvados"
3442 "id": "arvados.links.update",
3443 "path": "links/{uuid}",
3444 "httpMethod": "PUT",
3445 "description": "Update attributes of an existing Link.",
3449 "description": "The UUID of the Link in question.",
3455 "description": "Attributes of the updated object to return in the response.",
3472 "https://api.arvados.org/auth/arvados"
3476 "id": "arvados.links.delete",
3477 "path": "links/{uuid}",
3478 "httpMethod": "DELETE",
3479 "description": "Delete an existing Link.",
3483 "description": "The UUID of the Link in question.",
3492 "https://api.arvados.org/auth/arvados"
3496 "id": "arvados.links.list",
3498 "httpMethod": "GET",
3499 "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>",
3521 "description": "Attributes of each object to return in the response.",
3555 "description": "List objects on a remote federated cluster instead of the current one.",
3556 "location": "query",
3559 "bypass_federation": {
3562 "description": "bypass federation behavior, list items from local instance database only",
3570 "https://api.arvados.org/auth/arvados",
3571 "https://api.arvados.org/auth/arvados.readonly"
3575 "id": "arvados.links.show",
3576 "path": "links/{uuid}",
3577 "httpMethod": "GET",
3578 "description": "show links",
3588 "description": "Attributes of the object to return in the response.",
3597 "https://api.arvados.org/auth/arvados"
3601 "id": "arvados.links.destroy",
3602 "path": "links/{uuid}",
3603 "httpMethod": "DELETE",
3604 "description": "destroy links",
3617 "https://api.arvados.org/auth/arvados"
3620 "get_permissions": {
3621 "id": "arvados.links.get_permissions",
3622 "path": "permissions/{uuid}",
3623 "httpMethod": "GET",
3624 "description": "get_permissions links",
3637 "https://api.arvados.org/auth/arvados"
3645 "id": "arvados.logs.get",
3646 "path": "logs/{uuid}",
3647 "httpMethod": "GET",
3648 "description": "Gets a Log's metadata by UUID.",
3652 "description": "The UUID of the Log in question.",
3664 "https://api.arvados.org/auth/arvados",
3665 "https://api.arvados.org/auth/arvados.readonly"
3669 "id": "arvados.logs.list",
3671 "httpMethod": "GET",
3672 "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>",
3694 "description": "Attributes of each object to return in the response.",
3728 "description": "List objects on a remote federated cluster instead of the current one.",
3729 "location": "query",
3732 "bypass_federation": {
3735 "description": "bypass federation behavior, list items from local instance database only",
3743 "https://api.arvados.org/auth/arvados",
3744 "https://api.arvados.org/auth/arvados.readonly"
3748 "id": "arvados.logs.create",
3750 "httpMethod": "POST",
3751 "description": "Create a new Log.",
3755 "description": "Attributes of the new object to return in the response.",
3759 "ensure_unique_name": {
3761 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
3762 "location": "query",
3768 "description": "Create object on a remote federated cluster instead of the current one.",
3769 "location": "query",
3785 "https://api.arvados.org/auth/arvados"
3789 "id": "arvados.logs.update",
3790 "path": "logs/{uuid}",
3791 "httpMethod": "PUT",
3792 "description": "Update attributes of an existing Log.",
3796 "description": "The UUID of the Log in question.",
3802 "description": "Attributes of the updated object to return in the response.",
3819 "https://api.arvados.org/auth/arvados"
3823 "id": "arvados.logs.delete",
3824 "path": "logs/{uuid}",
3825 "httpMethod": "DELETE",
3826 "description": "Delete an existing Log.",
3830 "description": "The UUID of the Log in question.",
3839 "https://api.arvados.org/auth/arvados"
3843 "id": "arvados.logs.list",
3845 "httpMethod": "GET",
3846 "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>",
3868 "description": "Attributes of each object to return in the response.",
3902 "description": "List objects on a remote federated cluster instead of the current one.",
3903 "location": "query",
3906 "bypass_federation": {
3909 "description": "bypass federation behavior, list items from local instance database only",
3917 "https://api.arvados.org/auth/arvados",
3918 "https://api.arvados.org/auth/arvados.readonly"
3922 "id": "arvados.logs.show",
3923 "path": "logs/{uuid}",
3924 "httpMethod": "GET",
3925 "description": "show logs",
3935 "description": "Attributes of the object to return in the response.",
3944 "https://api.arvados.org/auth/arvados"
3948 "id": "arvados.logs.destroy",
3949 "path": "logs/{uuid}",
3950 "httpMethod": "DELETE",
3951 "description": "destroy logs",
3964 "https://api.arvados.org/auth/arvados"
3972 "id": "arvados.users.get",
3973 "path": "users/{uuid}",
3974 "httpMethod": "GET",
3975 "description": "Gets a User's metadata by UUID.",
3979 "description": "The UUID of the User in question.",
3991 "https://api.arvados.org/auth/arvados",
3992 "https://api.arvados.org/auth/arvados.readonly"
3996 "id": "arvados.users.list",
3998 "httpMethod": "GET",
3999 "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>",
4021 "description": "Attributes of each object to return in the response.",
4055 "description": "List objects on a remote federated cluster instead of the current one.",
4056 "location": "query",
4059 "bypass_federation": {
4062 "description": "bypass federation behavior, list items from local instance database only",
4070 "https://api.arvados.org/auth/arvados",
4071 "https://api.arvados.org/auth/arvados.readonly"
4075 "id": "arvados.users.create",
4077 "httpMethod": "POST",
4078 "description": "Create a new User.",
4082 "description": "Attributes of the new object to return in the response.",
4086 "ensure_unique_name": {
4088 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
4089 "location": "query",
4095 "description": "Create object on a remote federated cluster instead of the current one.",
4096 "location": "query",
4112 "https://api.arvados.org/auth/arvados"
4116 "id": "arvados.users.update",
4117 "path": "users/{uuid}",
4118 "httpMethod": "PUT",
4119 "description": "Update attributes of an existing User.",
4123 "description": "The UUID of the User in question.",
4129 "description": "Attributes of the updated object to return in the response.",
4133 "bypass_federation": {
4153 "https://api.arvados.org/auth/arvados"
4157 "id": "arvados.users.delete",
4158 "path": "users/{uuid}",
4159 "httpMethod": "DELETE",
4160 "description": "Delete an existing User.",
4164 "description": "The UUID of the User in question.",
4173 "https://api.arvados.org/auth/arvados"
4177 "id": "arvados.users.current",
4178 "path": "users/current",
4179 "httpMethod": "GET",
4180 "description": "current users",
4186 "https://api.arvados.org/auth/arvados"
4190 "id": "arvados.users.system",
4191 "path": "users/system",
4192 "httpMethod": "GET",
4193 "description": "system users",
4199 "https://api.arvados.org/auth/arvados"
4203 "id": "arvados.users.activate",
4204 "path": "users/{uuid}/activate",
4205 "httpMethod": "POST",
4206 "description": "activate users",
4219 "https://api.arvados.org/auth/arvados"
4223 "id": "arvados.users.setup",
4224 "path": "users/setup",
4225 "httpMethod": "POST",
4226 "description": "setup users",
4252 "send_notification_email": {
4264 "https://api.arvados.org/auth/arvados"
4268 "id": "arvados.users.unsetup",
4269 "path": "users/{uuid}/unsetup",
4270 "httpMethod": "POST",
4271 "description": "unsetup users",
4284 "https://api.arvados.org/auth/arvados"
4288 "id": "arvados.users.merge",
4289 "path": "users/merge",
4290 "httpMethod": "POST",
4291 "description": "merge users",
4305 "redirect_to_new_user": {
4329 "https://api.arvados.org/auth/arvados"
4333 "id": "arvados.users.list",
4335 "httpMethod": "GET",
4336 "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>",
4358 "description": "Attributes of each object to return in the response.",
4392 "description": "List objects on a remote federated cluster instead of the current one.",
4393 "location": "query",
4396 "bypass_federation": {
4399 "description": "bypass federation behavior, list items from local instance database only",
4407 "https://api.arvados.org/auth/arvados",
4408 "https://api.arvados.org/auth/arvados.readonly"
4412 "id": "arvados.users.show",
4413 "path": "users/{uuid}",
4414 "httpMethod": "GET",
4415 "description": "show users",
4425 "description": "Attributes of the object to return in the response.",
4434 "https://api.arvados.org/auth/arvados"
4438 "id": "arvados.users.destroy",
4439 "path": "users/{uuid}",
4440 "httpMethod": "DELETE",
4441 "description": "destroy users",
4454 "https://api.arvados.org/auth/arvados"
4459 "user_agreements": {
4462 "id": "arvados.user_agreements.get",
4463 "path": "user_agreements/{uuid}",
4464 "httpMethod": "GET",
4465 "description": "Gets a UserAgreement's metadata by UUID.",
4469 "description": "The UUID of the UserAgreement in question.",
4478 "$ref": "UserAgreement"
4481 "https://api.arvados.org/auth/arvados",
4482 "https://api.arvados.org/auth/arvados.readonly"
4486 "id": "arvados.user_agreements.list",
4487 "path": "user_agreements",
4488 "httpMethod": "GET",
4489 "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>",
4511 "description": "Attributes of each object to return in the response.",
4545 "description": "List objects on a remote federated cluster instead of the current one.",
4546 "location": "query",
4549 "bypass_federation": {
4552 "description": "bypass federation behavior, list items from local instance database only",
4557 "$ref": "UserAgreementList"
4560 "https://api.arvados.org/auth/arvados",
4561 "https://api.arvados.org/auth/arvados.readonly"
4565 "id": "arvados.user_agreements.create",
4566 "path": "user_agreements",
4567 "httpMethod": "POST",
4568 "description": "Create a new UserAgreement.",
4572 "description": "Attributes of the new object to return in the response.",
4576 "ensure_unique_name": {
4578 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
4579 "location": "query",
4585 "description": "Create object on a remote federated cluster instead of the current one.",
4586 "location": "query",
4594 "$ref": "UserAgreement"
4599 "$ref": "UserAgreement"
4602 "https://api.arvados.org/auth/arvados"
4606 "id": "arvados.user_agreements.update",
4607 "path": "user_agreements/{uuid}",
4608 "httpMethod": "PUT",
4609 "description": "Update attributes of an existing UserAgreement.",
4613 "description": "The UUID of the UserAgreement in question.",
4619 "description": "Attributes of the updated object to return in the response.",
4628 "$ref": "UserAgreement"
4633 "$ref": "UserAgreement"
4636 "https://api.arvados.org/auth/arvados"
4640 "id": "arvados.user_agreements.delete",
4641 "path": "user_agreements/{uuid}",
4642 "httpMethod": "DELETE",
4643 "description": "Delete an existing UserAgreement.",
4647 "description": "The UUID of the UserAgreement in question.",
4653 "$ref": "UserAgreement"
4656 "https://api.arvados.org/auth/arvados"
4660 "id": "arvados.user_agreements.signatures",
4661 "path": "user_agreements/signatures",
4662 "httpMethod": "GET",
4663 "description": "signatures user_agreements",
4666 "$ref": "UserAgreement"
4669 "https://api.arvados.org/auth/arvados"
4673 "id": "arvados.user_agreements.sign",
4674 "path": "user_agreements/sign",
4675 "httpMethod": "POST",
4676 "description": "sign user_agreements",
4679 "$ref": "UserAgreement"
4682 "https://api.arvados.org/auth/arvados"
4686 "id": "arvados.user_agreements.list",
4687 "path": "user_agreements",
4688 "httpMethod": "GET",
4689 "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>",
4711 "description": "Attributes of each object to return in the response.",
4745 "description": "List objects on a remote federated cluster instead of the current one.",
4746 "location": "query",
4749 "bypass_federation": {
4752 "description": "bypass federation behavior, list items from local instance database only",
4757 "$ref": "UserAgreementList"
4760 "https://api.arvados.org/auth/arvados",
4761 "https://api.arvados.org/auth/arvados.readonly"
4765 "id": "arvados.user_agreements.new",
4766 "path": "user_agreements/new",
4767 "httpMethod": "GET",
4768 "description": "new user_agreements",
4771 "$ref": "UserAgreement"
4774 "https://api.arvados.org/auth/arvados"
4778 "id": "arvados.user_agreements.show",
4779 "path": "user_agreements/{uuid}",
4780 "httpMethod": "GET",
4781 "description": "show user_agreements",
4791 "description": "Attributes of the object to return in the response.",
4797 "$ref": "UserAgreement"
4800 "https://api.arvados.org/auth/arvados"
4804 "id": "arvados.user_agreements.destroy",
4805 "path": "user_agreements/{uuid}",
4806 "httpMethod": "DELETE",
4807 "description": "destroy user_agreements",
4817 "$ref": "UserAgreement"
4820 "https://api.arvados.org/auth/arvados"
4825 "virtual_machines": {
4828 "id": "arvados.virtual_machines.get",
4829 "path": "virtual_machines/{uuid}",
4830 "httpMethod": "GET",
4831 "description": "Gets a VirtualMachine's metadata by UUID.",
4835 "description": "The UUID of the VirtualMachine in question.",
4844 "$ref": "VirtualMachine"
4847 "https://api.arvados.org/auth/arvados",
4848 "https://api.arvados.org/auth/arvados.readonly"
4852 "id": "arvados.virtual_machines.list",
4853 "path": "virtual_machines",
4854 "httpMethod": "GET",
4855 "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>",
4877 "description": "Attributes of each object to return in the response.",
4911 "description": "List objects on a remote federated cluster instead of the current one.",
4912 "location": "query",
4915 "bypass_federation": {
4918 "description": "bypass federation behavior, list items from local instance database only",
4923 "$ref": "VirtualMachineList"
4926 "https://api.arvados.org/auth/arvados",
4927 "https://api.arvados.org/auth/arvados.readonly"
4931 "id": "arvados.virtual_machines.create",
4932 "path": "virtual_machines",
4933 "httpMethod": "POST",
4934 "description": "Create a new VirtualMachine.",
4938 "description": "Attributes of the new object to return in the response.",
4942 "ensure_unique_name": {
4944 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
4945 "location": "query",
4951 "description": "Create object on a remote federated cluster instead of the current one.",
4952 "location": "query",
4959 "virtual_machine": {
4960 "$ref": "VirtualMachine"
4965 "$ref": "VirtualMachine"
4968 "https://api.arvados.org/auth/arvados"
4972 "id": "arvados.virtual_machines.update",
4973 "path": "virtual_machines/{uuid}",
4974 "httpMethod": "PUT",
4975 "description": "Update attributes of an existing VirtualMachine.",
4979 "description": "The UUID of the VirtualMachine in question.",
4985 "description": "Attributes of the updated object to return in the response.",
4993 "virtual_machine": {
4994 "$ref": "VirtualMachine"
4999 "$ref": "VirtualMachine"
5002 "https://api.arvados.org/auth/arvados"
5006 "id": "arvados.virtual_machines.delete",
5007 "path": "virtual_machines/{uuid}",
5008 "httpMethod": "DELETE",
5009 "description": "Delete an existing VirtualMachine.",
5013 "description": "The UUID of the VirtualMachine in question.",
5019 "$ref": "VirtualMachine"
5022 "https://api.arvados.org/auth/arvados"
5026 "id": "arvados.virtual_machines.logins",
5027 "path": "virtual_machines/{uuid}/logins",
5028 "httpMethod": "GET",
5029 "description": "logins virtual_machines",
5039 "$ref": "VirtualMachine"
5042 "https://api.arvados.org/auth/arvados"
5046 "id": "arvados.virtual_machines.get_all_logins",
5047 "path": "virtual_machines/get_all_logins",
5048 "httpMethod": "GET",
5049 "description": "get_all_logins virtual_machines",
5052 "$ref": "VirtualMachine"
5055 "https://api.arvados.org/auth/arvados"
5059 "id": "arvados.virtual_machines.list",
5060 "path": "virtual_machines",
5061 "httpMethod": "GET",
5062 "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>",
5084 "description": "Attributes of each object to return in the response.",
5118 "description": "List objects on a remote federated cluster instead of the current one.",
5119 "location": "query",
5122 "bypass_federation": {
5125 "description": "bypass federation behavior, list items from local instance database only",
5130 "$ref": "VirtualMachineList"
5133 "https://api.arvados.org/auth/arvados",
5134 "https://api.arvados.org/auth/arvados.readonly"
5138 "id": "arvados.virtual_machines.show",
5139 "path": "virtual_machines/{uuid}",
5140 "httpMethod": "GET",
5141 "description": "show virtual_machines",
5151 "description": "Attributes of the object to return in the response.",
5157 "$ref": "VirtualMachine"
5160 "https://api.arvados.org/auth/arvados"
5164 "id": "arvados.virtual_machines.destroy",
5165 "path": "virtual_machines/{uuid}",
5166 "httpMethod": "DELETE",
5167 "description": "destroy virtual_machines",
5177 "$ref": "VirtualMachine"
5180 "https://api.arvados.org/auth/arvados"
5188 "id": "arvados.workflows.get",
5189 "path": "workflows/{uuid}",
5190 "httpMethod": "GET",
5191 "description": "Gets a Workflow's metadata by UUID.",
5195 "description": "The UUID of the Workflow in question.",
5207 "https://api.arvados.org/auth/arvados",
5208 "https://api.arvados.org/auth/arvados.readonly"
5212 "id": "arvados.workflows.list",
5213 "path": "workflows",
5214 "httpMethod": "GET",
5215 "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>",
5237 "description": "Attributes of each object to return in the response.",
5271 "description": "List objects on a remote federated cluster instead of the current one.",
5272 "location": "query",
5275 "bypass_federation": {
5278 "description": "bypass federation behavior, list items from local instance database only",
5283 "$ref": "WorkflowList"
5286 "https://api.arvados.org/auth/arvados",
5287 "https://api.arvados.org/auth/arvados.readonly"
5291 "id": "arvados.workflows.create",
5292 "path": "workflows",
5293 "httpMethod": "POST",
5294 "description": "Create a new Workflow.",
5298 "description": "Attributes of the new object to return in the response.",
5302 "ensure_unique_name": {
5304 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
5305 "location": "query",
5311 "description": "Create object on a remote federated cluster instead of the current one.",
5312 "location": "query",
5328 "https://api.arvados.org/auth/arvados"
5332 "id": "arvados.workflows.update",
5333 "path": "workflows/{uuid}",
5334 "httpMethod": "PUT",
5335 "description": "Update attributes of an existing Workflow.",
5339 "description": "The UUID of the Workflow in question.",
5345 "description": "Attributes of the updated object to return in the response.",
5362 "https://api.arvados.org/auth/arvados"
5366 "id": "arvados.workflows.delete",
5367 "path": "workflows/{uuid}",
5368 "httpMethod": "DELETE",
5369 "description": "Delete an existing Workflow.",
5373 "description": "The UUID of the Workflow in question.",
5382 "https://api.arvados.org/auth/arvados"
5386 "id": "arvados.workflows.list",
5387 "path": "workflows",
5388 "httpMethod": "GET",
5389 "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>",
5411 "description": "Attributes of each object to return in the response.",
5445 "description": "List objects on a remote federated cluster instead of the current one.",
5446 "location": "query",
5449 "bypass_federation": {
5452 "description": "bypass federation behavior, list items from local instance database only",
5457 "$ref": "WorkflowList"
5460 "https://api.arvados.org/auth/arvados",
5461 "https://api.arvados.org/auth/arvados.readonly"
5465 "id": "arvados.workflows.show",
5466 "path": "workflows/{uuid}",
5467 "httpMethod": "GET",
5468 "description": "show workflows",
5478 "description": "Attributes of the object to return in the response.",
5487 "https://api.arvados.org/auth/arvados"
5491 "id": "arvados.workflows.destroy",
5492 "path": "workflows/{uuid}",
5493 "httpMethod": "DELETE",
5494 "description": "destroy workflows",
5507 "https://api.arvados.org/auth/arvados"
5515 "id": "arvados.configs.get",
5517 "httpMethod": "GET",
5518 "description": "Get public config",
5520 "parameterOrder": [],
5523 "https://api.arvados.org/auth/arvados",
5524 "https://api.arvados.org/auth/arvados.readonly"
5532 "id": "arvados.vocabularies.get",
5533 "path": "vocabulary",
5534 "httpMethod": "GET",
5535 "description": "Get vocabulary definition",
5537 "parameterOrder": [],
5540 "https://api.arvados.org/auth/arvados",
5541 "https://api.arvados.org/auth/arvados.readonly"
5549 "id": "arvados.sys.trash_sweep",
5550 "path": "sys/trash_sweep",
5551 "httpMethod": "POST",
5552 "description": "apply scheduled trash and delete operations",
5554 "parameterOrder": [],
5557 "https://api.arvados.org/auth/arvados",
5558 "https://api.arvados.org/auth/arvados.readonly"
5564 "revision": "20231117",
5567 "id": "ApiClientList",
5568 "description": "ApiClient list",
5573 "description": "Object type. Always arvados#apiClientList.",
5574 "default": "arvados#apiClientList"
5578 "description": "List version."
5582 "description": "The list of ApiClients.",
5589 "description": "A link to the next page of ApiClients."
5591 "next_page_token": {
5593 "description": "The page token for the next page of ApiClients."
5597 "description": "A link back to this list."
5603 "description": "ApiClient",
5605 "uuidPrefix": "ozdt8",
5612 "description": "Object version."
5617 "modified_by_client_uuid": {
5620 "modified_by_user_uuid": {
5640 "ApiClientAuthorizationList": {
5641 "id": "ApiClientAuthorizationList",
5642 "description": "ApiClientAuthorization list",
5647 "description": "Object type. Always arvados#apiClientAuthorizationList.",
5648 "default": "arvados#apiClientAuthorizationList"
5652 "description": "List version."
5656 "description": "The list of ApiClientAuthorizations.",
5658 "$ref": "ApiClientAuthorization"
5663 "description": "A link to the next page of ApiClientAuthorizations."
5665 "next_page_token": {
5667 "description": "The page token for the next page of ApiClientAuthorizations."
5671 "description": "A link back to this list."
5675 "ApiClientAuthorization": {
5676 "id": "ApiClientAuthorization",
5677 "description": "ApiClientAuthorization",
5679 "uuidPrefix": "gj3su",
5686 "description": "Object version."
5697 "created_by_ip_address": {
5700 "last_used_by_ip_address": {
5712 "default_owner_uuid": {
5720 "AuthorizedKeyList": {
5721 "id": "AuthorizedKeyList",
5722 "description": "AuthorizedKey list",
5727 "description": "Object type. Always arvados#authorizedKeyList.",
5728 "default": "arvados#authorizedKeyList"
5732 "description": "List version."
5736 "description": "The list of AuthorizedKeys.",
5738 "$ref": "AuthorizedKey"
5743 "description": "A link to the next page of AuthorizedKeys."
5745 "next_page_token": {
5747 "description": "The page token for the next page of AuthorizedKeys."
5751 "description": "A link back to this list."
5756 "id": "AuthorizedKey",
5757 "description": "AuthorizedKey",
5759 "uuidPrefix": "fngyi",
5766 "description": "Object version."
5771 "modified_by_client_uuid": {
5774 "modified_by_user_uuid": {
5786 "authorized_user_uuid": {
5801 "id": "CollectionList",
5802 "description": "Collection list",
5807 "description": "Object type. Always arvados#collectionList.",
5808 "default": "arvados#collectionList"
5812 "description": "List version."
5816 "description": "The list of Collections.",
5818 "$ref": "Collection"
5823 "description": "A link to the next page of Collections."
5825 "next_page_token": {
5827 "description": "The page token for the next page of Collections."
5831 "description": "A link back to this list."
5837 "description": "Collection",
5839 "uuidPrefix": "4zz18",
5846 "description": "Object version."
5854 "modified_by_client_uuid": {
5857 "modified_by_user_uuid": {
5863 "portable_data_hash": {
5866 "replication_desired": {
5869 "replication_confirmed_at": {
5872 "replication_confirmed": {
5896 "storage_classes_desired": {
5899 "storage_classes_confirmed": {
5902 "storage_classes_confirmed_at": {
5905 "current_version_uuid": {
5911 "preserve_version": {
5917 "file_size_total": {
5923 "id": "ContainerList",
5924 "description": "Container list",
5929 "description": "Object type. Always arvados#containerList.",
5930 "default": "arvados#containerList"
5934 "description": "List version."
5938 "description": "The list of Containers.",
5945 "description": "A link to the next page of Containers."
5947 "next_page_token": {
5949 "description": "The page token for the next page of Containers."
5953 "description": "A link back to this list."
5959 "description": "Container",
5961 "uuidPrefix": "dz642",
5968 "description": "Object version."
5979 "modified_by_client_uuid": {
5982 "modified_by_user_uuid": {
6012 "runtime_constraints": {
6018 "container_image": {
6036 "scheduling_parameters": {
6042 "runtime_user_uuid": {
6045 "runtime_auth_scopes": {
6051 "gateway_address": {
6054 "interactive_session_started": {
6057 "output_storage_classes": {
6060 "output_properties": {
6066 "subrequests_cost": {
6074 "ContainerRequestList": {
6075 "id": "ContainerRequestList",
6076 "description": "ContainerRequest list",
6081 "description": "Object type. Always arvados#containerRequestList.",
6082 "default": "arvados#containerRequestList"
6086 "description": "List version."
6090 "description": "The list of ContainerRequests.",
6092 "$ref": "ContainerRequest"
6097 "description": "A link to the next page of ContainerRequests."
6099 "next_page_token": {
6101 "description": "The page token for the next page of ContainerRequests."
6105 "description": "A link back to this list."
6109 "ContainerRequest": {
6110 "id": "ContainerRequest",
6111 "description": "ContainerRequest",
6113 "uuidPrefix": "xvhdp",
6120 "description": "Object version."
6131 "modified_by_client_uuid": {
6134 "modified_by_user_uuid": {
6149 "requesting_container_uuid": {
6155 "container_count_max": {
6161 "runtime_constraints": {
6164 "container_image": {
6188 "container_count": {
6194 "scheduling_parameters": {
6209 "output_storage_classes": {
6212 "output_properties": {
6215 "cumulative_cost": {
6225 "description": "Group list",
6230 "description": "Object type. Always arvados#groupList.",
6231 "default": "arvados#groupList"
6235 "description": "List version."
6239 "description": "The list of Groups.",
6246 "description": "A link to the next page of Groups."
6248 "next_page_token": {
6250 "description": "The page token for the next page of Groups."
6254 "description": "A link back to this list."
6260 "description": "Group",
6262 "uuidPrefix": "j7d0g",
6269 "description": "Object version."
6277 "modified_by_client_uuid": {
6280 "modified_by_user_uuid": {
6312 "KeepServiceList": {
6313 "id": "KeepServiceList",
6314 "description": "KeepService list",
6319 "description": "Object type. Always arvados#keepServiceList.",
6320 "default": "arvados#keepServiceList"
6324 "description": "List version."
6328 "description": "The list of KeepServices.",
6330 "$ref": "KeepService"
6335 "description": "A link to the next page of KeepServices."
6337 "next_page_token": {
6339 "description": "The page token for the next page of KeepServices."
6343 "description": "A link back to this list."
6348 "id": "KeepService",
6349 "description": "KeepService",
6351 "uuidPrefix": "bi6l4",
6358 "description": "Object version."
6363 "modified_by_client_uuid": {
6366 "modified_by_user_uuid": {
6378 "service_ssl_flag": {
6394 "description": "Link list",
6399 "description": "Object type. Always arvados#linkList.",
6400 "default": "arvados#linkList"
6404 "description": "List version."
6408 "description": "The list of Links.",
6415 "description": "A link to the next page of Links."
6417 "next_page_token": {
6419 "description": "The page token for the next page of Links."
6423 "description": "A link back to this list."
6429 "description": "Link",
6431 "uuidPrefix": "o0j2j",
6438 "description": "Object version."
6446 "modified_by_client_uuid": {
6449 "modified_by_user_uuid": {
6474 "description": "Log list",
6479 "description": "Object type. Always arvados#logList.",
6480 "default": "arvados#logList"
6484 "description": "List version."
6488 "description": "The list of Logs.",
6495 "description": "A link to the next page of Logs."
6497 "next_page_token": {
6499 "description": "The page token for the next page of Logs."
6503 "description": "A link back to this list."
6509 "description": "Log",
6511 "uuidPrefix": "57u5n",
6518 "description": "Object version."
6526 "modified_by_client_uuid": {
6529 "modified_by_user_uuid": {
6553 "object_owner_uuid": {
6560 "description": "User list",
6565 "description": "Object type. Always arvados#userList.",
6566 "default": "arvados#userList"
6570 "description": "List version."
6574 "description": "The list of Users.",
6581 "description": "A link to the next page of Users."
6583 "next_page_token": {
6585 "description": "The page token for the next page of Users."
6589 "description": "A link back to this list."
6595 "description": "User",
6597 "uuidPrefix": "tpzed",
6604 "description": "Object version."
6612 "modified_by_client_uuid": {
6615 "modified_by_user_uuid": {
6647 "UserAgreementList": {
6648 "id": "UserAgreementList",
6649 "description": "UserAgreement list",
6654 "description": "Object type. Always arvados#userAgreementList.",
6655 "default": "arvados#userAgreementList"
6659 "description": "List version."
6663 "description": "The list of UserAgreements.",
6665 "$ref": "UserAgreement"
6670 "description": "A link to the next page of UserAgreements."
6672 "next_page_token": {
6674 "description": "The page token for the next page of UserAgreements."
6678 "description": "A link back to this list."
6683 "id": "UserAgreement",
6684 "description": "UserAgreement",
6686 "uuidPrefix": "gv0sa",
6693 "description": "Object version."
6701 "modified_by_client_uuid": {
6704 "modified_by_user_uuid": {
6710 "portable_data_hash": {
6713 "replication_desired": {
6716 "replication_confirmed_at": {
6719 "replication_confirmed": {
6743 "storage_classes_desired": {
6746 "storage_classes_confirmed": {
6749 "storage_classes_confirmed_at": {
6752 "current_version_uuid": {
6758 "preserve_version": {
6764 "file_size_total": {
6769 "VirtualMachineList": {
6770 "id": "VirtualMachineList",
6771 "description": "VirtualMachine list",
6776 "description": "Object type. Always arvados#virtualMachineList.",
6777 "default": "arvados#virtualMachineList"
6781 "description": "List version."
6785 "description": "The list of VirtualMachines.",
6787 "$ref": "VirtualMachine"
6792 "description": "A link to the next page of VirtualMachines."
6794 "next_page_token": {
6796 "description": "The page token for the next page of VirtualMachines."
6800 "description": "A link back to this list."
6805 "id": "VirtualMachine",
6806 "description": "VirtualMachine",
6808 "uuidPrefix": "2x53u",
6815 "description": "Object version."
6820 "modified_by_client_uuid": {
6823 "modified_by_user_uuid": {
6838 "id": "WorkflowList",
6839 "description": "Workflow list",
6844 "description": "Object type. Always arvados#workflowList.",
6845 "default": "arvados#workflowList"
6849 "description": "List version."
6853 "description": "The list of Workflows.",
6860 "description": "A link to the next page of Workflows."
6862 "next_page_token": {
6864 "description": "The page token for the next page of Workflows."
6868 "description": "A link back to this list."
6874 "description": "Workflow",
6876 "uuidPrefix": "7fd4e",
6883 "description": "Object version."
6894 "modified_by_client_uuid": {
6897 "modified_by_user_uuid": {
6912 "servicePath": "arvados/v1/",
6913 "title": "Arvados API",