naftiko: 1.0.0-alpha2 info: label: Azure Backup REST API — Vaults description: 'Azure Backup REST API — Vaults. 6 operations. Lead operation: Azure Backup REST API List by subscription. Self-contained Naftiko capability covering one Microsoft Azure Backup business surface.' tags: - Microsoft Azure Backup - Vaults created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: MICROSOFT_AZURE_BACKUP_API_KEY: MICROSOFT_AZURE_BACKUP_API_KEY capability: consumes: - type: http namespace: microsoft-azure-backup-vaults baseUri: https://management.azure.com description: Azure Backup REST API — Vaults business capability. Self-contained, no shared references. resources: - name: subscriptions-subscriptionId-providers-Microsoft.RecoveryServices-vaults path: /subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/vaults operations: - name: listvaultsbysubscription method: GET description: Azure Backup REST API List by subscription outputRawFormat: json outputParameters: - name: result type: object value: $. - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults operations: - name: listvaultsbyresourcegroup method: GET description: Azure Backup REST API List by resource group outputRawFormat: json outputParameters: - name: result type: object value: $. - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{name} operations: - name: getvaults method: GET description: Azure Backup REST API Get resource outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createorupdatevaults method: PUT description: Azure Backup REST API Create or update resource outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: updatevaults method: PATCH description: Azure Backup REST API Update resource outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: deletevaults method: DELETE description: Azure Backup REST API Delete resource outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.MICROSOFT_AZURE_BACKUP_API_KEY}}' exposes: - type: rest namespace: microsoft-azure-backup-vaults-rest port: 8080 description: REST adapter for Azure Backup REST API — Vaults. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-recoveryservices/vaults name: subscriptions-subscriptionid-providers-microsoft-recoveryservices-vaults description: REST surface for subscriptions-subscriptionId-providers-Microsoft.RecoveryServices-vaults. operations: - method: GET name: listvaultsbysubscription description: Azure Backup REST API List by subscription call: microsoft-azure-backup-vaults.listvaultsbysubscription outputParameters: - type: object mapping: $. - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof. operations: - method: GET name: listvaultsbyresourcegroup description: Azure Backup REST API List by resource group call: microsoft-azure-backup-vaults.listvaultsbyresourcegroup outputParameters: - type: object mapping: $. - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{name} name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof. operations: - method: GET name: getvaults description: Azure Backup REST API Get resource call: microsoft-azure-backup-vaults.getvaults outputParameters: - type: object mapping: $. - method: PUT name: createorupdatevaults description: Azure Backup REST API Create or update resource call: microsoft-azure-backup-vaults.createorupdatevaults with: body: rest.body outputParameters: - type: object mapping: $. - method: PATCH name: updatevaults description: Azure Backup REST API Update resource call: microsoft-azure-backup-vaults.updatevaults with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletevaults description: Azure Backup REST API Delete resource call: microsoft-azure-backup-vaults.deletevaults outputParameters: - type: object mapping: $. - type: mcp namespace: microsoft-azure-backup-vaults-mcp port: 9090 transport: http description: MCP adapter for Azure Backup REST API — Vaults. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: azure-backup-rest-api-list description: Azure Backup REST API List by subscription hints: readOnly: true destructive: false idempotent: true call: microsoft-azure-backup-vaults.listvaultsbysubscription outputParameters: - type: object mapping: $. - name: azure-backup-rest-api-list-2 description: Azure Backup REST API List by resource group hints: readOnly: true destructive: false idempotent: true call: microsoft-azure-backup-vaults.listvaultsbyresourcegroup outputParameters: - type: object mapping: $. - name: azure-backup-rest-api-get description: Azure Backup REST API Get resource hints: readOnly: true destructive: false idempotent: true call: microsoft-azure-backup-vaults.getvaults outputParameters: - type: object mapping: $. - name: azure-backup-rest-api-create description: Azure Backup REST API Create or update resource hints: readOnly: false destructive: false idempotent: true call: microsoft-azure-backup-vaults.createorupdatevaults with: body: tools.body outputParameters: - type: object mapping: $. - name: azure-backup-rest-api-update description: Azure Backup REST API Update resource hints: readOnly: false destructive: false idempotent: true call: microsoft-azure-backup-vaults.updatevaults with: body: tools.body outputParameters: - type: object mapping: $. - name: azure-backup-rest-api-delete description: Azure Backup REST API Delete resource hints: readOnly: false destructive: true idempotent: true call: microsoft-azure-backup-vaults.deletevaults outputParameters: - type: object mapping: $.