v1
latestSwagger 2.0Apache22026-07-178513.9 KBGet a list of deployed functions with: stats and image digest
get/functions
Response
List of deployed functions.
Example response
[
{
"image": "functions/nodeinfo:latest",
"envProcess": "node main.js",
"replicas": 2,
"name": "nodeinfo",
"invocationCount": 1337,
"annotations": {
"key": "annotations"
},
"availableReplicas": 2,
"labels": {
"key": "labels"
}
}
]