Post Trigger External Link
- 인쇄
- PDF
Post Trigger External Link
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
트리거를 호출할 수 있는 외부 연결 URL을 생성합니다.
Basic 타입 트리거만 외부 연결 URL을 생성할 수 있습니다.
요청
요청 URL
POST {CLOUD_FUNCTIONS_API_URL}/triggers/{triggerName}/external-link-url
Content-Type: application/json; charset=utf-8
x-ncp-apigw-timestamp: {Timestamp}
x-ncp-iam-access-key: {Sub Account Access Key}
x-ncp-apigw-signature-v2: {API Gateway Signature}
Path Variables
파라미터 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
triggerName | Yes | string | 트리거 이름 |
요청 바디
{
"productId" : "string",
"productName" : "string",
"apiName" : "string",
"stageName" : "string",
"authentication" : "string"
}
항목 | 필수 여부 | 타입 | 제약 사항 | 설명 |
---|---|---|---|---|
productId | Yes | string | 외부 연결 주소를 생성하기 위한 API gateway의 productId | |
productName | No | string | API gateway의 productName. productId를 찾지 못한 경우, 입력한 productName으로 새로운 product를 생성함 | |
apiName | Yes | string | 외부 연결 주소를 생성하기 위한 API gateway의 apiName | |
stageName | Yes | string | 외부 연결 주소를 생성하기 위한 API gateway의 stageName | |
authentication | No | string | ( NONE | IAM ) | 외부 연결 주소 호출시 API gateway의 인증 방식. default NONE |
응답
응답 바디
{
"content": {
"result": "ok"
}
}
이 문서가 도움이 되었습니까?