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 Authenticating Azure Resource Manager requests.

REST Operation Groups

Operation Group Description
Account Provides operations to manage Data Lake Analytics account and storage linked to Data Lake Analytics account.
Catalog Provides operations to manage catalogs for the Data Lake Analytics account.
Job Provides operations to manage jobs in the Data Lake Analytics account.
Firewall rules Provides operations to manage firewall rules for Data Lake Analytics account.
Storage accounts Provides operations to manage Azure Storage accounts associated with a Data Lake Analytics account.

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 more information, see Authenticating Azure Resource Manager requests.

See Also