Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of runtimes documents that matched your query. |
runtimes | array | List of runtimes. Can be one of: |
Example
JSON
{
"total": 5,
"runtimes": [
{
"$id": "python-3.8",
"key": "python",
"name": "Python",
"version": "3.8",
"base": "python:3.8-alpine",
"image": "appwrite\\/runtime-for-python:3.8",
"logo": "python.png",
"supports": "amd64"
}
]
}
JSON
{
"total": 5,
"runtimes": [
{
"_id": "python-3.8",
"key": "python",
"name": "Python",
"version": "3.8",
"base": "python:3.8-alpine",
"image": "appwrite\\/runtime-for-python:3.8",
"logo": "python.png",
"supports": "amd64"
}
]
}