@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api HDInsightManagementClient
@base https://management.azure.com
@version 2018-06-01-preview
@auth OAuth2
@endpoints 3
@toc subscriptions(3)

@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations
@desc Gets all configuration information for an HDI cluster.
@required {subscriptionId: any # The subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster., api-version: any # The HDInsight client API Version.}
@returns(200) OK response definition.

@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}
@desc Configures the HTTP settings on the specified cluster. This API is deprecated, please use UpdateGatewaySettings in cluster endpoint instead.
@required {subscriptionId: any # The subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster., configurationName: any # The name of the cluster configuration., api-version: any # The HDInsight client API Version., parameters: map # The cluster configurations.}
@returns(200) Ok response definition
@returns(202) Accepted response definition
@returns(204) No content response definition

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}
@desc The configuration object for the specified cluster. This API is not recommended and might be removed in the future. Please consider using List configurations API instead.
@required {subscriptionId: any # The subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster., configurationName: any # The name of the cluster configuration., api-version: any # The HDInsight client API Version.}
@returns(200) OK response definition.

@end
