Response
URL: http://127.0.0.1:3000/api/sla-vertices
Status code: 200
Request Headers
Accept: application/json, text/plain, */*
User-Agent: axios/1.10.0
Accept-Encoding: gzip, compress, deflate, br
Response Headers
x-powered-by: Express
access-control-allow-origin: *
content-type: application/json; charset=utf-8
content-length: 442
etag: W/"1ba-GD8j+x1khp3i0muq7o4ohTv2Fvo"
date: Mon, 28 Jul 2025 14:05:17 GMT
connection: close
Response Body
{
"polygons": [
{
"name": "Close",
"vertices": [
{
"x": 40,
"y": 220
},
{
"x": 60,
"y": 60
},
{
"x": 280,
"y": 40
},
{
"x": 300,
"y": 180
},
{
"x": 200,
"y": 240
}
]
},
{
"name": "Allowable",
"vertices": [
{
"x": 60,
"y": 200
},
{
"x": 80,
"y": 80
},
{
"x": 260,
"y": 60
},
{
"x": 280,
"y": 160
},
{
"x": 180,
"y": 220
}
]
},
{
"name": "Comfortable",
"vertices": [
{
"x": 80,
"y": 180
},
{
"x": 100,
"y": 100
},
{
"x": 240,
"y": 80
},
{
"x": 260,
"y": 140
},
{
"x": 160,
"y": 200
}
]
}
],
"points": {
"Current": {
"x": 170,
"y": 120
},
"Projected": {
"x": 190,
"y": 70
}
}
}