Azure Data Lake Analytics REST API

Use the Azure Data Lake Analytics REST APIs to create and manage Data Lake Analytics resources through Azure Resource Manager. All task operations conform to the HTTP/1.1 protocol specification and most operations return an x-ms-request-id header that can be used to obtain information about the request. You must make sure that requests made to these resources are secure, using https. For more information on making secure requests, see Acquire an access token.

Common parameters and headers

The following information is common to all tasks that you might do related to Data Lake Analytics:

  • Replace {api-version} with 2016-11-01.
  • Replace {subscription-id} in the URI with your Azure subscription identifier.
  • Replace {resource-group-name} with the resource group. For more information, see Using Resource groups to manage your Azure resources. Replace {account-name} in the URI with your Data Lake Analytics account name.
  • Set the Content-Type header to application/json.
  • Set the Authorization header to a JSON Web Token that you obtain from Azure Active Directory. For job, pipeline, recurrence, and catalog operations, be sure to obtain a token for the resource URI / audience claim “https://datalake.azure.net/”, NOT “https://management.core.windows.net/” nor “https://management.azure.com/”. For more information, see Acquire an access token.

See also