init
This commit is contained in:
27
postman/manager.postman_collection.json
Normal file
27
postman/manager.postman_collection.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"info": {
|
||||
"_postman_id": "64d9b604-a7c8-46b3-bd31-8249649ec269",
|
||||
"name": "manager",
|
||||
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
|
||||
"_exporter_id": "26924638"
|
||||
},
|
||||
"item": [
|
||||
{
|
||||
"name": "healthcheck",
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"header": [],
|
||||
"url": {
|
||||
"raw": "{{host}}/healthcheck",
|
||||
"host": [
|
||||
"{{host}}"
|
||||
],
|
||||
"path": [
|
||||
"healthcheck"
|
||||
]
|
||||
}
|
||||
},
|
||||
"response": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user