https://service.mqnicrnd5.com/api/v1/esi/offer/germ
API를 요청할 때 다음 예와 같이 HTTP 요청 헤더에 접근 토큰(Access Token) 을 추가해야 합니다. 접근 토큰 앞에 "Bearer " 문자열을 추가해야 한다는 점에 주의하세요.
> GET /api/v1/esi/offer/germ?locgovId=43130 HTTP/2
> Host: service.mqnicrnd5.com
> User-Agent: curl/7.64.1
> Accept: */*
> Authorization: Bearer <접근 토큰>
curl --location 'https://service.mqnicrnd5.com/api/v1/esi/offer/germ?locgovId=43130' \
--header 'Authorization: Bearer <접근 토큰>'
{
"edgeRsuMaster": [
{
"edgeRsuId": "RSU90000",
"location": {
"latitude": 37.191167,
"longitude": 126.83984,
"elevation": 34.0
},
"sensorList": "CLR",
"commAreaType": null,
"commAreaLinks": [
"2060010900",
"2060010700",
"2060010700"
],
"commAreaPolygon": "126.83961159605559,37.19110031077207 126.83964577709139,37.191308615603816 126.83995340641309,37.191413448537006 126.84022343659717,37.1911520466663 126.83989700770508,37.19099139298443 126.83971584821461,37.19096688646047",
"sensingAreaType": null,
"sensingAreaLinks": [
"2060010900",
"2060010700",
"2060010700"
],
"sensingAreaPolygon": "126.83961159605559,37.19110031077207 126.83964577709139,37.191308615603816 126.83995340641309,37.191413448537006 126.84022343659717,37.1911520466663 126.83989700770508,37.19099139298443 126.83971584821461,37.19096688646047",
"uriInfo": {
"ipAddress": "1.1.1.1",
"portNo": "8080",
"rtspAddress": "rtsp://1.1.1.1:8080/live/cctv001.stream"
},
"manufactureName": null,
"swVersion": "0.0.1",
"updateType": "I",
"updateDttm": "2024-06-18 11:48:03"
}
]
}
```