|
| 1 | +{ |
| 2 | + "swagger": "2.0", |
| 3 | + "info": { |
| 4 | + "title": "NetworkManagementClient", |
| 5 | + "description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.", |
| 6 | + "version": "2018-08-01" |
| 7 | + }, |
| 8 | + "host": "management.azure.com", |
| 9 | + "schemes": [ |
| 10 | + "https" |
| 11 | + ], |
| 12 | + "consumes": [ |
| 13 | + "application/json" |
| 14 | + ], |
| 15 | + "produces": [ |
| 16 | + "application/json" |
| 17 | + ], |
| 18 | + "security": [ |
| 19 | + { |
| 20 | + "azure_auth": [ |
| 21 | + "user_impersonation" |
| 22 | + ] |
| 23 | + } |
| 24 | + ], |
| 25 | + "securityDefinitions": { |
| 26 | + "azure_auth": { |
| 27 | + "type": "oauth2", |
| 28 | + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", |
| 29 | + "flow": "implicit", |
| 30 | + "description": "Azure Active Directory OAuth2 Flow", |
| 31 | + "scopes": { |
| 32 | + "user_impersonation": "impersonate your user account" |
| 33 | + } |
| 34 | + } |
| 35 | + }, |
| 36 | + "paths": { |
| 37 | + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/azureFirewallFqdnTags": { |
| 38 | + "get": { |
| 39 | + "tags": [ |
| 40 | + "AzureFirewallFqdnTags" |
| 41 | + ], |
| 42 | + "operationId": "AzureFirewallFqdnTags_ListAll", |
| 43 | + "description":"Gets all the Azure Firewall FQDN Tags in a subscription.", |
| 44 | + "parameters":[ |
| 45 | + { |
| 46 | + "$ref":"#/parameters/ApiVersionParameter" |
| 47 | + }, |
| 48 | + { |
| 49 | + "$ref":"#/parameters/SubscriptionIdParameter" |
| 50 | + } |
| 51 | + ], |
| 52 | + "responses":{ |
| 53 | + "200":{ |
| 54 | + "description":"Success. The operation returns a list of Azure Firewall FQDN Tag resources.", |
| 55 | + "schema":{ |
| 56 | + "$ref":"#/definitions/AzureFirewallFqdnTagListResult" |
| 57 | + } |
| 58 | + } |
| 59 | + }, |
| 60 | + "x-ms-examples":{ |
| 61 | + "List all Azure Firewall FQDN Tags for a given subscription":{ |
| 62 | + "$ref":"./examples/AzureFirewallFqdnTagsListBySubscription.json" |
| 63 | + } |
| 64 | + }, |
| 65 | + "x-ms-pageable":{ |
| 66 | + "nextLinkName":"nextLink" |
| 67 | + } |
| 68 | + } |
| 69 | + } |
| 70 | + }, |
| 71 | + "definitions": { |
| 72 | + "AzureFirewallFqdnTagPropertiesFormat": { |
| 73 | + "properties": { |
| 74 | + "provisioningState": { |
| 75 | + "type": "string", |
| 76 | + "readOnly": true, |
| 77 | + "description": "The provisioning state of the resource." |
| 78 | + }, |
| 79 | + "fqdnTagName": { |
| 80 | + "type": "string", |
| 81 | + "readOnly": true, |
| 82 | + "description": "The name of this FQDN Tag." |
| 83 | + } |
| 84 | + }, |
| 85 | + "description": "Azure Firewall FQDN Tag Properties" |
| 86 | + }, |
| 87 | + "AzureFirewallFqdnTag": { |
| 88 | + "properties": { |
| 89 | + "properties": { |
| 90 | + "x-ms-client-flatten": true, |
| 91 | + "$ref": "#/definitions/AzureFirewallFqdnTagPropertiesFormat" |
| 92 | + }, |
| 93 | + "etag": { |
| 94 | + "type": "string", |
| 95 | + "readOnly": true, |
| 96 | + "description": "Gets a unique read-only string that changes whenever the resource is updated." |
| 97 | + } |
| 98 | + }, |
| 99 | + "allOf": [ |
| 100 | + { |
| 101 | + "$ref": "./network.json#/definitions/Resource" |
| 102 | + } |
| 103 | + ], |
| 104 | + "description": "Azure Firewall FQDN Tag Resource" |
| 105 | + }, |
| 106 | + "AzureFirewallFqdnTagListResult":{ |
| 107 | + "properties":{ |
| 108 | + "value":{ |
| 109 | + "type":"array", |
| 110 | + "items":{ |
| 111 | + "$ref":"#/definitions/AzureFirewallFqdnTag" |
| 112 | + }, |
| 113 | + "description":"List of Azure Firewall FQDN Tags in a resource group." |
| 114 | + }, |
| 115 | + "nextLink":{ |
| 116 | + "type":"string", |
| 117 | + "description":"URL to get the next set of results." |
| 118 | + } |
| 119 | + }, |
| 120 | + "description":"Response for ListAzureFirewallFqdnTags API service call." |
| 121 | + } |
| 122 | + }, |
| 123 | + "parameters": { |
| 124 | + "SubscriptionIdParameter": { |
| 125 | + "name": "subscriptionId", |
| 126 | + "in": "path", |
| 127 | + "required": true, |
| 128 | + "type": "string", |
| 129 | + "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." |
| 130 | + }, |
| 131 | + "ApiVersionParameter": { |
| 132 | + "name": "api-version", |
| 133 | + "in": "query", |
| 134 | + "required": true, |
| 135 | + "type": "string", |
| 136 | + "description": "Client API version." |
| 137 | + } |
| 138 | + } |
| 139 | +} |
0 commit comments