UpdateWebshellSuspiciousObjectMemo
- 인쇄
- PDF
UpdateWebshellSuspiciousObjectMemo
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
웹쉘 행위 탐지 내역에서 의심 파일의 메모를 변경합니다.
필요 권한
- Change/manageWebShellEvent
요청
요청 파라미터
파라미터명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
detection-id | Yes | string | 웹쉘 행위 탐지 내역 ID |
object-id | Yes | string | 의심 파일 ID |
content | Yes | string | 수정할 메모 문자열 |
요청 헤더
헤더명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
X-NCP-USE_PLATFORM_TYPE | Yes | string | VPC, CLASSIC 환경 중 택일 |
응답
응답 바디
항목 | 타입 | 설명 |
---|---|---|
success | boolean | 요청 처리 여부 |
code | Integer | 응답코드 |
message | String | 응답 메시지 |
result | Object | 요청 결과 |
예시
요청 예시
GetWebshell API (웹쉘 행위 탐지 내역 조회) 를 통해 suspicionFileId (의심 파일 ID) 를 조회할 수 있으며
이 값을 {object-id} 에 대입해 주세요.
PATCH {WBD_API_URL}/detections/{detection-id}/suspicious-objects/{object-id}/memo
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}
{
"content": "test"
}
응답 예시
{
"success": true,
"code": 0,
"message": "success",
"result": null
}
오류 코드 예시
{
"success": false,
"code": 400,
"message": "Platform must be not null.",
"result": null
}
이 문서가 도움이 되었습니까?