swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector FqdnListGlobalRulestack API schemes: - https tags: - name: FqdnListGlobalRulestack paths: /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/fqdnlists: get: tags: - FqdnListGlobalRulestack operationId: microsoftAzureFqdnlistglobalrulestackList description: List FqdnListGlobalRulestackResource 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/FqdnListGlobalRulestackResourceListResult' 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: FqdnListGlobalRulestack_List_MaximumSet_Gen: $ref: ./examples/FqdnListGlobalRulestack_List_MaximumSet_Gen.json FqdnListGlobalRulestack_List_MinimumSet_Gen: $ref: ./examples/FqdnListGlobalRulestack_List_MinimumSet_Gen.json summary: Microsoft Azure Get Providers Paloaltonetworks Cloudngfw Globalrulestacks Globalrulestackname Fqdnlists /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/fqdnlists/{name}: get: tags: - FqdnListGlobalRulestack operationId: microsoftAzureFqdnlistglobalrulestackGet description: Get a FqdnListGlobalRulestackResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/GlobalRulestackResource.globalRulestackName' - $ref: '#/parameters/FqdnListGlobalRulestackResource.name' responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/FqdnListGlobalRulestackResource' 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: FqdnListGlobalRulestack_Get_MaximumSet_Gen: $ref: ./examples/FqdnListGlobalRulestack_Get_MaximumSet_Gen.json FqdnListGlobalRulestack_Get_MinimumSet_Gen: $ref: ./examples/FqdnListGlobalRulestack_Get_MinimumSet_Gen.json summary: Microsoft Azure Get Providers Paloaltonetworks Cloudngfw Globalrulestacks Globalrulestackname Fqdnlists Name put: tags: - FqdnListGlobalRulestack operationId: microsoftAzureFqdnlistglobalrulestackCreateorupdate description: Create a FqdnListGlobalRulestackResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/GlobalRulestackResource.globalRulestackName' - $ref: '#/parameters/FqdnListGlobalRulestackResource.name' - name: resource in: body required: true description: Resource create parameters. schema: $ref: '#/definitions/FqdnListGlobalRulestackResource' responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/FqdnListGlobalRulestackResource' '201': description: Azure create operation completed successfully. schema: $ref: '#/definitions/FqdnListGlobalRulestackResource' 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: FqdnListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen: $ref: ./examples/FqdnListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json FqdnListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen: $ref: ./examples/FqdnListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json summary: Microsoft Azure Put Providers Paloaltonetworks Cloudngfw Globalrulestacks Globalrulestackname Fqdnlists Name delete: tags: - FqdnListGlobalRulestack operationId: microsoftAzureFqdnlistglobalrulestackDelete description: Delete a FqdnListGlobalRulestackResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/GlobalRulestackResource.globalRulestackName' - $ref: '#/parameters/FqdnListGlobalRulestackResource.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: FqdnListGlobalRulestack_Delete_MaximumSet_Gen: $ref: ./examples/FqdnListGlobalRulestack_Delete_MaximumSet_Gen.json FqdnListGlobalRulestack_Delete_MinimumSet_Gen: $ref: ./examples/FqdnListGlobalRulestack_Delete_MinimumSet_Gen.json summary: Microsoft Azure Delete Providers Paloaltonetworks Cloudngfw Globalrulestacks Globalrulestackname Fqdnlists Name definitions: FqdnListGlobalRulestackResource: type: object properties: properties: $ref: '#/definitions/FqdnObject' 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 fqdnList required: - properties allOf: - $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource 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 FqdnObject: type: object properties: description: type: string description: fqdn object description fqdnList: type: array items: type: string x-cadl-name: string[] description: fqdn 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: fqdn object required: - fqdnList FqdnListGlobalRulestackResourceListResult: type: object properties: value: type: array items: $ref: '#/definitions/FqdnListGlobalRulestackResource' x-cadl-name: FqdnListGlobalRulestackResource[] description: The items on this page nextLink: type: string description: The link to the next page of items description: The response of a FqdnListGlobalRulestackResource list operation. required: - value parameters: GlobalRulestackResource.globalRulestackName: name: globalRulestackName in: path required: true description: GlobalRulestack resource name type: string x-ms-parameter-location: method FqdnListGlobalRulestackResource.name: name: name in: path required: true description: fqdn list name type: string x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'