Azure Synapse Analytics BigDataPools API

The BigDataPools API from Azure Synapse Analytics — 2 operation(s) for bigdatapools.

Documentation

📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/workspace
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/sqlpools
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/bigdatapool
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/pipeline
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/spark
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/monitoring
📖
Documentation
https://learn.microsoft.com/en-us/azure/synapse-analytics/synapse-link/
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/role-assignments
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/notebook
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/dataset
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/linked-service
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/data-flow
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/sql-script
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/trigger
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/spark-job-definition
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/managed-private-endpoints
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/integration-runtimes
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/library
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/git-integration
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/ip-firewall-rules
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/keys
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/private-endpoint-connections
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/private-link-hubs
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/kusto-pools
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/azure-ad-only-authentications
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/spark-configuration
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/data-flow-debug-session
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/credential
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/kql-script
📖
Documentation
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/link-connection

Specifications

Schemas & Data

📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/microsoft-azure-synapse-analytics/refs/heads/main/json-schema/azure-synapse-analytics-workspace-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/microsoft-azure-synapse-analytics/refs/heads/main/json-schema/azure-synapse-analytics-sql-pool-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/microsoft-azure-synapse-analytics/refs/heads/main/json-schema/azure-synapse-analytics-spark-pool-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/microsoft-azure-synapse-analytics/refs/heads/main/json-schema/azure-synapse-analytics-pipeline-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/microsoft-azure-synapse-analytics/refs/heads/main/json-schema/azure-synapse-analytics-spark-batch-job-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/microsoft-azure-synapse-analytics/refs/heads/main/json-schema/azure-synapse-analytics-role-assignment-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/microsoft-azure-synapse-analytics/refs/heads/main/json-schema/azure-synapse-analytics-notebook-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/microsoft-azure-synapse-analytics/refs/heads/main/json-schema/azure-synapse-analytics-dataset-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/microsoft-azure-synapse-analytics/refs/heads/main/json-schema/azure-synapse-analytics-linked-service-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/microsoft-azure-synapse-analytics/refs/heads/main/json-schema/azure-synapse-analytics-trigger-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/microsoft-azure-synapse-analytics/refs/heads/main/json-schema/azure-synapse-analytics-firewall-rule-schema.json

Other Resources

OpenAPI Specification

microsoft-azure-synapse-analytics-bigdatapools-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Azure Synapse Analytics - Access Control AzureADOnlyAuthentications BigDataPools API
  description: Manage role assignments, role definitions, and access control for Synapse workspace resources. Supports Synapse role-based access control for fine-grained permissions.
  version: '2020-12-01'
  contact:
    name: Microsoft Azure Support
    url: https://azure.microsoft.com/en-us/support/
  license:
    name: Microsoft
    url: https://azure.microsoft.com/en-us/support/legal/
servers:
- url: https://{workspaceName}.dev.azuresynapse.net
  description: Synapse Data Plane
  variables:
    workspaceName:
      description: The workspace name.
      default: myworkspace
security:
- azure_auth:
  - user_impersonation
