EdgeRSU 마스터정보 (제공)

EdgeRSU 마스터 정보를 제공합니다.

1. EdgeRSU 마스터정보 조회 API (GetEdgeRSUMasterInfo)

요청 URL

https://service.mqnicrnd5.com/api/v1/esi/offer/germ

연계 주기

요청 시 (정보 갱신 주기 추후 안내 예정)

프로토콜

HTTPS

HTTP 메서드

GET

데이터 포맷

참고사항

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"
        }
    ]
}
```

Last updated