Microsoft Azure · Capability

Microsoft Azure SCVMM — HybridIdentityMetadata

Microsoft Azure SCVMM — HybridIdentityMetadata. 4 operations. Lead operation: Microsoft Azure Implements Get Hybrididentitymetadata In A Vm. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureHybridIdentityMetadata

What You Can Do

GET
Microsoftazurehybrididentitymetadataslistbyvm — Microsoft Azure Implements Get Hybrididentitymetadata In A Vm
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/virtualmachines/{virtualmachinename}/hybrididentitymetadata
PUT
Microsoftazurehybrididentitymetadatascreate — Microsoft Azure Implements Hybrididentitymetadata Put Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/virtualmachines/{virtualmachinename}/hybrididentitymetadata/{metadataname}
GET
Microsoftazurehybrididentitymetadatasget — Microsoft Azure Gets Hybrididentitymetadata
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/virtualmachines/{virtualmachinename}/hybrididentitymetadata/{metadataname}
DELETE
Microsoftazurehybrididentitymetadatasdelete — Microsoft Azure Deletes An Hybrididentitymetadata
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/virtualmachines/{virtualmachinename}/hybrididentitymetadata/{metadataname}

MCP Tools

microsoft-azure-implements-get-hybrididentitymetadata

Microsoft Azure Implements Get Hybrididentitymetadata In A Vm

read-only idempotent
microsoft-azure-implements-hybrididentitymetadata-put

Microsoft Azure Implements Hybrididentitymetadata Put Method

idempotent
microsoft-azure-gets-hybrididentitymetadata

Microsoft Azure Gets Hybrididentitymetadata

read-only idempotent
microsoft-azure-deletes-hybrididentitymetadata

Microsoft Azure Deletes An Hybrididentitymetadata

idempotent

Capability Spec

scvmm-hybrididentitymetadata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SCVMM — HybridIdentityMetadata
  description: 'Microsoft Azure SCVMM — HybridIdentityMetadata. 4 operations. Lead operation: Microsoft Azure Implements Get
    Hybrididentitymetadata In A Vm. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - HybridIdentityMetadata
  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: scvmm-hybrididentitymetadata
    baseUri: https://management.azure.com
    description: Microsoft Azure SCVMM — HybridIdentityMetadata business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualMachines/{virtualMachineName}/hybridIdentityMetadata
      operations:
      - name: microsoftazurehybrididentitymetadataslistbyvm
        method: GET
        description: Microsoft Azure Implements Get Hybrididentitymetadata In A Vm
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualMachineName
          in: path
          type: string
          description: Name of the vm.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualMachines/{virtualMachineName}/hybridIdentityMetadata/{metadataName}
      operations:
      - name: microsoftazurehybrididentitymetadatascreate
        method: PUT
        description: Microsoft Azure Implements Hybrididentitymetadata Put Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualMachineName
          in: path
          type: string
          description: Name of the vm.
          required: true
        - name: metadataName
          in: path
          type: string
          description: Name of the hybridIdentityMetadata.
          required: true
        - name: body
          in: body
          type: string
          description: Request payload.
      - name: microsoftazurehybrididentitymetadatasget
        method: GET
        description: Microsoft Azure Gets Hybrididentitymetadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualMachineName
          in: path
          type: string
          description: Name of the vm.
          required: true
        - name: metadataName
          in: path
          type: string
          description: Name of the HybridIdentityMetadata.
          required: true
      - name: microsoftazurehybrididentitymetadatasdelete
        method: DELETE
        description: Microsoft Azure Deletes An Hybrididentitymetadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualMachineName
          in: path
          type: string
          description: Name of the vm.
          required: true
        - name: metadataName
          in: path
          type: string
          description: Name of the HybridIdentityMetadata.
          required: true
  exposes:
  - type: rest
    namespace: scvmm-hybrididentitymetadata-rest
    port: 8080
    description: REST adapter for Microsoft Azure SCVMM — HybridIdentityMetadata. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/virtualmachines/{virtualmachinename}/hybrididentitymetadata
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurehybrididentitymetadataslistbyvm
        description: Microsoft Azure Implements Get Hybrididentitymetadata In A Vm
        call: scvmm-hybrididentitymetadata.microsoftazurehybrididentitymetadataslistbyvm
        with:
          virtualMachineName: rest.virtualMachineName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/virtualmachines/{virtualmachinename}/hybrididentitymetadata/{metadataname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazurehybrididentitymetadatascreate
        description: Microsoft Azure Implements Hybrididentitymetadata Put Method
        call: scvmm-hybrididentitymetadata.microsoftazurehybrididentitymetadatascreate
        with:
          virtualMachineName: rest.virtualMachineName
          metadataName: rest.metadataName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurehybrididentitymetadatasget
        description: Microsoft Azure Gets Hybrididentitymetadata
        call: scvmm-hybrididentitymetadata.microsoftazurehybrididentitymetadatasget
        with:
          virtualMachineName: rest.virtualMachineName
          metadataName: rest.metadataName
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurehybrididentitymetadatasdelete
        description: Microsoft Azure Deletes An Hybrididentitymetadata
        call: scvmm-hybrididentitymetadata.microsoftazurehybrididentitymetadatasdelete
        with:
          virtualMachineName: rest.virtualMachineName
          metadataName: rest.metadataName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: scvmm-hybrididentitymetadata-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SCVMM — HybridIdentityMetadata. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-implements-get-hybrididentitymetadata
      description: Microsoft Azure Implements Get Hybrididentitymetadata In A Vm
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scvmm-hybrididentitymetadata.microsoftazurehybrididentitymetadataslistbyvm
      with:
        virtualMachineName: tools.virtualMachineName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-hybrididentitymetadata-put
      description: Microsoft Azure Implements Hybrididentitymetadata Put Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: scvmm-hybrididentitymetadata.microsoftazurehybrididentitymetadatascreate
      with:
        virtualMachineName: tools.virtualMachineName
        metadataName: tools.metadataName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-hybrididentitymetadata
      description: Microsoft Azure Gets Hybrididentitymetadata
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scvmm-hybrididentitymetadata.microsoftazurehybrididentitymetadatasget
      with:
        virtualMachineName: tools.virtualMachineName
        metadataName: tools.metadataName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-hybrididentitymetadata
      description: Microsoft Azure Deletes An Hybrididentitymetadata
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: scvmm-hybrididentitymetadata.microsoftazurehybrididentitymetadatasdelete
      with:
        virtualMachineName: tools.virtualMachineName
        metadataName: tools.metadataName
      outputParameters:
      - type: object
        mapping: $.