swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector NspProfiles API schemes: - https tags: - name: NspProfiles paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/profiles/{profileName} : parameters: - $ref: ./network.json#/parameters/SubscriptionIdParameter - $ref: '#/parameters/ResourceGroupNameParameter' - $ref: '#/parameters/NetworkSecurityPerimeterNameParameter' - $ref: '#/parameters/ProfileNameParameter' - $ref: ./network.json#/parameters/ApiVersionParameter get: tags: - NspProfiles operationId: microsoftAzureNspprofilesGet description: Gets the specified NSP profile. responses: '200': description: OK - Returns information about the NSP profile. schema: $ref: '#/definitions/NspProfile' default: description: Error response describing why the operation failed. schema: $ref: ./network.json#/definitions/CloudError x-ms-examples: NspProfilesGet: $ref: ./examples/NspProfileGet.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Networksecurityperimeters Networksecurityperimetername Profiles Profilename put: tags: - NspProfiles operationId: microsoftAzureNspprofilesCreateorupdate description: Creates or updates a network profile. parameters: - name: parameters in: body required: true schema: $ref: '#/definitions/NspProfile' description: Parameters that hold the NspProfile resource to be created/updated. responses: '200': description: Update - Profile is immutable resource. Returns the existing profile resource. schema: $ref: '#/definitions/NspProfile' '201': description: Create - Returns the NspProfile resource created. schema: $ref: '#/definitions/NspProfile' default: description: Error response describing why the operation failed. schema: $ref: ./network.json#/definitions/CloudError x-ms-examples: NspProfilesPut: $ref: ./examples/NspProfilePut.json summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Networksecurityperimeters Networksecurityperimetername Profiles Profilename delete: tags: - NspProfiles operationId: microsoftAzureNspprofilesDelete description: Deletes an NSP profile. responses: '200': description: Delete Succeed. '204': description: Request successful. The resource does not exist. default: description: Error response describing why the operation failed. schema: $ref: ./network.json#/definitions/CloudError x-ms-examples: NspProfilesDelete: $ref: ./examples/NspProfileDelete.json summary: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Networksecurityperimeters Networksecurityperimetername Profiles Profilename ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/profiles : get: tags: - NspProfiles operationId: microsoftAzureNspprofilesList description: Lists the NSP profiles in the specified network security perimeter. x-ms-pageable: nextLinkName: nextLink parameters: - $ref: ./network.json#/parameters/SubscriptionIdParameter - $ref: '#/parameters/ResourceGroupNameParameter' - $ref: '#/parameters/NetworkSecurityPerimeterNameParameter' - $ref: ./network.json#/parameters/ApiVersionParameter - $ref: '#/parameters/ListTopParameter' - $ref: '#/parameters/ListSkipTokenParameter' responses: '200': description: OK - Returns the list of NSP profiles. schema: $ref: '#/definitions/NspProfileListResult' default: description: Error response describing why the operation failed. schema: $ref: ./network.json#/definitions/CloudError x-ms-examples: NspProfilesList: $ref: ./examples/NspProfileList.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Networksecurityperimeters Networksecurityperimetername Profiles definitions: NspProfileListResult: type: object properties: value: type: array items: $ref: '#/definitions/NspProfile' description: Gets a page of NSP profile nextLink: type: string description: Gets the URL to get the next page of results. description: Result of the request to list NSP profiles. Contains a list of NSP profiles and a URL link to get the next set of results. NspProfile: type: object properties: properties: x-ms-client-flatten: true $ref: '#/definitions/NspProfileProperties' description: Properties of the network security perimeter profile name: type: string description: The name of the profile resource that is unique within a perimeter. This name can be used to access the resource. id: readOnly: true type: string description: Identifier of the network security perimeter profile in ARM id format. type: readOnly: true type: string description: Resource type. allOf: - $ref: ./network.json#/definitions/Resource description: The network security perimeter profile resource NspProfileProperties: type: object properties: accessRulesVersion: readOnly: true type: string description: Version number that increases with every update to access rules within the profile. diagnosticSettingsVersion: readOnly: true type: string description: Version number that increases with every update to diagnostic settings within the profile. description: Properties of NSP profile. parameters: ListTopParameter: name: $top description: An optional query parameter which specifies the maximum number of records to be returned by the server. in: query required: false type: integer format: int32 minimum: 1 maximum: 20 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 ProfileNameParameter: name: profileName in: path required: true type: string description: The name of the NSP profile. x-ms-parameter-location: method ListSkipTokenParameter: name: $skipToken description: SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. in: query required: false type: string 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'