Snowflake · Example Payload

Snowflake Createcatalogintegration Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Createcatalogintegration Example is an example object payload from Snowflake, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createCatalogIntegration",
  "method": "POST",
  "path": "/api/v2/catalog-integrations",
  "summary": "Create a Catalog Integration.",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatecatalogintegrationRequestExample",
      "example": {
        "name": "Example Title",
        "catalog": {
          "catalog_source": "GLUE"
        },
        "table_format": "ICEBERG",
        "enabled": true,
        "comment": "example_value",
        "type": "example_value",
        "category": "example_value",
        "created_on": "2026-01-15T10:30:00Z"
      }
    }
  ],
  "responseExamples": []
}