Snowflake · Example Payload

Snowflake Createstage Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Createstage 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": "createStage",
  "method": "POST",
  "path": "/api/v2/databases/{database}/schemas/{schema}/stages",
  "summary": "Create a Stage",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatestageRequestExample",
      "example": {
        "name": {},
        "kind": "PERMANENT",
        "url": "https://www.example.com",
        "endpoint": "example_value",
        "storage_integration": {},
        "comment": "example_value",
        "credentials": {
          "credential_type": "example_value"
        },
        "encryption": {
          "type": "SNOWFLAKE_FULL",
          "master_key": "example_value",
          "kms_key_id": "500123"
        },
        "directory_table": {
          "enable": true,
          "refresh_on_create": true,
          "auto_refresh": true,
          "notification_integration": "example_value"
        },
        "created_on": "2026-01-15T10:30:00Z",
        "has_credentials": true,
        "has_encryption_key": true,
        "owner": "example_value",
        "owner_role_type": "example_value",
        "region": "example_value",
        "cloud": "example_value"
      }
    }
  ],
  "responseExamples": []
}