UNPKG

openapi-directory

Version:

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

1 lines 124 kB
{"openapi":"3.0.0","info":{"description":"Use these APIs to manage Azure CDN resources through the Azure Resource Manager. You must make sure that requests made to these resources are secure.","title":"CdnManagementClient","version":"2019-06-15-preview","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/cdn/resource-manager/Microsoft.Cdn/preview/2019-06-15-preview/cdn.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"cdn","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.Cdn/checkNameAvailability":{"post":{"description":"Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.","operationId":"CheckNameAvailability","parameters":[{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"$ref":"#/components/requestBodies/CheckNameAvailabilityInput"},"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckNameAvailabilityOutput"},"examples":{"CheckNameAvailability":{"$ref":"#/components/examples/CheckNameAvailability"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["CheckNameAvailability"]}},"/providers/Microsoft.Cdn/edgenodes":{"get":{"description":"Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.","operationId":"EdgeNodes_List","parameters":[{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EdgenodeResult"},"examples":{"EdgeNodes_List":{"$ref":"#/components/examples/EdgeNodes_List"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Edgenodes"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/providers/Microsoft.Cdn/operations":{"get":{"description":"Lists all of the available CDN REST API operations.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationsListResult"},"examples":{"Operations_List":{"$ref":"#/components/examples/Operations_List"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Operations"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.Cdn/checkNameAvailability":{"post":{"description":"Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.","operationId":"CheckNameAvailabilityWithSubscription","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"$ref":"#/components/requestBodies/CheckNameAvailabilityInput"},"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckNameAvailabilityOutput"},"examples":{"CheckNameAvailabilityWithSubscription":{"$ref":"#/components/examples/CheckNameAvailabilityWithSubscription"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["CheckNameAvailabilityWithSubscription"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.Cdn/checkResourceUsage":{"post":{"description":"Check the quota and actual usage of the CDN profiles under the given subscription.","operationId":"ResourceUsage_List","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceUsageListResult"},"examples":{"ResourceUsage_List":{"$ref":"#/components/examples/ResourceUsage_List"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["CheckResourceUsage"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.Cdn/profiles":{"get":{"description":"Lists all of the CDN profiles within an Azure subscription.","operationId":"Profiles_List","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProfileListResult"},"examples":{"Profiles_List":{"$ref":"#/components/examples/Profiles_List"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Profiles"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.Cdn/validateProbe":{"post":{"description":"Check if the probe path is a valid path and the file can be accessed. Probe path is the path to a file hosted on the origin server to help accelerate the delivery of dynamic content via the CDN endpoint. This path is relative to the origin path specified in the endpoint configuration.","operationId":"ValidateProbe","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateProbeInput"}}},"description":"Input to check.","required":true},"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateProbeOutput"},"examples":{"ValidateProbe":{"$ref":"#/components/examples/ValidateProbe"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["ValidateProbe"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles":{"get":{"description":"Lists all of the CDN profiles within a resource group.","operationId":"Profiles_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProfileListResult"},"examples":{"Profiles_ListByResourceGroup":{"$ref":"#/components/examples/Profiles_ListByResourceGroup"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Profiles"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}":{"delete":{"description":"Deletes an existing CDN profile with the specified parameters. Deleting a profile will result in the deletion of all of the sub-resources including endpoints, origins and custom domains.","operationId":"Profiles_Delete","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Profiles_Delete":{"value":"profile1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted. The request has been accepted for processing and the operation will complete asynchronously."},"204":{"description":"No Content. The request has been accepted but the profile was not found."},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Profiles"],"x-ms-long-running-operation":true},"get":{"description":"Gets a CDN profile with the specified profile name under the specified subscription and resource group.","operationId":"Profiles_Get","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Profiles_Get":{"value":"profile1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Profile"},"examples":{"Profiles_Get":{"$ref":"#/components/examples/Profiles_Get"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Profiles"]},"patch":{"description":"Updates an existing CDN profile with the specified profile name under the specified subscription and resource group.","operationId":"Profiles_Update","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Profiles_Update":{"value":"profile1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProfileUpdateParameters"}}},"description":"Profile properties needed to update an existing profile.","required":true},"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Profile"},"examples":{"Profiles_Update":{"$ref":"#/components/examples/Profiles_Update"}}}}},"202":{"description":"Accepted. The request has been accepted for processing and the operation will complete asynchronously.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Profile"},"examples":{"Profiles_Update":{"$ref":"#/components/examples/Profiles_Update"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Profiles"],"x-ms-long-running-operation":true},"put":{"description":"Creates a new CDN profile with a profile name under the specified subscription and resource group.","operationId":"Profiles_Create","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Profiles_Create":{"value":"profile1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Profile"}}},"description":"Profile properties needed to create a new profile.","required":true},"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Profile"},"examples":{"Profiles_Create":{"$ref":"#/components/examples/Profiles_Create"}}}}},"201":{"description":"Created. The request has been fulfilled and a new profile has been created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Profile"},"examples":{"Profiles_Create":{"$ref":"#/components/examples/Profiles_Create"}}}}},"202":{"description":"Accepted. The request has been accepted for processing and the operation will complete asynchronously.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Profile"},"examples":{"Profiles_Create":{"$ref":"#/components/examples/Profiles_Create"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Profiles"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/checkResourceUsage":{"post":{"description":"Checks the quota and actual usage of endpoints under the given CDN profile.","operationId":"Profiles_ListResourceUsage","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Profiles_ListResourceUsage":{"value":"profile1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceUsageListResult"},"examples":{"Profiles_ListResourceUsage":{"$ref":"#/components/examples/Profiles_ListResourceUsage"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Profiles"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints":{"get":{"description":"Lists existing CDN endpoints.","operationId":"Endpoints_ListByProfile","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_ListByProfile":{"value":"profile1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EndpointListResult"},"examples":{"Endpoints_ListByProfile":{"$ref":"#/components/examples/Endpoints_ListByProfile"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Endpoints"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}":{"delete":{"description":"Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.","operationId":"Endpoints_Delete","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_Delete":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_Delete":{"value":"endpoint1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted and the operation will complete asynchronously."},"204":{"description":"No Content. The request has been accepted but the endpoint was not found."},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Endpoints"],"x-ms-long-running-operation":true},"get":{"description":"Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.","operationId":"Endpoints_Get","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_Get":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_Get":{"value":"endpoint1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Endpoint"},"examples":{"Endpoints_Get":{"$ref":"#/components/examples/Endpoints_Get"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Endpoints"]},"patch":{"description":"Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile. Only tags and Origin HostHeader can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update custom domains, use the Update Custom Domain operation.","operationId":"Endpoints_Update","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_Update":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_Update":{"value":"endpoint1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EndpointUpdateParameters"}}},"description":"Endpoint update properties","required":true},"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Endpoint"},"examples":{"Endpoints_Update":{"$ref":"#/components/examples/Endpoints_Update"}}}}},"202":{"description":"Accepted and the operation will complete asynchronously","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Endpoint"},"examples":{"Endpoints_Update":{"$ref":"#/components/examples/Endpoints_Update"}}}}},"default":{"description":"CDN error response describing why the operation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Endpoints"],"x-ms-long-running-operation":true},"put":{"description":"Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.","operationId":"Endpoints_Create","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_Create":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_Create":{"value":"endpoint1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Endpoint"}}},"description":"Endpoint properties","required":true},"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Endpoint"},"examples":{"Endpoints_Create":{"$ref":"#/components/examples/Endpoints_Create"}}}}},"201":{"description":"Created. The request has been fulfilled and a new endpoint has been created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Endpoint"},"examples":{"Endpoints_Create":{"$ref":"#/components/examples/Endpoints_Create"}}}}},"202":{"description":"Accepted and the operation will complete asynchronously.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Endpoint"},"examples":{"Endpoints_Create":{"$ref":"#/components/examples/Endpoints_Create"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Endpoints"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/checkResourceUsage":{"post":{"description":"Checks the quota and usage of geo filters and custom domains under the given endpoint.","operationId":"Endpoints_ListResourceUsage","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_ListResourceUsage":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_ListResourceUsage":{"value":"endpoint1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceUsageListResult"},"examples":{"Endpoints_ListResourceUsage":{"$ref":"#/components/examples/Endpoints_ListResourceUsage"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Endpoints"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains":{"get":{"description":"Lists all of the existing custom domains within an endpoint.","operationId":"CustomDomains_ListByEndpoint","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_ListByEndpoint":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_ListByEndpoint":{"value":"endpoint1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomDomainListResult"},"examples":{"CustomDomains_ListByEndpoint":{"$ref":"#/components/examples/CustomDomains_ListByEndpoint"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["CustomDomains"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains/{customDomainName}":{"delete":{"description":"Deletes an existing custom domain within an endpoint.","operationId":"CustomDomains_Delete","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_Delete":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_Delete":{"value":"endpoint1"}}},{"description":"Name of the custom domain within an endpoint.","in":"path","name":"customDomainName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_Delete":{"value":"www-someDomain-net"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded."},"202":{"description":"Accepted and the operation will complete asynchronously.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomDomain"},"examples":{"CustomDomains_Delete":{"$ref":"#/components/examples/CustomDomains_Delete"}}}}},"204":{"description":"No Content. The request has been accepted but the custom domain was not found"},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["CustomDomains"],"x-ms-long-running-operation":true},"get":{"description":"Gets an existing custom domain within an endpoint.","operationId":"CustomDomains_Get","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_Get":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_Get":{"value":"endpoint1"}}},{"description":"Name of the custom domain within an endpoint.","in":"path","name":"customDomainName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_Get":{"value":"www-someDomain-net"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomDomain"},"examples":{"CustomDomains_Get":{"$ref":"#/components/examples/CustomDomains_Get"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["CustomDomains"]},"put":{"description":"Creates a new custom domain within an endpoint.","operationId":"CustomDomains_Create","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_Create":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_Create":{"value":"endpoint1"}}},{"description":"Name of the custom domain within an endpoint.","in":"path","name":"customDomainName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_Create":{"value":"www-someDomain-net"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomDomainParameters"}}},"description":"Properties required to create a new custom domain.","required":true},"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomDomain"},"examples":{"CustomDomains_Create":{"$ref":"#/components/examples/CustomDomains_Create"}}}}},"201":{"description":"Created. The request has been fulfilled and a new custom domain has been created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomDomain"},"examples":{"CustomDomains_Create":{"$ref":"#/components/examples/CustomDomains_Create"}}}}},"202":{"description":"Accepted and the operation will complete asynchronously.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomDomain"},"examples":{"CustomDomains_Create":{"$ref":"#/components/examples/CustomDomains_Create"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["CustomDomains"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains/{customDomainName}/disableCustomHttps":{"post":{"description":"Disable https delivery of the custom domain.","operationId":"CustomDomains_DisableCustomHttps","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_DisableCustomHttps":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_DisableCustomHttps":{"value":"endpoint1"}}},{"description":"Name of the custom domain within an endpoint.","in":"path","name":"customDomainName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_DisableCustomHttps":{"value":"www-someDomain-net"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded."},"202":{"description":"Accepted and the operation will complete asynchronously.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomDomain"},"examples":{"CustomDomains_DisableCustomHttps":{"$ref":"#/components/examples/CustomDomains_DisableCustomHttps"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["CustomDomains"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains/{customDomainName}/enableCustomHttps":{"post":{"description":"Enable https delivery of the custom domain.","operationId":"CustomDomains_EnableCustomHttps","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_EnableCustomHttpsUsingCDNManagedCertificate":{"value":"profile1"},"CustomDomains_EnableCustomHttpsUsingYourOwnCertificate":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_EnableCustomHttpsUsingCDNManagedCertificate":{"value":"endpoint1"},"CustomDomains_EnableCustomHttpsUsingYourOwnCertificate":{"value":"endpoint1"}}},{"description":"Name of the custom domain within an endpoint.","in":"path","name":"customDomainName","required":true,"schema":{"type":"string"},"examples":{"CustomDomains_EnableCustomHttpsUsingCDNManagedCertificate":{"value":"www-someDomain-net"},"CustomDomains_EnableCustomHttpsUsingYourOwnCertificate":{"value":"www-someDomain-net"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomDomainHttpsParameters"}}},"description":"The configuration specifying how to enable HTTPS for the custom domain - using CDN managed certificate or user's own certificate. If not specified, enabling ssl uses CDN managed certificate by default."},"responses":{"200":{"description":"OK. The request has succeeded."},"202":{"description":"Accepted and the operation will complete asynchronously.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomDomain"},"examples":{"CustomDomains_EnableCustomHttpsUsingCDNManagedCertificate":{"$ref":"#/components/examples/CustomDomains_EnableCustomHttpsUsingCDNManagedCertificate"},"CustomDomains_EnableCustomHttpsUsingYourOwnCertificate":{"$ref":"#/components/examples/CustomDomains_EnableCustomHttpsUsingYourOwnCertificate"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["CustomDomains"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/load":{"post":{"description":"Pre-loads a content to CDN. Available for Verizon Profiles.","operationId":"Endpoints_LoadContent","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_LoadContent":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_LoadContent":{"value":"endpoint1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LoadParameters"}}},"description":"The path to the content to be loaded. Path should be a full URL, e.g. ‘/pictures/city.png' which loads a single file ","required":true},"responses":{"200":{"description":"OK. The request has succeeded."},"202":{"description":"Accepted and the operation will complete asynchronously."},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Endpoints"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/origins":{"get":{"description":"Lists all of the existing origins within an endpoint.","operationId":"Origins_ListByEndpoint","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Origins_ListByEndpoint":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"Origins_ListByEndpoint":{"value":"endpoint1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OriginListResult"},"examples":{"Origins_ListByEndpoint":{"$ref":"#/components/examples/Origins_ListByEndpoint"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Origins"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/origins/{originName}":{"get":{"description":"Gets an existing origin within an endpoint.","operationId":"Origins_Get","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Origins_Get":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"Origins_Get":{"value":"endpoint1"}}},{"description":"Name of the origin which is unique within the endpoint.","in":"path","name":"originName","required":true,"schema":{"type":"string"},"examples":{"Origins_Get":{"value":"www-someDomain-net"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Origin"},"examples":{"Origins_Get":{"$ref":"#/components/examples/Origins_Get"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Origins"]},"patch":{"description":"Updates an existing origin within an endpoint.","operationId":"Origins_Update","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Origins_Update":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"Origins_Update":{"value":"endpoint1"}}},{"description":"Name of the origin which is unique within the endpoint.","in":"path","name":"originName","required":true,"schema":{"type":"string"},"examples":{"Origins_Update":{"value":"www-someDomain-net"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OriginUpdateParameters"}}},"description":"Origin properties","required":true},"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Origin"},"examples":{"Origins_Update":{"$ref":"#/components/examples/Origins_Update"}}}}},"202":{"description":"Accepted and the operation will complete asynchronously.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Origin"},"examples":{"Origins_Update":{"$ref":"#/components/examples/Origins_Update"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Origins"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/purge":{"post":{"description":"Removes a content from CDN.","operationId":"Endpoints_PurgeContent","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_PurgeContent":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_PurgeContent":{"value":"endpoint1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PurgeParameters"}}},"description":"The path to the content to be purged. Path can be a full URL, e.g. '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*' which removes all folders and files in the directory.","required":true},"responses":{"200":{"description":"OK. The request has succeeded."},"202":{"description":"Accepted and the operation will complete asynchronously."},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Endpoints"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/start":{"post":{"description":"Starts an existing CDN endpoint that is on a stopped state.","operationId":"Endpoints_Start","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_Start":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_Start":{"value":"endpoint1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Endpoint"},"examples":{"Endpoints_Start":{"$ref":"#/components/examples/Endpoints_Start"}}}}},"202":{"description":"Accepted and the operation will complete asynchronously.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Endpoint"},"examples":{"Endpoints_Start":{"$ref":"#/components/examples/Endpoints_Start"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Endpoints"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/stop":{"post":{"description":"Stops an existing running CDN endpoint.","operationId":"Endpoints_Stop","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_Stop":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_Stop":{"value":"endpoint1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Endpoint"},"examples":{"Endpoints_Stop":{"$ref":"#/components/examples/Endpoints_Stop"}}}}},"202":{"description":"Accepted and the operation will complete asynchronously.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Endpoint"},"examples":{"Endpoints_Stop":{"$ref":"#/components/examples/Endpoints_Stop"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Endpoints"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/validateCustomDomain":{"post":{"description":"Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.","operationId":"Endpoints_ValidateCustomDomain","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_ValidateCustomDomain":{"value":"profile1"}}},{"description":"Name of the endpoint under the profile which is unique globally.","in":"path","name":"endpointName","required":true,"schema":{"type":"string"},"examples":{"Endpoints_ValidateCustomDomain":{"value":"endpoint1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateCustomDomainInput"}}},"description":"Custom domain to be validated.","required":true},"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateCustomDomainOutput"},"examples":{"Endpoints_ValidateCustomDomain":{"$ref":"#/components/examples/Endpoints_ValidateCustomDomain"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Endpoints"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/generateSsoUri":{"post":{"description":"Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes.","operationId":"Profiles_GenerateSsoUri","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Profiles_GenerateSsoUri":{"value":"profile1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SsoUri"},"examples":{"Profiles_GenerateSsoUri":{"$ref":"#/components/examples/Profiles_GenerateSsoUri"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Profiles"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/getSupportedOptimizationTypes":{"post":{"description":"Gets the supported optimization types for the current profile. A user can create an endpoint with an optimization type from the listed values.","operationId":"Profiles_ListSupportedOptimizationTypes","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"description":"Name of the CDN profile which is unique within the resource group.","in":"path","name":"profileName","required":true,"schema":{"type":"string"},"examples":{"Profiles_ListSupportedOptimizationTypes":{"value":"profile1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SupportedOptimizationTypesListResult"},"examples":{"Profiles_ListSupportedOptimizationTypes":{"$ref":"#/components/examples/Profiles_ListSupportedOptimizationTypes"}}}}},"default":{"description":"CDN error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Profiles"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"CheckNameAvailability":{"value":{"message":"Name not available","nam