mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-19 16:01:08 +00:00
33 lines
680 B
Markdown
33 lines
680 B
Markdown
---
|
|
tags:
|
|
- status
|
|
---
|
|
# GET /proxy/status
|
|
|
|
|
|
!!! info
|
|
This page was generated by extracting information from a JSON Schema
|
|
data file for the API. It may be missing some information, or otherwise
|
|
suggest approximate or placeholder values based on information in the
|
|
schema file; this is due to limitations on how that data is extracted
|
|
from the underlying Rust code and into the JSON Schema, and then again
|
|
from there and into these docs.
|
|
|
|
Simple health check endpoint for the proxy.
|
|
Returns basic status information.
|
|
|
|
## Responses
|
|
### Status 200
|
|
Proxy is healthy
|
|
|
|
|
|
`Content-Type: text/plain`
|
|
|
|
|
|
This is a string value.
|
|
|
|
### Examples
|
|
```json
|
|
"string"
|
|
```
|