Microsoft Azure · Capability

Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectableItems

Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectableItems. 2 operations. Lead operation: Microsoft Azure Gets The List Of Protectable Items. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReplicationProtectableItems

What You Can Do

GET
Microsoftazurereplicationprotectableitemslistbyreplicationprotectioncontainers — Microsoft Azure Gets The List Of Protectable Items
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotectableitems
GET
Microsoftazurereplicationprotectableitemsget — Microsoft Azure Gets The Details Of A Protectable Item
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotectableitems/{protectableitemname}

MCP Tools

microsoft-azure-gets-list-protectable

Microsoft Azure Gets The List Of Protectable Items

read-only idempotent
microsoft-azure-gets-details-protectable

Microsoft Azure Gets The Details Of A Protectable Item

read-only idempotent

Capability Spec

siterecoverymanagementclient-replicationprotectableitems.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectableItems
  description: 'Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectableItems. 2 operations. Lead operation:
    Microsoft Azure Gets The List Of Protectable Items. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - ReplicationProtectableItems
  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: siterecoverymanagementclient-replicationprotectableitems
    baseUri: https://management.azure.com
    description: Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectableItems business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems
      operations:
      - name: microsoftazurereplicationprotectableitemslistbyreplicationprotectioncontainers
        method: GET
        description: Microsoft Azure Gets The List Of Protectable Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name.
          required: true
        - name: protectionContainerName
          in: path
          type: string
          description: Protection container name.
          required: true
        - name: $filter
          in: query
          type: string
          description: OData filter options.
        - name: $take
          in: query
          type: string
          description: take OData query parameter.
        - name: $skipToken
          in: query
          type: string
          description: skipToken OData query parameter.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems/{protectableItemName}
      operations:
      - name: microsoftazurereplicationprotectableitemsget
        method: GET
        description: Microsoft Azure Gets The Details Of A Protectable Item
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name.
          required: true
        - name: protectionContainerName
          in: path
          type: string
          description: Protection container name.
          required: true
        - name: protectableItemName
          in: path
          type: string
          description: Protectable item name.
          required: true
  exposes:
  - type: rest
    namespace: siterecoverymanagementclient-replicationprotectableitems-rest
    port: 8080
    description: REST adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectableItems. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotectableitems
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationprotectableitemslistbyreplicationprotectioncontainers
        description: Microsoft Azure Gets The List Of Protectable Items
        call: siterecoverymanagementclient-replicationprotectableitems.microsoftazurereplicationprotectableitemslistbyreplicationprotectioncontainers
        with:
          fabricName: rest.fabricName
          protectionContainerName: rest.protectionContainerName
          $filter: rest.$filter
          $take: rest.$take
          $skipToken: rest.$skipToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotectableitems/{protectableitemname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationprotectableitemsget
        description: Microsoft Azure Gets The Details Of A Protectable Item
        call: siterecoverymanagementclient-replicationprotectableitems.microsoftazurereplicationprotectableitemsget
        with:
          fabricName: rest.fabricName
          protectionContainerName: rest.protectionContainerName
          protectableItemName: rest.protectableItemName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: siterecoverymanagementclient-replicationprotectableitems-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectableItems. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-protectable
      description: Microsoft Azure Gets The List Of Protectable Items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectableitems.microsoftazurereplicationprotectableitemslistbyreplicationprotectioncontainers
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
        $filter: tools.$filter
        $take: tools.$take
        $skipToken: tools.$skipToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-details-protectable
      description: Microsoft Azure Gets The Details Of A Protectable Item
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectableitems.microsoftazurereplicationprotectableitemsget
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
        protectableItemName: tools.protectableItemName
      outputParameters:
      - type: object
        mapping: $.