Snowflake · Example Payload

Snowflake Createoraltercomputepool Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Createoraltercomputepool 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": "createOrAlterComputePool",
  "method": "PUT",
  "path": "/api/v2/compute-pools/{name}",
  "summary": "Create a (or Alter an Existing) Compute Pool.",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateoraltercomputepoolRequestExample",
      "example": {
        "name": {},
        "min_nodes": 10,
        "max_nodes": 10,
        "instance_family": "example_value",
        "auto_resume": true,
        "comment": "example_value",
        "state": "UNKNOWN",
        "num_services": 10,
        "num_jobs": 10,
        "auto_suspend_secs": 10,
        "active_nodes": 10,
        "idle_nodes": 10,
        "target_nodes": 10,
        "created_on": "2026-01-15T10:30:00Z",
        "resumed_on": "2026-01-15T10:30:00Z",
        "updated_on": "2026-01-15T10:30:00Z",
        "owner": "example_value",
        "is_exclusive": true,
        "application": "example_value",
        "budget": "example_value",
        "error_code": "example_value",
        "status_message": "example_value"
      }
    }
  ],
  "responseExamples": []
}