swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector NspAssociationReconcile API schemes: - https tags: - name: NspAssociationReconcile paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociations/{associationName}/reconcile : parameters: - $ref: ./network.json#/parameters/SubscriptionIdParameter - $ref: '#/parameters/ResourceGroupNameParameter' - $ref: '#/parameters/NetworkSecurityPerimeterNameParameter' - $ref: '#/parameters/AssociationNameParameter' - $ref: ./network.json#/parameters/ApiVersionParameter post: tags: - NspAssociationReconcile operationId: microsoftAzureNspassociationreconcilePost description: Reconcile NSP association parameters: - name: parameters in: body required: true schema: $ref: '#/definitions/NspAssociationReconcile' description: Parameters for NSP association reconcile responses: '200': description: Reconcile NSP association. schema: $ref: '#/definitions/NspAssociationReconcile' default: description: Error response describing why the operation failed. schema: $ref: ./network.json#/definitions/CloudError x-ms-examples: NspAssociationReconcile: $ref: ./examples/NspAssociationReconcile.json summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Networksecurityperimeters Networksecurityperimetername Resourceassociations Associationname Reconcile definitions: NspAssociationReconcile: type: object properties: {} description: Request object for NSP association. parameters: AssociationNameParameter: name: associationName in: path required: true type: string description: The name of the NSP association. x-ms-parameter-location: method NetworkSecurityPerimeterNameParameter: name: networkSecurityPerimeterName in: path required: true type: string description: The name of the network security perimeter. 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'