Home
Snowflake
Snowflake Createwarehouse Example
Snowflake Createwarehouse Example
Data Lakes Data Sharing Data Warehousing Database SQL
Snowflake Createwarehouse 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
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "createWarehouse",
"method": "POST",
"path": "/api/v2/warehouses",
"summary": "Create or Replace Warehouse",
"requestExamples": [
{
"contentType": "application/json",
"name": "CreatewarehouseRequestExample",
"example": {
"name": {},
"warehouse_type": "example_value",
"warehouse_size": "example_value",
"wait_for_completion": true,
"max_cluster_count": 10,
"min_cluster_count": 10,
"scaling_policy": "example_value",
"auto_suspend": 10,
"auto_resume": true,
"initially_suspended": true,
"resource_monitor": {},
"comment": "example_value",
"enable_query_acceleration": true,
"query_acceleration_max_scale_factor": 10,
"max_concurrency_level": 10,
"statement_queued_timeout_in_seconds": 10,
"statement_timeout_in_seconds": 10,
"type": "example_value",
"size": "example_value",
"state": "example_value",
"started_clusters": 10,
"running": 10,
"queued": 10,
"is_default": true,
"is_current": true,
"available": "example_value",
"provisioning": "example_value",
"quiescing": "example_value",
"other": "example_value",
"created_on": "2026-01-15T10:30:00Z",
"resumed_on": "2026-01-15T10:30:00Z",
"updated_on": "2026-01-15T10:30:00Z",
"owner": "example_value",
"budget": "example_value",
"kind": "example_value",
"owner_role_type": "example_value",
"warehouse_credit_limit": 10,
"target_statement_size": "example_value"
}
}
],
"responseExamples": []
}