Microsoft Azure · Capability

Microsoft Azure StorSimpleManagementClient — Backups

Microsoft Azure StorSimpleManagementClient — Backups. 4 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Backups. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureBackups

What You Can Do

GET
Microsoftazurebackupslistbymanager — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Backups
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-storsimple/managers/{managername}/backups
GET
Microsoftazurebackupslistbydevice — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Devices Devicename Backups
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-storsimple/managers/{managername}/devices/{devicename}/backups
DELETE
Microsoftazurebackupsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Devices Devicename Backups Backupname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-storsimple/managers/{managername}/devices/{devicename}/backups/{backupname}
POST
Microsoftazurebackupsclone — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Devices Devicename Backups Backupname Elements Elementname Clone
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-storsimple/managers/{managername}/devices/{devicename}/backups/{backupname}/elements/{elementname}/clone

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Backups

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Devices Devicename Backups

read-only idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Devices Devicename Backups Backupname

idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Devices Devicename Backups Backupname Elements Elementname Clone

Capability Spec

storsimplemanagementclient-backups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure StorSimpleManagementClient — Backups
  description: 'Microsoft Azure StorSimpleManagementClient — Backups. 4 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Backups. Self-contained
    Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Backups
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: storsimplemanagementclient-backups
    baseUri: https://management.azure.com
    description: Microsoft Azure StorSimpleManagementClient — Backups business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/backups
      operations:
      - name: microsoftazurebackupslistbymanager
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Storsimple Managers Managername Backups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: OData Filter options
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backups
      operations:
      - name: microsoftazurebackupslistbydevice
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Storsimple Managers Managername Devices Devicename Backups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: forFailover
          in: query
          type: boolean
          description: Set to true if you need backups which can be used for failover.
        - name: $filter
          in: query
          type: string
          description: OData Filter options
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backups/{backupName}
      operations:
      - name: microsoftazurebackupsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Storsimple Managers Managername Devices Devicename Backups Backupname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: backupName
          in: path
          type: string
          description: The backup name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backups/{backupName}/elements/{elementName}/clone
      operations:
      - name: microsoftazurebackupsclone
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Storsimple Managers Managername Devices Devicename Backups Backupname Elements Elementname Clone
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: backupName
          in: path
          type: string
          description: The backup name.
          required: true
        - name: elementName
          in: path
          type: string
          description: The backup element name.
          required: true
        - name: cloneRequest
          in: body
          type: string
          description: The clone request.
          required: true
  exposes:
  - type: rest
    namespace: storsimplemanagementclient-backups-rest
    port: 8080
    description: REST adapter for Microsoft Azure StorSimpleManagementClient — Backups. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-storsimple/managers/{managername}/backups
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurebackupslistbymanager
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Storsimple Managers Managername Backups
        call: storsimplemanagementclient-backups.microsoftazurebackupslistbymanager
        with:
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-storsimple/managers/{managername}/devices/{devicename}/backups
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurebackupslistbydevice
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Storsimple Managers Managername Devices Devicename Backups
        call: storsimplemanagementclient-backups.microsoftazurebackupslistbydevice
        with:
          deviceName: rest.deviceName
          forFailover: rest.forFailover
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-storsimple/managers/{managername}/devices/{devicename}/backups/{backupname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: DELETE
        name: microsoftazurebackupsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Storsimple Managers Managername Devices Devicename Backups Backupname
        call: storsimplemanagementclient-backups.microsoftazurebackupsdelete
        with:
          deviceName: rest.deviceName
          backupName: rest.backupName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-storsimple/managers/{managername}/devices/{devicename}/backups/{backupname}/elements/{elementname}/clone
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurebackupsclone
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Storsimple Managers Managername Devices Devicename Backups Backupname Elements Elementname Clone
        call: storsimplemanagementclient-backups.microsoftazurebackupsclone
        with:
          deviceName: rest.deviceName
          backupName: rest.backupName
          elementName: rest.elementName
          cloneRequest: rest.cloneRequest
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: storsimplemanagementclient-backups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure StorSimpleManagementClient — Backups. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple
        Managers Managername Backups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storsimplemanagementclient-backups.microsoftazurebackupslistbymanager
      with:
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple
        Managers Managername Devices Devicename Backups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storsimplemanagementclient-backups.microsoftazurebackupslistbydevice
      with:
        deviceName: tools.deviceName
        forFailover: tools.forFailover
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Storsimple Managers Managername Devices Devicename Backups Backupname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: storsimplemanagementclient-backups.microsoftazurebackupsdelete
      with:
        deviceName: tools.deviceName
        backupName: tools.backupName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Storsimple Managers Managername Devices Devicename Backups Backupname Elements Elementname Clone
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: storsimplemanagementclient-backups.microsoftazurebackupsclone
      with:
        deviceName: tools.deviceName
        backupName: tools.backupName
        elementName: tools.elementName
        cloneRequest: tools.cloneRequest
      outputParameters:
      - type: object
        mapping: $.