RevokeExceptedWebshell
    • PDF

    RevokeExceptedWebshell

    • PDF

    Article Summary

    개요

    예외 처리된 웹쉘 행위 탐지 내역에 대해 예외 취소를 합니다.

    필요 권한

    • Change/manageExceptedWebShellEvent

    요청

    요청 파라미터

    파라미터명필수 여부타입설명
    exception-idYesinteger예외 처리된 웹쉘 행위 탐지 내역 ID

    요청 헤더

    헤더명필수 여부타입설명
    X-NCP-USE_PLATFORM_TYPEYesstringVPC, CLASSIC 환경 중 택일

    응답

    응답 바디

    항목타입설명
    successboolean요청 처리 여부
    codeInteger응답코드
    messageString응답 메시지
    resultObject요청 결과

    예시

    요청 예시

    PATCH {WBD_API_URL}/exceptions/{exception-id}/cancel
    X-NCP-USE_PLATFORM_TYPE: VPC
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key or STS Access Key}`
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    응답 예시

    {
      "success": true,
      "code": 0,
      "message": "success",
      "result": null
    }
    

    오류 코드 예시

    {
      "success": false,
      "code": 8004,
      "message": "Invaliddata.The detection data deleted is false, excepted is false.",
      "result": null
    }
    

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.