MethodSetRequestV1Dot1
MethodSetRequestV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| api_key_required required | API Key 사용여부 Example : False | boolean | |
| endpoint_url optional | 메서드 엔드포인트 URL Example : https://127.0.0.1:8000 | any of [string, null] | |
| function_id optional | Cloud Function ID Example : 27bb070b564349f8a31cc60734cc36a5 | any of [string, null] | |
| integration_type required | 메서드 통합 유형 Example : HTTP | enum (HTTP, SCF, PRIVATELINK) | |
| privatelink_endpoint_id optional | PrivateLink 엔드포인트 ID Example : 27bb070b564349f8a31cc60734cc36a5 | any of [string, null] | |
| query_strings required | 메서드 쿼리 문자열 Example : {'param1': 'value1', 'param2': 'value2'} | object[boolean] | |
| request_headers required | 메서드 요청 헤더 Example : {'test1' : True} | object[boolean] |