swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector NetworkManagerActiveConnectivityConfigurations API schemes: - https tags: - name: NetworkManagerActiveConnectivityConfigurations paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/listActiveConnectivityConfigurations : parameters: - $ref: ./network.json#/parameters/ApiVersionParameter - $ref: ./network.json#/parameters/SubscriptionIdParameter - $ref: '#/parameters/ResourceGroupNameParameter' - $ref: '#/parameters/NetworkManagerNameParameter' post: tags: - NetworkManagerActiveConnectivityConfigurations parameters: - name: parameters in: body required: true schema: $ref: '#/definitions/ActiveConfigurationParameter' description: Active Configuration Parameter. operationId: microsoftAzureListactiveconnectivityconfigurations description: Lists active connectivity configurations in a network manager. responses: '200': description: Post successful. The operation returns the specified Managed Network active connectivity configuration resource. schema: $ref: '#/definitions/ActiveConnectivityConfigurationsListResult' default: description: Error response describing why the operation failed. schema: $ref: ./network.json#/definitions/CloudError x-ms-examples: List Active Connectivity Configurations: $ref: ./examples/NetworkManagerActiveConnectivityConfigurationsList.json summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Networkmanagers Networkmanagername Listactiveconnectivityconfigurations definitions: ActiveConfigurationParameter: type: object properties: regions: type: array items: type: string description: region Name. description: List of regions. skipToken: description: When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. type: string description: Effective Virtual Networks Parameter. ActiveConnectivityConfiguration: type: object properties: commitTime: type: string description: Deployment time string. format: date-time region: type: string description: Deployment region. allOf: - $ref: ./networkManagerEffectiveConfiguration.json#/definitions/EffectiveConnectivityConfiguration description: Active connectivity configuration. ActiveConnectivityConfigurationsListResult: type: object properties: value: type: array items: $ref: '#/definitions/ActiveConnectivityConfiguration' description: Gets a page of active connectivity configurations. skipToken: description: When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. type: string description: Result of the request to list active connectivity configurations. It contains a list of active connectivity configurations and a skiptoken to get the next set of results. parameters: NetworkManagerNameParameter: name: networkManagerName in: path required: true type: string description: The name of the network manager. x-ms-parameter-location: method ResourceGroupNameParameter: name: resourceGroupName in: path required: true type: string description: The name of the resource group. x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'