/
TA
tanklabtju
/
OpenFaaS API Gateway
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 3w ago
View markdown
tanklabtju
OpenFaaS API Gateway
put
Update a secret.
v1
latest
Swagger 2.0
MIT
2026-07-17
16
7
17.0 KB
get
Get a list of deployed functions with: stats and image digest
put
Update a function.
post
Deploy a new function.
delete
Remove a deployed function.
post
Event-sink for AlertManager, for auto-scaling
post
Invoke a function asynchronously in OpenFaaS
post
Invoke a function defined in OpenFaaS
post
Scale a function
get
Get a summary of an OpenFaaS function
get
Get a list of secret names and metadata from the provider
put
Update a secret.
post
Create a new secret.
delete
Remove a secret.
get
Get a stream of the logs for a specific function
get
Get info such as provider version number and provider orchestrator
get
Healthcheck
Update a secret.
put
/system/secrets
Request body
Secret
required
name
string
required
Name of secret
value
string
Value of secret in plain-text
Example request
{ "name": "aws-key", "value": "changeme" }
Response
Ok