Microsoft Azure · Capability

Microsoft Azure Azure Log Analytics - Operations Management — Solution

Microsoft Azure Azure Log Analytics - Operations Management — Solution. 6 operations. Lead operation: Microsoft Azure Retrieves The Solution List For The Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSolution

What You Can Do

GET
Microsoftazuresolutionslistbysubscription — Microsoft Azure Retrieves The Solution List For The Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-operationsmanagement/solutions
GET
Microsoftazuresolutionslistbyresourcegroup — Microsoft Azure Retrieves The Solution List For The Subscription
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationsmanagement/solutions
PUT
Microsoftazuresolutionscreateorupdate — Microsoft Azure Create Update Solution
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationsmanagement/solutions/{solutionname}
PATCH
Microsoftazuresolutionsupdate — Microsoft Azure Patch A Solution
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationsmanagement/solutions/{solutionname}
DELETE
Microsoftazuresolutionsdelete — Microsoft Azure Deletes The Solution
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationsmanagement/solutions/{solutionname}
GET
Microsoftazuresolutionsget — Microsoft Azure Retrieve Solution
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationsmanagement/solutions/{solutionname}

MCP Tools

microsoft-azure-retrieves-solution-list

Microsoft Azure Retrieves The Solution List For The Subscription

read-only idempotent
microsoft-azure-retrieves-solution-list-2

Microsoft Azure Retrieves The Solution List For The Subscription

read-only idempotent
microsoft-azure-create-update-solution

Microsoft Azure Create Update Solution

idempotent
microsoft-azure-patch-solution

Microsoft Azure Patch A Solution

idempotent
microsoft-azure-deletes-solution

Microsoft Azure Deletes The Solution

idempotent
microsoft-azure-retrieve-solution

Microsoft Azure Retrieve Solution

read-only idempotent

Capability Spec

azure-log-analytics-operations-management-solution.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Log Analytics - Operations Management — Solution
  description: 'Microsoft Azure Azure Log Analytics - Operations Management — Solution. 6 operations. Lead operation: Microsoft
    Azure Retrieves The Solution List For The Subscription. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - Solution
  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: azure-log-analytics-operations-management-solution
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Log Analytics - Operations Management — Solution business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.OperationsManagement-solutions
      path: /subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/solutions
      operations:
      - name: microsoftazuresolutionslistbysubscription
        method: GET
        description: Microsoft Azure Retrieves The Solution List For The Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions
      operations:
      - name: microsoftazuresolutionslistbyresourcegroup
        method: GET
        description: Microsoft Azure Retrieves The Solution List For The Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}
      operations:
      - name: microsoftazuresolutionscreateorupdate
        method: PUT
        description: Microsoft Azure Create Update Solution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The parameters required to create OMS Solution.
          required: true
      - name: microsoftazuresolutionsupdate
        method: PATCH
        description: Microsoft Azure Patch A Solution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The parameters required to patch a Solution.
          required: true
      - name: microsoftazuresolutionsdelete
        method: DELETE
        description: Microsoft Azure Deletes The Solution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuresolutionsget
        method: GET
        description: Microsoft Azure Retrieve Solution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-log-analytics-operations-management-solution-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Log Analytics - Operations Management — Solution. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-operationsmanagement/solutions
      name: subscriptions-subscriptionid-providers-microsoft-operationsmanagement-solutions
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.OperationsManagement-solutions.
      operations:
      - method: GET
        name: microsoftazuresolutionslistbysubscription
        description: Microsoft Azure Retrieves The Solution List For The Subscription
        call: azure-log-analytics-operations-management-solution.microsoftazuresolutionslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationsmanagement/solutions
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresolutionslistbyresourcegroup
        description: Microsoft Azure Retrieves The Solution List For The Subscription
        call: azure-log-analytics-operations-management-solution.microsoftazuresolutionslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationsmanagement/solutions/{solutionname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazuresolutionscreateorupdate
        description: Microsoft Azure Create Update Solution
        call: azure-log-analytics-operations-management-solution.microsoftazuresolutionscreateorupdate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuresolutionsupdate
        description: Microsoft Azure Patch A Solution
        call: azure-log-analytics-operations-management-solution.microsoftazuresolutionsupdate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuresolutionsdelete
        description: Microsoft Azure Deletes The Solution
        call: azure-log-analytics-operations-management-solution.microsoftazuresolutionsdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuresolutionsget
        description: Microsoft Azure Retrieve Solution
        call: azure-log-analytics-operations-management-solution.microsoftazuresolutionsget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-log-analytics-operations-management-solution-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Log Analytics - Operations Management — Solution. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-retrieves-solution-list
      description: Microsoft Azure Retrieves The Solution List For The Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-log-analytics-operations-management-solution.microsoftazuresolutionslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-retrieves-solution-list-2
      description: Microsoft Azure Retrieves The Solution List For The Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-log-analytics-operations-management-solution.microsoftazuresolutionslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-solution
      description: Microsoft Azure Create Update Solution
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-log-analytics-operations-management-solution.microsoftazuresolutionscreateorupdate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-solution
      description: Microsoft Azure Patch A Solution
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-log-analytics-operations-management-solution.microsoftazuresolutionsupdate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-solution
      description: Microsoft Azure Deletes The Solution
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-log-analytics-operations-management-solution.microsoftazuresolutionsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-retrieve-solution
      description: Microsoft Azure Retrieve Solution
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-log-analytics-operations-management-solution.microsoftazuresolutionsget
      outputParameters:
      - type: object
        mapping: $.