Azure Data Lake
Azure Data Lake management API — 12 operations consolidated from 2 Microsoft OpenAPI specs into one connector.
- Base URL:
https://management.azure.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. The server refreshes the access token before each run.
Consolidated from 2 spec-per-resource-provider connectors; every operation from every one of them is preserved. The superseded names still resolve.
Operations
accounts_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}accounts_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accountsaccounts_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accountscomputepolicies_listbyaccount— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicieslocations_getcapability— GET /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capabilitylocations_getusage— GET /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/usagesoperations_list— GET /providers/Microsoft.DataLakeAnalytics/operationsstore_account_accounts_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}store_account_accounts_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accountsstore_account_accounts_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accountsstore_account_locations_getcapability— GET /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/capabilitystore_account_operations_list— GET /providers/Microsoft.DataLakeStore/operations
Inputs
- a linked
oauthcredential (no key inputs) operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: accounts_get, accounts_list, accounts_listbyresourcegroup, computepolicies_listbyaccount, locations_getcapability, locations_getusage, operations_list, store_account_accounts_get, store_account_accounts_list, store_account_accounts_listbyresourcegroup, store_account_locations_getcapability, store_account_operations_list |
accountName |
string | no | — | Path parameter accountName (required by some operations). |
location |
string | no | — | Path parameter location (required by some operations). |
resourceGroupName |
string | no | — | Path parameter resourceGroupName (required by some operations). |
subscriptionId |
string | no | — | Path parameter subscriptionId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |