Get Trigger
- 인쇄
- PDF
Get Trigger
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
특정 트리거를 조회합니다.
요청
요청 URL
GET {CLOUD_FUNCTIONS_API_URL}/triggers/{triggerName}
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 | 트리거 이름 |
응답
응답 바디
{
"content": {
"actions": [
],
"description": "",
"execOption": [
],
"name": "string",
"resourceId" : "string",
"type": "string"
}
}
항목 | 타입 | 설명 | 비고 |
---|---|---|---|
content.actions | string array | 트리거에 연결된 액션 목록 | |
content.description | string | 트리거 설명 | |
content.execOption | map array | 실행 옵션 | 트리거 타입에 따른 실행 옵션 |
content.resourceId | string | 트리거의 resourceId | |
content.name | string | 트리거 이름 | |
content.type | string | 트리거 타입 |
이 문서가 도움이 되었습니까?