Microsoft Azure · Capability

Microsoft Azure Workload Monitor API — Subscriptions

Microsoft Azure Workload Monitor API — Subscriptions. 4 operations. Lead operation: Microsoft Azure Get The Current Health Status Of All Monitors Of A Virtual Machine Optional Parameters: $expand Retrieve The Monitor S Evidence And Configuration And $filter Filter By Monitor Name. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSubscriptions

What You Can Do

GET
Microsoftazurehealthmonitorslist — Microsoft Azure Get The Current Health Status Of All Monitors Of A Virtual Machine Optional Parameters: $expand Retrieve The Monitor S Evidence And Configuration And $filter Filter By Monitor Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourcecollectionname}/{resourcename}/providers/microsoft-workloadmonitor/monitors
GET
Microsoftazurehealthmonitorsget — Microsoft Azure Get The Current Health Status Of A Monitor Of A Virtual Machine Optional Parameter: $expand Retrieve The Monitor S Evidence And Configuration
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourcecollectionname}/{resourcename}/providers/microsoft-workloadmonitor/monitors/{monitorid}
GET
Microsoftazurehealthmonitorsliststatechanges — Microsoft Azure Get The Health State Changes Of A Monitor Of A Virtual Machine Within The Provided Time Window Default Is The Last 24 Hours Optional Parameters: $expand Retrieve The Monitor S Evidence And Configuration And $filter Filter B
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourcecollectionname}/{resourcename}/providers/microsoft-workloadmonitor/monitors/{monitorid}/history
GET
Microsoftazurehealthmonitorsgetstatechange — Microsoft Azure Get The Health State Change Of A Monitor Of A Virtual Machine At The Provided Timestamp Optional Parameter: $expand Retrieve The Monitor S Evidence And Configuration
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourcecollectionname}/{resourcename}/providers/microsoft-workloadmonitor/monitors/{monitorid}/history/{timestampunix}

MCP Tools

microsoft-azure-get-current-health

Microsoft Azure Get The Current Health Status Of All Monitors Of A Virtual Machine Optional Parameters: $expand Retrieve The Monitor S Evidence And Configuration And $filter Filter By Monitor Name

read-only idempotent
microsoft-azure-get-current-health-2

Microsoft Azure Get The Current Health Status Of A Monitor Of A Virtual Machine Optional Parameter: $expand Retrieve The Monitor S Evidence And Configuration

read-only idempotent
microsoft-azure-get-health-state

Microsoft Azure Get The Health State Changes Of A Monitor Of A Virtual Machine Within The Provided Time Window Default Is The Last 24 Hours Optional Parameters: $expand Retrieve The Monitor S Evidence And Configuration And $filter Filter B

read-only idempotent
microsoft-azure-get-health-state-2

Microsoft Azure Get The Health State Change Of A Monitor Of A Virtual Machine At The Provided Timestamp Optional Parameter: $expand Retrieve The Monitor S Evidence And Configuration

read-only idempotent

Capability Spec

