UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 3.1 kB
{"openapi":"3.0.0","info":{"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.","title":"NetworkManagementClient","version":"2019-07-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/checkDnsAvailability.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"network-checkDnsAvailability","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability":{"get":{"description":"Checks whether a domain name in the cloudapp.azure.com zone is available for use.","operationId":"CheckDnsNameAvailability","parameters":[{"description":"The location of the domain name.","in":"path","name":"location","required":true,"schema":{"type":"string"},"examples":{"Check Dns Name Availability":{"value":"westus"}}},{"description":"The domain name to be verified. It must conform to the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$.","in":"query","name":"domainNameLabel","required":true,"schema":{"type":"string"},"examples":{"Check Dns Name Availability":{"value":"testdns"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"Check Dns Name Availability":{"value":"2019-07-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"Check Dns Name Availability":{"value":"subid"}}}],"responses":{"200":{"description":"Request successful. Returns whether the DNS name is available.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DnsNameAvailabilityResult"},"examples":{"Check Dns Name Availability":{"$ref":"#/components/examples/Check_Dns_Name_Availability"}}}}}}}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"Check_Dns_Name_Availability":{"value":{"available":false}}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow.","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"DnsNameAvailabilityResult":{"description":"Response for the CheckDnsNameAvailability API service call.","properties":{"available":{"description":"Domain availability (True/False).","type":"boolean"}}}}}}