openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 75.2 kB
JSON
{"openapi":"3.0.0","info":{"description":"Use these REST APIs to manage Azure API Management deployment.","title":"ApiManagementClient","version":"2019-01-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/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-01-01/apimdeployment.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"apimanagement-apimdeployment","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.ApiManagement/operations":{"get":{"description":"Lists all of the available REST API operations of the Microsoft.ApiManagement provider.","operationId":"ApiManagementOperations_List","parameters":[{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ApiManagementListOperations":{"value":"2019-01-01"}}}],"responses":{"200":{"description":"Success. The response describes the list of operations.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationListResult"},"examples":{"ApiManagementListOperations":{"$ref":"#/components/examples/ApiManagementListOperations"}}}}}},"tags":["ApiManagementOperations"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/checkNameAvailability":{"post":{"description":"Checks availability and correctness of a name for an API Management service.","operationId":"ApiManagementService_CheckNameAvailability","parameters":[{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ApiManagementServiceCheckNameAvailability":{"value":"2019-01-01"}}},{"description":"Subscription credentials which uniquely identify 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":{"ApiManagementServiceCheckNameAvailability":{"value":"subid"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceCheckNameAvailabilityParameters"}}},"description":"Parameters supplied to the CheckNameAvailability operation.","required":true},"responses":{"200":{"description":"The result of check name availability.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceNameAvailabilityResult"},"examples":{"ApiManagementServiceCheckNameAvailability":{"$ref":"#/components/examples/ApiManagementServiceCheckNameAvailability"}}}}}},"tags":["ApiManagementService"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/service":{"get":{"description":"Lists all API Management services within an Azure subscription.","operationId":"ApiManagementService_List","parameters":[{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ApiManagementListServiceBySubscription":{"value":"2019-01-01"}}},{"description":"Subscription credentials which uniquely identify 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":{"ApiManagementListServiceBySubscription":{"value":"subid"}}}],"responses":{"200":{"description":"The API Management service list.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceListResult"},"examples":{"ApiManagementListServiceBySubscription":{"$ref":"#/components/examples/ApiManagementListServiceBySubscription"}}}}}},"tags":["ApiManagementService"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service":{"get":{"description":"List all API Management services within a resource group.","operationId":"ApiManagementService_ListByResourceGroup","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ApiManagementListServiceBySubscriptionAndResourceGroup":{"value":"rg1"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ApiManagementListServiceBySubscriptionAndResourceGroup":{"value":"2019-01-01"}}},{"description":"Subscription credentials which uniquely identify 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":{"ApiManagementListServiceBySubscriptionAndResourceGroup":{"value":"subid"}}}],"responses":{"200":{"description":"The API Management service list.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceListResult"},"examples":{"ApiManagementListServiceBySubscriptionAndResourceGroup":{"$ref":"#/components/examples/ApiManagementListServiceBySubscriptionAndResourceGroup"}}}}}},"tags":["ApiManagementService"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}":{"delete":{"description":"Deletes an existing API Management service.","operationId":"ApiManagementService_Delete","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ApiManagementServiceDeleteService":{"value":"rg1"}}},{"description":"The name of the API Management service.","in":"path","name":"serviceName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":50,"pattern":"^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"},"examples":{"ApiManagementServiceDeleteService":{"value":"apimService1"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ApiManagementServiceDeleteService":{"value":"2019-01-01"}}},{"description":"Subscription credentials which uniquely identify 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":{"ApiManagementServiceDeleteService":{"value":"subid"}}}],"responses":{"200":{"description":"Service was successfully deleted."},"202":{"description":"The service delete request was Accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceResource"},"examples":{"ApiManagementServiceDeleteService":{"$ref":"#/components/examples/ApiManagementServiceDeleteService"}}}}},"204":{"description":"The service does not exist."}},"tags":["ApiManagementService"],"x-ms-long-running-operation":true},"get":{"description":"Gets an API Management service resource description.","operationId":"ApiManagementService_Get","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ApiManagementServiceGetMultiRegionInternalVnet":{"value":"rg1"},"ApiManagementServiceGetService":{"value":"rg1"},"ApiManagementServiceGetServiceHavingMsi":{"value":"rg1"}}},{"description":"The name of the API Management service.","in":"path","name":"serviceName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":50,"pattern":"^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"},"examples":{"ApiManagementServiceGetMultiRegionInternalVnet":{"value":"apimService1"},"ApiManagementServiceGetService":{"value":"apimService1"},"ApiManagementServiceGetServiceHavingMsi":{"value":"apimService1"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ApiManagementServiceGetMultiRegionInternalVnet":{"value":"2019-01-01"},"ApiManagementServiceGetService":{"value":"2019-01-01"},"ApiManagementServiceGetServiceHavingMsi":{"value":"2019-01-01"}}},{"description":"Subscription credentials which uniquely identify 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":{"ApiManagementServiceGetMultiRegionInternalVnet":{"value":"subid"},"ApiManagementServiceGetService":{"value":"subid"},"ApiManagementServiceGetServiceHavingMsi":{"value":"subid"}}}],"responses":{"200":{"description":"Successfully got the API Management Service Resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceResource"},"examples":{"ApiManagementServiceGetMultiRegionInternalVnet":{"$ref":"#/components/examples/ApiManagementServiceGetMultiRegionInternalVnet"},"ApiManagementServiceGetService":{"$ref":"#/components/examples/ApiManagementServiceGetService"},"ApiManagementServiceGetServiceHavingMsi":{"$ref":"#/components/examples/ApiManagementServiceGetServiceHavingMsi"}}}}}},"tags":["ApiManagementService"]},"patch":{"description":"Updates an existing API Management service.","operationId":"ApiManagementService_Update","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ApiManagementUpdateServiceDisableTls10":{"value":"rg1"},"ApiManagementUpdateServicePublisherDetails":{"value":"rg1"}}},{"description":"The name of the API Management service.","in":"path","name":"serviceName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":50,"pattern":"^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"},"examples":{"ApiManagementUpdateServiceDisableTls10":{"value":"apimService1"},"ApiManagementUpdateServicePublisherDetails":{"value":"apimService1"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ApiManagementUpdateServiceDisableTls10":{"value":"2019-01-01"},"ApiManagementUpdateServicePublisherDetails":{"value":"2019-01-01"}}},{"description":"Subscription credentials which uniquely identify 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":{"ApiManagementUpdateServiceDisableTls10":{"value":"subid"},"ApiManagementUpdateServicePublisherDetails":{"value":"subid"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceUpdateParameters"}}},"description":"Parameters supplied to the CreateOrUpdate API Management service operation.","required":true},"responses":{"200":{"description":"The service was successfully updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceResource"},"examples":{"ApiManagementUpdateServiceDisableTls10":{"$ref":"#/components/examples/ApiManagementUpdateServiceDisableTls10"},"ApiManagementUpdateServicePublisherDetails":{"$ref":"#/components/examples/ApiManagementUpdateServicePublisherDetails"}}}}},"202":{"description":"The service update request was Accepted."}},"tags":["ApiManagementService"],"x-ms-long-running-operation":true},"put":{"description":"Creates or updates an API Management service. This is long running operation and could take several minutes to complete.","operationId":"ApiManagementService_CreateOrUpdate","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ApiManagementCreateMultiRegionServiceWithCustomHostname":{"value":"rg1"},"ApiManagementCreateService":{"value":"rg1"},"ApiManagementCreateServiceHavingMsi":{"value":"rg1"},"ApiManagementCreateServiceWithSystemCertificates":{"value":"rg1"}}},{"description":"The name of the API Management service.","in":"path","name":"serviceName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":50,"pattern":"^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"},"examples":{"ApiManagementCreateMultiRegionServiceWithCustomHostname":{"value":"apimService1"},"ApiManagementCreateService":{"value":"apimService1"},"ApiManagementCreateServiceHavingMsi":{"value":"apimService1"},"ApiManagementCreateServiceWithSystemCertificates":{"value":"apimService1"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ApiManagementCreateMultiRegionServiceWithCustomHostname":{"value":"2019-01-01"},"ApiManagementCreateService":{"value":"2019-01-01"},"ApiManagementCreateServiceHavingMsi":{"value":"2019-01-01"},"ApiManagementCreateServiceWithSystemCertificates":{"value":"2019-01-01"}}},{"description":"Subscription credentials which uniquely identify 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":{"ApiManagementCreateMultiRegionServiceWithCustomHostname":{"value":"subid"},"ApiManagementCreateService":{"value":"subid"},"ApiManagementCreateServiceHavingMsi":{"value":"subid"},"ApiManagementCreateServiceWithSystemCertificates":{"value":"subid"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceResource"}}},"description":"Parameters supplied to the CreateOrUpdate API Management service operation.","required":true},"responses":{"200":{"description":"The service was successfully set up.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceResource"},"examples":{"ApiManagementCreateMultiRegionServiceWithCustomHostname":{"$ref":"#/components/examples/ApiManagementCreateMultiRegionServiceWithCustomHostname"},"ApiManagementCreateService":{"$ref":"#/components/examples/ApiManagementCreateService"},"ApiManagementCreateServiceHavingMsi":{"$ref":"#/components/examples/ApiManagementCreateServiceHavingMsi"},"ApiManagementCreateServiceWithSystemCertificates":{"$ref":"#/components/examples/ApiManagementCreateServiceWithSystemCertificates"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceResource"},"examples":{"ApiManagementCreateMultiRegionServiceWithCustomHostname":{"$ref":"#/components/examples/ApiManagementCreateMultiRegionServiceWithCustomHostname"},"ApiManagementCreateService":{"$ref":"#/components/examples/ApiManagementCreateService"},"ApiManagementCreateServiceHavingMsi":{"$ref":"#/components/examples/ApiManagementCreateServiceHavingMsi"},"ApiManagementCreateServiceWithSystemCertificates":{"$ref":"#/components/examples/ApiManagementCreateServiceWithSystemCertificates"}}}}},"202":{"description":"Accepted the configuration change when updating the service."}},"tags":["ApiManagementService"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/applynetworkconfigurationupdates":{"post":{"description":"Updates the Microsoft.ApiManagement resource running in the Virtual network to pick the updated network settings.","operationId":"ApiManagementService_ApplyNetworkConfigurationUpdates","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ApiManagementApplyNetworkConfigurationUpdates":{"value":"rg1"}}},{"description":"The name of the API Management service.","in":"path","name":"serviceName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":50,"pattern":"^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"},"examples":{"ApiManagementApplyNetworkConfigurationUpdates":{"value":"apimService1"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ApiManagementApplyNetworkConfigurationUpdates":{"value":"2019-01-01"}}},{"description":"Subscription credentials which uniquely identify 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":{"ApiManagementApplyNetworkConfigurationUpdates":{"value":"subid"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceApplyNetworkConfigurationParameters"}}},"description":"Parameters supplied to the Apply Network Configuration operation. If the parameters are empty, all the regions in which the Api Management service is deployed will be updated sequentially without incurring downtime in the region."},"responses":{"200":{"description":"Network configuration updates were successfully applied on the Api Management service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceResource"},"examples":{"ApiManagementApplyNetworkConfigurationUpdates":{"$ref":"#/components/examples/ApiManagementApplyNetworkConfigurationUpdates"}}}}},"202":{"description":"Accepted: Location header contains the URL where the status of the long running operation can be checked."}},"tags":["ApiManagementService"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"location"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backup":{"post":{"description":"Creates a backup of the API Management service to the given Azure Storage Account. This is long running operation and could take several minutes to complete.","operationId":"ApiManagementService_Backup","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ApiManagementCreateBackup":{"value":"rg1"}}},{"description":"The name of the API Management service.","in":"path","name":"serviceName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":50,"pattern":"^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"},"examples":{"ApiManagementCreateBackup":{"value":"apimService1"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ApiManagementCreateBackup":{"value":"2019-01-01"}}},{"description":"Subscription credentials which uniquely identify 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":{"ApiManagementCreateBackup":{"value":"subid"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceBackupRestoreParameters"}}},"description":"Parameters supplied to the ApiManagementService_Backup operation.","required":true},"responses":{"200":{"description":"Successfully backed up the API Management service to the storage account.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceResource"},"examples":{"ApiManagementCreateBackup":{"$ref":"#/components/examples/ApiManagementCreateBackup"}}}}},"202":{"description":"Accepted: Location header contains the URL where the status of the long running operation can be checked."}},"tags":["ApiManagementService"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"location"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/getssotoken":{"post":{"description":"Gets the Single-Sign-On token for the API Management Service which is valid for 5 Minutes.","operationId":"ApiManagementService_GetSsoToken","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ApiManagementServiceGetSsoToken":{"value":"rg1"}}},{"description":"The name of the API Management service.","in":"path","name":"serviceName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":50,"pattern":"^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"},"examples":{"ApiManagementServiceGetSsoToken":{"value":"apimService1"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ApiManagementServiceGetSsoToken":{"value":"2019-01-01"}}},{"description":"Subscription credentials which uniquely identify 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":{"ApiManagementServiceGetSsoToken":{"value":"subid"}}}],"responses":{"200":{"description":"OK if successful with the SSO Redirect URI.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceGetSsoTokenResult"},"examples":{"ApiManagementServiceGetSsoToken":{"$ref":"#/components/examples/ApiManagementServiceGetSsoToken"}}}}}},"tags":["ApiManagementService"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/restore":{"post":{"description":"Restores a backup of an API Management service created using the ApiManagementService_Backup operation on the current service. This is a long running operation and could take several minutes to complete.","operationId":"ApiManagementService_Restore","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ApiManagementRestoreService":{"value":"rg1"}}},{"description":"The name of the API Management service.","in":"path","name":"serviceName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":50,"pattern":"^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"},"examples":{"ApiManagementRestoreService":{"value":"apimService1"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ApiManagementRestoreService":{"value":"2019-01-01"}}},{"description":"Subscription credentials which uniquely identify 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":{"ApiManagementRestoreService":{"value":"subid"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceBackupRestoreParameters"}}},"description":"Parameters supplied to the Restore API Management service from backup operation.","required":true},"responses":{"200":{"description":"Successfully restored the backup onto the API Management service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiManagementServiceResource"},"examples":{"ApiManagementRestoreService":{"$ref":"#/components/examples/ApiManagementRestoreService"}}}}},"202":{"description":"Accepted: Location header contains the URL where the status of the long running operation can be checked."}},"tags":["ApiManagementService"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"location"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/skus":{"get":{"description":"Gets all available SKU for a given API Management service","operationId":"ApiManagementServiceSkus_ListAvailableServiceSkus","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ApiManagementListSKUs-Consumption":{"value":"rg1"},"ApiManagementListSKUs-Dedicated":{"value":"rg1"}}},{"description":"The name of the API Management service.","in":"path","name":"serviceName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":50,"pattern":"^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"},"examples":{"ApiManagementListSKUs-Consumption":{"value":"apimService1"},"ApiManagementListSKUs-Dedicated":{"value":"apimService1"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ApiManagementListSKUs-Consumption":{"value":"2019-01-01"},"ApiManagementListSKUs-Dedicated":{"value":"2019-01-01"}}},{"description":"Subscription credentials which uniquely identify 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":{"ApiManagementListSKUs-Consumption":{"value":"subid"},"ApiManagementListSKUs-Dedicated":{"value":"subid"}}}],"responses":{"200":{"description":"Success. The response describes the list of SKUs.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceSkuResults"},"examples":{"ApiManagementListSKUs-Consumption":{"$ref":"#/components/examples/ApiManagementListSKUs-Consumption"},"ApiManagementListSKUs-Dedicated":{"$ref":"#/components/examples/ApiManagementListSKUs-Dedicated"}}}}}},"summary":"Gets available SKUs for API Management service","tags":["ApiManagementServiceSkus"],"x-ms-pageable":{"nextLinkName":"nextLink"}}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"ApiManagementListOperations":{"value":{"value":[{"display":{"description":"Create a new instance of API Management Service","operation":"Create a new instance of API Management Service","provider":"Microsoft API Management","resource":"Service"},"name":"Microsoft.ApiManagement/service/write"},{"display":{"description":"Read metadata for an API Management Service instance","operation":"Read metadata for an API Management Service instance","provider":"Microsoft API Management","resource":"Service"},"name":"Microsoft.ApiManagement/service/read"},{"display":{"description":"Delete API Management Service instance","operation":"Delete API Management Service instance","provider":"Microsoft API Management","resource":"Service"},"name":"Microsoft.ApiManagement/service/delete"},{"display":{"description":"Creates or updates the diagnostic setting for API Management service","operation":"Write diagnostic setting","provider":"Microsoft API Management","resource":"Service"},"name":"Microsoft.ApiManagement/service/providers/Microsoft.Insights/diagnosticSettings/write","origin":"system"},{"display":{"description":"Get list of operation results or Get result of a specific operation","operation":"Get operation results or Get operation result","provider":"Microsoft API Management","resource":"Results of async operations"},"name":"Microsoft.ApiManagement/service/tenant/operationResults/read"}]}},"ApiManagementServiceCheckNameAvailability":{"value":{"message":"","nameAvailable":true,"reason":"Valid"}},"ApiManagementListServiceBySubscription":{"value":{"value":[{"etag":"AAAAAAAXXAQ=","id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService3","location":"West US","name":"apimService3","properties":{"additionalLocations":[{"location":"West Europe","publicIPAddresses":["52.233.184.197"],"sku":{"capacity":1,"name":"Premium"}}],"createdAtUtc":"2017-05-27T15:33:55.5426123Z","gatewayUrl":"https://apimService3.azure-api.net","hostnameConfigurations":[],"managementApiUrl":"https://apimService3.management.azure-api.net","notificationSenderEmail":"apimgmt-noreply@mail.windowsazure.com","portalUrl":"https://apimService3.portal.azure-api.net","provisioningState":"Succeeded","publicIPAddresses":["13.88.16.64"],"publisherEmail":"admin@live.com","publisherName":"contoso","scmUrl":"https://apimService3.scm.azure-api.net","targetProvisioningState":"","virtualNetworkType":"None"},"sku":{"capacity":1,"name":"Premium"},"tags":{},"type":"Microsoft.ApiManagement/service"},{"etag":"AAAAAAAXW4U=","id":"/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.ApiManagement/service/apimService2","location":"West US","name":"apimService2","properties":{"createdAtUtc":"2017-05-26T23:55:31.1405115Z","gatewayUrl":"https://apimService2.azure-api.net","hostnameConfigurations":[],"managementApiUrl":"https://apimService2.management.azure-api.net","notificationSenderEmail":"apimgmt-noreply@mail.windowsazure.com","portalUrl":"https://apimService2.portal.azure-api.net","provisioningState":"Succeeded","publicIPAddresses":["13.64.237.151"],"publisherEmail":"admin@live.com","publisherName":"MS","scmUrl":"https://apimService2.scm.azure-api.net","targetProvisioningState":"","virtualNetworkType":"None"},"sku":{"capacity":1,"name":"Developer"},"tags":{},"type":"Microsoft.ApiManagement/service"},{"etag":"AAAAAAAXW5c=","id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService5","location":"West US","name":"apimService5","properties":{"createdAtUtc":"2017-05-26T18:13:02.0196315Z","gatewayUrl":"https://apimService5.azure-api.net","hostnameConfigurations":[{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=proxytemplatehostname1.contoso.com","thumbprint":"DE57B67BA63D21E925DA8BEFA436E6B7553A4C19"},"hostName":"proxytemplatehostname1.contoso.com","negotiateClientCertificate":false,"type":"Proxy"},{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=proxytemplatehostname2.contoso.com","thumbprint":"DE57B67BA63D21E925DA8BEFA436E6B7553A4C19"},"hostName":"proxytemplatehostname2.contoso.com","negotiateClientCertificate":true,"type":"Proxy"},{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=proxytemplatehostname3.contoso.com","thumbprint":"918D7785B926AC5AEE66322778A147BCE7237CF3"},"hostName":"proxytemplatehostname3.azure-api.net","negotiateClientCertificate":false,"type":"Proxy"},{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=proxytemplatehostname4.contoso.com","thumbprint":"918D7785B926AC5AEE66322778A147BCE7237CF3"},"hostName":"proxytemplatehostname4.azure-api.net","negotiateClientCertificate":true,"type":"Proxy"},{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=portaltemplatehostname1.contoso.com","thumbprint":"DE57B67BA63D21E925DA8BEFA436E6B7553A4C19"},"hostName":"portaltemplatehostname1.contoso.com","negotiateClientCertificate":false,"type":"Portal"}],"managementApiUrl":"https://apimService5.management.azure-api.net","notificationSenderEmail":"apimgmt-noreply@mail.windowsazure.com","portalUrl":"https://apimService5.portal.azure-api.net","provisioningState":"Succeeded","publicIPAddresses":["13.93.167.166"],"publisherEmail":"admin@live.com","publisherName":"contoso","scmUrl":"https://apimService5.scm.azure-api.net","targetProvisioningState":"","virtualNetworkType":"None"},"sku":{"capacity":1,"name":"Premium"},"tags":{},"type":"Microsoft.ApiManagement/service"}]}},"ApiManagementListServiceBySubscriptionAndResourceGroup":{"value":{"value":[{"etag":"AAAAAAAXXAQ=","id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService3","location":"West US","name":"apimService3","properties":{"additionalLocations":[{"location":"West Europe","publicIPAddresses":["52.233.184.197"],"sku":{"capacity":1,"name":"Premium"}}],"createdAtUtc":"2017-05-27T15:33:55.5426123Z","gatewayUrl":"https://apimService3.azure-api.net","hostnameConfigurations":[],"managementApiUrl":"https://apimService3.management.azure-api.net","portalUrl":"https://apimService3.portal.azure-api.net","provisioningState":"Succeeded","publicIPAddresses":["13.88.16.64"],"publisherEmail":"admin@live.com","publisherName":"contoso","scmUrl":"https://apimService3.scm.azure-api.net","targetProvisioningState":"","virtualNetworkType":"None"},"sku":{"capacity":1,"name":"Premium"},"tags":{},"type":"Microsoft.ApiManagement/service"},{"etag":"AAAAAAAXW4U=","id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService2","location":"West US","name":"apimService2","properties":{"createdAtUtc":"2017-05-26T23:55:31.1405115Z","gatewayUrl":"https://apimService2.azure-api.net","hostnameConfigurations":[],"managementApiUrl":"https://apimService2.management.azure-api.net","portalUrl":"https://apimService2.portal.azure-api.net","provisioningState":"Succeeded","publicIPAddresses":["13.64.237.151"],"publisherEmail":"admin@live.com","publisherName":"MS","scmUrl":"https://apimService2.scm.azure-api.net","targetProvisioningState":"","virtualNetworkType":"None"},"sku":{"capacity":1,"name":"Developer"},"tags":{},"type":"Microsoft.ApiManagement/service"},{"etag":"AAAAAAAXW5c=","id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService5","location":"West US","name":"apimService5","properties":{"createdAtUtc":"2017-05-26T18:13:02.0196315Z","gatewayUrl":"https://apimService5.azure-api.net","hostnameConfigurations":[{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=proxytemplatehostname1.contoso.com","thumbprint":"DE57B67BA63D21E925DA8BEFA436E6B7553A4C19"},"hostName":"proxytemplatehostname1.contoso.com","negotiateClientCertificate":false,"type":"Proxy"},{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=proxytemplatehostname2.contoso.com","thumbprint":"DE57B67BA63D21E925DA8BEFA436E6B7553A4C19"},"hostName":"proxytemplatehostname2.contoso.com","negotiateClientCertificate":true,"type":"Proxy"},{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=proxytemplatehostname3.contoso.com","thumbprint":"918D7785B926AC5AEE66322778A147BCE7237CF3"},"hostName":"proxytemplatehostname3.azure-api.net","negotiateClientCertificate":false,"type":"Proxy"},{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=proxytemplatehostname4.contoso.com","thumbprint":"918D7785B926AC5AEE66322778A147BCE7237CF3"},"hostName":"proxytemplatehostname4.azure-api.net","negotiateClientCertificate":true,"type":"Proxy"},{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=portaltemplatehostname1.contoso.com","thumbprint":"DE57B67BA63D21E925DA8BEFA436E6B7553A4C19"},"hostName":"portaltemplatehostname1.contoso.com","negotiateClientCertificate":false,"type":"Portal"}],"managementApiUrl":"https://apimService5.management.azure-api.net","portalUrl":"https://apimService5.portal.azure-api.net","provisioningState":"Succeeded","publicIPAddresses":["13.93.167.166"],"publisherEmail":"admin@live.com","publisherName":"contoso","scmUrl":"https://apimService5.scm.azure-api.net","targetProvisioningState":"","virtualNetworkType":"None"},"sku":{"capacity":1,"name":"Premium"},"tags":{},"type":"Microsoft.ApiManagement/service"}]}},"ApiManagementServiceDeleteService":{"value":{"etag":"AAAAAAFfhHY=","id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1","location":"West US","name":"apimService1","properties":{"createdAtUtc":"2016-12-20T19:41:21.5823069Z","customProperties":{"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2":"False","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30":"False","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10":"True","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11":"True","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168":"True","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30":"False","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10":"True","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11":"True"},"gatewayRegionalUrl":"https://apimService1-westus-01.regional.azure-api.net","gatewayUrl":"https://apimService1.azure-api.net","hostnameConfigurations":[],"managementApiUrl":"https://apimService1.management.azure-api.net","notificationSenderEmail":"apimgmt-noreply@mail.windowsazure.com","portalUrl":"https://apimService1.portal.azure-api.net","provisioningState":"Succeeded","publicIPAddresses":["40.XX.XXX.168"],"publisherEmail":"sasolank@microsoft.com","publisherName":"Microsoft","scmUrl":"https://apimService1.scm.azure-api.net","targetProvisioningState":"Deleting","virtualNetworkConfiguration":{"subnetResourceId":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/BlockVNETSamir/subnets/default"},"virtualNetworkType":"External"},"sku":{"capacity":1,"name":"Developer"},"tags":{},"type":"Microsoft.ApiManagement/service"}},"ApiManagementServiceGetMultiRegionInternalVnet":{"value":{"etag":"AAAAAADqC0c=","id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimservice1","location":"West US","name":"apimservice1","properties":{"additionalLocations":[{"gatewayRegionalUrl":"https://apimservice1-westus2-01.regional.azure-api.net","location":"West US 2","privateIPAddresses":["10.0.X.6"],"publicIPAddresses":["40.XXX.79.187"],"sku":{"capacity":1,"name":"Premium"},"virtualNetworkConfiguration":{"subnetResourceId":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/APIMVNet/subnets/apim-internal-sub"}}],"createdAtUtc":"2018-02-02T01:42:09.1268424Z","customProperties":{"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30":"False","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10":"True","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11":"True","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168":"True","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30":"False","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10":"True","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11":"True"},"gatewayRegionalUrl":"https://apimservice1-westus-01.regional.azure-api.net","gatewayUrl":"https://apimservice1.azure-api.net","hostnameConfigurations":[{"certificate":{"expiry":"2019-08-16T16:51:34+00:00","subject":"CN=*.preview.net","thumbprint":"B4330123DBAXXXXXXXXX1F35E84493476"},"defaultSslBinding":true,"hostName":"apimgatewaytest.preview.net","negotiateClientCertificate":false,"type":"Proxy"}],"managementApiUrl":"https://apimservice1.management.azure-api.net","notificationSenderEmail":"apimgmt-noreply@mail.windowsazure.com","portalUrl":"https://apimservice1.portal.azure-api.net","privateIPAddresses":["172.XX.0.5"],"provisioningState":"Succeeded","publicIPAddresses":["137.XXX.11.74"],"publisherEmail":"abcs@contoso.com","publisherName":"contoso publisher","scmUrl":"https://apimservice1.scm.azure-api.net","targetProvisioningState":"","virtualNetworkConfiguration":{"subnetResourceId":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/apim-appGateway-vnet/subnets/apim-subnet"},"virtualNetworkType":"Internal"},"sku":{"capacity":1,"name":"Premium"},"tags":{},"type":"Microsoft.ApiManagement/service"}},"ApiManagementServiceGetService":{"value":{"etag":"AAAAAAAYP5M=","id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1","location":"Central US","name":"apimService1","properties":{"additionalLocations":[{"gatewayRegionalUrl":"https://apimService1-westus-01.regional.azure-api.net","location":"West US","publicIPAddresses":["40.78.99.244"],"sku":{"capacity":1,"name":"Premium"}}],"createdAtUtc":"2017-06-28T23:01:33.0667959Z","gatewayRegionalUrl":"https://apimService1-centralus-01.regional.azure-api.net","gatewayUrl":"https://apimService1.azure-api.net","hostnameConfigurations":[{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=*.contoso.net","thumbprint":"918D7785B926AC5AEE66322778A147BCE7237CF3"},"defaultSslBinding":true,"hostName":"proxyhostname4.contoso.net","negotiateClientCertificate":false,"type":"Proxy"},{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=*.contoso.net","thumbprint":"918D7785B926AC5AEE66322778A147BCE7237CF3"},"defaultSslBinding":true,"hostName":"proxyhostname9.contoso.net","negotiateClientCertificate":false,"type":"Proxy"},{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=*.contoso.net","thumbprint":"918D7785B926AC5AEE66322778A147BCE7237CF3"},"defaultSslBinding":false,"hostName":"portalhostname2.contoso.net","negotiateClientCertificate":false,"type":"Portal"}],"managementApiUrl":"https://apimService1.management.azure-api.net","notificationSenderEmail":"contoso@live.com","portalUrl":"https://apimService1.portal.azure-api.net","provisioningState":"Succeeded","publicIPAddresses":["52.173.22.222"],"publisherEmail":"contoso@microsoft.com","publisherName":"admin","scmUrl":"https://apimService1.scm.azure-api.net","targetProvisioningState":"","virtualNetworkType":"None"},"sku":{"capacity":1,"name":"Premium"},"tags":{},"type":"Microsoft.ApiManagement/service"}},"ApiManagementServiceGetServiceHavingMsi":{"value":{"etag":"AAAAAAC2jkE=","id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1","identity":{"principalId":"ae7d906a-xxx-408a-xxxx-6b9d60e5756b","tenantId":"72f988bf-xxx-41af-xxxx-2d7cd011db47","type":"SystemAssigned"},"location":"West US","name":"apimService1","properties":{"createdAtUtc":"2017-10-13T16:56:47.0174063Z","gatewayRegionalUrl":"https://apimService1-westus-01.regional.azure-api.net","gatewayUrl":"https://apimService1.azure-api.net","hostnameConfigurations":[{"certificate":{"expiry":"2036-01-01T07:00:00+00:00","subject":"CN=*.msitesting.net","thumbprint":"8E98XXX52CAXXXXXXX2C91F1D174FDB3A2"},"defaultSslBinding":true,"hostName":"foobar.msitesting.net","keyVaultId":"https://constoso-msi-keyvault.vault.azure.net/secrets/msitestingCert","negotiateClientCertificate":false,"type":"Proxy"}],"managementApiUrl":"https://apimService1.management.azure-api.net","notificationSenderEmail":"apimgmt-noreply@mail.windowsazure.com","portalUrl":"https://apimService1.portal.azure-api.net","provisioningState":"Succeeded","publicIPAddresses":["13.xx.76.xxx"],"publisherEmail":"admin@contoso.com","publisherName":"Contoso","scmUrl":"https://apimService1.scm.azure-api.net"},"sku":{"capacity":1,"name":"Developer"},"tags":{},"type":"Microsoft.ApiManagement/service"}},"ApiManagementUpdateServiceDisableTls10":{"value":{"etag":"AAAAAAAYRPs=","id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1","location":"West US","name":"apimService1","properties":{"createdAtUtc":"2017-06-29T17:50:42.3191122Z","customProperties":{"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10":"False"},"gatewayUrl":"https://apimService1.azure-api.net","hostnameConfigurations":[],"managementApiUrl":"https://apimService1.management.azure-api.net","notificationSenderEmail":"apimgmt-noreply@mail.windowsazure.com","portalUrl":"https://apimService1.portal.azure-api.net","provisioningState":"Succeeded","publicIPAddresses":["40.86.176.232"],"publisherEmail":"admin@live.com","publisherName":"Contoso","scmUrl":"https://apimService1.scm.azure-api.net","targetProvisioningState":"","virtualNetworkType":"None"},"sku":{"capacity":1,"name":"Standard"},"tags":{"Owner":"sasolank","Pool":"Manual","Reserved":"","TestExpiration":"Thu, 29 Jun 2017 18:50:40 GMT","TestSuiteExpiration":"Thu, 29 Jun 2017 18:51:46 GMT","UID":"4f5025fe-0669-4e2e-8320-5199466e5eb3"},"type":"Microsoft.ApiManagement/service"}},"ApiManagementUpdateServicePublisherDetails":{"value":{"etag":"AAAAAAAYRPs=","id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1","location":"West US","name":"apimService1","properties":{"createdAtUtc":"2017-06-29T17:50:42.3191122Z","customProperties":{"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10":"False"},"gatewayUrl":"https://apimService1.azure-api.net","hostnameConfigurations":[],"managementApiUrl":"https://apimService1.management.azure-api.net","notificationSenderEmail":"apimgmt-noreply@mail.windowsazure.com","portalUrl":"https://apimService1.portal.azure-api.net","provisioningState":"Succeeded","publicIPAddresses":["40.86.176.232"],"publisherEmail":"foobar@live.com","publisherName":"Contoso Vnext","scmUrl":"https://apimService1.scm.azure-api.net","targetProvisioningState":"","virtualNetworkType":"None"},"sku":{"capacity":1,"name":"Standard"},"tags":{"Owner":"sasolank","Pool":"Manual","Reserved":"","TestExpiration":"Thu, 29 Jun 2017 18:50:40 GMT","TestSuiteExpiration":"Thu, 29 Jun 2017 18:51:46 GMT","UID":"4f5025fe-0669-4e2e-8320-5199466e5eb3"},"type":"Microsoft.ApiManagement/service"}},"ApiManagementCreateMultiRegionServiceWithCustomHostname":{"value":{"etag":"AAAAAAAXXpw=","id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1","location":"Central US","name":"apimService1","properties":{"additionalLocations":[{"location":"North Europe","publicIPAddresses":[],"sku":{"capacity":1,"name":"Premium"},"virtualNetworkConfiguration":{"subnetResourceId":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/westUsVirtualNetwork/subnets/apimSubnet"}}],"createdAtUtc":"2019-04-11T08:25:38.5086594Z","hostnameConfigurations":[{"defaultSslBinding":true,"hostName":"apimService1.azure-api.net","negotiateClientCertificate":false,"type":"Proxy"},{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=proxyhostname1.contoso.com","thumbprint":"918D7785B926AC5AEE66322778A147BCE7237CF3"},"hostName":"proxyhostname1.contoso.com","negotiateClientCertificate":false,"type":"Proxy"},{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=proxyhostname2.contoso.com","thumbprint":"918D7785B926AC5AEE66322778A147BCE7237CF3"},"hostName":"proxyhostname2.contoso.com","negotiateClientCertificate":true,"type":"Proxy"},{"certificate":{"expiry":"2018-03-17T21:55:07+00:00","subject":"CN=portalhostname1.contoso.com","thumbprint":"918D7785B926AC5AEE66322778A147BCE7237CF3"},"hostName":"portalhostname1.contoso.com","negotiateClientCertificate":false,"type":"Portal"}],"provisioningState":"Created","publicIPAddresses":[],"publisherEmail":"admin@live.com","publisherName":"contoso","targetProvisioningState":"Activating","virtualNetworkConfiguration":{"subnetResourceId":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/centralUsVirtualNetwork/subnets/apimSubnet"},"virtualNetworkType":"External"},"sku":{"capacity":1,"name":"Premium"},"tags":{},"type":"Microsoft.ApiManagement/service"}},"ApiManagementCreateService":{"value":{"etag":"AAAAAAFzRiw=","id":"/subscriptions/subid/resourceGroups/sdktestrg9348/providers/Microsoft.ApiManagement/service/apimService1","location":"Central US","name":"apimService1","properties":{"createdAtUtc":"2019-04-11T07:02:18.8577084Z","hostnameConfigurations":[{"defaultSslBinding":true,"hostName":"apimService1.azure-api.net","negotiateClientCertificate":false,"type":"Proxy"}],"notificationSenderEmail":"apimgmt-noreply@mail.windowsazure.com","provisioningState":"Created","publisherEmail":"apim@autorestsdk.com","publisherName":"autorestsdk","targetProvisioningState":"Activating","virtualNetworkType":"None"},"sku":{"capacity":1,"name":"Developer"},"tags":{"tag1":"value1","tag2":"value2","tag3":"value3"},"type":"Microsoft.ApiManagement/service"}},"ApiManagementCreateServiceHavingMsi":{"value":{"etag":"AAAAAAAAWiE=","id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1","identity":{"principalId":"dfb9a757-df69-4966-a8d0-711a9cd8ffb4","tenantId":"XXXXXX-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"location":"West US","name":"apimService1","properties":{"createdAtUtc":"2019-04-11T16:29:29.9711098Z","hostnameConfigurations":[{"defaultSslBinding":true,"hostName":"apimService1.azure-api.net","negotiateClientCertificate":false,"type":"Proxy"}],"notificationSenderEmail":"apimgmt-noreply@mail.windowsazure.com","provisioningState":"Created","publisherEmail":"apim@autorestsdk.com","publisherName":"autorestsdk","targetProvisioningState":"Activating","virtualNetworkType":"None"},"sku":{"capacity":0,"name":"Consumption"},"tags":{"tag1":"value1","tag2":"value2","tag3":"value3"},"type":"Microsoft.ApiManagement/service"}},"ApiManagementCreateServiceWithSystemCertificates":{"value":{"etag":"AAAAAADauaY=","id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1","location":"Central US","name":"apimService1","properties":{"certificates":[{"certificate":{"expiry":"2035-12-31T23:00:00-08:00","subject":"CN=*.msitesting.net","thumbprint":"8E989652XXXXXXXXXXXXXXXD