swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector Network Settings API schemes: - https tags: - name: Network Settings paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/networkConnections/{networkConnectionName}/runHealthChecks : post: tags: - Network Settings description: Triggers a new health check run. The execution and health check result can be tracked via the network Connection health check details parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: commonDefinitions.json#/parameters/SubscriptionIdParameter - $ref: commonDefinitions.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/NetworkConnectionName' operationId: microsoftAzureNetworkconnectionsRunhealthchecks responses: '200': description: OK. Successfully initiated health check. default: description: Error response describing why the operation failed. schema: $ref: commonDefinitions.json#/definitions/CloudError x-ms-examples: NetworkConnections_RunHealthChecks: $ref: ./examples/NetworkConnections_RunHealthChecks.json summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devcenter Networkconnections Networkconnectionname Runhealthchecks parameters: NetworkConnectionName: name: networkConnectionName in: path required: true type: string description: Name of the Network Connection that can be applied to a Pool. x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'