swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector PrefixListLocalRulestack API schemes: - https tags: - name: PrefixListLocalRulestack paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/prefixlists : get: tags: - PrefixListLocalRulestack operationId: microsoftAzurePrefixlistlocalrulestackListbylocalrulestacks description: List PrefixListResource resources by LocalRulestacks parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/LocalRulestackResource.localRulestackName' responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/PrefixListResourceListResult' default: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-pageable: nextLinkName: nextLink x-ms-examples: PrefixListLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen: $ref: ./examples/PrefixListLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen.json PrefixListLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen: $ref: ./examples/PrefixListLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Paloaltonetworks Cloudngfw Localrulestacks Localrulestackname Prefixlists ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/prefixlists/{name} : get: tags: - PrefixListLocalRulestack operationId: microsoftAzurePrefixlistlocalrulestackGet description: Get a PrefixListResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/LocalRulestackResource.localRulestackName' - $ref: '#/parameters/PrefixListResource.name' responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/PrefixListResource' default: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: PrefixListLocalRulestack_Get_MaximumSet_Gen: $ref: ./examples/PrefixListLocalRulestack_Get_MaximumSet_Gen.json PrefixListLocalRulestack_Get_MinimumSet_Gen: $ref: ./examples/PrefixListLocalRulestack_Get_MinimumSet_Gen.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Paloaltonetworks Cloudngfw Localrulestacks Localrulestackname Prefixlists Name put: tags: - PrefixListLocalRulestack operationId: microsoftAzurePrefixlistlocalrulestackCreateorupdate description: Create a PrefixListResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/LocalRulestackResource.localRulestackName' - $ref: '#/parameters/PrefixListResource.name' - name: resource in: body required: true description: Resource create parameters. schema: $ref: '#/definitions/PrefixListResource' responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/PrefixListResource' '201': description: Azure create operation completed successfully. schema: $ref: '#/definitions/PrefixListResource' default: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-long-running-operation-options: final-state-via: azure-async-operation x-ms-long-running-operation: true x-ms-examples: PrefixListLocalRulestack_CreateOrUpdate_MaximumSet_Gen: $ref: ./examples/PrefixListLocalRulestack_CreateOrUpdate_MaximumSet_Gen.json PrefixListLocalRulestack_CreateOrUpdate_MinimumSet_Gen: $ref: ./examples/PrefixListLocalRulestack_CreateOrUpdate_MinimumSet_Gen.json summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Paloaltonetworks Cloudngfw Localrulestacks Localrulestackname Prefixlists Name delete: tags: - PrefixListLocalRulestack operationId: microsoftAzurePrefixlistlocalrulestackDelete description: Delete a PrefixListResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/LocalRulestackResource.localRulestackName' - $ref: '#/parameters/PrefixListResource.name' responses: '200': description: Resource deleted successfully. '202': description: Resource deletion accepted. '204': description: Resource deleted successfully. default: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-long-running-operation-options: final-state-via: azure-async-operation x-ms-long-running-operation: true x-ms-examples: PrefixListLocalRulestack_Delete_MaximumSet_Gen: $ref: ./examples/PrefixListLocalRulestack_Delete_MaximumSet_Gen.json PrefixListLocalRulestack_Delete_MinimumSet_Gen: $ref: ./examples/PrefixListLocalRulestack_Delete_MinimumSet_Gen.json summary: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Paloaltonetworks Cloudngfw Localrulestacks Localrulestackname Prefixlists Name definitions: PrefixListResource: type: object properties: properties: $ref: '#/definitions/PrefixObject' description: The resource-specific properties for this resource. x-ms-mutability: - read - create x-ms-client-flatten: true systemData: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/systemData description: System metadata for this resource. readOnly: true description: LocalRulestack prefixList required: - properties allOf: - $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource PrefixListResourceListResult: type: object properties: value: type: array items: $ref: '#/definitions/PrefixListResource' x-cadl-name: PrefixListResource[] description: The items on this page nextLink: type: string description: The link to the next page of items description: The response of a PrefixListResource list operation. required: - value ProvisioningState: type: string description: Provisioning state of the firewall resource. enum: - Accepted - Creating - Updating - Deleting - Succeeded - Failed - Canceled - Deleted - NotSpecified x-ms-enum: name: ProvisioningState modelAsString: true PrefixObject: type: object properties: description: type: string description: prefix description prefixList: type: array items: type: string x-cadl-name: string[] description: prefix list etag: type: string description: etag info auditComment: type: string description: comment for this object provisioningState: $ref: '#/definitions/ProvisioningState' description: Provisioning state of the resource. readOnly: true description: prefix entry required: - prefixList parameters: PrefixListResource.name: name: name in: path required: true description: Local Rule priority type: string x-ms-parameter-location: method LocalRulestackResource.localRulestackName: name: localRulestackName in: path required: true description: LocalRulestack resource name type: string x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'