54 lines
936 B
JSON
54 lines
936 B
JSON
{
|
|
"info": {
|
|
"_postman_id": "58021f5f-0ae9-4f64-990b-f09dcc2d3bc2",
|
|
"name": "security-c4po-api",
|
|
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
|
|
},
|
|
"item": [
|
|
{
|
|
"name": "project",
|
|
"item": [
|
|
{
|
|
"name": "getProjects",
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "http://localhost:8443/v1/projects",
|
|
"protocol": "http",
|
|
"host": [
|
|
"localhost"
|
|
],
|
|
"port": "8443",
|
|
"path": [
|
|
"v1",
|
|
"projects"
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "getHealth",
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "http://localhost:8443/actuator/health",
|
|
"protocol": "http",
|
|
"host": [
|
|
"localhost"
|
|
],
|
|
"port": "8443",
|
|
"path": [
|
|
"actuator",
|
|
"health"
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
}
|
|
]
|
|
} |