

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# Amazon EventBridge의 API 데스티네이션 파트너
<a name="eb-api-destination-partners"></a>

다음 AWS 파트너가 제공하는 정보를 사용하여 서비스 또는 애플리케이션에 대한 API 대상 및 연결을 구성합니다.

## Cisco Cloud Observability
<a name="eb-api-destination-cisco-cloud-observability"></a>

**API 대상 간접 호출 엔드포인트 URL:**  
`https://tenantName.observe.appdynamics.com/rest/awsevents/aws-eventbridge-integration/endpoint`

**지원되는 권한 부여 유형:**   
OAuth 클라이언트 자격 증명  
401 또는 407 응답이 반환되면 OAuth 토큰이 새로 고쳐집니다.

**필요한 추가 권한 부여 파라미터:**  
Cisco AppDynamics 클라이언트 ID 및 클라이언트 보안 암호  
OAuth 엔드포인트:  
`https://tenantName.observe.appdynamics.com/auth/tenantId/default/oauth2/token`  
다음과 같은 OAuth 키/값 페어:      
[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/eventbridge/latest/userguide/eb-api-destination-partners.html)

**Cisco AppDynamics 설명서:**  
[AWS 이벤트 수집](https://docs.appdynamics.com/display/CLOUD/AWS+Events+Ingestion)

**일반적으로 사용되는 API 작업:**  
해당 사항 없음

**추가 정보:**  
**파트너 대상** 드롭다운 메뉴에서 **Cisco AppDynamics**를 선택하면, API 직접 호출에 필요한 헤더 및 본문 키/값 페어를 포함하여, 필요한 OAuth 정보가 미리 채워집니다.  
자세한 내용은 *Cisco AppDynamics* 설명서의 [AWS 이벤트 수집](https://docs.appdynamics.com/display/CLOUD/AWS+Events+Ingestion)을 참조하세요.

## Confluent
<a name="api-destination-confluent"></a>

**API 대상 간접 호출 엔드포인트 URL:**  
일반적으로 다음 형식입니다.  
`https://random-id.region.aws.confluent.cloud:443/kafka/v3/clusters/cluster-id/topics/topic-name/records`  
자세한 내용은 Confluent 설명서의 [REST 엔드포인트 주소 및 클러스터 ID 찾기](https://docs.confluent.io/cloud/current/kafka-rest/krest-qs.html#step-1-find-the-rest-endpoint-address-and-cluster-id)를 참조하세요.

**지원되는 권한 부여 유형:**   
기본

**필요한 추가 권한 부여 파라미터:**  
해당 사항 없음

**Confluent 설명서:**  
[레코드 생성](https://docs.confluent.io/cloud/current/api.html#tag/Records-(v3)/operation/produceRecord)  
[Confluent REST Proxy for Apache Kafka](https://docs.confluent.io/platform/current/kafka-rest/api.html#records-v3)

**일반적으로 사용되는 API 작업:**  
`POST`

**추가 정보:**  
이벤트 데이터를 엔드포인트가 처리할 수 있는 메시지로 변환하려면 대상 [입력 변환기](eb-transform-target-input.md)를 생성합니다.  
+ Kafka 파티셔닝 키를 지정하지 않고 레코드를 생성하려면 입력 변환기에 다음 템플릿을 사용합니다. 입력 경로는 필요하지 않습니다.

  ```
  {
    "value":{
        "type":"JSON",
        "data":aws.events.event.json
    },
  }
  ```
+ 이벤트 데이터 필드를 Kafka 파티셔닝 키로 사용하여 레코드를 생성하려면 다음 입력 경로 및 템플릿 예제를 따릅니다. 이 예제에서는 `orderId` 필드의 입력 경로를 정의한 다음, 해당 필드를 파티션 키로 지정합니다.

  먼저 이벤트 데이터 필드의 입력 경로를 정의합니다.

  ```
  {
    "orderId":"$.detail.orderId"
  }
  ```

  그런 다음, 입력 변환기 템플릿을 사용하여 데이터 필드를 파티션 키로 지정합니다.

  ```
  {
    "value":{
      "type":"JSON",
      "data":aws.events.event.json
    },
    "key":{
      "data":"<orderId>",
      "type":"STRING"
    }
  }
  ```

## Coralogix
<a name="eb-api-destination-coralogix"></a>

**API 대상 간접 호출 엔드포인트 URL**  
전체 엔드포인트 목록은 [Coralogix API 참조](https://coralogix.com/docs/log-query-simply-retrieve-data/)를 참조하세요.

**지원되는 권한 부여 유형**   
API 키

**필요한 추가 권한 부여 파라미터**  
헤더 `"x-amz-event-bridge-access-key"`, 값은 Coralogix API 키입니다.

**Coralogix 설명서**  
[Amazon EventBridge 인증](https://coralogix.com/docs/amazon-eventbridge/)

**일반적으로 사용되는 API 작업**  
미국: https://ingress.coralogix.us/aws/event-bridge  
싱가포르: https://ingress.coralogixsg.com/aws/event-bridge  
아일랜드: https://ingress.coralogix.com/aws/event-bridge  
스톡홀름: https://ingress.eu2.coralogix.com/aws/event-bridge  
인도: https://ingress.coralogix.in/aws/event-bridge

**추가 정보**  
이벤트는 `applicationName=[AWS Account]` 및 `subsystemName=[event.source]`를 포함한 로그 항목으로 저장됩니다.

## Datadog
<a name="eb-api-destination-datadog"></a>

**API 대상 간접 호출 엔드포인트 URL**  
전체 엔드포인트 목록은 [Datadog API 참조](https://docs.datadoghq.com/api/latest/)를 참조하세요.

**지원되는 권한 부여 유형**   
API 키

**필요한 추가 권한 부여 파라미터**  
없음

**Datadog 설명서**  
[Authentication](https://docs.datadoghq.com/api/latest/authentication/)

**일반적으로 사용되는 API 작업**  
POST https://api.datadoghq.com/api/v1/events  
POST https://http-intake.logs.datadoghq.com/v1/input

**추가 정보**  
엔드포인트 URL은 Datadog 조직의 위치에 따라 다릅니다. 조직의 올바른 URL은 [설명서](https://docs.datadoghq.com/api/latest/)를 참조하세요.

## Dynatrace
<a name="api-destination-dynatrace"></a>

**API 대상 간접 호출 엔드포인트 URL:**  
+ 로그: https://*environment-id*.live.dynatrace.com/api/v2/logs/ingest
+ Davis 이벤트: https://*environment-id*.live.dynatrace.com/platform/ingest/v1/events
+ SDLC 이벤트: https://*environment-id*.live.dynatrace.com/platform/ingest/v1/events.sdlc
+ 보안 이벤트: https://*environment-id*.live.dynatrace.com/platform/ingest/v1/events.security

**지원되는 권한 부여 유형:**   
API 키

**필요한 추가 권한 부여 파라미터:**      
[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/eventbridge/latest/userguide/eb-api-destination-partners.html)

**Dynatrace 설명서:**  
+ [로그 수집](https://docs.dynatrace.com/docs/observe-and-explore/logs/lma-log-ingestion)
+ [데이터 수집 방법(이벤트)](https://docs.dynatrace.com/docs/platform/openpipeline/getting-started/how-to-ingestion)
+ [Amazon ECR 취약성 조사 결과 및 스캔 이벤트 수집](https://docs.dynatrace.com/docs/platform-modules/application-security/security-events-ingest/ingest-aws-ecr-data)

**일반적으로 사용되는 API 작업:**  
POST

**추가 정보:**  
각 엔드포인트 유형에는 인증에 필요한 토큰 범위가 있습니다. 자세한 내용은 Dynatrace 설명서의 [API 수집](https://docs.dynatrace.com/docs/platform/openpipeline/reference/api-ingestion-reference)을 참조하세요.

## Freshworks
<a name="eb-api-destination-freshworks"></a>

**API 대상 간접 호출 엔드포인트 URL**  
엔드포인트 목록은 [https://developers.freshworks.com/documentation/](https://developers.freshworks.com/documentation/) 페이지를 참조하세요.

**지원되는 권한 부여 유형**   
기본, API 키

**필요한 추가 권한 부여 파라미터**  
해당 사항 없음

**Freshworks 설명서**  
[Authentication](https://developers.freshdesk.com/api/#authentication)

**일반적으로 사용되는 API 작업**  
https://developers.freshdesk.com/api/\$1create\$1ticket  
https://developers.freshdesk.com/api/\$1update\$1ticket  
https://developer.freshsales.io/api/\$1create\$1lead  
https://developer.freshsales.io/api/\$1update\$1lead

**추가 정보**  
없음

## MongoDB
<a name="eb-api-destination-mongodb"></a>

**API 대상 간접 호출 엔드포인트 URL**  
https://data.mongodb-api.com/app/*앱 ID*/endpoint/

**지원되는 권한 부여 유형**   
API 키  
이메일/암호  
사용자 지정 JWT 인증

**필요한 추가 권한 부여 파라미터**  
없음

**MongoDB 설명서**  
[Atlas 데이터 API](https://www.mongodb.com/docs/atlas/app-services/data-api/)  
[엔드포인트](https://www.mongodb.com/docs/atlas/app-services/data-api/generated-endpoints/#endpoints)  
[사용자 지정 HTTPS 엔드포인트](https://www.mongodb.com/docs/atlas/app-services/data-api/custom-endpoints/)  
[Authentication](https://www.mongodb.com/docs/atlas/app-services/data-api/generated-endpoints/#authentication)

**일반적으로 사용되는 API 작업**  
없음

**추가 정보**  
없음

## Momento
<a name="api-destination-momento"></a>

**API 대상 간접 호출 엔드포인트 URL:**  
https://api.cache.*region*.prod.a.momentohq.com/cache/*cacheName*  
https://api.cache.*region*.prod.a.momentohq.com/topics/*cacheName*/*topicName*

**지원되는 권한 부여 유형:**   
API 키

**필요한 추가 권한 부여 파라미터:**      
[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/eventbridge/latest/userguide/eb-api-destination-partners.html)

**Momento 설명서:**  
[Momento \$1 Amazon EventBridge](https://docs.momentohq.com/cache/integrations/amazon-eventbridge)  
[Momento Topics API 사용](https://docs.momentohq.com/topics/develop/api-reference)  
[Momento Cache에 대한 API 참조](https://docs.momentohq.com/cache/develop/api-reference)

**일반적으로 사용되는 API 작업:**  
캐시의 경우: `PUT`, `DELETE`   
주제의 경우: `POST`

**추가 정보:**  
캐시를 업데이트하거나 삭제할 때 규칙 대상의 구성에 다음 쿼리 문자열 파라미터를 포함합니다.  
+ Momento 캐시에서 업데이트하려는 키
+ 캐시 항목의 TTL(Time-To-Live)
예를 들어, 입력 이벤트에 다음 값이 포함된 `details` 필드가 포함된 경우입니다.  
`key: $.details.key ttl_seconds: $.details.ttl_seconds`

## New Relic
<a name="api-destination-new-relic"></a>

**API 대상 간접 호출 엔드포인트 URL**  
자세한 내용은 [Our EU and US region data centers](https://docs.newrelic.com/docs/using-new-relic/welcome-new-relic/get-started/our-eu-us-region-data-centers/)를 참조하세요.  
**이벤트**  
**US –** https://insights-collector.newrelic.com/v1/accounts/*YOUR\$1NEW\$1RELIC\$1ACCOUNT\$1ID*/events  
**EU –** https://insights-collector.eu01.nr-data.net/v1/accounts/*YOUR\$1NEW\$1RELIC\$1ACCOUNT\$1ID*/events  
**Metrics**  
**US –** https://metric-api.newrelic.com/metric/v1  
**EU –** https://metric-api.eu.newrelic.com/metric/v1  
**로그**  
**US –** https://log-api.newrelic.com/log/v1  
**EU –** https://log-api.eu.newrelic.com/log/v1  
**트레이스**  
**US –** https://trace-api.newrelic.com/trace/v1  
**EU –** https://trace-api.eu.newrelic.com/trace/v1

**지원되는 권한 부여 유형**   
API 키

**New Relic 설명서**  
[지표 API](https://docs.newrelic.com/docs/telemetry-data-platform/ingest-manage-data/ingest-apis/report-metrics-metric-api/)  
[이벤트 API](https://docs.newrelic.com/docs/telemetry-data-platform/ingest-manage-data/ingest-apis/introduction-event-api/)  
[로그 API](https://docs.newrelic.com/docs/logs/log-management/log-api/introduction-log-api/)  
[트레이스 API](https://docs.newrelic.com/docs/understand-dependencies/distributed-tracing/trace-api/introduction-trace-api/)

**일반적으로 사용되는 API 작업**  
[지표 API](https://docs.newrelic.com/docs/telemetry-data-platform/ingest-manage-data/ingest-apis/report-metrics-metric-api/)  
[이벤트 API](https://docs.newrelic.com/docs/telemetry-data-platform/ingest-manage-data/ingest-apis/introduction-event-api/)  
[로그 API](https://docs.newrelic.com/docs/logs/log-management/log-api/introduction-log-api/)  
[트레이스 API](https://docs.newrelic.com/docs/understand-dependencies/distributed-tracing/trace-api/introduction-trace-api/)

**추가 정보**  
[지표 API 제한](https://docs.newrelic.com/docs/telemetry-data-platform/get-data/apis/metric-api-limits-restricted-attributes/)  
[이벤트 API 제한](https://docs.newrelic.com/docs/telemetry-data-platform/ingest-manage-data/ingest-apis/introduction-event-api/#limits)  
[로그 API 제한](https://docs.newrelic.com/docs/logs/log-management/log-api/introduction-log-api/#limits)  
[트레이스 API 제한](https://docs.newrelic.com/docs/understand-dependencies/distributed-tracing/trace-api/trace-api-general-requirements-limits/)

## Operata
<a name="api-destination-operata"></a>

**API 대상 간접 호출 엔드포인트 URL:**  
https://api.operata.io/v2/aws/events/contact-record

**지원되는 권한 부여 유형:**   
기본

**필요한 추가 권한 부여 파라미터:**  
없음

**Operata 설명서:**  
[How do I create, view, change and revoke API Tokens?](https://help.operata.com/en/articles/5542797-how-do-i-create-view-change-and-revoke-api-tokens)  
[Operata AWS Integration using Amazon EventBridge Scheduler Pipes](https://docs.operata.com/docs/aws-integration)

**일반적으로 사용되는 API 작업:**  
`POST https://api.operata.io/v2/aws/events/contact-record`

**추가 정보:**  
`username`은 Operata 그룹 ID이고 암호는 API 토큰입니다.

## Salesforce
<a name="api-destination-salesforce"></a>

**API 대상 간접 호출 엔드포인트 URL**  
**제목 –** https:// *myDomainName*.my.salesforce.com/services/data/*versionNumber*/sobjects /*SobjectEndpoint*/\$1  
**사용자 지정 플랫폼 이벤트 –** https://*myDomainName*.my.salesforce.com/services/data /*versionNumber*/sobjects/*customPlatformEndpoint*/\$1  
전체 엔드포인트 목록은 [Salesforce API 참조](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_list.htm)를 참조하세요.

**지원되는 권한 부여 유형**   
OAuth 클라이언트 자격 증명  
401 또는 407 응답이 반환되면 OAUTH 토큰이 새로 고쳐집니다.

**필요한 추가 권한 부여 파라미터**  
[Salesforce 연결된 앱](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_oauth_and_connected_apps.htm) 클라이언트 ID 및 클라이언트 암호입니다.  
다음 권한 부여 엔드포인트 중 하나입니다.  
+ **프로덕션 –** https://*MyDomainName*.my.salesforce.com./services/oauth2/token
+ **확장 도메인이 없는 샌드박스 –** https://*MyDomainName*--* SandboxName*.my. salesforce.com/services /oauth2/token
+ **확장 도메인이 있는 샌드박스 –** https://*MyDomainName*--* SandboxName*.sandbox.my.salesforce.com/services/oauth2/token
키/값 쌍은 다음과 같습니다.      
[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/eventbridge/latest/userguide/eb-api-destination-partners.html)

**Salesforce 설명서**  
[REST API 개발자 안내서](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm)

**일반적으로 사용되는 API 작업**  
[객체 메타데이터 작업](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/using_resources_working_with_object_metadata.htm)  
[레코드 작업](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/using_resources_working_with_records.htm)

**추가 정보**  
EventBridge 콘솔을 사용하여 Salesforce에 대한 연결, API 대상 및 정보를 Salesforce에 라우팅하는 규칙을 생성하는 방법을 설명하는 자습서는 [자습서: Salesforce에서 Amazon EventBridge로 이벤트 전송](eb-tutorial-salesforce.md) 섹션을 참조하세요.

## Slack
<a name="eb-api-destination-slack"></a>

**API 대상 간접 호출 엔드포인트 URL**  
엔드포인트 및 기타 리소스 목록은 [Using the Slack Web API](https://api.slack.com/web)를 참조하세요.

**지원되는 권한 부여 유형**   
OAuth 2.0  
401 또는 407 응답이 반환되면 OAUTH 토큰이 새로 고쳐집니다.  
Slack 애플리케이션을 생성하여 워크스페이스에 설치하면 API 대상 연결을 통해 호출을 인증하는 데 사용할 OAuth 보유자 토큰이 자동으로 생성됩니다.

**필요한 추가 권한 부여 파라미터**  
해당 사항 없음

**Slack 설명서**  
[기본 앱 설정](https://api.slack.com/authentication/basics)  
[OAuth를 사용하여 설치](https://api.slack.com/authentication/oauth-v2)  
[메시지 검색](https://api.slack.com/messaging/retrieving)  
[메시지 전송](https://api.slack.com/messaging/sending)  
[수신 웹후크를 사용하여 메시지 전송](https://api.slack.com/messaging/webhooks)

**일반적으로 사용되는 API 작업**  
https://slack.com/api/chat.postMessage

**추가 정보**  
EventBridge 규칙을 구성할 때 강조해야 할 두 가지 구성이 있습니다.  
+ 콘텐츠 유형을 ‘application/json;charset=utf-8’로 정의하는 헤더 파라미터를 포함합니다.
+ 입력 변환기를 사용하여 입력 이벤트를 Slack API의 예상 출력에 매핑합니다. 즉, Slack API로 전송되는 페이로드에 “채널” 및 “텍스트” 키/값 쌍이 있는지 확인합니다.

## Shopify
<a name="eb-api-destination-shopify"></a>

**API 대상 간접 호출 엔드포인트 URL**  
엔드포인트와 기타 리소스 및 메서드 목록은 [Endpoints and requests](https://shopify.dev/api/admin-rest#endpoints)를 참조하세요.

**지원되는 권한 부여 유형**   
OAuth, API 키  
401 또는 407 응답이 반환되면 OAUTH 토큰이 새로 고쳐집니다.

**필요한 추가 권한 부여 파라미터**  
해당 사항 없음

**Shopify 설명서**  
[인증 및 권한 부여 개요](https://shopify.dev/apps/auth)

**일반적으로 사용되는 API 작업**  
POST - /admin/api/2022-01/products.json  
GET - admin/api/2022-01/products/\$1product\$1id\$1.json  
PUT - admin/api/2022-01/products/\$1product\$1id\$1.json  
DELETE - admin/api/2022-01/products/\$1product\$1id\$1.json

**추가 정보**  
[앱 생성](https://shopify.dev/apps/getting-started/create)  
[Amazon EventBridge 웹후크 전송](https://shopify.dev/apps/webhooks/configuration/eventbridge)  
[Shopify 관리자의 사용자 지정 앱에 대한 액세스 토큰](https://shopify.dev/apps/auth/admin-app-access-tokens)  
[제품](https://shopify.dev/api/admin-rest/2021-10/resources/product#top)  
[Shopify 관리자 API](https://shopify.dev/api/admin)

## Splunk
<a name="api-destination-splunk"></a>

**API 대상 간접 호출 엔드포인트 URL**  
https://*SPLUNK\$1HEC\$1ENDPOINT*:*optional\$1port*/services/collector/raw

**지원되는 권한 부여 유형**   
기본, API 키

**필요한 추가 권한 부여 파라미터**  
없음

**Splunk 설명서**  
두 가지 권한 부여 유형에 모두 HEC 토큰 ID가 필요합니다. 자세한 내용은 [Set up and use HTTP Event Collector in Splunk Web](https://help.splunk.com/en/data-management/collect-http-event-data/use-hec-in-splunk-cloud-platform/set-up-and-use-http-event-collector-in-splunk-web)을 참조하세요.

**일반적으로 사용되는 API 작업**  
POST https://*SPLUNK\$1HEC\$1ENDPOINT*:*optional\$1port*/services/collector/raw

**추가 정보**  
API 키 - EventBridge에 대한 엔드포인트를 구성할 때 API 키 이름은 “Authorization”이고 값은 Splunk HEC 토큰 ID입니다.  
기본(사용자 이름/암호) - EventBridge에 대한 엔드포인트를 구성할 때 사용자 이름은 “Splunk”이고 암호는 Splunk HEC 토큰 ID입니다.

## Sumo Logic
<a name="api-destination-sumologic"></a>

**API 대상 간접 호출 엔드포인트 URL**  
HTTP 로그 및 지표 소스 엔드포인트 URL은 사용자마다 다릅니다. 자세한 내용은 [HTTP Logs and Metrics Source](https://help.sumologic.com/03Send-Data/Sources/02Sources-for-Hosted-Collectors/HTTP-Source)를 참조하세요.

**지원되는 권한 부여 유형**   
Sumo Logic은 URL에 고유 키가 베이크되어 있으므로 HTTP 소스에 대한 인증이 필요하지 않습니다. 이러한 이유 때문에 해당 URL을 비밀로 취급해야 합니다.  
EventBridge API 대상을 구성할 때는 권한 부여 유형이 필요합니다. 이 요구 사항을 충족하려면 API 키를 선택하고 키 이름을 “dummy-key”로 지정하고 키 값을 “dummy-value”로 지정합니다.

**필요한 추가 권한 부여 파라미터**  
해당 사항 없음

**Sumo Logic 설명서**  
Sumo Logic는 이미 호스팅 소스를 구축하여 많은 AWS 서비스에서 로그와 지표를 수집하고 웹 사이트의 정보를 사용하여 해당 소스로 작업할 수 있습니다. 자세한 내용은 [Amazon Web Services](https://help.sumologic.com/03Send-Data/Sources/02Sources-for-Hosted-Collectors/Amazon-Web-Services)를 참조하세요.  
애플리케이션에서 사용자 지정 이벤트를 생성하고 이를 로그 또는 지표로 Sumo Logic에 전송하려는 경우, EventBridge API 대상과 Sumo Logic HTTP 로그 및 지표 소스 엔드포인트를 사용합니다.  
+ 무료 Sumo Logic 인스턴스에 가입하고 생성하려면 [Start your free trial today](https://www.sumologic.com/sign-up/)를 참조하세요.
+ Sumo Logic 사용에 대한 자세한 내용은 [HTTP Logs and Metrics Source](https://help.sumologic.com/03Send-Data/Sources/02Sources-for-Hosted-Collectors/HTTP-Source)를 참조하세요.

**일반적으로 사용되는 API 작업**  
POST https://endpoint4.collection.us2.sumologic.com/receiver/v1/http/*UNIQUE\$1ID\$1PER\$1COLLECTOR*

**추가 정보**  
없음

## TriggerMesh
<a name="eb-api-destination-triggermesh"></a>

**API 대상 간접 호출 엔드포인트 URL**  
[HTTP용 이벤트 소스](https://docs.triggermesh.io/concepts/sources) 주제의 정보를 사용하여 엔드포인트 URL을 공식화합니다. 엔드포인트 URL에는 다음 형식의 이벤트 소스 이름과 사용자 네임스페이스가 포함됩니다.  
https://*source-name*.*user-namespace*.cloud.triggermesh.io  
엔드포인트에 대한 요청에 기본 권한 부여 파라미터를 포함합니다.

**지원되는 권한 부여 유형**   
기본

**필요한 추가 권한 부여 파라미터**  
없음

**TriggerMesh 설명서**  
[HTTP용 이벤트 소스](https://docs.triggermesh.io/concepts/sources)

**일반적으로 사용되는 API 작업**  
해당 사항 없음

**추가 정보**  
없음

## Zendesk
<a name="eb-api-destination-zendesk"></a>

**API 대상 간접 호출 엔드포인트 URL**  
https://developer.zendesk.com/rest\$1api/docs/support/tickets

**지원되는 권한 부여 유형**   
기본, API 키

**필요한 추가 권한 부여 파라미터**  
없음

**Zendesk 설명서**  
[보안 및 인증](https://developer.zendesk.com/rest_api/docs/support/introduction#security-and-authentication)

**일반적으로 사용되는 API 작업**  
POST https://*your\$1Zendesk\$1subdomain*/api/v2/tickets

**추가 정보**  
API 요청 EventBridge는 Zendesk API 제한에 포함됩니다. 사용자 플랜의 Zendesk 제한에 대한 자세한 내용은 [Usage limits](https://developer.zendesk.com/rest_api/docs/support/usage_limits)를 참조하세요.  
계정과 데이터를 더 안전하게 보호하려면 기본 로그인 자격 증명 인증 대신 API 키를 사용하는 것이 좋습니다.