{"files":{"SKILL.md":"---\nname: networkexperiments\ndescription: \"NetworkExperiments API skill. Use when working with NetworkExperiments for subscriptions. Covers 14 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# NetworkExperiments\nAPI version: 2019-11-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles -- gets a list of network experiment profiles under a subscription\n3. Explore available endpoints below\n\n## Endpoints\n14 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles | Gets a list of Network Experiment Profiles under a subscription |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles | Gets a list of Network Experiment Profiles within a resource group under a subscription |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName} | Gets an NetworkExperiment Profile by ProfileName |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName} | Creates an NetworkExperiment Profile |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName} | Updates an NetworkExperimentProfiles by NetworkExperimentProfile name |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName} | Deletes an NetworkExperiment Profile by ProfileName |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/PreconfiguredEndpoints | Gets a list of Preconfigured Endpoints |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments | Gets a list of Experiments |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName} | Gets an Experiment by ExperimentName |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName} | Creates or updates an Experiment |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName} | Updates an Experiment by Experiment id |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName} | Deletes an Experiment |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/LatencyScorecard | Gets a Latency Scorecard for a given Experiment |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/Timeseries | Gets a Timeseries for a given Experiment |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all NetworkExperimentProfiles?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles\n- \"Get NetworkExperimentProfile details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}\n- \"Update a NetworkExperimentProfile?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}\n- \"Partially update a NetworkExperimentProfile?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}\n- \"Delete a NetworkExperimentProfile?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}\n- \"List all PreconfiguredEndpoints?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/PreconfiguredEndpoints\n- \"List all Experiments?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments\n- \"Get Experiment details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}\n- \"Update a Experiment?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}\n- \"Partially update a Experiment?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}\n- \"Delete a Experiment?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}\n- \"List all LatencyScorecard?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/LatencyScorecard\n- \"List all Timeseries?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/Timeseries\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api NetworkExperiments\n@base https://management.azure.com\n@version 2019-11-01\n@auth OAuth2\n@endpoints 14\n@toc subscriptions(14)\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles\n@desc Gets a list of Network Experiment Profiles under a subscription\n@returns(200) successful operation\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles\n@desc Gets a list of Network Experiment Profiles within a resource group under a subscription\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription.}\n@returns(200) successful operation\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}\n@desc Gets an NetworkExperiment Profile by ProfileName\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription., profileName: any # The Profile identifier associated with the Tenant and Partner}\n@returns(200) successful operation\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}\n@desc Creates an NetworkExperiment Profile\n@required {profileName: any # The Profile identifier associated with the Tenant and Partner, resourceGroupName: any # Name of the Resource group within the Azure subscription., parameters: any # An Network Experiment Profile}\n@returns(200) OK. The request has succeeded.\n@returns(201) Created. The request has been fulfilled and a new protection policy has been created.\n@returns(202) Accepted. The request has been accepted for processing and the operation will complete asynchronously.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}\n@desc Updates an NetworkExperimentProfiles by NetworkExperimentProfile name\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription., profileName: any # The Profile identifier associated with the Tenant and Partner, parameters: map # The Profile Update Model}\n@returns(200) OK. successful operation\n@returns(202) Accepted. The request has been accepted for processing and the operation will complete asynchronously.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}\n@desc Deletes an NetworkExperiment Profile by ProfileName\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription., profileName: any # The Profile identifier associated with the Tenant and Partner}\n@returns(200) Delete successful.\n@returns(202) Accepted. The request has been accepted for processing and the operation will complete asynchronously.\n@returns(204) No Content. The request has been accepted but the profile was not found.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/PreconfiguredEndpoints\n@desc Gets a list of Preconfigured Endpoints\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription., profileName: any # The Profile identifier associated with the Tenant and Partner}\n@returns(200) OK. The request has succeeded.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments\n@desc Gets a list of Experiments\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription., profileName: any # The Profile identifier associated with the Tenant and Partner}\n@returns(200) successful operation\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}\n@desc Gets an Experiment by ExperimentName\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription., profileName: any # The Profile identifier associated with the Tenant and Partner, experimentName: any # The Experiment identifier associated with the Experiment}\n@returns(200) successful operation\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}\n@desc Creates or updates an Experiment\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription., profileName: any # The Profile identifier associated with the Tenant and Partner, experimentName: any # The Experiment identifier associated with the Experiment, parameters: any # The Experiment resource}\n@returns(200) OK. The request has succeeded.\n@returns(201) Created. The request has been fulfilled and a new experiment has been created.\n@returns(202) Accepted. The request has been accepted for processing and the operation will complete asynchronously.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}\n@desc Updates an Experiment by Experiment id\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription., profileName: any # The Profile identifier associated with the Tenant and Partner, experimentName: any # The Experiment identifier associated with the Experiment, parameters: map # The Experiment Update Model}\n@returns(200) OK. successful operation\n@returns(202) Accepted. The request has been accepted for processing and the operation will complete asynchronously.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}\n@desc Deletes an Experiment\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription., profileName: any # The Profile identifier associated with the Tenant and Partner, experimentName: any # The Experiment identifier associated with the Experiment}\n@returns(200) Delete successful.\n@returns(202) Accepted. The request has been accepted for processing and the operation will complete asynchronously.\n@returns(204) No Content. The request has been accepted but the policy was not found.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/LatencyScorecard\n@desc Gets a Latency Scorecard for a given Experiment\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription., profileName: any # The Profile identifier associated with the Tenant and Partner, experimentName: any # The Experiment identifier associated with the Experiment, aggregationInterval: any # The aggregation interval of the Latency Scorecard}\n@optional {endDateTimeUTC: any # The end DateTime of the Latency Scorecard in UTC, country: any # The country associated with the Latency Scorecard. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html}\n@returns(200) successful operation\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/Timeseries\n@desc Gets a Timeseries for a given Experiment\n@required {resourceGroupName: any # Name of the Resource group within the Azure subscription., profileName: any # The Profile identifier associated with the Tenant and Partner, experimentName: any # The Experiment identifier associated with the Experiment, startDateTimeUTC: any # The start DateTime of the Timeseries in UTC, endDateTimeUTC: any # The end DateTime of the Timeseries in UTC, aggregationInterval: any # The aggregation interval of the Timeseries, timeseriesType: any # The type of Timeseries}\n@optional {endpoint: any # The specific endpoint, country: any # The country associated with the Timeseries. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html}\n@returns(200) successful operation\n\n@end\n"}}