Microsoft Azure · Capability

Microsoft Azure Metrics Advisor — IngestionStatus

Microsoft Azure Metrics Advisor — IngestionStatus. 3 operations. Lead operation: Microsoft Azure Get Data Last Success Ingestion Job Timestamp By Data Feed. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureIngestionStatus

What You Can Do

GET
Microsoftazuregetingestionprogress — Microsoft Azure Get Data Last Success Ingestion Job Timestamp By Data Feed
/v1/datafeeds/{datafeedid}/ingestionprogress
POST
Microsoftazureresetdatafeedingestionstatus — Microsoft Azure Reset Data Ingestion Status By Data Feed To Backfill Data
/v1/datafeeds/{datafeedid}/ingestionprogress/reset
POST
Microsoftazuregetdatafeedingestionstatus — Microsoft Azure Get Data Ingestion Status By Data Feed
/v1/datafeeds/{datafeedid}/ingestionstatus/query

MCP Tools

microsoft-azure-get-data-last

Microsoft Azure Get Data Last Success Ingestion Job Timestamp By Data Feed

read-only idempotent
microsoft-azure-reset-data-ingestion

Microsoft Azure Reset Data Ingestion Status By Data Feed To Backfill Data

microsoft-azure-get-data-ingestion

Microsoft Azure Get Data Ingestion Status By Data Feed

read-only

Capability Spec

metrics-advisor-ingestionstatus.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Metrics Advisor — IngestionStatus
  description: 'Microsoft Azure Metrics Advisor — IngestionStatus. 3 operations. Lead operation: Microsoft Azure Get Data
    Last Success Ingestion Job Timestamp By Data Feed. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - IngestionStatus
  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: metrics-advisor-ingestionstatus
    baseUri: ''
    description: Microsoft Azure Metrics Advisor — IngestionStatus business capability. Self-contained, no shared references.
    resources:
    - name: dataFeeds-dataFeedId-ingestionProgress
      path: /dataFeeds/{dataFeedId}/ingestionProgress
      operations:
      - name: microsoftazuregetingestionprogress
        method: GET
        description: Microsoft Azure Get Data Last Success Ingestion Job Timestamp By Data Feed
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataFeedId
          in: path
          type: string
          description: The data feed unique id
          required: true
    - name: dataFeeds-dataFeedId-ingestionProgress-reset
      path: /dataFeeds/{dataFeedId}/ingestionProgress/reset
      operations:
      - name: microsoftazureresetdatafeedingestionstatus
        method: POST
        description: Microsoft Azure Reset Data Ingestion Status By Data Feed To Backfill Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataFeedId
          in: path
          type: string
          description: The data feed unique id
          required: true
        - name: body
          in: body
          type: string
          description: The backfill time range
          required: true
    - name: dataFeeds-dataFeedId-ingestionStatus-query
      path: /dataFeeds/{dataFeedId}/ingestionStatus/query
      operations:
      - name: microsoftazuregetdatafeedingestionstatus
        method: POST
        description: Microsoft Azure Get Data Ingestion Status By Data Feed
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataFeedId
          in: path
          type: string
          description: The data feed unique id
          required: true
        - name: $skip
          in: query
          type: integer
          description: for paging, skipped number
        - name: $maxpagesize
          in: query
          type: integer
          description: the maximum number of items in one page
        - name: body
          in: body
          type: string
          description: The query time range
          required: true
  exposes:
  - type: rest
    namespace: metrics-advisor-ingestionstatus-rest
    port: 8080
    description: REST adapter for Microsoft Azure Metrics Advisor — IngestionStatus. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/datafeeds/{datafeedid}/ingestionprogress
      name: datafeeds-datafeedid-ingestionprogress
      description: REST surface for dataFeeds-dataFeedId-ingestionProgress.
      operations:
      - method: GET
        name: microsoftazuregetingestionprogress
        description: Microsoft Azure Get Data Last Success Ingestion Job Timestamp By Data Feed
        call: metrics-advisor-ingestionstatus.microsoftazuregetingestionprogress
        with:
          dataFeedId: rest.dataFeedId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/datafeeds/{datafeedid}/ingestionprogress/reset
      name: datafeeds-datafeedid-ingestionprogress-reset
      description: REST surface for dataFeeds-dataFeedId-ingestionProgress-reset.
      operations:
      - method: POST
        name: microsoftazureresetdatafeedingestionstatus
        description: Microsoft Azure Reset Data Ingestion Status By Data Feed To Backfill Data
        call: metrics-advisor-ingestionstatus.microsoftazureresetdatafeedingestionstatus
        with:
          dataFeedId: rest.dataFeedId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/datafeeds/{datafeedid}/ingestionstatus/query
      name: datafeeds-datafeedid-ingestionstatus-query
      description: REST surface for dataFeeds-dataFeedId-ingestionStatus-query.
      operations:
      - method: POST
        name: microsoftazuregetdatafeedingestionstatus
        description: Microsoft Azure Get Data Ingestion Status By Data Feed
        call: metrics-advisor-ingestionstatus.microsoftazuregetdatafeedingestionstatus
        with:
          dataFeedId: rest.dataFeedId
          $skip: rest.$skip
          $maxpagesize: rest.$maxpagesize
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: metrics-advisor-ingestionstatus-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Metrics Advisor — IngestionStatus. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-data-last
      description: Microsoft Azure Get Data Last Success Ingestion Job Timestamp By Data Feed
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: metrics-advisor-ingestionstatus.microsoftazuregetingestionprogress
      with:
        dataFeedId: tools.dataFeedId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-reset-data-ingestion
      description: Microsoft Azure Reset Data Ingestion Status By Data Feed To Backfill Data
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: metrics-advisor-ingestionstatus.microsoftazureresetdatafeedingestionstatus
      with:
        dataFeedId: tools.dataFeedId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-data-ingestion
      description: Microsoft Azure Get Data Ingestion Status By Data Feed
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: metrics-advisor-ingestionstatus.microsoftazuregetdatafeedingestionstatus
      with:
        dataFeedId: tools.dataFeedId
        $skip: tools.$skip
        $maxpagesize: tools.$maxpagesize
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.