https://service.mqnicrnd5.com/api/v1/ers/offer/gesl
API를 요청할 때 다음 예와 같이 HTTP 요청 헤더에 접근 토큰(Access Token) 을 추가해야 합니다. 접근 토큰 앞에 "Bearer " 문자열을 추가해야 한다는 점에 주의하세요.
> GET /api/v1/ers/offer/gesl?spatialUnitType=MAPNODE&spatialUnitID=2720002800×tampMin=1723086000&senarioNames=주간,비 HTTP/2
> Host: service.mqnicrnd5.com
> User-Agent: curl/7.64.1
> Accept: */*
> Authorization: Bearer <접근 토큰>
curl --location 'https://service.mqnicrnd5.com/api/v1/ers/offer/gesl?spatialUnitType=MAPNODE&spatialUnitID=2720002800×tampMin=1723086000&senarioNames=%EC%A3%BC%EA%B0%84%2C%EB%B9%84' \
--header 'Authorization: Bearer <접근 토큰>'
{
"edgeRsuSensingList": [
{
"edgeRsuId": "RSU00001",
"timestamp": 1723086000,
"senarioNames": [
"주간",
"비"
],
"numFrames": 12,
"basePath": "RSU00001/20240808120000_20240808125959/archive.zip"
},
{
"edgeRsuId": "RSU00001",
"timestamp": 1723089600,
"senarioNames": [
"주간",
"맑음"
],
"numFrames": 12,
"basePath": "RSU00001/20240808130000_20240808135959/archive.zip"
},
{
"edgeRsuId": "RSU00001",
"timestamp": 1723093200,
"senarioNames": [
"주간",
"맑음"
],
"numFrames": 12,
"basePath": "RSU00001/20240808140000_20240808145959/archive.zip"
}
]
}
https://service.mqnicrnd5.com/api/v1/ers/offer/gsd
API를 요청할 때 다음 예와 같이 HTTP 요청 헤더에 접근 토큰(Access Token) 을 추가해야 합니다. 접근 토큰 앞에 "Bearer " 문자열을 추가해야 한다는 점에 주의하세요.
> GET /api/v1/ers/offer/gsd?filePath=RSU00001/20240808140000_20240808145959/archive.zip HTTP/2
> Host: service.mqnicrnd5.com
> User-Agent: curl/7.64.1
> Accept: */*
> Authorization: Bearer <접근 토큰>
curl --location 'https://service.mqnicrnd5.com/api/v1/ers/offer/gsd?filePath=RSU00001%2F20240808140000_20240808145959%2Farchive.zip' \
--header 'Authorization: Bearer <접근 토큰>'