ApplicationInsightsManagementClient icon

ApplicationInsightsManagementClient

Azure Application Insights client for web test locations

COMMUNITYBEARER0 INSTALLS
OpenAPI Specificationv3.0
{
  "swagger": "2.0",
  "schemes": [
    "https"
  ],
  "host": "management.azure.com",
  "info": {
    "description": "Azure Application Insights client for web test locations.",
    "title": "ApplicationInsightsManagementClient",
    "version": "2015-05-01",
    "x-apisguru-categories": [
      "cloud"
    ],
    "x-logo": {
      "url": "https://api.apis.guru/v2/cache/logo/https_assets.onestore.ms_cdnfiles_onestorerolling-1606-01000_shell_v3_images_logo_microsoft.png"
    },
    "x-origin": [
      {
        "format": "swagger",
        "url": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/webTestLocations_API.json",
        "version": "2.0"
      }
    ],
    "x-providerName": "azure.com",
    "x-serviceName": "applicationinsights-webTestLocations_API",
    "x-tags": [
      "Azure",
      "Microsoft"
    ]
  },
  "consumes": [
    "application/json"
  ],
  "produces": [
    "application/json"
  ],
  "securityDefinitions": {
    "azure_auth": {
      "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
      "description": "Azure Active Directory OAuth2 Flow.",
      "flow": "implicit",
      "scopes": {
        "user_impersonation": "impersonate your user account"
      },
      "type": "oauth2"
    }
  },
  "security": [
    {
      "azure_auth": [
        "user_impersonation"
      ]
    }
  ],
  "parameters": {
    "ResourceNameParameter": {
      "description": "The name of the Application Insights component resource.",
      "in": "path",
      "name": "resourceName",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "method"
    }
  },
  "paths": {
    "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/syntheticmonitorlocations": {
      "get": {
        "description": "Gets a list of web test locations available to this Application Insights component.",
        "operationId": "webTestLocations_List",
        "parameters": [
          {
            "description": "The name of the resource group. The name is case insensitive.",
            "in": "path",
            "maxLength": 90,
            "minLength": 1,
            "name": "resourceGroupName",
            "pattern": "^[-\\w\\._\\(\\)]+$",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "The API version to use for this operation.",
            "in": "query",
            "minLength": 1,
            "name": "api-version",
            "required": true,
            "type": "string"
          },
          {
            "description": "The ID of the target subscription.",
            "in": "path",
            "minLength": 1,
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "$ref": "#/parameters/ResourceNameParameter"
          }
        ],
        "responses": {
          "200": {
            "description": "A list containing 0 or more web test location names available to the Application Insights component.",
            "schema": {
              "$ref": "#/definitions/ApplicationInsightsWebTestLocationsListResult"
            }
          }
        },
        "x-ms-examples": {
          "WebTestLocationsList": {
            "parameters": {
              "api-version": "2015-05-01",
              "resourceGroupName": "my-resource-group",
              "resourceName": "my-component",
              "subscriptionId": "subid"
            },
            "responses": {
              "200": {
                "body": [
                  {
                    "DisplayName": "US : IL-Chicago",
                    "Tag": "us-il-ch1-azr"
                  },
                  {
                    "DisplayName": "NL : Amsterdam",
                    "Tag": "emea-nl-ams-azr"
                  },
                  {
                    "DisplayName": "SG : Singapore",
                    "Tag": "apac-sg-sin-azr"
                  },
                  {
                    "DisplayName": "US : CA-San Jose",
                    "Tag": "us-ca-sjc-azr"
                  },
                  {
                    "DisplayName": "US : TX-San Antonio",
                    "Tag": "us-tx-sn1-azr"
                  },
                  {
                    "DisplayName": "US : VA-Ashburn",
                    "Tag": "us-va-ash-azr"
                  },
                  {
                    "DisplayName": "HK : Hong Kong",
                    "Tag": "apac-hk-hkn-azr"
                  },
                  {
                    "DisplayName": "IE : Dublin",
                    "Tag": "emea-gb-db3-azr"
                  },
                  {
                    "DisplayName": "JP : Kawaguchi",
                    "Tag": "apac-jp-kaw-edge"
                  },
                  {
                    "DisplayName": "AU : Sydney",
                    "Tag": "emea-au-syd-edge"
                  },
                  {
                    "DisplayName": "CH : Zurich",
                    "Tag": "emea-ch-zrh-edge"
                  },
                  {
                    "DisplayName": "FR : Paris",
                    "Tag": "emea-fr-pra-edge"
                  },
                  {
                    "DisplayName": "RU : Moscow",
                    "Tag": "emea-ru-msa-edge"
                  },
                  {
                    "DisplayName": "SE : Stockholm",
                    "Tag": "emea-se-sto-edge"
                  },
                  {
                    "DisplayName": "BR : Sao Paulo",
                    "Tag": "latam-br-gru-edge"
                  },
                  {
                    "DisplayName": "US : FL-Miami",
                    "Tag": "us-fl-mia-edge"
                  }
                ]
              }
            }
          }
        },
        "x-ms-pageable": {
          "nextLinkName": null
        }
      }
    }
  },
  "definitions": {
    "ApplicationInsightsComponentWebTestLocation": {
      "description": "Properties that define a web test location available to an Application Insights Component.",
      "properties": {
        "DisplayName": {
          "description": "The display name of the web test location.",
          "readOnly": true,
          "type": "string"
        },
        "Tag": {
          "description": "Internally defined geographic location tag.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "ApplicationInsightsWebTestLocationsListResult": {
      "description": "Describes the list of web test locations available to an Application Insights Component.",
      "properties": {
        "value": {
          "description": "List of web test locations.",
          "items": {
            "$ref": "#/definitions/ApplicationInsightsComponentWebTestLocation"
          },
          "type": "array"
        }
      },
      "required": [
        "value"
      ]
    }
  }
}