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.",
69 "description": "Attributes of the object to return in the response.",
81 "https://api.arvados.org/auth/arvados",
82 "https://api.arvados.org/auth/arvados.readonly"
86 "id": "arvados.api_clients.list",
87 "path": "api_clients",
89 "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>",
111 "description": "Attributes of each object to return in the response.",
145 "description": "List objects on a remote federated cluster instead of the current one.",
149 "bypass_federation": {
152 "description": "bypass federation behavior, list items from local instance database only",
157 "$ref": "ApiClientList"
160 "https://api.arvados.org/auth/arvados",
161 "https://api.arvados.org/auth/arvados.readonly"
165 "id": "arvados.api_clients.create",
166 "path": "api_clients",
167 "httpMethod": "POST",
168 "description": "Create a new ApiClient.",
172 "description": "Attributes of the new object to return in the response.",
176 "ensure_unique_name": {
178 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
185 "description": "Create object on a remote federated cluster instead of the current one.",
202 "https://api.arvados.org/auth/arvados"
206 "id": "arvados.api_clients.update",
207 "path": "api_clients/{uuid}",
209 "description": "Update attributes of an existing ApiClient.",
213 "description": "The UUID of the ApiClient in question.",
219 "description": "Attributes of the updated object to return in the response.",
236 "https://api.arvados.org/auth/arvados"
240 "id": "arvados.api_clients.delete",
241 "path": "api_clients/{uuid}",
242 "httpMethod": "DELETE",
243 "description": "Delete an existing ApiClient.",
247 "description": "The UUID of the ApiClient in question.",
256 "https://api.arvados.org/auth/arvados"
261 "api_client_authorizations": {
264 "id": "arvados.api_client_authorizations.get",
265 "path": "api_client_authorizations/{uuid}",
267 "description": "Gets a ApiClientAuthorization's metadata by UUID.",
271 "description": "The UUID of the ApiClientAuthorization in question.",
277 "description": "Attributes of the object to return in the response.",
286 "$ref": "ApiClientAuthorization"
289 "https://api.arvados.org/auth/arvados",
290 "https://api.arvados.org/auth/arvados.readonly"
294 "id": "arvados.api_client_authorizations.list",
295 "path": "api_client_authorizations",
297 "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>",
319 "description": "Attributes of each object to return in the response.",
353 "description": "List objects on a remote federated cluster instead of the current one.",
357 "bypass_federation": {
360 "description": "bypass federation behavior, list items from local instance database only",
365 "$ref": "ApiClientAuthorizationList"
368 "https://api.arvados.org/auth/arvados",
369 "https://api.arvados.org/auth/arvados.readonly"
373 "id": "arvados.api_client_authorizations.create",
374 "path": "api_client_authorizations",
375 "httpMethod": "POST",
376 "description": "Create a new ApiClientAuthorization.",
380 "description": "Attributes of the new object to return in the response.",
384 "ensure_unique_name": {
386 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
393 "description": "Create object on a remote federated cluster instead of the current one.",
401 "api_client_authorization": {
402 "$ref": "ApiClientAuthorization"
407 "$ref": "ApiClientAuthorization"
410 "https://api.arvados.org/auth/arvados"
414 "id": "arvados.api_client_authorizations.update",
415 "path": "api_client_authorizations/{uuid}",
417 "description": "Update attributes of an existing ApiClientAuthorization.",
421 "description": "The UUID of the ApiClientAuthorization in question.",
427 "description": "Attributes of the updated object to return in the response.",
435 "api_client_authorization": {
436 "$ref": "ApiClientAuthorization"
441 "$ref": "ApiClientAuthorization"
444 "https://api.arvados.org/auth/arvados"
448 "id": "arvados.api_client_authorizations.delete",
449 "path": "api_client_authorizations/{uuid}",
450 "httpMethod": "DELETE",
451 "description": "Delete an existing ApiClientAuthorization.",
455 "description": "The UUID of the ApiClientAuthorization in question.",
461 "$ref": "ApiClientAuthorization"
464 "https://api.arvados.org/auth/arvados"
467 "create_system_auth": {
468 "id": "arvados.api_client_authorizations.create_system_auth",
469 "path": "api_client_authorizations/create_system_auth",
470 "httpMethod": "POST",
471 "description": "create_system_auth api_client_authorizations",
487 "$ref": "ApiClientAuthorization"
490 "https://api.arvados.org/auth/arvados"
494 "id": "arvados.api_client_authorizations.current",
495 "path": "api_client_authorizations/current",
497 "description": "current api_client_authorizations",
500 "$ref": "ApiClientAuthorization"
503 "https://api.arvados.org/auth/arvados"
511 "id": "arvados.authorized_keys.get",
512 "path": "authorized_keys/{uuid}",
514 "description": "Gets a AuthorizedKey's metadata by UUID.",
518 "description": "The UUID of the AuthorizedKey in question.",
524 "description": "Attributes of the object to return in the response.",
533 "$ref": "AuthorizedKey"
536 "https://api.arvados.org/auth/arvados",
537 "https://api.arvados.org/auth/arvados.readonly"
541 "id": "arvados.authorized_keys.list",
542 "path": "authorized_keys",
544 "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>",
566 "description": "Attributes of each object to return in the response.",
600 "description": "List objects on a remote federated cluster instead of the current one.",
604 "bypass_federation": {
607 "description": "bypass federation behavior, list items from local instance database only",
612 "$ref": "AuthorizedKeyList"
615 "https://api.arvados.org/auth/arvados",
616 "https://api.arvados.org/auth/arvados.readonly"
620 "id": "arvados.authorized_keys.create",
621 "path": "authorized_keys",
622 "httpMethod": "POST",
623 "description": "Create a new AuthorizedKey.",
627 "description": "Attributes of the new object to return in the response.",
631 "ensure_unique_name": {
633 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
640 "description": "Create object on a remote federated cluster instead of the current one.",
649 "$ref": "AuthorizedKey"
654 "$ref": "AuthorizedKey"
657 "https://api.arvados.org/auth/arvados"
661 "id": "arvados.authorized_keys.update",
662 "path": "authorized_keys/{uuid}",
664 "description": "Update attributes of an existing AuthorizedKey.",
668 "description": "The UUID of the AuthorizedKey in question.",
674 "description": "Attributes of the updated object to return in the response.",
683 "$ref": "AuthorizedKey"
688 "$ref": "AuthorizedKey"
691 "https://api.arvados.org/auth/arvados"
695 "id": "arvados.authorized_keys.delete",
696 "path": "authorized_keys/{uuid}",
697 "httpMethod": "DELETE",
698 "description": "Delete an existing AuthorizedKey.",
702 "description": "The UUID of the AuthorizedKey in question.",
708 "$ref": "AuthorizedKey"
711 "https://api.arvados.org/auth/arvados"
719 "id": "arvados.collections.get",
720 "path": "collections/{uuid}",
722 "description": "Gets a Collection's metadata by UUID.",
726 "description": "The UUID of the Collection in question.",
732 "description": "Attributes of the object to return in the response.",
740 "description": "Show collection even if its is_trashed attribute is true.",
743 "include_old_versions": {
747 "description": "Include past collection versions.",
758 "https://api.arvados.org/auth/arvados",
759 "https://api.arvados.org/auth/arvados.readonly"
763 "id": "arvados.collections.list",
764 "path": "collections",
766 "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>",
788 "description": "Attributes of each object to return in the response.",
822 "description": "List objects on a remote federated cluster instead of the current one.",
826 "bypass_federation": {
829 "description": "bypass federation behavior, list items from local instance database only",
836 "description": "Include collections whose is_trashed attribute is true.",
839 "include_old_versions": {
843 "description": "Include past collection versions.",
848 "$ref": "CollectionList"
851 "https://api.arvados.org/auth/arvados",
852 "https://api.arvados.org/auth/arvados.readonly"
856 "id": "arvados.collections.create",
857 "path": "collections",
858 "httpMethod": "POST",
859 "description": "Create a new Collection.",
863 "description": "Attributes of the new object to return in the response.",
867 "ensure_unique_name": {
869 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
876 "description": "Create object on a remote federated cluster instead of the current one.",
882 "description": "Files and directories to initialize/replace with content from other collections.",
886 "additionalProperties": {
903 "https://api.arvados.org/auth/arvados"
907 "id": "arvados.collections.update",
908 "path": "collections/{uuid}",
910 "description": "Update attributes of an existing Collection.",
914 "description": "The UUID of the Collection in question.",
920 "description": "Attributes of the updated object to return in the response.",
926 "description": "Files and directories to initialize/replace with content from other collections.",
930 "additionalProperties": {
947 "https://api.arvados.org/auth/arvados"
951 "id": "arvados.collections.delete",
952 "path": "collections/{uuid}",
953 "httpMethod": "DELETE",
954 "description": "Delete an existing Collection.",
958 "description": "The UUID of the Collection in question.",
967 "https://api.arvados.org/auth/arvados"
971 "id": "arvados.collections.provenance",
972 "path": "collections/{uuid}/provenance",
974 "description": "provenance collections",
987 "https://api.arvados.org/auth/arvados"
991 "id": "arvados.collections.used_by",
992 "path": "collections/{uuid}/used_by",
994 "description": "used_by collections",
1004 "$ref": "Collection"
1007 "https://api.arvados.org/auth/arvados"
1011 "id": "arvados.collections.trash",
1012 "path": "collections/{uuid}/trash",
1013 "httpMethod": "POST",
1014 "description": "trash collections",
1024 "$ref": "Collection"
1027 "https://api.arvados.org/auth/arvados"
1031 "id": "arvados.collections.untrash",
1032 "path": "collections/{uuid}/untrash",
1033 "httpMethod": "POST",
1034 "description": "untrash collections",
1044 "$ref": "Collection"
1047 "https://api.arvados.org/auth/arvados"
1052 "computed_permissions": {
1055 "id": "arvados.computed_permissions.list",
1056 "path": "computed_permissions",
1057 "httpMethod": "GET",
1058 "description": "List ComputedPermissions.\n\n The <code>list</code> method returns a\n <a href=\"/api/resources.html\">resource list</a> of\n matching ComputedPermissions. For example:\n\n <pre>\n {\n \"kind\":\"arvados#computedPermissionList\",\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>",
1080 "description": "Attributes of each object to return in the response.",
1107 "$ref": "ComputedPermissionList"
1110 "https://api.arvados.org/auth/arvados",
1111 "https://api.arvados.org/auth/arvados.readonly"
1119 "id": "arvados.containers.get",
1120 "path": "containers/{uuid}",
1121 "httpMethod": "GET",
1122 "description": "Gets a Container's metadata by UUID.",
1126 "description": "The UUID of the Container in question.",
1132 "description": "Attributes of the object to return in the response.",
1144 "https://api.arvados.org/auth/arvados",
1145 "https://api.arvados.org/auth/arvados.readonly"
1149 "id": "arvados.containers.list",
1150 "path": "containers",
1151 "httpMethod": "GET",
1152 "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>",
1174 "description": "Attributes of each object to return in the response.",
1208 "description": "List objects on a remote federated cluster instead of the current one.",
1209 "location": "query",
1212 "bypass_federation": {
1215 "description": "bypass federation behavior, list items from local instance database only",
1220 "$ref": "ContainerList"
1223 "https://api.arvados.org/auth/arvados",
1224 "https://api.arvados.org/auth/arvados.readonly"
1228 "id": "arvados.containers.create",
1229 "path": "containers",
1230 "httpMethod": "POST",
1231 "description": "Create a new Container.",
1235 "description": "Attributes of the new object to return in the response.",
1239 "ensure_unique_name": {
1241 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
1242 "location": "query",
1248 "description": "Create object on a remote federated cluster instead of the current one.",
1249 "location": "query",
1265 "https://api.arvados.org/auth/arvados"
1269 "id": "arvados.containers.update",
1270 "path": "containers/{uuid}",
1271 "httpMethod": "PUT",
1272 "description": "Update attributes of an existing Container.",
1276 "description": "The UUID of the Container in question.",
1282 "description": "Attributes of the updated object to return in the response.",
1299 "https://api.arvados.org/auth/arvados"
1303 "id": "arvados.containers.delete",
1304 "path": "containers/{uuid}",
1305 "httpMethod": "DELETE",
1306 "description": "Delete an existing Container.",
1310 "description": "The UUID of the Container in question.",
1319 "https://api.arvados.org/auth/arvados"
1323 "id": "arvados.containers.auth",
1324 "path": "containers/{uuid}/auth",
1325 "httpMethod": "GET",
1326 "description": "auth containers",
1339 "https://api.arvados.org/auth/arvados"
1343 "id": "arvados.containers.lock",
1344 "path": "containers/{uuid}/lock",
1345 "httpMethod": "POST",
1346 "description": "lock containers",
1359 "https://api.arvados.org/auth/arvados"
1363 "id": "arvados.containers.unlock",
1364 "path": "containers/{uuid}/unlock",
1365 "httpMethod": "POST",
1366 "description": "unlock containers",
1379 "https://api.arvados.org/auth/arvados"
1382 "update_priority": {
1383 "id": "arvados.containers.update_priority",
1384 "path": "containers/{uuid}/update_priority",
1385 "httpMethod": "POST",
1386 "description": "update_priority containers",
1399 "https://api.arvados.org/auth/arvados"
1403 "id": "arvados.containers.secret_mounts",
1404 "path": "containers/{uuid}/secret_mounts",
1405 "httpMethod": "GET",
1406 "description": "secret_mounts containers",
1419 "https://api.arvados.org/auth/arvados"
1423 "id": "arvados.containers.current",
1424 "path": "containers/current",
1425 "httpMethod": "GET",
1426 "description": "current containers",
1432 "https://api.arvados.org/auth/arvados"
1437 "container_requests": {
1440 "id": "arvados.container_requests.get",
1441 "path": "container_requests/{uuid}",
1442 "httpMethod": "GET",
1443 "description": "Gets a ContainerRequest's metadata by UUID.",
1447 "description": "The UUID of the ContainerRequest in question.",
1453 "description": "Attributes of the object to return in the response.",
1461 "description": "Show container request even if its owner project is trashed.",
1469 "$ref": "ContainerRequest"
1472 "https://api.arvados.org/auth/arvados",
1473 "https://api.arvados.org/auth/arvados.readonly"
1477 "id": "arvados.container_requests.list",
1478 "path": "container_requests",
1479 "httpMethod": "GET",
1480 "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>",
1502 "description": "Attributes of each object to return in the response.",
1536 "description": "List objects on a remote federated cluster instead of the current one.",
1537 "location": "query",
1540 "bypass_federation": {
1543 "description": "bypass federation behavior, list items from local instance database only",
1550 "description": "Include container requests whose owner project is trashed.",
1555 "$ref": "ContainerRequestList"
1558 "https://api.arvados.org/auth/arvados",
1559 "https://api.arvados.org/auth/arvados.readonly"
1563 "id": "arvados.container_requests.create",
1564 "path": "container_requests",
1565 "httpMethod": "POST",
1566 "description": "Create a new ContainerRequest.",
1570 "description": "Attributes of the new object to return in the response.",
1574 "ensure_unique_name": {
1576 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
1577 "location": "query",
1583 "description": "Create object on a remote federated cluster instead of the current one.",
1584 "location": "query",
1591 "container_request": {
1592 "$ref": "ContainerRequest"
1597 "$ref": "ContainerRequest"
1600 "https://api.arvados.org/auth/arvados"
1604 "id": "arvados.container_requests.update",
1605 "path": "container_requests/{uuid}",
1606 "httpMethod": "PUT",
1607 "description": "Update attributes of an existing ContainerRequest.",
1611 "description": "The UUID of the ContainerRequest in question.",
1617 "description": "Attributes of the updated object to return in the response.",
1625 "container_request": {
1626 "$ref": "ContainerRequest"
1631 "$ref": "ContainerRequest"
1634 "https://api.arvados.org/auth/arvados"
1638 "id": "arvados.container_requests.delete",
1639 "path": "container_requests/{uuid}",
1640 "httpMethod": "DELETE",
1641 "description": "Delete an existing ContainerRequest.",
1645 "description": "The UUID of the ContainerRequest in question.",
1651 "$ref": "ContainerRequest"
1654 "https://api.arvados.org/auth/arvados"
1657 "container_status": {
1658 "id": "arvados.container_requests.container_status",
1659 "path": "container_requests/{uuid}/container_status",
1660 "httpMethod": "GET",
1661 "description": "container_status container_requests",
1666 "description": "The UUID of the ContainerRequest in question.",
1671 "$ref": "ContainerRequest"
1674 "https://api.arvados.org/auth/arvados"
1682 "id": "arvados.groups.get",
1683 "path": "groups/{uuid}",
1684 "httpMethod": "GET",
1685 "description": "Gets a Group's metadata by UUID.",
1689 "description": "The UUID of the Group in question.",
1695 "description": "Attributes of the object to return in the response.",
1703 "description": "Show group/project even if its is_trashed attribute is true.",
1714 "https://api.arvados.org/auth/arvados",
1715 "https://api.arvados.org/auth/arvados.readonly"
1719 "id": "arvados.groups.list",
1721 "httpMethod": "GET",
1722 "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>",
1744 "description": "Attributes of each object to return in the response.",
1778 "description": "List objects on a remote federated cluster instead of the current one.",
1779 "location": "query",
1782 "bypass_federation": {
1785 "description": "bypass federation behavior, list items from local instance database only",
1792 "description": "Include items whose is_trashed attribute is true.",
1800 "https://api.arvados.org/auth/arvados",
1801 "https://api.arvados.org/auth/arvados.readonly"
1805 "id": "arvados.groups.create",
1807 "httpMethod": "POST",
1808 "description": "Create a new Group.",
1812 "description": "Attributes of the new object to return in the response.",
1816 "ensure_unique_name": {
1818 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
1819 "location": "query",
1825 "description": "Create object on a remote federated cluster instead of the current one.",
1826 "location": "query",
1832 "location": "query",
1834 "description": "defer permissions update"
1849 "https://api.arvados.org/auth/arvados"
1853 "id": "arvados.groups.update",
1854 "path": "groups/{uuid}",
1855 "httpMethod": "PUT",
1856 "description": "Update attributes of an existing Group.",
1860 "description": "The UUID of the Group in question.",
1866 "description": "Attributes of the updated object to return in the response.",
1873 "location": "query",
1875 "description": "defer permissions update"
1890 "https://api.arvados.org/auth/arvados"
1894 "id": "arvados.groups.delete",
1895 "path": "groups/{uuid}",
1896 "httpMethod": "DELETE",
1897 "description": "Delete an existing Group.",
1901 "description": "The UUID of the Group in question.",
1910 "https://api.arvados.org/auth/arvados"
1914 "id": "arvados.groups.contents",
1915 "path": "groups/contents",
1916 "httpMethod": "GET",
1917 "description": "contents groups",
1939 "description": "Attributes of each object to return in the response.",
1973 "description": "List objects on a remote federated cluster instead of the current one.",
1974 "location": "query",
1977 "bypass_federation": {
1980 "description": "bypass federation behavior, list items from local instance database only",
1987 "description": "Include items whose is_trashed attribute is true.",
2001 "description": "Include contents from child groups recursively.",
2007 "description": "Include objects referred to by listed fields in \"included\" response field. Subsets of [\"owner_uuid\", \"container_uuid\"] are supported.",
2010 "include_old_versions": {
2014 "description": "Include past collection versions.",
2022 "https://api.arvados.org/auth/arvados"
2026 "id": "arvados.groups.shared",
2027 "path": "groups/shared",
2028 "httpMethod": "GET",
2029 "description": "shared groups",
2051 "description": "Attributes of each object to return in the response.",
2085 "description": "List objects on a remote federated cluster instead of the current one.",
2086 "location": "query",
2089 "bypass_federation": {
2092 "description": "bypass federation behavior, list items from local instance database only",
2099 "description": "Include items whose is_trashed attribute is true.",
2113 "https://api.arvados.org/auth/arvados"
2117 "id": "arvados.groups.trash",
2118 "path": "groups/{uuid}/trash",
2119 "httpMethod": "POST",
2120 "description": "trash groups",
2133 "https://api.arvados.org/auth/arvados"
2137 "id": "arvados.groups.untrash",
2138 "path": "groups/{uuid}/untrash",
2139 "httpMethod": "POST",
2140 "description": "untrash groups",
2153 "https://api.arvados.org/auth/arvados"
2161 "id": "arvados.keep_services.get",
2162 "path": "keep_services/{uuid}",
2163 "httpMethod": "GET",
2164 "description": "Gets a KeepService's metadata by UUID.",
2168 "description": "The UUID of the KeepService in question.",
2174 "description": "Attributes of the object to return in the response.",
2183 "$ref": "KeepService"
2186 "https://api.arvados.org/auth/arvados",
2187 "https://api.arvados.org/auth/arvados.readonly"
2191 "id": "arvados.keep_services.list",
2192 "path": "keep_services",
2193 "httpMethod": "GET",
2194 "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>",
2216 "description": "Attributes of each object to return in the response.",
2250 "description": "List objects on a remote federated cluster instead of the current one.",
2251 "location": "query",
2254 "bypass_federation": {
2257 "description": "bypass federation behavior, list items from local instance database only",
2262 "$ref": "KeepServiceList"
2265 "https://api.arvados.org/auth/arvados",
2266 "https://api.arvados.org/auth/arvados.readonly"
2270 "id": "arvados.keep_services.create",
2271 "path": "keep_services",
2272 "httpMethod": "POST",
2273 "description": "Create a new KeepService.",
2277 "description": "Attributes of the new object to return in the response.",
2281 "ensure_unique_name": {
2283 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
2284 "location": "query",
2290 "description": "Create object on a remote federated cluster instead of the current one.",
2291 "location": "query",
2299 "$ref": "KeepService"
2304 "$ref": "KeepService"
2307 "https://api.arvados.org/auth/arvados"
2311 "id": "arvados.keep_services.update",
2312 "path": "keep_services/{uuid}",
2313 "httpMethod": "PUT",
2314 "description": "Update attributes of an existing KeepService.",
2318 "description": "The UUID of the KeepService in question.",
2324 "description": "Attributes of the updated object to return in the response.",
2333 "$ref": "KeepService"
2338 "$ref": "KeepService"
2341 "https://api.arvados.org/auth/arvados"
2345 "id": "arvados.keep_services.delete",
2346 "path": "keep_services/{uuid}",
2347 "httpMethod": "DELETE",
2348 "description": "Delete an existing KeepService.",
2352 "description": "The UUID of the KeepService in question.",
2358 "$ref": "KeepService"
2361 "https://api.arvados.org/auth/arvados"
2365 "id": "arvados.keep_services.accessible",
2366 "path": "keep_services/accessible",
2367 "httpMethod": "GET",
2368 "description": "accessible keep_services",
2371 "$ref": "KeepService"
2374 "https://api.arvados.org/auth/arvados"
2382 "id": "arvados.links.get",
2383 "path": "links/{uuid}",
2384 "httpMethod": "GET",
2385 "description": "Gets a Link's metadata by UUID.",
2389 "description": "The UUID of the Link in question.",
2395 "description": "Attributes of the object to return in the response.",
2407 "https://api.arvados.org/auth/arvados",
2408 "https://api.arvados.org/auth/arvados.readonly"
2412 "id": "arvados.links.list",
2414 "httpMethod": "GET",
2415 "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>",
2437 "description": "Attributes of each object to return in the response.",
2471 "description": "List objects on a remote federated cluster instead of the current one.",
2472 "location": "query",
2475 "bypass_federation": {
2478 "description": "bypass federation behavior, list items from local instance database only",
2486 "https://api.arvados.org/auth/arvados",
2487 "https://api.arvados.org/auth/arvados.readonly"
2491 "id": "arvados.links.create",
2493 "httpMethod": "POST",
2494 "description": "Create a new Link.",
2498 "description": "Attributes of the new object to return in the response.",
2502 "ensure_unique_name": {
2504 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
2505 "location": "query",
2511 "description": "Create object on a remote federated cluster instead of the current one.",
2512 "location": "query",
2528 "https://api.arvados.org/auth/arvados"
2532 "id": "arvados.links.update",
2533 "path": "links/{uuid}",
2534 "httpMethod": "PUT",
2535 "description": "Update attributes of an existing Link.",
2539 "description": "The UUID of the Link in question.",
2545 "description": "Attributes of the updated object to return in the response.",
2562 "https://api.arvados.org/auth/arvados"
2566 "id": "arvados.links.delete",
2567 "path": "links/{uuid}",
2568 "httpMethod": "DELETE",
2569 "description": "Delete an existing Link.",
2573 "description": "The UUID of the Link in question.",
2582 "https://api.arvados.org/auth/arvados"
2585 "get_permissions": {
2586 "id": "arvados.links.get_permissions",
2587 "path": "permissions/{uuid}",
2588 "httpMethod": "GET",
2589 "description": "get_permissions links",
2602 "https://api.arvados.org/auth/arvados"
2610 "id": "arvados.logs.get",
2611 "path": "logs/{uuid}",
2612 "httpMethod": "GET",
2613 "description": "Gets a Log's metadata by UUID.",
2617 "description": "The UUID of the Log in question.",
2623 "description": "Attributes of the object to return in the response.",
2635 "https://api.arvados.org/auth/arvados",
2636 "https://api.arvados.org/auth/arvados.readonly"
2640 "id": "arvados.logs.list",
2642 "httpMethod": "GET",
2643 "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>",
2665 "description": "Attributes of each object to return in the response.",
2699 "description": "List objects on a remote federated cluster instead of the current one.",
2700 "location": "query",
2703 "bypass_federation": {
2706 "description": "bypass federation behavior, list items from local instance database only",
2714 "https://api.arvados.org/auth/arvados",
2715 "https://api.arvados.org/auth/arvados.readonly"
2719 "id": "arvados.logs.create",
2721 "httpMethod": "POST",
2722 "description": "Create a new Log.",
2726 "description": "Attributes of the new object to return in the response.",
2730 "ensure_unique_name": {
2732 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
2733 "location": "query",
2739 "description": "Create object on a remote federated cluster instead of the current one.",
2740 "location": "query",
2756 "https://api.arvados.org/auth/arvados"
2760 "id": "arvados.logs.update",
2761 "path": "logs/{uuid}",
2762 "httpMethod": "PUT",
2763 "description": "Update attributes of an existing Log.",
2767 "description": "The UUID of the Log in question.",
2773 "description": "Attributes of the updated object to return in the response.",
2790 "https://api.arvados.org/auth/arvados"
2794 "id": "arvados.logs.delete",
2795 "path": "logs/{uuid}",
2796 "httpMethod": "DELETE",
2797 "description": "Delete an existing Log.",
2801 "description": "The UUID of the Log in question.",
2810 "https://api.arvados.org/auth/arvados"
2818 "id": "arvados.users.get",
2819 "path": "users/{uuid}",
2820 "httpMethod": "GET",
2821 "description": "Gets a User's metadata by UUID.",
2825 "description": "The UUID of the User in question.",
2831 "description": "Attributes of the object to return in the response.",
2843 "https://api.arvados.org/auth/arvados",
2844 "https://api.arvados.org/auth/arvados.readonly"
2848 "id": "arvados.users.list",
2850 "httpMethod": "GET",
2851 "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>",
2873 "description": "Attributes of each object to return in the response.",
2907 "description": "List objects on a remote federated cluster instead of the current one.",
2908 "location": "query",
2911 "bypass_federation": {
2914 "description": "bypass federation behavior, list items from local instance database only",
2922 "https://api.arvados.org/auth/arvados",
2923 "https://api.arvados.org/auth/arvados.readonly"
2927 "id": "arvados.users.create",
2929 "httpMethod": "POST",
2930 "description": "Create a new User.",
2934 "description": "Attributes of the new object to return in the response.",
2938 "ensure_unique_name": {
2940 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
2941 "location": "query",
2947 "description": "Create object on a remote federated cluster instead of the current one.",
2948 "location": "query",
2964 "https://api.arvados.org/auth/arvados"
2968 "id": "arvados.users.update",
2969 "path": "users/{uuid}",
2970 "httpMethod": "PUT",
2971 "description": "Update attributes of an existing User.",
2975 "description": "The UUID of the User in question.",
2981 "description": "Attributes of the updated object to return in the response.",
2985 "bypass_federation": {
3005 "https://api.arvados.org/auth/arvados"
3009 "id": "arvados.users.delete",
3010 "path": "users/{uuid}",
3011 "httpMethod": "DELETE",
3012 "description": "Delete an existing User.",
3016 "description": "The UUID of the User in question.",
3025 "https://api.arvados.org/auth/arvados"
3029 "id": "arvados.users.current",
3030 "path": "users/current",
3031 "httpMethod": "GET",
3032 "description": "current users",
3038 "https://api.arvados.org/auth/arvados"
3042 "id": "arvados.users.system",
3043 "path": "users/system",
3044 "httpMethod": "GET",
3045 "description": "system users",
3051 "https://api.arvados.org/auth/arvados"
3055 "id": "arvados.users.activate",
3056 "path": "users/{uuid}/activate",
3057 "httpMethod": "POST",
3058 "description": "activate users",
3071 "https://api.arvados.org/auth/arvados"
3075 "id": "arvados.users.setup",
3076 "path": "users/setup",
3077 "httpMethod": "POST",
3078 "description": "setup users",
3104 "send_notification_email": {
3116 "https://api.arvados.org/auth/arvados"
3120 "id": "arvados.users.unsetup",
3121 "path": "users/{uuid}/unsetup",
3122 "httpMethod": "POST",
3123 "description": "unsetup users",
3136 "https://api.arvados.org/auth/arvados"
3140 "id": "arvados.users.merge",
3141 "path": "users/merge",
3142 "httpMethod": "POST",
3143 "description": "merge users",
3157 "redirect_to_new_user": {
3181 "https://api.arvados.org/auth/arvados"
3186 "user_agreements": {
3189 "id": "arvados.user_agreements.get",
3190 "path": "user_agreements/{uuid}",
3191 "httpMethod": "GET",
3192 "description": "Gets a UserAgreement's metadata by UUID.",
3196 "description": "The UUID of the UserAgreement in question.",
3202 "description": "Attributes of the object to return in the response.",
3211 "$ref": "UserAgreement"
3214 "https://api.arvados.org/auth/arvados",
3215 "https://api.arvados.org/auth/arvados.readonly"
3219 "id": "arvados.user_agreements.list",
3220 "path": "user_agreements",
3221 "httpMethod": "GET",
3222 "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>",
3244 "description": "Attributes of each object to return in the response.",
3278 "description": "List objects on a remote federated cluster instead of the current one.",
3279 "location": "query",
3282 "bypass_federation": {
3285 "description": "bypass federation behavior, list items from local instance database only",
3290 "$ref": "UserAgreementList"
3293 "https://api.arvados.org/auth/arvados",
3294 "https://api.arvados.org/auth/arvados.readonly"
3298 "id": "arvados.user_agreements.create",
3299 "path": "user_agreements",
3300 "httpMethod": "POST",
3301 "description": "Create a new UserAgreement.",
3305 "description": "Attributes of the new object to return in the response.",
3309 "ensure_unique_name": {
3311 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
3312 "location": "query",
3318 "description": "Create object on a remote federated cluster instead of the current one.",
3319 "location": "query",
3327 "$ref": "UserAgreement"
3332 "$ref": "UserAgreement"
3335 "https://api.arvados.org/auth/arvados"
3339 "id": "arvados.user_agreements.update",
3340 "path": "user_agreements/{uuid}",
3341 "httpMethod": "PUT",
3342 "description": "Update attributes of an existing UserAgreement.",
3346 "description": "The UUID of the UserAgreement in question.",
3352 "description": "Attributes of the updated object to return in the response.",
3361 "$ref": "UserAgreement"
3366 "$ref": "UserAgreement"
3369 "https://api.arvados.org/auth/arvados"
3373 "id": "arvados.user_agreements.delete",
3374 "path": "user_agreements/{uuid}",
3375 "httpMethod": "DELETE",
3376 "description": "Delete an existing UserAgreement.",
3380 "description": "The UUID of the UserAgreement in question.",
3386 "$ref": "UserAgreement"
3389 "https://api.arvados.org/auth/arvados"
3393 "id": "arvados.user_agreements.signatures",
3394 "path": "user_agreements/signatures",
3395 "httpMethod": "GET",
3396 "description": "signatures user_agreements",
3399 "$ref": "UserAgreement"
3402 "https://api.arvados.org/auth/arvados"
3406 "id": "arvados.user_agreements.sign",
3407 "path": "user_agreements/sign",
3408 "httpMethod": "POST",
3409 "description": "sign user_agreements",
3412 "$ref": "UserAgreement"
3415 "https://api.arvados.org/auth/arvados"
3419 "id": "arvados.user_agreements.new",
3420 "path": "user_agreements/new",
3421 "httpMethod": "GET",
3422 "description": "new user_agreements",
3425 "$ref": "UserAgreement"
3428 "https://api.arvados.org/auth/arvados"
3433 "virtual_machines": {
3436 "id": "arvados.virtual_machines.get",
3437 "path": "virtual_machines/{uuid}",
3438 "httpMethod": "GET",
3439 "description": "Gets a VirtualMachine's metadata by UUID.",
3443 "description": "The UUID of the VirtualMachine in question.",
3449 "description": "Attributes of the object to return in the response.",
3458 "$ref": "VirtualMachine"
3461 "https://api.arvados.org/auth/arvados",
3462 "https://api.arvados.org/auth/arvados.readonly"
3466 "id": "arvados.virtual_machines.list",
3467 "path": "virtual_machines",
3468 "httpMethod": "GET",
3469 "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>",
3491 "description": "Attributes of each object to return in the response.",
3525 "description": "List objects on a remote federated cluster instead of the current one.",
3526 "location": "query",
3529 "bypass_federation": {
3532 "description": "bypass federation behavior, list items from local instance database only",
3537 "$ref": "VirtualMachineList"
3540 "https://api.arvados.org/auth/arvados",
3541 "https://api.arvados.org/auth/arvados.readonly"
3545 "id": "arvados.virtual_machines.create",
3546 "path": "virtual_machines",
3547 "httpMethod": "POST",
3548 "description": "Create a new VirtualMachine.",
3552 "description": "Attributes of the new object to return in the response.",
3556 "ensure_unique_name": {
3558 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
3559 "location": "query",
3565 "description": "Create object on a remote federated cluster instead of the current one.",
3566 "location": "query",
3573 "virtual_machine": {
3574 "$ref": "VirtualMachine"
3579 "$ref": "VirtualMachine"
3582 "https://api.arvados.org/auth/arvados"
3586 "id": "arvados.virtual_machines.update",
3587 "path": "virtual_machines/{uuid}",
3588 "httpMethod": "PUT",
3589 "description": "Update attributes of an existing VirtualMachine.",
3593 "description": "The UUID of the VirtualMachine in question.",
3599 "description": "Attributes of the updated object to return in the response.",
3607 "virtual_machine": {
3608 "$ref": "VirtualMachine"
3613 "$ref": "VirtualMachine"
3616 "https://api.arvados.org/auth/arvados"
3620 "id": "arvados.virtual_machines.delete",
3621 "path": "virtual_machines/{uuid}",
3622 "httpMethod": "DELETE",
3623 "description": "Delete an existing VirtualMachine.",
3627 "description": "The UUID of the VirtualMachine in question.",
3633 "$ref": "VirtualMachine"
3636 "https://api.arvados.org/auth/arvados"
3640 "id": "arvados.virtual_machines.logins",
3641 "path": "virtual_machines/{uuid}/logins",
3642 "httpMethod": "GET",
3643 "description": "logins virtual_machines",
3653 "$ref": "VirtualMachine"
3656 "https://api.arvados.org/auth/arvados"
3660 "id": "arvados.virtual_machines.get_all_logins",
3661 "path": "virtual_machines/get_all_logins",
3662 "httpMethod": "GET",
3663 "description": "get_all_logins virtual_machines",
3666 "$ref": "VirtualMachine"
3669 "https://api.arvados.org/auth/arvados"
3677 "id": "arvados.workflows.get",
3678 "path": "workflows/{uuid}",
3679 "httpMethod": "GET",
3680 "description": "Gets a Workflow's metadata by UUID.",
3684 "description": "The UUID of the Workflow in question.",
3690 "description": "Attributes of the object to return in the response.",
3702 "https://api.arvados.org/auth/arvados",
3703 "https://api.arvados.org/auth/arvados.readonly"
3707 "id": "arvados.workflows.list",
3708 "path": "workflows",
3709 "httpMethod": "GET",
3710 "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>",
3732 "description": "Attributes of each object to return in the response.",
3766 "description": "List objects on a remote federated cluster instead of the current one.",
3767 "location": "query",
3770 "bypass_federation": {
3773 "description": "bypass federation behavior, list items from local instance database only",
3778 "$ref": "WorkflowList"
3781 "https://api.arvados.org/auth/arvados",
3782 "https://api.arvados.org/auth/arvados.readonly"
3786 "id": "arvados.workflows.create",
3787 "path": "workflows",
3788 "httpMethod": "POST",
3789 "description": "Create a new Workflow.",
3793 "description": "Attributes of the new object to return in the response.",
3797 "ensure_unique_name": {
3799 "description": "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
3800 "location": "query",
3806 "description": "Create object on a remote federated cluster instead of the current one.",
3807 "location": "query",
3823 "https://api.arvados.org/auth/arvados"
3827 "id": "arvados.workflows.update",
3828 "path": "workflows/{uuid}",
3829 "httpMethod": "PUT",
3830 "description": "Update attributes of an existing Workflow.",
3834 "description": "The UUID of the Workflow in question.",
3840 "description": "Attributes of the updated object to return in the response.",
3857 "https://api.arvados.org/auth/arvados"
3861 "id": "arvados.workflows.delete",
3862 "path": "workflows/{uuid}",
3863 "httpMethod": "DELETE",
3864 "description": "Delete an existing Workflow.",
3868 "description": "The UUID of the Workflow in question.",
3877 "https://api.arvados.org/auth/arvados"
3885 "id": "arvados.configs.get",
3887 "httpMethod": "GET",
3888 "description": "Get public config",
3890 "parameterOrder": [],
3893 "https://api.arvados.org/auth/arvados",
3894 "https://api.arvados.org/auth/arvados.readonly"
3902 "id": "arvados.vocabularies.get",
3903 "path": "vocabulary",
3904 "httpMethod": "GET",
3905 "description": "Get vocabulary definition",
3907 "parameterOrder": [],
3910 "https://api.arvados.org/auth/arvados",
3911 "https://api.arvados.org/auth/arvados.readonly"
3919 "id": "arvados.sys.trash_sweep",
3920 "path": "sys/trash_sweep",
3921 "httpMethod": "POST",
3922 "description": "apply scheduled trash and delete operations",
3924 "parameterOrder": [],
3927 "https://api.arvados.org/auth/arvados",
3928 "https://api.arvados.org/auth/arvados.readonly"
3934 "revision": "20240502",
3937 "id": "ApiClientList",
3938 "description": "ApiClient list",
3943 "description": "Object type. Always arvados#apiClientList.",
3944 "default": "arvados#apiClientList"
3948 "description": "List version."
3952 "description": "The list of ApiClients.",
3959 "description": "A link to the next page of ApiClients."
3961 "next_page_token": {
3963 "description": "The page token for the next page of ApiClients."
3967 "description": "A link back to this list."
3973 "description": "ApiClient",
3975 "uuidPrefix": "ozdt8",
3982 "description": "Object version."
3987 "modified_by_client_uuid": {
3990 "modified_by_user_uuid": {
4010 "ApiClientAuthorizationList": {
4011 "id": "ApiClientAuthorizationList",
4012 "description": "ApiClientAuthorization list",
4017 "description": "Object type. Always arvados#apiClientAuthorizationList.",
4018 "default": "arvados#apiClientAuthorizationList"
4022 "description": "List version."
4026 "description": "The list of ApiClientAuthorizations.",
4028 "$ref": "ApiClientAuthorization"
4033 "description": "A link to the next page of ApiClientAuthorizations."
4035 "next_page_token": {
4037 "description": "The page token for the next page of ApiClientAuthorizations."
4041 "description": "A link back to this list."
4045 "ApiClientAuthorization": {
4046 "id": "ApiClientAuthorization",
4047 "description": "ApiClientAuthorization",
4049 "uuidPrefix": "gj3su",
4056 "description": "Object version."
4064 "created_by_ip_address": {
4067 "last_used_by_ip_address": {
4084 "AuthorizedKeyList": {
4085 "id": "AuthorizedKeyList",
4086 "description": "AuthorizedKey list",
4091 "description": "Object type. Always arvados#authorizedKeyList.",
4092 "default": "arvados#authorizedKeyList"
4096 "description": "List version."
4100 "description": "The list of AuthorizedKeys.",
4102 "$ref": "AuthorizedKey"
4107 "description": "A link to the next page of AuthorizedKeys."
4109 "next_page_token": {
4111 "description": "The page token for the next page of AuthorizedKeys."
4115 "description": "A link back to this list."
4120 "id": "AuthorizedKey",
4121 "description": "AuthorizedKey",
4123 "uuidPrefix": "fngyi",
4130 "description": "Object version."
4135 "modified_by_client_uuid": {
4138 "modified_by_user_uuid": {
4150 "authorized_user_uuid": {
4165 "id": "CollectionList",
4166 "description": "Collection list",
4171 "description": "Object type. Always arvados#collectionList.",
4172 "default": "arvados#collectionList"
4176 "description": "List version."
4180 "description": "The list of Collections.",
4182 "$ref": "Collection"
4187 "description": "A link to the next page of Collections."
4189 "next_page_token": {
4191 "description": "The page token for the next page of Collections."
4195 "description": "A link back to this list."
4201 "description": "Collection",
4203 "uuidPrefix": "4zz18",
4210 "description": "Object version."
4218 "modified_by_client_uuid": {
4221 "modified_by_user_uuid": {
4227 "portable_data_hash": {
4230 "replication_desired": {
4233 "replication_confirmed_at": {
4236 "replication_confirmed": {
4260 "storage_classes_desired": {
4263 "storage_classes_confirmed": {
4266 "storage_classes_confirmed_at": {
4269 "current_version_uuid": {
4275 "preserve_version": {
4281 "file_size_total": {
4286 "ComputedPermissionList": {
4287 "id": "ComputedPermissionList",
4288 "description": "ComputedPermission list",
4293 "description": "Object type. Always arvados#computedPermissionList.",
4294 "default": "arvados#computedPermissionList"
4298 "description": "List version."
4302 "description": "The list of ComputedPermissions.",
4304 "$ref": "ComputedPermission"
4309 "description": "A link to the next page of ComputedPermissions."
4311 "next_page_token": {
4313 "description": "The page token for the next page of ComputedPermissions."
4317 "description": "A link back to this list."
4321 "ComputedPermission": {
4322 "id": "ComputedPermission",
4323 "description": "ComputedPermission",
4338 "id": "ContainerList",
4339 "description": "Container list",
4344 "description": "Object type. Always arvados#containerList.",
4345 "default": "arvados#containerList"
4349 "description": "List version."
4353 "description": "The list of Containers.",
4360 "description": "A link to the next page of Containers."
4362 "next_page_token": {
4364 "description": "The page token for the next page of Containers."
4368 "description": "A link back to this list."
4374 "description": "Container",
4376 "uuidPrefix": "dz642",
4383 "description": "Object version."
4394 "modified_by_client_uuid": {
4397 "modified_by_user_uuid": {
4427 "runtime_constraints": {
4433 "container_image": {
4451 "scheduling_parameters": {
4457 "runtime_user_uuid": {
4460 "runtime_auth_scopes": {
4466 "gateway_address": {
4469 "interactive_session_started": {
4472 "output_storage_classes": {
4475 "output_properties": {
4481 "subrequests_cost": {
4489 "ContainerRequestList": {
4490 "id": "ContainerRequestList",
4491 "description": "ContainerRequest list",
4496 "description": "Object type. Always arvados#containerRequestList.",
4497 "default": "arvados#containerRequestList"
4501 "description": "List version."
4505 "description": "The list of ContainerRequests.",
4507 "$ref": "ContainerRequest"
4512 "description": "A link to the next page of ContainerRequests."
4514 "next_page_token": {
4516 "description": "The page token for the next page of ContainerRequests."
4520 "description": "A link back to this list."
4524 "ContainerRequest": {
4525 "id": "ContainerRequest",
4526 "description": "ContainerRequest",
4528 "uuidPrefix": "xvhdp",
4535 "description": "Object version."
4546 "modified_by_client_uuid": {
4549 "modified_by_user_uuid": {
4564 "requesting_container_uuid": {
4570 "container_count_max": {
4576 "runtime_constraints": {
4579 "container_image": {
4603 "container_count": {
4609 "scheduling_parameters": {
4624 "output_storage_classes": {
4627 "output_properties": {
4630 "cumulative_cost": {
4640 "description": "Group list",
4645 "description": "Object type. Always arvados#groupList.",
4646 "default": "arvados#groupList"
4650 "description": "List version."
4654 "description": "The list of Groups.",
4661 "description": "A link to the next page of Groups."
4663 "next_page_token": {
4665 "description": "The page token for the next page of Groups."
4669 "description": "A link back to this list."
4675 "description": "Group",
4677 "uuidPrefix": "j7d0g",
4684 "description": "Object version."
4692 "modified_by_client_uuid": {
4695 "modified_by_user_uuid": {
4727 "KeepServiceList": {
4728 "id": "KeepServiceList",
4729 "description": "KeepService list",
4734 "description": "Object type. Always arvados#keepServiceList.",
4735 "default": "arvados#keepServiceList"
4739 "description": "List version."
4743 "description": "The list of KeepServices.",
4745 "$ref": "KeepService"
4750 "description": "A link to the next page of KeepServices."
4752 "next_page_token": {
4754 "description": "The page token for the next page of KeepServices."
4758 "description": "A link back to this list."
4763 "id": "KeepService",
4764 "description": "KeepService",
4766 "uuidPrefix": "bi6l4",
4773 "description": "Object version."
4778 "modified_by_client_uuid": {
4781 "modified_by_user_uuid": {
4793 "service_ssl_flag": {
4809 "description": "Link list",
4814 "description": "Object type. Always arvados#linkList.",
4815 "default": "arvados#linkList"
4819 "description": "List version."
4823 "description": "The list of Links.",
4830 "description": "A link to the next page of Links."
4832 "next_page_token": {
4834 "description": "The page token for the next page of Links."
4838 "description": "A link back to this list."
4844 "description": "Link",
4846 "uuidPrefix": "o0j2j",
4853 "description": "Object version."
4861 "modified_by_client_uuid": {
4864 "modified_by_user_uuid": {
4889 "description": "Log list",
4894 "description": "Object type. Always arvados#logList.",
4895 "default": "arvados#logList"
4899 "description": "List version."
4903 "description": "The list of Logs.",
4910 "description": "A link to the next page of Logs."
4912 "next_page_token": {
4914 "description": "The page token for the next page of Logs."
4918 "description": "A link back to this list."
4924 "description": "Log",
4926 "uuidPrefix": "57u5n",
4933 "description": "Object version."
4941 "modified_by_client_uuid": {
4944 "modified_by_user_uuid": {
4968 "object_owner_uuid": {
4975 "description": "User list",
4980 "description": "Object type. Always arvados#userList.",
4981 "default": "arvados#userList"
4985 "description": "List version."
4989 "description": "The list of Users.",
4996 "description": "A link to the next page of Users."
4998 "next_page_token": {
5000 "description": "The page token for the next page of Users."
5004 "description": "A link back to this list."
5010 "description": "User",
5012 "uuidPrefix": "tpzed",
5019 "description": "Object version."
5027 "modified_by_client_uuid": {
5030 "modified_by_user_uuid": {
5062 "UserAgreementList": {
5063 "id": "UserAgreementList",
5064 "description": "UserAgreement list",
5069 "description": "Object type. Always arvados#userAgreementList.",
5070 "default": "arvados#userAgreementList"
5074 "description": "List version."
5078 "description": "The list of UserAgreements.",
5080 "$ref": "UserAgreement"
5085 "description": "A link to the next page of UserAgreements."
5087 "next_page_token": {
5089 "description": "The page token for the next page of UserAgreements."
5093 "description": "A link back to this list."
5098 "id": "UserAgreement",
5099 "description": "UserAgreement",
5101 "uuidPrefix": "gv0sa",
5108 "description": "Object version."
5116 "modified_by_client_uuid": {
5119 "modified_by_user_uuid": {
5125 "portable_data_hash": {
5128 "replication_desired": {
5131 "replication_confirmed_at": {
5134 "replication_confirmed": {
5158 "storage_classes_desired": {
5161 "storage_classes_confirmed": {
5164 "storage_classes_confirmed_at": {
5167 "current_version_uuid": {
5173 "preserve_version": {
5179 "file_size_total": {
5184 "VirtualMachineList": {
5185 "id": "VirtualMachineList",
5186 "description": "VirtualMachine list",
5191 "description": "Object type. Always arvados#virtualMachineList.",
5192 "default": "arvados#virtualMachineList"
5196 "description": "List version."
5200 "description": "The list of VirtualMachines.",
5202 "$ref": "VirtualMachine"
5207 "description": "A link to the next page of VirtualMachines."
5209 "next_page_token": {
5211 "description": "The page token for the next page of VirtualMachines."
5215 "description": "A link back to this list."
5220 "id": "VirtualMachine",
5221 "description": "VirtualMachine",
5223 "uuidPrefix": "2x53u",
5230 "description": "Object version."
5235 "modified_by_client_uuid": {
5238 "modified_by_user_uuid": {
5253 "id": "WorkflowList",
5254 "description": "Workflow list",
5259 "description": "Object type. Always arvados#workflowList.",
5260 "default": "arvados#workflowList"
5264 "description": "List version."
5268 "description": "The list of Workflows.",
5275 "description": "A link to the next page of Workflows."
5277 "next_page_token": {
5279 "description": "The page token for the next page of Workflows."
5283 "description": "A link back to this list."
5289 "description": "Workflow",
5291 "uuidPrefix": "7fd4e",
5298 "description": "Object version."
5309 "modified_by_client_uuid": {
5312 "modified_by_user_uuid": {
5327 "servicePath": "arvados/v1/",
5328 "title": "Arvados API",