mirror of
https://github.com/ditkrg/guidelines-and-instructions.git
synced 2026-01-22 22:06:40 +00:00
Add example for GET /status
Signed-off-by: Shkar T. Noori <shkarface@gmail.com>
This commit is contained in:
parent
8c913e7670
commit
0b81885932
@ -437,6 +437,16 @@ All web application are required to provide a `GET /status` endpoint with a simi
|
||||
}
|
||||
```
|
||||
|
||||
Example:
|
||||
```json
|
||||
{
|
||||
"name":"simple-api",
|
||||
"version":"0.1.0",
|
||||
"startTime":"2021-10-28T14:49:08.06+00:00",
|
||||
"host":"simple-api-deployment-c99cdcfdf-xrfh4"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Software Application Specifications
|
||||
|
||||
Loading…
Reference in New Issue
Block a user