Microsoft Azure · Capability

Microsoft Azure DevTestLabsClient — NotificationChannels

Microsoft Azure DevTestLabsClient — NotificationChannels. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Notificationchannels. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureNotificationChannels

What You Can Do

GET
Microsoftazurenotificationchannelslist — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Notificationchannels
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/notificationchannels
GET
Microsoftazurenotificationchannelsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Notificationchannels Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/notificationchannels/{name}
PUT
Microsoftazurenotificationchannelscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Notificationchannels Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/notificationchannels/{name}
DELETE
Microsoftazurenotificationchannelsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Notificationchannels Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/notificationchannels/{name}
PATCH
Microsoftazurenotificationchannelsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Notificationchannels Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/notificationchannels/{name}
POST
Microsoftazurenotificationchannelsnotify — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Notificationchannels Name Notify
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/notificationchannels/{name}/notify

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Notificationchannels

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Notificationchannels Name

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Notificationchannels Name

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Notificationchannels Name

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Notificationchannels Name

idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Notificationchannels Name Notify

Capability Spec

devtestlabsclient-notificationchannels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DevTestLabsClient — NotificationChannels
  description: 'Microsoft Azure DevTestLabsClient — NotificationChannels. 6 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Notificationchannels.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - NotificationChannels
  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: devtestlabsclient-notificationchannels
    baseUri: https://management.azure.com
    description: Microsoft Azure DevTestLabsClient — NotificationChannels business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels
      operations:
      - name: microsoftazurenotificationchannelslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Notificationchannels
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: $expand
          in: query
          type: string
          description: 'Specify the $expand query. Example: ''properties($select=webHookUrl)'''
        - name: $filter
          in: query
          type: string
          description: 'The filter to apply to the operation. Example: ''$filter=contains(name,''myName'')'
        - name: $top
          in: query
          type: integer
          description: 'The maximum number of resources to return from the operation. Example: ''$top=10'''
        - name: $orderby
          in: query
          type: string
          description: 'The ordering expression for the results, using OData notation. Example: ''$orderby=name desc'''
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
      operations:
      - name: microsoftazurenotificationchannelsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Notificationchannels Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: name
          in: path
          type: string
          description: The name of the notification channel.
          required: true
        - name: $expand
          in: query
          type: string
          description: 'Specify the $expand query. Example: ''properties($select=webHookUrl)'''
      - name: microsoftazurenotificationchannelscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Notificationchannels Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: name
          in: path
          type: string
          description: The name of the notification channel.
          required: true
        - name: notificationChannel
          in: body
          type: string
          description: A notification.
          required: true
      - name: microsoftazurenotificationchannelsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Notificationchannels Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: name
          in: path
          type: string
          description: The name of the notification channel.
          required: true
      - name: microsoftazurenotificationchannelsupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Notificationchannels Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: name
          in: path
          type: string
          description: The name of the notification channel.
          required: true
        - name: notificationChannel
          in: body
          type: string
          description: A notification.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}/notify
      operations:
      - name: microsoftazurenotificationchannelsnotify
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Notificationchannels Name Notify
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: name
          in: path
          type: string
          description: The name of the notification channel.
          required: true
        - name: notifyParameters
          in: body
          type: string
          description: Properties for generating a Notification.
          required: true
  exposes:
  - type: rest
    namespace: devtestlabsclient-notificationchannels-rest
    port: 8080
    description: REST adapter for Microsoft Azure DevTestLabsClient — NotificationChannels. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/notificationchannels
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurenotificationchannelslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Notificationchannels
        call: devtestlabsclient-notificationchannels.microsoftazurenotificationchannelslist
        with:
          labName: rest.labName
          $expand: rest.$expand
          $filter: rest.$filter
          $top: rest.$top
          $orderby: rest.$orderby
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/notificationchannels/{name}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurenotificationchannelsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Notificationchannels Name
        call: devtestlabsclient-notificationchannels.microsoftazurenotificationchannelsget
        with:
          labName: rest.labName
          name: rest.name
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurenotificationchannelscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Notificationchannels Name
        call: devtestlabsclient-notificationchannels.microsoftazurenotificationchannelscreateorupdate
        with:
          labName: rest.labName
          name: rest.name
          notificationChannel: rest.notificationChannel
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurenotificationchannelsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Notificationchannels Name
        call: devtestlabsclient-notificationchannels.microsoftazurenotificationchannelsdelete
        with:
          labName: rest.labName
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurenotificationchannelsupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Notificationchannels Name
        call: devtestlabsclient-notificationchannels.microsoftazurenotificationchannelsupdate
        with:
          labName: rest.labName
          name: rest.name
          notificationChannel: rest.notificationChannel
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/notificationchannels/{name}/notify
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurenotificationchannelsnotify
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Notificationchannels Name Notify
        call: devtestlabsclient-notificationchannels.microsoftazurenotificationchannelsnotify
        with:
          labName: rest.labName
          name: rest.name
          notifyParameters: rest.notifyParameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devtestlabsclient-notificationchannels-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DevTestLabsClient — NotificationChannels. 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 Devtestlab
        Labs Labname Notificationchannels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devtestlabsclient-notificationchannels.microsoftazurenotificationchannelslist
      with:
        labName: tools.labName
        $expand: tools.$expand
        $filter: tools.$filter
        $top: tools.$top
        $orderby: tools.$orderby
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab
        Labs Labname Notificationchannels Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devtestlabsclient-notificationchannels.microsoftazurenotificationchannelsget
      with:
        labName: tools.labName
        name: tools.name
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab
        Labs Labname Notificationchannels Name
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: devtestlabsclient-notificationchannels.microsoftazurenotificationchannelscreateorupdate
      with:
        labName: tools.labName
        name: tools.name
        notificationChannel: tools.notificationChannel
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Devtestlab Labs Labname Notificationchannels Name
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: devtestlabsclient-notificationchannels.microsoftazurenotificationchannelsdelete
      with:
        labName: tools.labName
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Devtestlab Labs Labname Notificationchannels Name
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: devtestlabsclient-notificationchannels.microsoftazurenotificationchannelsupdate
      with:
        labName: tools.labName
        name: tools.name
        notificationChannel: tools.notificationChannel
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Devtestlab Labs Labname Notificationchannels Name Notify
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devtestlabsclient-notificationchannels.microsoftazurenotificationchannelsnotify
      with:
        labName: tools.labName
        name: tools.name
        notifyParameters: tools.notifyParameters
      outputParameters:
      - type: object
        mapping: $.