{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-apimanagement","description":"ApiManagementClient","version":"2018-01-01","base_url":"https://management.azure.com","endpoints":7,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api ApiManagementClient\n@base https://management.azure.com\n@version 2018-01-01\n@auth OAuth2\n@common_fields {resourceGroupName: any # The name of the resource group., serviceName: any # The name of the API Management service., api-version: any # Version of the API to be used with the client request., subscriptionId: any # Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@endpoints 7\n@toc subscriptions(7)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies\n@desc Lists all the Global Policy definitions of the Api Management service.\n@optional {scope: any # Policy scope.}\n@returns(200) Returns an array of Policy Contracts.\n\n@endpoint HEAD /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies/{policyId}\n@desc Gets the entity state (Etag) version of the Global policy definition in the Api Management service.\n@required {policyId: any # The identifier of the Policy.}\n@returns(200) The current entity state version is present in the ETag header.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies/{policyId}\n@desc Get the Global policy definition of the Api Management service.\n@required {policyId: any # The identifier of the Policy.}\n@returns(200) Returns the Policy Contracts.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies/{policyId}\n@desc Creates or updates the global policy configuration of the Api Management service.\n@required {policyId: any # The identifier of the Policy., parameters: any # The policy contents to apply.}\n@returns(200) Global policy configuration of the Api Management service was successfully updated.\n@returns(201) Global policy configuration was successfully created.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies/{policyId}\n@desc Deletes the global policy configuration of the Api Management Service.\n@required {policyId: any # The identifier of the Policy., If-Match: any # ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.}\n@returns(200) Successfully deleted the policy configuration at the Global level.\n@returns(204) Successfully deleted the policy configuration at the Global level.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policySnippets\n@desc Lists all policy snippets.\n@optional {scope: any # Policy scope.}\n@returns(200) Returns an array of Policy Contracts.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/regions\n@desc Lists all azure regions in which the service exists.\n@returns(200) Lists of Regions in which the service is deployed.\n\n@end\n"}