Snowflake · Example Payload

Snowflake Createalert Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Createalert 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": "createAlert",
  "method": "POST",
  "path": "/api/v2/databases/{database}/schemas/{schema}/alerts",
  "summary": "Create an Alert",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatealertRequestExample",
      "example": {
        "name": "Example Title",
        "comment": "example_value",
        "schedule": {
          "schedule_type": "example_value"
        },
        "warehouse": "example_value",
        "condition": "example_value",
        "action": "example_value",
        "created_on": "2026-01-15T10:30:00Z",
        "database_name": "example_value",
        "schema_name": "example_value",
        "owner": "example_value",
        "owner_role_type": "example_value",
        "state": "example_value"
      }
    }
  ],
  "responseExamples": []
}