Azure Synapse Analytics SQL Pool

A dedicated SQL pool resource for enterprise data warehousing workloads within a Synapse workspace.

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
id string Fully qualified resource ID.
name string The name of the SQL pool.
type string The type of the resource.
location string The geo-location where the resource lives.
tags object
sku object
properties object
View JSON Schema on GitHub

JSON Schema

azure-synapse-analytics-sql-pool-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-search/azure-synapse-analytics/json-schema/azure-synapse-analytics-sql-pool-schema.json",
  "title": "Azure Synapse Analytics SQL Pool",
  "description": "A dedicated SQL pool resource for enterprise data warehousing workloads within a Synapse workspace.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Fully qualified resource ID.",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "description": "The name of the SQL pool."
    },
    "type": {
      "type": "string",
      "description": "The type of the resource.",
      "readOnly": true
    },
    "location": {
      "type": "string",
      "description": "The geo-location where the resource lives."
    },
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "sku": {
      "$ref": "#/$defs/Sku"
    },
    "properties": {
      "type": "object",
      "properties": {
        "maxSizeBytes": {
          "type": "integer",
          "description": "Maximum size in bytes."
        },
        "collation": {
          "type": "string",
          "description": "Collation mode for the SQL pool."
        },
        "sourceDatabaseId": {
          "type": "string",
          "description": "Source database ID to create from."
        },
        "recoverableDatabaseId": {
          "type": "string",
          "description": "Recoverable database ID for geo-restore."
        },
        "provisioningState": {
          "type": "string",
          "description": "Resource provisioning state.",
          "readOnly": true
        },
        "status": {
          "type": "string",
          "description": "Resource status.",
          "readOnly": true
        },
        "restorePointInTime": {
          "type": "string",
          "format": "date-time",
          "description": "Snapshot time to restore from."
        },
        "createMode": {
          "type": "string",
          "description": "Specifies the mode of SQL pool creation.",
          "enum": ["Default", "PointInTimeRestore", "Recovery", "Restore"]
        },
        "creationDate": {
          "type": "string",
          "format": "date-time",
          "readOnly": true
        },
        "storageAccountType": {
          "type": "string",
          "description": "The storage account type for backup.",
          "enum": ["GRS", "LRS"]
        }
      }
    }
  },
  "required": ["location"],
  "$defs": {
    "Sku": {
      "type": "object",
      "description": "SQL pool SKU defining the performance tier.",
      "properties": {
        "tier": {
          "type": "string",
          "description": "The service tier."
        },
        "name": {
          "type": "string",
          "description": "The SKU name (e.g., DW100c, DW200c)."
        },
        "capacity": {
          "type": "integer",
          "description": "The SKU capacity."
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/azure-synapse-analytics-sql-pool"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.