Microsoft Azure · Capability

Microsoft Azure NetworkExperiments — Reports

Microsoft Azure NetworkExperiments — Reports. 2 operations. Lead operation: Microsoft Azure Gets A Latency Scorecard For A Given Experiment. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReports

What You Can Do

GET
Microsoftazurereportsgetlatencyscorecards — Microsoft Azure Gets A Latency Scorecard For A Given Experiment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/networkexperimentprofiles/{profilename}/experiments/{experimentname}/latencyscorecard
GET
Microsoftazurereportsgettimeseries — Microsoft Azure Gets A Timeseries For A Given Experiment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/networkexperimentprofiles/{profilename}/experiments/{experimentname}/timeseries

MCP Tools

microsoft-azure-gets-latency-scorecard

Microsoft Azure Gets A Latency Scorecard For A Given Experiment

read-only idempotent
microsoft-azure-gets-timeseries-given

Microsoft Azure Gets A Timeseries For A Given Experiment

read-only idempotent

Capability Spec

networkexperiments-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure NetworkExperiments — Reports
  description: 'Microsoft Azure NetworkExperiments — Reports. 2 operations. Lead operation: Microsoft Azure Gets A Latency
    Scorecard For A Given Experiment. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Reports
  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: networkexperiments-reports
    baseUri: https://management.azure.com
    description: Microsoft Azure NetworkExperiments — Reports business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/LatencyScorecard
      operations:
      - name: microsoftazurereportsgetlatencyscorecards
        method: GET
        description: Microsoft Azure Gets A Latency Scorecard For A Given Experiment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: endDateTimeUTC
          in: query
          type: string
          description: The end DateTime of the Latency Scorecard in UTC
        - name: country
          in: query
          type: string
          description: The country associated with the Latency Scorecard. Values are country ISO codes as specified here-
            https://www.iso.org/iso-3166-country-codes.html
        - name: aggregationInterval
          in: query
          type: string
          description: The aggregation interval of the Latency Scorecard
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/Timeseries
      operations:
      - name: microsoftazurereportsgettimeseries
        method: GET
        description: Microsoft Azure Gets A Timeseries For A Given Experiment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startDateTimeUTC
          in: query
          type: string
          description: The start DateTime of the Timeseries in UTC
          required: true
        - name: endDateTimeUTC
          in: query
          type: string
          description: The end DateTime of the Timeseries in UTC
          required: true
        - name: aggregationInterval
          in: query
          type: string
          description: The aggregation interval of the Timeseries
          required: true
        - name: timeseriesType
          in: query
          type: string
          description: The type of Timeseries
          required: true
        - name: endpoint
          in: query
          type: string
          description: The specific endpoint
        - name: country
          in: query
          type: string
          description: The country associated with the Timeseries. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html
  exposes:
  - type: rest
    namespace: networkexperiments-reports-rest
    port: 8080
    description: REST adapter for Microsoft Azure NetworkExperiments — Reports. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/networkexperimentprofiles/{profilename}/experiments/{experimentname}/latencyscorecard
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereportsgetlatencyscorecards
        description: Microsoft Azure Gets A Latency Scorecard For A Given Experiment
        call: networkexperiments-reports.microsoftazurereportsgetlatencyscorecards
        with:
          endDateTimeUTC: rest.endDateTimeUTC
          country: rest.country
          aggregationInterval: rest.aggregationInterval
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/networkexperimentprofiles/{profilename}/experiments/{experimentname}/timeseries
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereportsgettimeseries
        description: Microsoft Azure Gets A Timeseries For A Given Experiment
        call: networkexperiments-reports.microsoftazurereportsgettimeseries
        with:
          startDateTimeUTC: rest.startDateTimeUTC
          endDateTimeUTC: rest.endDateTimeUTC
          aggregationInterval: rest.aggregationInterval
          timeseriesType: rest.timeseriesType
          endpoint: rest.endpoint
          country: rest.country
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: networkexperiments-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure NetworkExperiments — Reports. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-latency-scorecard
      description: Microsoft Azure Gets A Latency Scorecard For A Given Experiment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networkexperiments-reports.microsoftazurereportsgetlatencyscorecards
      with:
        endDateTimeUTC: tools.endDateTimeUTC
        country: tools.country
        aggregationInterval: tools.aggregationInterval
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-timeseries-given
      description: Microsoft Azure Gets A Timeseries For A Given Experiment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networkexperiments-reports.microsoftazurereportsgettimeseries
      with:
        startDateTimeUTC: tools.startDateTimeUTC
        endDateTimeUTC: tools.endDateTimeUTC
        aggregationInterval: tools.aggregationInterval
        timeseriesType: tools.timeseriesType
        endpoint: tools.endpoint
        country: tools.country
      outputParameters:
      - type: object
        mapping: $.