swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector PrefixListGlobalRulestack API schemes: - https tags: - name: PrefixListGlobalRulestack paths: /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/prefixlists: get: tags: - PrefixListGlobalRulestack operationId: microsoftAzurePrefixlistglobalrulestackList description: List PrefixListGlobalRulestackResource resources by Tenant parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/GlobalRulestackResource.globalRulestackName' responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/PrefixListGlobalRulestackResourceListResult' 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: PrefixListGlobalRulestack_List_MaximumSet_Gen: $ref: ./examples/PrefixListGlobalRulestack_List_MaximumSet_Gen.json PrefixListGlobalRulestack_List_MinimumSet_Gen: $ref: ./examples/PrefixListGlobalRulestack_List_MinimumSet_Gen.json summary: Microsoft Azure Get Providers Paloaltonetworks Cloudngfw Globalrulestacks Globalrulestackname Prefixlists /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/prefixlists/{name}: get: tags: - PrefixListGlobalRulestack operationId: microsoftAzurePrefixlistglobalrulestackGet description: Get a PrefixListGlobalRulestackResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/GlobalRulestackResource.globalRulestackName' - $ref: '#/parameters/PrefixListGlobalRulestackResource.name' responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/PrefixListGlobalRulestackResource' 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: PrefixListGlobalRulestack_Get_MaximumSet_Gen: $ref: ./examples/PrefixListGlobalRulestack_Get_MaximumSet_Gen.json PrefixListGlobalRulestack_Get_MinimumSet_Gen: $ref: ./examples/PrefixListGlobalRulestack_Get_MinimumSet_Gen.json summary: Microsoft Azure Get Providers Paloaltonetworks Cloudngfw Globalrulestacks Globalrulestackname Prefixlists Name put: tags: - PrefixListGlobalRulestack operationId: microsoftAzurePrefixlistglobalrulestackCreateorupdate description: Create a PrefixListGlobalRulestackResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/GlobalRulestackResource.globalRulestackName' - $ref: '#/parameters/PrefixListGlobalRulestackResource.name' - name: resource in: body required: true description: Resource create parameters. schema: $ref: '#/definitions/PrefixListGlobalRulestackResource' responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/PrefixListGlobalRulestackResource' '201': description: Azure create operation completed successfully. schema: $ref: '#/definitions/PrefixListGlobalRulestackResource' 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: PrefixListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen: $ref: ./examples/PrefixListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json PrefixListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen: $ref: ./examples/PrefixListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json summary: Microsoft Azure Put Providers Paloaltonetworks Cloudngfw Globalrulestacks Globalrulestackname Prefixlists Name delete: tags: - PrefixListGlobalRulestack operationId: microsoftAzurePrefixlistglobalrulestackDelete description: Delete a PrefixListGlobalRulestackResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/GlobalRulestackResource.globalRulestackName' - $ref: '#/parameters/PrefixListGlobalRulestackResource.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: PrefixListGlobalRulestack_Delete_MaximumSet_Gen: $ref: ./examples/PrefixListGlobalRulestack_Delete_MaximumSet_Gen.json PrefixListGlobalRulestack_Delete_MinimumSet_Gen: $ref: ./examples/PrefixListGlobalRulestack_Delete_MinimumSet_Gen.json summary: Microsoft Azure Delete Providers Paloaltonetworks Cloudngfw Globalrulestacks Globalrulestackname Prefixlists Name definitions: PrefixListGlobalRulestackResource: 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: GlobalRulestack prefixList required: - properties allOf: - $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource PrefixListGlobalRulestackResourceListResult: type: object properties: value: type: array items: $ref: '#/definitions/PrefixListGlobalRulestackResource' x-cadl-name: PrefixListGlobalRulestackResource[] description: The items on this page nextLink: type: string description: The link to the next page of items description: The response of a PrefixListGlobalRulestackResource 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: GlobalRulestackResource.globalRulestackName: name: globalRulestackName in: path required: true description: GlobalRulestack resource name type: string x-ms-parameter-location: method PrefixListGlobalRulestackResource.name: name: name in: path required: true description: Local Rule priority type: string x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'