Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of functions documents that matched your query. |
functions | array | List of functions. Can be one of: |
Example
JSON
{
"total": 5,
"functions": [
{
"$id": "5e5ea5c16897e",
"$createdAt": 1592981250,
"$updatedAt": 1592981250,
"execute": "role:member",
"name": "My Function",
"status": "enabled",
"runtime": "python-3.8",
"deployment": "5e5ea5c16897e",
"vars": {
"key": "value"
},
"events": "account.create",
"schedule": "5 4 * * *",
"scheduleNext": 1592981292,
"schedulePrevious": 1592981237,
"timeout": 1592981237
}
]
}
JSON
{
"total": 5,
"functions": [
{
"_id": "5e5ea5c16897e",
"_createdAt": 1592981250,
"_updatedAt": 1592981250,
"execute": "role:member",
"name": "My Function",
"status": "enabled",
"runtime": "python-3.8",
"deployment": "5e5ea5c16897e",
"vars": {
"key": "value"
},
"events": "account.create",
"schedule": "5 4 * * *",
"scheduleNext": 1592981292,
"schedulePrevious": 1592981237,
"timeout": 1592981237
}
]
}