npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@datafire/azure_frontdoor_networkexperiment

v3.0.0

Published

DataFire integration for NetworkExperiments

Readme

@datafire/azure_frontdoor_networkexperiment

Client library for NetworkExperiments

Installation and Usage

npm install --save @datafire/azure_frontdoor_networkexperiment
let azure_frontdoor_networkexperiment = require('@datafire/azure_frontdoor_networkexperiment').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

.then(data => {
  console.log(data);
});

Description

These are the Network Experiment APIs.

Actions

NetworkExperimentProfiles_List

Gets a list of Network Experiment Profiles under a subscription

azure_frontdoor_networkexperiment.NetworkExperimentProfiles_List({
  "subscriptionId": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API version.

Output

NetworkExperimentProfiles_ListByResourceGroup

Gets a list of Network Experiment Profiles within a resource group under a subscription

azure_frontdoor_networkexperiment.NetworkExperimentProfiles_ListByResourceGroup({
  "subscriptionId": "",
  "api-version": "",
  "resourceGroupName": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API version.
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.

Output

NetworkExperimentProfiles_Delete

Deletes an NetworkExperiment Profile by ProfileName

azure_frontdoor_networkexperiment.NetworkExperimentProfiles_Delete({
  "subscriptionId": "",
  "api-version": "",
  "resourceGroupName": "",
  "profileName": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API version.
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • profileName required string: The Profile identifier associated with the Tenant and Partner

Output

Output schema unknown

NetworkExperimentProfiles_Get

Gets an NetworkExperiment Profile by ProfileName

azure_frontdoor_networkexperiment.NetworkExperimentProfiles_Get({
  "subscriptionId": "",
  "api-version": "",
  "resourceGroupName": "",
  "profileName": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API version.
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • profileName required string: The Profile identifier associated with the Tenant and Partner

Output

NetworkExperimentProfiles_Update

Updates an NetworkExperimentProfiles

azure_frontdoor_networkexperiment.NetworkExperimentProfiles_Update({
  "subscriptionId": "",
  "api-version": "",
  "resourceGroupName": "",
  "profileName": "",
  "parameters": {}
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API version.
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • profileName required string: The Profile identifier associated with the Tenant and Partner
    • parameters required ProfileUpdateModel

Output

NetworkExperimentProfiles_CreateOrUpdate

Creates an NetworkExperiment Profile

azure_frontdoor_networkexperiment.NetworkExperimentProfiles_CreateOrUpdate({
  "profileName": "",
  "subscriptionId": "",
  "api-version": "",
  "resourceGroupName": "",
  "parameters": null
}, context)

Input

  • input object
    • profileName required string: The Profile identifier associated with the Tenant and Partner
    • subscriptionId required string: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API version.
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • parameters required Profile

Output

Experiments_ListByProfile

Gets a list of Experiments

azure_frontdoor_networkexperiment.Experiments_ListByProfile({
  "subscriptionId": "",
  "api-version": "",
  "resourceGroupName": "",
  "profileName": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API version.
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • profileName required string: The Profile identifier associated with the Tenant and Partner

Output

Experiments_Delete

Deletes an Experiment

azure_frontdoor_networkexperiment.Experiments_Delete({
  "subscriptionId": "",
  "api-version": "",
  "resourceGroupName": "",
  "profileName": "",
  "experimentName": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API version.
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • profileName required string: The Profile identifier associated with the Tenant and Partner
    • experimentName required string: The Experiment identifier associated with the Experiment

Output

Output schema unknown

Experiments_Get

Gets an Experiment by ExperimentName

azure_frontdoor_networkexperiment.Experiments_Get({
  "subscriptionId": "",
  "api-version": "",
  "resourceGroupName": "",
  "profileName": "",
  "experimentName": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API version.
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • profileName required string: The Profile identifier associated with the Tenant and Partner
    • experimentName required string: The Experiment identifier associated with the Experiment

Output

Experiments_Update

Updates an Experiment

azure_frontdoor_networkexperiment.Experiments_Update({
  "subscriptionId": "",
  "api-version": "",
  "resourceGroupName": "",
  "profileName": "",
  "experimentName": "",
  "parameters": {}
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API version.
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • profileName required string: The Profile identifier associated with the Tenant and Partner
    • experimentName required string: The Experiment identifier associated with the Experiment
    • parameters required ExperimentUpdateModel

Output

Experiments_CreateOrUpdate

Creates or updates an Experiment

azure_frontdoor_networkexperiment.Experiments_CreateOrUpdate({
  "subscriptionId": "",
  "api-version": "",
  "resourceGroupName": "",
  "profileName": "",
  "experimentName": "",
  "parameters": null
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API version.
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • profileName required string: The Profile identifier associated with the Tenant and Partner
    • experimentName required string: The Experiment identifier associated with the Experiment
    • parameters required Experiment

Output

Reports_GetLatencyScorecards

Gets a Latency Scorecard for a given Experiment

azure_frontdoor_networkexperiment.Reports_GetLatencyScorecards({
  "subscriptionId": "",
  "api-version": "",
  "resourceGroupName": "",
  "profileName": "",
  "experimentName": "",
  "aggregationInterval": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API version.
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • profileName required string: The Profile identifier associated with the Tenant and Partner
    • experimentName required string: The Experiment identifier associated with the Experiment
    • endDateTimeUTC string: The end DateTime of the Latency Scorecard in UTC
    • country string: The country associated with the Latency Scorecard. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html
    • aggregationInterval required string (values: Daily, Weekly, Monthly): The aggregation interval of the Latency Scorecard

Output

Reports_GetTimeseries

Gets a Timeseries for a given Experiment

azure_frontdoor_networkexperiment.Reports_GetTimeseries({
  "subscriptionId": "",
  "api-version": "",
  "resourceGroupName": "",
  "profileName": "",
  "experimentName": "",
  "startDateTimeUTC": "",
  "endDateTimeUTC": "",
  "aggregationInterval": "",
  "timeseriesType": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API version.
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • profileName required string: The Profile identifier associated with the Tenant and Partner
    • experimentName required string: The Experiment identifier associated with the Experiment
    • startDateTimeUTC required string: The start DateTime of the Timeseries in UTC
    • endDateTimeUTC required string: The end DateTime of the Timeseries in UTC
    • aggregationInterval required string (values: Hourly, Daily): The aggregation interval of the Timeseries
    • timeseriesType required string (values: MeasurementCounts, LatencyP50, LatencyP75, LatencyP95): The type of Timeseries
    • endpoint string: The specific endpoint
    • country string: The country associated with the Timeseries. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html

Output

PreconfiguredEndpoints_List

Gets a list of Preconfigured Endpoints

azure_frontdoor_networkexperiment.PreconfiguredEndpoints_List({
  "subscriptionId": "",
  "api-version": "",
  "resourceGroupName": "",
  "profileName": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API version.
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • profileName required string: The Profile identifier associated with the Tenant and Partner

Output

Definitions

Endpoint

  • Endpoint object: Defines the endpoint properties
    • endpoint string: The endpoint URL
    • name string: The name of the endpoint

ErrorResponse

  • ErrorResponse object: Error response indicates Front Door service is not able to process the incoming request. The reason is provided in the error message.
    • code string: Error code.
    • message string: Error message indicating why the operation failed.

Experiment

  • Experiment object: Defines the properties of an Experiment
    • name string: The name of the Experiment
    • properties ExperimentProperties
    • id string: Resource ID.
    • location string: Resource location.
    • name string: Resource name.
    • tags object: Resource tags.
    • type string: Resource type.

ExperimentList

  • ExperimentList object: Defines a list of Experiments. It contains a list of Experiment objects and a URL link to get the next set of results.
    • nextLink string: URL to get the next set of Experiment objects if there are any.
    • value array: List of Experiments within a resource group.

ExperimentProperties

  • ExperimentProperties object: Defines the properties of an experiment
    • description string: The description of the details or intents of the Experiment
    • enabledState string (values: Enabled, Disabled): The state of the Experiment
    • endpointA Endpoint
    • endpointB Endpoint
    • resourceState NetworkExperimentResourceState
    • scriptFileUri string: The uri to the Script used in the Experiment
    • status string: The description of Experiment status from the server side

ExperimentUpdateModel

  • ExperimentUpdateModel object: Defines modifiable attributes of an Experiment

ExperimentUpdateProperties

  • ExperimentUpdateProperties object: Defines the properties of an experiment
    • description string: The description of the intent or details of the Experiment
    • enabledState string (values: Enabled, Disabled): The state of the Experiment

LatencyMetric

  • LatencyMetric object: Defines the properties of a latency metric used in the latency scorecard
    • aCLower95CI number: The lower end of the 95% confidence interval for endpoint A
    • aHUpper95CI number: The upper end of the 95% confidence interval for endpoint A
    • aValue number: The metric value of the A endpoint
    • bCLower95CI number: The lower end of the 95% confidence interval for endpoint B
    • bUpper95CI number: The upper end of the 95% confidence interval for endpoint B
    • bValue number: The metric value of the B endpoint
    • delta number: The difference in value between endpoint A and B
    • deltaPercent number: The percent difference between endpoint A and B
    • endDateTimeUTC string: The end time of the Latency Scorecard in UTC
    • name string: The name of the Latency Metric

LatencyScorecard

  • LatencyScorecard object: Defines the LatencyScorecard
    • properties LatencyScorecardProperties
    • id string: Resource ID.
    • location string: Resource location.
    • name string: Resource name.
    • tags object: Resource tags.
    • type string: Resource type.

LatencyScorecardProperties

  • LatencyScorecardProperties object: Defines a the properties of a Latency Scorecard
    • country string: The country associated with the Latency Scorecard. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html
    • description string: The description of the Latency Scorecard
    • endDateTimeUTC string: The end time of the Latency Scorecard in UTC
    • endpointA string: The A endpoint in the scorecard
    • endpointB string: The B endpoint in the scorecard
    • id string: The unique identifier of the Latency Scorecard
    • latencyMetrics array: The latency metrics of the Latency Scorecard
    • name string: The name of the Latency Scorecard
    • startDateTimeUTC string: The start time of the Latency Scorecard in UTC

NetworkExperimentResourceState

  • NetworkExperimentResourceState string (values: Creating, Enabling, Enabled, Disabling, Disabled, Deleting): Defines the server side resource status

PreconfiguredEndpoint

  • PreconfiguredEndpoint object: Defines the properties of a preconfigured endpoint
    • name string: The name of the endpoint
    • properties PreconfiguredEndpointProperties
    • id string: Resource ID.
    • location string: Resource location.
    • name string: Resource name.
    • tags object: Resource tags.
    • type string: Resource type.

PreconfiguredEndpointList

  • PreconfiguredEndpointList object: Defines a list of preconfigured endpoints.
    • nextLink string: URL to get the next set of PreconfiguredEndpoints if there are any.
    • value array: List of PreconfiguredEndpoints supported by NetworkExperiment.

PreconfiguredEndpointProperties

  • PreconfiguredEndpointProperties object: Defines the properties of a preconfigured endpoint
    • backend string: The preconfigured endpoint backend
    • description string: The description of the endpoint
    • endpoint string: The endpoint that is preconfigured
    • endpointType string (values: AFD, AzureRegion, CDN, ATM): The type of endpoint

Profile

  • Profile object: Defines an Network Experiment Profile and lists of Experiments
    • etag string: Gets a unique read-only string that changes whenever the resource is updated.
    • name string: The name of the Profile
    • properties ProfileProperties
    • id string: Resource ID.
    • location string: Resource location.
    • name string: Resource name.
    • tags object: Resource tags.
    • type string: Resource type.

ProfileList

  • ProfileList object: Defines a list of Profiles. It contains a list of Profile objects and a URL link to get the next set of results.
    • nextLink string: URL to get the next set of Profile objects if there are any.
    • value array: List of Profiles within a resource group.

ProfileProperties

  • ProfileProperties object: Defines the properties of an experiment

ProfileUpdateModel

  • ProfileUpdateModel object: Defines modifiable attributes of a Profile

ProfileUpdateProperties

  • ProfileUpdateProperties object: Defines the properties of an experiment
    • enabledState string (values: Enabled, Disabled): The enabled state of the Profile

Timeseries

  • Timeseries object: Defines the Timeseries
    • properties TimeseriesProperties
    • id string: Resource ID.
    • location string: Resource location.
    • name string: Resource name.
    • tags object: Resource tags.
    • type string: Resource type.

TimeseriesDataPoint

  • TimeseriesDataPoint object: Defines a timeseries datapoint used in a timeseries
    • dateTimeUTC string: The DateTime of the Timeseries data point in UTC
    • value number: The Value of the Timeseries data point

TimeseriesProperties

  • TimeseriesProperties object: Defines the properties of a timeseries
    • aggregationInterval string (values: Hourly, Daily): The aggregation interval of the Timeseries
    • country string: The country associated with the Timeseries. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html
    • endDateTimeUTC string: The end DateTime of the Timeseries in UTC
    • endpoint string: The endpoint associated with the Timeseries data point
    • startDateTimeUTC string: The start DateTime of the Timeseries in UTC
    • timeseriesData array: The set of data points for the timeseries
    • timeseriesType string (values: MeasurementCounts, LatencyP50, LatencyP75, LatencyP95): The type of Timeseries