{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Catalog API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Catalog", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure List Repositories", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/acr/v1/_catalog", "params": [ { "name": "last", "value": "example_value", "type": "query", "description": "Query parameter for the last item in the previous call." }, { "name": "n", "value": "10", "type": "query", "description": "Number of repositories to return." } ] }, "docs": "List repositories in the registry." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Secrets Secretname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/secrets/:secretName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the secret." }, { "name": "secretName", "value": "", "type": "path", "description": "The name of the secret to get" }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Gets the specified secret in the specified database" }, { "info": { "name": "Microsoft Azure Put Catalog Usql Databases Databasename Secrets Secretname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/secrets/:secretName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database in which to create the secret." }, { "name": "secretName", "value": "", "type": "path", "description": "The name of the secret." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Creates the specified secret for use with external data sources in the specified database." }, { "info": { "name": "Microsoft Azure Patch Catalog Usql Databases Databasename Secrets Secretname", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/secrets/:secretName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the secret." }, { "name": "secretName", "value": "", "type": "path", "description": "The name of the secret." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Modifies the specified secret for use with external data sources in the specified database" }, { "info": { "name": "Microsoft Azure Delete Catalog Usql Databases Databasename Secrets Secretname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/secrets/:secretName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the secret." }, { "name": "secretName", "value": "", "type": "path", "description": "The name of the secret to delete" }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Deletes the specified secret in the specified database" }, { "info": { "name": "Microsoft Azure Delete Catalog Usql Databases Databasename Secrets", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/secrets", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the secret." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Deletes all secrets in the specified database" }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Externaldatasources Externaldatasourcename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/externaldatasources/:externalDataSourceName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the external data source." }, { "name": "externalDataSourceName", "value": "", "type": "path", "description": "The name of the external data source." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the specified external data source from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Externaldatasources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/externaldatasources", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the external data sources." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$expand", "value": "", "type": "query", "description": "OData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "description": "OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional." }, { "name": "$count", "value": "", "type": "query", "description": "The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the list of external data sources from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Credentials Credentialname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/credentials/:credentialName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the schema." }, { "name": "credentialName", "value": "", "type": "path", "description": "The name of the credential." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the specified credential from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Credentials", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/credentials", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the schema." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$expand", "value": "", "type": "query", "description": "OData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "description": "OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional." }, { "name": "$count", "value": "", "type": "query", "description": "The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the list of credentials from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Procedures Procedurename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/procedures/:procedureName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the procedure." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the procedure." }, { "name": "procedureName", "value": "", "type": "path", "description": "The name of the procedure." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the specified procedure from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Procedures", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/procedures", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the procedures." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the procedures." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$expand", "value": "", "type": "query", "description": "OData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "description": "OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional." }, { "name": "$count", "value": "", "type": "query", "description": "The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the list of procedures from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Tables Tablename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/tables/:tableName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the table." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the table." }, { "name": "tableName", "value": "", "type": "path", "description": "The name of the table." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the specified table from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Tables", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/tables", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the tables." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the tables." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$expand", "value": "", "type": "query", "description": "OData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "description": "OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional." }, { "name": "$count", "value": "", "type": "query", "description": "The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the list of tables from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Tabletypes Tabletypename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/tabletypes/:tableTypeName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the table type." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the table type." }, { "name": "tableTypeName", "value": "", "type": "path", "description": "The name of the table type to retrieve." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the specified table type from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Tabletypes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/tabletypes", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the table types." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the table types." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$expand", "value": "", "type": "query", "description": "OData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "description": "OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional." }, { "name": "$count", "value": "", "type": "query", "description": "The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the list of table types from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Views Viewname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/views/:viewName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the view." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the view." }, { "name": "viewName", "value": "", "type": "path", "description": "The name of the view." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the specified view from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Views", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/views", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the views." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the views." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$expand", "value": "", "type": "query", "description": "OData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "description": "OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional." }, { "name": "$count", "value": "", "type": "query", "description": "The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the list of views from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Tables Tablename Statistics Statisticsname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/tables/:tableName/statistics/:statisticsName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the statistics." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the statistics." }, { "name": "tableName", "value": "", "type": "path", "description": "The name of the table containing the statistics." }, { "name": "statisticsName", "value": "", "type": "path", "description": "The name of the table statistics." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the specified table statistics from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Tables Tablename Statistics", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/tables/:tableName/statistics", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the statistics." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the statistics." }, { "name": "tableName", "value": "", "type": "path", "description": "The name of the table containing the statistics." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$expand", "value": "", "type": "query", "description": "OData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "description": "OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional." }, { "name": "$count", "value": "", "type": "query", "description": "The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the list of table statistics from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Tables Tablename Partitions Partitionname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/tables/:tableName/partitions/:partitionName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the partition." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the partition." }, { "name": "tableName", "value": "", "type": "path", "description": "The name of the table containing the partition." }, { "name": "partitionName", "value": "", "type": "path", "description": "The name of the table partition." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the specified table partition from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Tables Tablename Partitions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/tables/:tableName/partitions", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the partitions." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the partitions." }, { "name": "tableName", "value": "", "type": "path", "description": "The name of the table containing the partitions." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$expand", "value": "", "type": "query", "description": "OData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "description": "OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional." }, { "name": "$count", "value": "", "type": "query", "description": "The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the list of table partitions from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Types", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/types", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the types." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the types." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$expand", "value": "", "type": "query", "description": "OData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "description": "OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional." }, { "name": "$count", "value": "", "type": "query", "description": "The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Tablevaluedfunctions Tablevaluedfunctionname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/tablevaluedfunctions/:tableValuedFunctionName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the table valued function." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the table valued function." }, { "name": "tableValuedFunctionName", "value": "", "type": "path", "description": "The name of the tableValuedFunction." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the specified table valued function from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname Tablevaluedfunctions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName/tablevaluedfunctions", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the table valued functions." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema containing the table valued functions." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$expand", "value": "", "type": "query", "description": "OData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "description": "OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional." }, { "name": "$count", "value": "", "type": "query", "description": "The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the list of table valued functions from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Assemblies Assemblyname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/assemblies/:assemblyName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the assembly." }, { "name": "assemblyName", "value": "", "type": "path", "description": "The name of the assembly." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the specified assembly from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Assemblies", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/assemblies", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the assembly." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$expand", "value": "", "type": "query", "description": "OData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "description": "OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional." }, { "name": "$count", "value": "", "type": "query", "description": "The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the list of assemblies from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas Schemaname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas/:schemaName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the schema." }, { "name": "schemaName", "value": "", "type": "path", "description": "The name of the schema." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the specified schema from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename Schemas", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName/schemas", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database containing the schema." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$expand", "value": "", "type": "query", "description": "OData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "description": "OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional." }, { "name": "$count", "value": "", "type": "query", "description": "The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the list of schemas from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases Databasename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases/:databaseName", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the specified database from the Data Lake Analytics catalog." }, { "info": { "name": "Microsoft Azure Get Catalog Usql Databases", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog/usql/databases", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$expand", "value": "", "type": "query", "description": "OData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "description": "OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional." }, { "name": "$count", "value": "", "type": "query", "description": "The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves the list of databases from the Data Lake Analytics catalog." } ] } ], "bundled": true }