Snowflake · Example Payload

Snowflake Clonealert Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Clonealert 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": "cloneAlert",
  "method": "POST",
  "path": "/api/v2/databases/{database}/schemas/{schema}/alerts/{name}:clone",
  "summary": "Create a New Alert by Cloning From the Specified Resource",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "ClonealertRequestExample",
      "example": {
        "name": "Example Title",
        "point_of_time": {
          "point_of_time_type": "example_value",
          "reference": "at"
        }
      }
    }
  ],
  "responseExamples": []
}