workload-monitor-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Workload Monitor API — Subscriptions
  description: 'Microsoft Azure Workload Monitor API — Subscriptions. 4 operations. Lead operation: Microsoft Azure Get The
    Current Health Status Of All Monitors Of A Virtual Machine Optional Parameters: $expand Retrieve The Monitor S Evidence
    And Configuration And $filter Filter By Monitor Name. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Subscriptions
  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: workload-monitor-subscriptions
    baseUri: https://management.azure.com
    description: Microsoft Azure Workload Monitor API — Subscriptions business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-provider
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceCollectionName}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors
      operations:
      - name: microsoftazurehealthmonitorslist
        method: GET
        description: 'Microsoft Azure Get The Current Health Status Of All Monitors Of A Virtual Machine Optional Parameters:
          $expand Retrieve The Monitor S Evidence And Configuration And $filter Filter By Monitor Name'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-provider
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceCollectionName}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}
      operations:
      - name: microsoftazurehealthmonitorsget
        method: GET
        description: 'Microsoft Azure Get The Current Health Status Of A Monitor Of A Virtual Machine Optional Parameter:
          $expand Retrieve The Monitor S Evidence And Configuration'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-provider
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceCollectionName}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}/history
      operations:
      - name: microsoftazurehealthmonitorsliststatechanges
        method: GET
        description: 'Microsoft Azure Get The Health State Changes Of A Monitor Of A Virtual Machine Within The Provided Time
          Window Default Is The Last 24 Hours  Optional Parameters: $expand Retrieve The Monitor S Evidence And Configuration
          And $filter Filter B'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startTimestampUtc
          in: query
          type: string
          description: The start of the time window.
        - name: endTimestampUtc
          in: query
          type: string
          description: The end of the time window.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-provider
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceCollectionName}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}/history/{timestampUnix}
      operations:
      - name: microsoftazurehealthmonitorsgetstatechange
        method: GET
        description: 'Microsoft Azure Get The Health State Change Of A Monitor Of A Virtual Machine At The Provided Timestamp
          Optional Parameter: $expand Retrieve The Monitor S Evidence And Configuration'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: workload-monitor-subscriptions-rest
    port: 8080
    description: REST adapter for Microsoft Azure Workload Monitor API — Subscriptions. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourcecollectionname}/{resourcename}/providers/microsoft-workloadmonitor/monitors
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-provider
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-provider.
      operations:
      - method: GET
        name: microsoftazurehealthmonitorslist
        description: 'Microsoft Azure Get The Current Health Status Of All Monitors Of A Virtual Machine Optional Parameters:
          $expand Retrieve The Monitor S Evidence And Configuration And $filter Filter By Monitor Name'
        call: workload-monitor-subscriptions.microsoftazurehealthmonitorslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourcecollectionname}/{resourcename}/providers/microsoft-workloadmonitor/monitors/{monitorid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-provider
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-provider.
      operations:
      - method: GET
        name: microsoftazurehealthmonitorsget
        description: 'Microsoft Azure Get The Current Health Status Of A Monitor Of A Virtual Machine Optional Parameter:
          $expand Retrieve The Monitor S Evidence And Configuration'
        call: workload-monitor-subscriptions.microsoftazurehealthmonitorsget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourcecollectionname}/{resourcename}/providers/microsoft-workloadmonitor/monitors/{monitorid}/history
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-provider
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-provider.
      operations:
      - method: GET
        name: microsoftazurehealthmonitorsliststatechanges
        description: 'Microsoft Azure Get The Health State Changes Of A Monitor Of A Virtual Machine Within The Provided Time
          Window Default Is The Last 24 Hours  Optional Parameters: $expand Retrieve The Monitor S Evidence And Configuration
          And $filter Filter B'
        call: workload-monitor-subscriptions.microsoftazurehealthmonitorsliststatechanges
        with:
          startTimestampUtc: rest.startTimestampUtc
          endTimestampUtc: rest.endTimestampUtc
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourcecollectionname}/{resourcename}/providers/microsoft-workloadmonitor/monitors/{monitorid}/history/{timestampunix}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-provider
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-provider.
      operations:
      - method: GET
        name: microsoftazurehealthmonitorsgetstatechange
        description: 'Microsoft Azure Get The Health State Change Of A Monitor Of A Virtual Machine At The Provided Timestamp
          Optional Parameter: $expand Retrieve The Monitor S Evidence And Configuration'
        call: workload-monitor-subscriptions.microsoftazurehealthmonitorsgetstatechange
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: workload-monitor-subscriptions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Workload Monitor API — Subscriptions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-current-health
      description: 'Microsoft Azure Get The Current Health Status Of All Monitors Of A Virtual Machine Optional Parameters:
        $expand Retrieve The Monitor S Evidence And Configuration And $filter Filter By Monitor Name'
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: workload-monitor-subscriptions.microsoftazurehealthmonitorslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-current-health-2
      description: 'Microsoft Azure Get The Current Health Status Of A Monitor Of A Virtual Machine Optional Parameter: $expand
        Retrieve The Monitor S Evidence And Configuration'
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: workload-monitor-subscriptions.microsoftazurehealthmonitorsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-health-state
      description: 'Microsoft Azure Get The Health State Changes Of A Monitor Of A Virtual Machine Within The Provided Time
        Window Default Is The Last 24 Hours  Optional Parameters: $expand Retrieve The Monitor S Evidence And Configuration
        And $filter Filter B'
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: workload-monitor-subscriptions.microsoftazurehealthmonitorsliststatechanges
      with:
        startTimestampUtc: tools.startTimestampUtc
        endTimestampUtc: tools.endTimestampUtc
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-health-state-2
      description: 'Microsoft Azure Get The Health State Change Of A Monitor Of A Virtual Machine At The Provided Timestamp
        Optional Parameter: $expand Retrieve The Monitor S Evidence And Configuration'
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: workload-monitor-subscriptions.microsoftazurehealthmonitorsgetstatechange
      outputParameters:
      - type: object
        mapping: $.