getMemberActionLog
- 인쇄
- PDF
getMemberActionLog
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
Secure Zone Firewall Policy 및 Address Group 작업 로그를 조회합니다.
요청
Method | Request URI |
---|---|
POST | https://securezonefirewall.apigw.ntruss.com/api/v1/{type}/{zone} |
요청 헤더
헤더명 | 설명 |
---|---|
x-ncp-apigw-timestamp | 1970년 1월 1일 00:00:00 협정 세계시(UTC)부터의 경과 시간을 밀리초(Millisecond)로 나타낸 것 API Gateway 서버와 시간 차가 5분 이상 나는 경우 유효하지 않은 요청으로 간주 |
x-ncp-iam-access-key | 네이버 클라우드 플랫폼에서 발급받은 API Key 또는 IAM에서 발급받은 AccessKey |
x-ncp-apigw-signature-v2 | Body를 AccessKey와 맵핑되는 SecretKey로 암호화한 서명 HMAC 암호화 알고리즘은 HmacSHA256 사용 |
요청 파라미터
파라미터명 | 필수 여부 | 타입 | 설명 | 비고 |
---|---|---|---|---|
memberNo | Yes | String | 멤버 번호 | |
instacneNo | Yes | String | 인스턴스 번호 | |
result | No | String | 결과 | |
followUpYn | No | String | 대응 완료 여부 | |
fromDate | No | Date | 시작일 | |
toDate | No | Date | 종료일 | |
page | No | Integer | 페이지 인덱스 | 기본값 0 |
countPerPage | No | Integer | 페이지 사이즈 | 기본값 20 |
actionList[] | No | String | Action Log Type |
요청 바디
{
"actionList": [
"string"
],
"countPerPage": 0,
"followUpYn": "string",
"fromDate": "2020-07-14T06:54:36.434Z",
"instanceNo": "string",
"memberNo": "string",
"page": 0,
"result": "string",
"toDate": "2020-07-14T06:54:36.434Z"
}
응답
응답 바디
파라미터명 | 타입 | 설명 |
---|---|---|
action | String | 요청 유형 |
returnCode | Integer | 응답 코드 |
returnMessage | String | 응답 메세지 |
totalCount | Inteer | ActionLog 개수 |
memberActionList[].action | String | Action Log Type |
memberActionList[].actionDescription | String | Action Log Type 설명 |
memberActionList[].actionFailDescription | String | 실패 사유 |
memberActionList[].actionFailType | String | 실패 Type |
memberActionList[].actionLogSeq | Integer | Action Log 번호 |
memberActionList[].followUpDescription | String | 대응 관련 설명 |
memberActionList[].followUpEmpName | String | 대응한 관리자의 이름 |
memberActionList[].followUpEmpNo | String | 대응한 관리자의 사번 |
memberActionList[].followUpType | String | 대응 Type |
memberActionList[].followUpYmdt | Date | 대응 시점 |
memberActionList[].followUpYn | String | 대응 완료 여부 |
memberActionList[].instanceNo | String | 인스턴스 번호 |
memberActionList[].lstModYmdt | Date | 최종 수정일 |
memberActionList[].memberNo | String | 멤버 번호 |
memberActionList[].regYmdt | Date | 최초 등록일 |
memberActionList[].result | String | 결과 |
응답 바디
{
"action": "string",
"memberActionList": [
{
"action": "string",
"actionDescription": "string",
"actionFailDescription": "string",
"actionFailType": "string",
"actionLogSeq": 0,
"followUpDescription": "string",
"followUpEmpName": "string",
"followUpEmpNo": "string",
"followUpType": "string",
"followUpYmdt": "2021-01-12T07:05:42.236Z",
"followUpYn": "string",
"instanceNo": "string",
"lstModYmdt": "2021-01-12T07:05:42.236Z",
"memberNo": "string",
"regYmdt": "2021-01-12T07:05:42.236Z",
"result": "string"
}
],
"returnCode": 0,
"returnMessage": "string",
"totalCount": 0
}
오류 코드
공통적으로 발생하는 오류에 대한 상세한 설명은 NAVER Cloud Platform API를 참고해주세요.
이 문서가 도움이 되었습니까?