A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/developer-guide/snowflake-rest-api/reference/compute-pool below:

Website Navigation


Compute Pool | Snowflake Documentation

Compute Pool Lists compute pools

GET/api/v2/compute-pools

Lists the compute pools under the account.

Query Parameters Parameter Description like string

Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters.

startsWith string

Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching.

showLimit integer

Query parameter to limit the maximum number of rows returned by a command.

Response Creates a compute pool

POST/api/v2/compute-pools

Creates a compute pool, with standard create modifiers as query parameters. See the Compute Pool component definition for what is required to be provided in the request body.

Query Parameters Parameter Description createMode string Query parameter allowing support for different modes of resource creation. Possible values include: initiallySuspended boolean

Specifies whether the compute pool is created initially in the suspended state.

Response Fetches a compute pool

GET/api/v2/compute-pools/{name}

Fetches a named compute pool. You can get the name of the compute pool from the `/api/v2/compute-pools` GET request.

Path Parameters Parameter Description name 

Identifier (i.e. name) for the resource.

Response Create a (or alter an existing) compute pool

PUT/api/v2/compute-pools/{name}

Create a (or alter an existing) compute pool. Even if the operation is just an alter, the full property set must be provided.

Response Deletes a compute pool

DELETE/api/v2/compute-pools/{name}

Deletes a compute pool with the given name. If you enable the `ifExists` parameter, the operation succeeds even if the object does not exist. Otherwise, a 404 failure is returned if the object does not exist.

Query Parameters Parameter Description ifExists boolean Query parameter that specifies how to handle the request for a resource that does not exist: Response Resumes a suspended compute pool

POST/api/v2/compute-pools/{name}:resume

Resume a compute pool, if suspended. If the specified compute pool is already running, this will cause a 400 Bad Request error.

Response Suspends an active compute pool

POST/api/v2/compute-pools/{name}:suspend

Suspend a compute pool, if active. If the specified compute pool is already suspended, no action is taken.

Response Stops all services on the compute pool (Deprecated)

POST/api/v2/compute-pools/{name}:stopallservices

Stops all services in the compute pool. Deprecated Response Stops all services on the compute pool

POST/api/v2/compute-pools/{name}:stop-all-services

Stops all services in the compute pool.

Response

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4