API 통합 관리

Snowflake REST `API Integration API`_는 API 리소스에 액세스하고, 업데이트하고, 특정 작업을 수행할 수 있는 다음 엔드포인트를 제공합니다.

Snowflake REST API Integration API 엔드포인트

엔드포인트

설명

GET /api/v2/api-integrations

API 통합을 나열합니다.

POST /api/v2/api-integrations

API 통합을 생성합니다.

PUT /api/v2/api-integrations

API 통합을 생성하거나 변경합니다.

GET /api/v2/api-integrations/name

API 통합을 가져옵니다.

DELETE /api/v2/api-integrations/name

API 통합을 삭제합니다.

참조 설명서는 `Snowflake API Integration API 참조`_를 참조하세요.