전체 목록 조회
- 인쇄
- PDF
전체 목록 조회
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
URL 및 SCENARIO 전체 목록을 조회합니다.
예시
요청 예시
GET https://wms.apigw.gov-ntruss.com/api/v1/scenarios
Content-Type: application/json; charset=utf-8
x-ncp-apigw-timestamp: {Timestamp}
x-ncp-iam-access-key: {Access Key}
x-ncp-apigw-signature-v2: {API Gateway Signature}
응답 예시
[
{
"scenarioId": 9,
"name": "네이버 클라우드",
"monitoringType": "URL",
"interval": 1,
"requestTimeout": 5000,
"runTimeout": 30000,
"serviceType": "PC",
"serviceYn": true,
"methodType": "GET",
"url": "https://www.ncloud.com",
"historyId": 1
}
]
항목 | Type | 설명 | 비고 |
---|---|---|---|
scenarioId | Integer | 시나리오 아이디 | |
name | String | 서비스 이름 | |
monitoringType | String | 모니터링 유형 | URL / SCENARIO |
interval | Integer | 모니터링 주기 | |
requestTimeout | Integer | 요청 제한 시간 (millisecond) | |
runTimeout | Integer | 실행 제한 시간 (millisecond) | |
serviceType | String | 서비스 유형 | PC / MOBILE |
serviceYn | Boolean | 모니터링 상태 | true : 시작 false : 정지 |
methodType | String | 요청 유형 | GET / POST / DELETE / PUT |
url | String | URL | |
historyId | Integer | 이력 관리 번호 |
오류 코드
WMS API 요청 시 발생하는 공통 오류 코드입니다.
HTTP 상태 코드 | 오류 코드 | 오류 메세지 | 설명 |
---|---|---|---|
403 | E011 | Permission not found | No permissions. |
404 | E010 | Could not find the scenario. | Not Found. |
응답 예시
{
"errCode": "E010",
"errMessage": "Could not find the scenario."
}
파라미터 | 설명 |
---|---|
errCode | 오류 코드 |
errMessage | 오류 메세지 |
이 문서가 도움이 되었습니까?