DataLakeAnalyticsCatalogManagementClient
Creates an Azure Data Lake Analytics catalog client.
Latency
3001ms p95
Uptime
0.0% 30d
Playground
Verified
live
Endpoints
/catalog/usql/databases/{databaseName}
Retrieves the specified database from the Data Lake Analytics catalog.
/catalog/usql/acl
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
/catalog/usql/databases
Retrieves the list of databases from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/acl
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/assemblies
Retrieves the list of assemblies from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/assemblies/{assemblyName}
Retrieves the specified assembly from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/credentials
Retrieves the list of credentials from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/credentials/{credentialName}
Retrieves the specified credential from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/credentials/{credentialName}
Modifies the specified credential for use with external data sources in the specified database
/catalog/usql/databases/{databaseName}/credentials/{credentialName}
Deletes the specified credential in the specified database
/catalog/usql/databases/{databaseName}/credentials/{credentialName}
Creates the specified credential for use with external data sources in the specified database.
/catalog/usql/databases/{databaseName}/externaldatasources
Retrieves the list of external data sources from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/externaldatasources/{externalDataSourceName}
Retrieves the specified external data source from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas
Retrieves the list of schemas from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}
Retrieves the specified schema from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/packages
Retrieves the list of packages from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/packages/{packageName}
Retrieves the specified package from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/procedures
Retrieves the list of procedures from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/procedures/{procedureName}
Retrieves the specified procedure from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/statistics
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables
Retrieves the list of tables from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}
Retrieves the specified table from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/types
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/partitions
Retrieves the list of table partitions from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/partitions/{partitionName}
Retrieves the specified table partition from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/partitions/{partitionName}/previewrows
Retrieves a preview set of rows in given partition.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/previewrows
Retrieves a preview set of rows in given table.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/statistics
Retrieves the list of table statistics from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/statistics/{statisticsName}
Retrieves the specified table statistics from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/tablefragments
Retrieves the list of table fragments from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tabletypes
Retrieves the list of table types from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tabletypes/{tableTypeName}
Retrieves the specified table type from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tablevaluedfunctions
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tablevaluedfunctions/{tableValuedFunctionName}
Retrieves the specified table valued function from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/views
Retrieves the list of views from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/schemas/{schemaName}/views/{viewName}
Retrieves the specified view from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/secrets
Deletes all secrets in the specified database. This is deprecated and will be removed in the next release. In the future, please only drop individual credentials using DeleteCredential
/catalog/usql/databases/{databaseName}/secrets/{secretName}
Deletes the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use DeleteCredential instead.
/catalog/usql/databases/{databaseName}/secrets/{secretName}
Gets the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use GetCredential instead.
/catalog/usql/databases/{databaseName}/secrets/{secretName}
Modifies the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use UpdateCredential instead.
/catalog/usql/databases/{databaseName}/secrets/{secretName}
Creates the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use CreateCredential instead.
/catalog/usql/databases/{databaseName}/statistics
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/tables
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/tablevaluedfunctions
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
/catalog/usql/databases/{databaseName}/views
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
45 endpoints auto-detected
curl -X GET \
"https://azure.local/catalog/usql/databases/{databaseName}"azure.local · HTTPS only