AddFilePlugin
- 인쇄
- PDF
AddFilePlugin
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
File Plugin을 추가합니다. 기존에 해당 서버에 대한 File Plugin 설정이 있다면 list에 append됩니다.
요청
API URL
URL: https://cw.apigw.gov-ntruss.com/cw_server/real/api/plugin/file/add
Method: POST
요청 헤더
공통설정에 명시된 요청헤더가 필요합니다.
Content-Type: application/json
x-ncp-apigw-signature-v2: {generated signature}
x-ncp-apigw-timestamp: {current timestamp}
x-ncp-iam-access-key: {your iam access key}
x-ncp-dmn_cd: GOV
x-ncp-region_code: {your region code}
요청 바디
파라미터명 | 필수 여부 | 타입 | 제약사항 | 설명 |
---|---|---|---|---|
configList | Y | List<String> | file 경로 | |
instanceNo | Y | String | 서버의 instanceNo. 하나의 instanceNo만 입력 가능 | |
type | N | String | VPCServer , ClassicServer , CloudHadoop , default : VPCServer | 상품명 |
예시
요청 예시
POST /cw_server/real/api/plugin/file/add
Host: cw.apigw.gov-ntruss.com
Content-Type: application/json
x-ncp-apigw-signature-v2: {generated signature}
x-ncp-apigw-timestamp: {current timestamp}
x-ncp-iam-access-key: {your iam access key}
x-ncp-dmn_cd: GOV
x-ncp-region_code: {your region code}
Payload:
{
"configList": [
"/root/insight_test/insight.pyc",
"/root/insight_test/api/file.pyc"
],
"instanceNo": "1234567",
"type": "VPCServer"
}
응답 예시
오류 없이 설정이 완료된 경우 HTTP code 200이 리턴됩니다.
이 문서가 도움이 되었습니까?