Azure Synapse Analytics · Example Payload

Azure Synapse Sql Pool Example

AnalyticsApache SparkBig DataData WarehouseETLSQL

Azure Synapse Sql Pool Example is an example object payload from Azure Synapse Analytics, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamelocationtagsskuproperties

Example Payload

Raw ↑
{
  "id": "example-string",
  "name": "example-string",
  "location": "example-string",
  "tags": {},
  "sku": {
    "tier": "example-string",
    "name": "example-string",
    "capacity": 1
  },
  "properties": {
    "provisioningState": "example-string",
    "status": "example-string",
    "restorePointInTime": "2026-04-19T12:00:00Z"
  }
}