Get a list of deployed functions with: stats and image digest
get/system/functions
Response
List of deployed functions.
Example response
[
{
"name": "nodeinfo",
"image": "functions/nodeinfo:latest",
"invocationCount": 1337,
"replicas": 2,
"availableReplicas": 2,
"envProcess": "node main.js",
"labels": {
"foo": "bar"
},
"annotations": {
"topics": "awesome-kafka-topic",
"foo": "bar"
}
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.