Azure SQL Database · Capability

Azure SQL Database REST API — FailoverGroups

Azure SQL Database REST API — FailoverGroups. 1 operations. Lead operation: List failover groups. Self-contained Naftiko capability covering one Microsoft Azure Sql Database business surface.

Run with Naftiko Microsoft Azure Sql DatabaseFailoverGroups

What You Can Do

GET
Listfailovergroups — List failover groups
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-sql/servers/{servername}/failovergroups

MCP Tools

list-failover-groups

List failover groups

read-only idempotent

Capability Spec

microsoft-azure-sql-database-failovergroups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure SQL Database REST API — FailoverGroups
  description: 'Azure SQL Database REST API — FailoverGroups. 1 operations. Lead operation: List failover groups. Self-contained
    Naftiko capability covering one Microsoft Azure Sql Database business surface.'
  tags:
  - Microsoft Azure Sql Database
  - FailoverGroups
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_SQL_DATABASE_API_KEY: MICROSOFT_AZURE_SQL_DATABASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-azure-sql-database-failovergroups
    baseUri: https://management.azure.com
    description: Azure SQL Database REST API — FailoverGroups business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/failoverGroups
      operations:
      - name: listfailovergroups
        method: GET
        description: List failover groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_SQL_DATABASE_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-azure-sql-database-failovergroups-rest
    port: 8080
    description: REST adapter for Azure SQL Database REST API — FailoverGroups. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-sql/servers/{servername}/failovergroups
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: listfailovergroups
        description: List failover groups
        call: microsoft-azure-sql-database-failovergroups.listfailovergroups
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-azure-sql-database-failovergroups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure SQL Database REST API — FailoverGroups. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-failover-groups
      description: List failover groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-sql-database-failovergroups.listfailovergroups
      outputParameters:
      - type: object
        mapping: $.