tags:
- name: BigDataPools
paths:
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/bigDataPools
  : get:
      operationId: BigDataPools_ListByWorkspace
      summary: Azure Synapse Analytics List Spark pools by workspace
      description: List all Big Data pools within a workspace.
      tags:
      - BigDataPools
      parameters:
      - $ref: '#/components/parameters/ApiVersionParameter'
      - $ref: '#/components/parameters/SubscriptionIdParameter'
      - $ref: '#/components/parameters/ResourceGroupNameParameter'
      - $ref: '#/components/parameters/WorkspaceNameParameter'
      responses:
        '200':
          description: Successfully retrieved the list of Spark pools.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BigDataPoolResourceInfoListResult'
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/bigDataPools/{bigDataPoolName}
  : get:
      operationId: BigDataPools_Get
      summary: Azure Synapse Analytics Get a Spark pool
      description: Get a Big Data pool.
      tags:
      - BigDataPools
      parameters:
      - $ref: '#/components/parameters/ApiVersionParameter'
      - $ref: '#/components/parameters/SubscriptionIdParameter'
      - $ref: '#/components/parameters/ResourceGroupNameParameter'
      - $ref: '#/components/parameters/WorkspaceNameParameter'
      - $ref: '#/components/parameters/BigDataPoolNameParameter'
      responses:
        '200':
          description: Successfully retrieved the Spark pool.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BigDataPoolResourceInfo'
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
    put:
      operationId: BigDataPools_CreateOrUpdate
      summary: Azure Synapse Analytics Create or update a Spark pool
      description: Create a new Big Data pool or update an existing one.
      tags:
      - BigDataPools
      parameters:
      - $ref: '#/components/parameters/ApiVersionParameter'
      - $ref: '#/components/parameters/SubscriptionIdParameter'
      - $ref: '#/components/parameters/ResourceGroupNameParameter'
      - $ref: '#/components/parameters/WorkspaceNameParameter'
      - $ref: '#/components/parameters/BigDataPoolNameParameter'
      - name: force
        in: query
        description: Whether to stop any running jobs in the Big Data pool.
        schema:
          type: boolean
          default: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BigDataPoolResourceInfo'
      responses:
        '200':
          description: Successfully updated the Spark pool.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BigDataPoolResourceInfo'
        '202':
          description: Spark pool creation accepted.
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
    patch:
      operationId: BigDataPools_Update
      summary: Azure Synapse Analytics Update a Spark pool
      description: Patch a Big Data pool.
      tags:
      - BigDataPools
      parameters:
      - $ref: '#/components/parameters/ApiVersionParameter'
      - $ref: '#/components/parameters/SubscriptionIdParameter'
      - $ref: '#/components/parameters/ResourceGroupNameParameter'
      - $ref: '#/components/parameters/WorkspaceNameParameter'
      - $ref: '#/components/parameters/BigDataPoolNameParameter'
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BigDataPoolPatchInfo'
      responses:
        '200':
          description: Successfully updated the Spark pool.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BigDataPoolResourceInfo'
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
    delete:
      operationId: BigDataPools_Delete
      summary: Azure Synapse Analytics Delete a Spark pool
      description: Delete a Big Data pool from the workspace.
      tags:
      - BigDataPools
      parameters:
      - $ref: '#/components/parameters/ApiVersionParameter'
      - $ref: '#/components/parameters/SubscriptionIdParameter'
      - $ref: '#/components/parameters/ResourceGroupNameParameter'
      - $ref: '#/components/parameters/WorkspaceNameParameter'
      - $ref: '#/components/parameters/BigDataPoolNameParameter'
      responses:
        '200':
          description: Successfully deleted the Spark pool.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BigDataPoolResourceInfo'
        '202':
          description: Spark pool deletion accepted.
        '204':
          description: Spark pool not found.
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
components:
  schemas:
    BigDataPoolResourceInfo:
      type: object
      description: A Big Data pool resource.
      properties:
        id:
          type: string
          readOnly: true
        name:
          type: string
          readOnly: true
        type:
          type: string
          readOnly: true
        location:
          type: string
          description: The geo-location where the resource lives.
        tags:
          type: object
          additionalProperties:
            type: string
        properties:
          $ref: '#/components/schemas/BigDataPoolResourceProperties'
    AutoScaleProperties:
      type: object
      description: Auto-scale properties of a Big Data pool.
      properties:
        minNodeCount:
          type: integer
          description: The minimum number of nodes.
        enabled:
          type: boolean
          description: Whether auto-scaling is enabled.
        maxNodeCount:
          type: integer
          description: The maximum number of nodes.
    BigDataPoolResourceInfoListResult:
      type: object
      description: Collection of Big Data pool resources.
      properties:
        value:
          type: array
          items:
            $ref: '#/components/schemas/BigDataPoolResourceInfo'
        nextLink:
          type: string
    SparkConfigProperties:
      type: object
      description: Spark configuration file properties.
      properties:
        time:
          type: string
          format: date-time
          readOnly: true
        content:
          type: string
          description: The content of the Spark configuration.
        filename:
          type: string
          description: The filename of the Spark configuration.
        configurationType:
          type: string
          enum:
          - File
          - Artifact
    LibraryInfo:
      type: object
      description: Library information.
      properties:
        name:
          type: string
        path:
          type: string
        containerName:
          type: string
        type:
          type: string
    BigDataPoolResourceProperties:
      type: object
      description: Properties of a Big Data pool.
      properties:
        provisioningState:
          type: string
          description: The state of the Big Data pool.
          readOnly: true
        autoScale:
          $ref: '#/components/schemas/AutoScaleProperties'
        creationDate:
          type: string
          format: date-time
          readOnly: true
        autoPause:
          $ref: '#/components/schemas/AutoPauseProperties'
        isComputeIsolationEnabled:
          type: boolean
          description: Whether compute isolation is enabled.
        sessionLevelPackagesEnabled:
          type: boolean
          description: Whether session level packages are enabled.
        cacheSize:
          type: integer
          readOnly: true
        dynamicExecutorAllocation:
          $ref: '#/components/schemas/DynamicExecutorAllocation'
        sparkEventsFolder:
          type: string
          description: The Spark events folder.
        nodeCount:
          type: integer
          description: The number of nodes.
        customLibraries:
          type: array
          items:
            $ref: '#/components/schemas/LibraryInfo'
        sparkConfigProperties:
          $ref: '#/components/schemas/SparkConfigProperties'
        sparkVersion:
          type: string
          description: The Apache Spark version.
        defaultSparkLogFolder:
          type: string
          description: The default folder where Spark logs will be written.
        nodeSize:
          type: string
          description: The level of compute power.
          enum:
          - None
          - Small
          - Medium
          - Large
          - XLarge
          - XXLarge
          - XXXLarge
        nodeSizeFamily:
          type: string
          description: The kind of nodes.
          enum:
          - None
          - MemoryOptimized
          - HardwareAcceleratedFPGA
          - HardwareAcceleratedGPU
    ErrorResponse:
      type: object
      properties:
        error:
          type: object
          properties:
            code:
              type: string
            message:
              type: string
    AutoPauseProperties:
      type: object
      description: Auto-pause properties of a Big Data pool.
      properties:
        delayInMinutes:
          type: integer
          description: Number of minutes of idle time before auto-pause.
        enabled:
          type: boolean
          description: Whether auto-pausing is enabled.
    BigDataPoolPatchInfo:
      type: object
      description: Properties for updating a Big Data pool.
      properties:
        tags:
          type: object
          additionalProperties:
            type: string
    DynamicExecutorAllocation:
      type: object
      description: Dynamic executor allocation.
      properties:
        enabled:
          type: boolean
          description: Whether dynamic executor allocation is enabled.
        minExecutors:
          type: integer
          description: Minimum number of executors.
        maxExecutors:
          type: integer
          description: Maximum number of executors.
  parameters:
    SubscriptionIdParameter:
      name: subscriptionId
      in: path
      required: true
      schema:
        type: string
    ApiVersionParameter:
      name: api-version
      in: query
      required: true
      schema:
        type: string
        default: '2021-06-01'
    ResourceGroupNameParameter:
      name: resourceGroupName
      in: path
      required: true
      schema:
        type: string
    WorkspaceNameParameter:
      name: workspaceName
      in: path
      required: true
      schema:
        type: string
    BigDataPoolNameParameter:
      name: bigDataPoolName
      in: path
      required: true
      description: Big Data pool name.
      schema:
        type: string
  securitySchemes:
    azure_auth:
      type: oauth2
      flows:
        implicit:
          authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
          scopes:
            user_impersonation: impersonate your user account