Microsoft Azure · Capability

Microsoft Azure Purview Distribution Service REST API Document — PolicyEvents

Microsoft Azure Purview Distribution Service REST API Document — PolicyEvents. 1 operations. Lead operation: Microsoft Azure Get Policy Events. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePolicyEvents

What You Can Do

GET
Microsoftazurepolicyeventslist — Microsoft Azure Get Policy Events
/v1/policy-events

MCP Tools

microsoft-azure-get-policy-events

Microsoft Azure Get Policy Events

read-only idempotent

Capability Spec

purview-distribution-service-rest-api-document-policyevents.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Purview Distribution Service REST API Document — PolicyEvents
  description: 'Microsoft Azure Purview Distribution Service REST API Document — PolicyEvents. 1 operations. Lead operation:
    Microsoft Azure Get Policy Events. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - PolicyEvents
  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: purview-distribution-service-rest-api-document-policyevents
    baseUri: ''
    description: Microsoft Azure Purview Distribution Service REST API Document — PolicyEvents business capability. Self-contained,
      no shared references.
    resources:
    - name: policy-events
      path: /policy-events
      operations:
      - name: microsoftazurepolicyeventslist
        method: GET
        description: Microsoft Azure Get Policy Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: scope
          in: query
          type: string
          description: Id for any resource managed by Purview.
          required: true
        - name: syncToken
          in: query
          type: string
          description: This sync token represents the latest checkpoint for policies. Client need to pass this value while
            fetching subsequent delta changes.
          required: true
  exposes:
  - type: rest
    namespace: purview-distribution-service-rest-api-document-policyevents-rest
    port: 8080
    description: REST adapter for Microsoft Azure Purview Distribution Service REST API Document — PolicyEvents. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/policy-events
      name: policy-events
      description: REST surface for policy-events.
      operations:
      - method: GET
        name: microsoftazurepolicyeventslist
        description: Microsoft Azure Get Policy Events
        call: purview-distribution-service-rest-api-document-policyevents.microsoftazurepolicyeventslist
        with:
          scope: rest.scope
          syncToken: rest.syncToken
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: purview-distribution-service-rest-api-document-policyevents-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Purview Distribution Service REST API Document — PolicyEvents. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-policy-events
      description: Microsoft Azure Get Policy Events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-distribution-service-rest-api-document-policyevents.microsoftazurepolicyeventslist
      with:
        scope: tools.scope
        syncToken: tools.syncToken
      outputParameters:
      - type: object
        mapping: $.