Skip to main content

FINBOURNE Luminesce Web API

Project description

Documentation for API Endpoints

All URIs are relative to https://fbn-prd.lusid.com/honeycomb

Class Method HTTP request Description
ApplicationMetadataApi get_services_as_access_controlled_resources GET /api/metadata/access/resources GetServicesAsAccessControlledResources: Get resources available for access control
BinaryDownloadingApi download_binary GET /api/Download/download [EXPERIMENTAL] DownloadBinary: Download Luminesce Binaries you may run on site
BinaryDownloadingApi get_binary_versions GET /api/Download/versions [EXPERIMENTAL] GetBinaryVersions: Lists the available versions of binaries
CertificateManagementApi download_certificate GET /api/Certificate/certificate [EXPERIMENTAL] DownloadCertificate: Download Domain or your personal certificates
CertificateManagementApi list_certificates GET /api/Certificate/certificates [EXPERIMENTAL] ListCertificates: Lists previously minted certificates
CertificateManagementApi manage_certificate PUT /api/Certificate/manage [EXPERIMENTAL] ManageCertificate: Create / Renew / Revoke a certificate
CurrentTableFieldCatalogApi get_catalog GET /api/Catalog GetCatalog: Flattened Table/Faield Catalog
CurrentTableFieldCatalogApi get_fields GET /api/Catalog/fields GetFields: Lists field/parameter information for providers
CurrentTableFieldCatalogApi get_providers GET /api/Catalog/providers GetProviders: Lists providers available
HealthCheckingEndpointApi fake_node_reclaim GET /fakeNodeReclaim [INTERNAL] FakeNodeReclaim: Helps testing of AWS node reclaim behaviour
HistoricallyExecutedQueriesApi cancel_history DELETE /api/History/{executionId} CancelHistory: Cancels / Clears data from a query history search
HistoricallyExecutedQueriesApi fetch_history_result_histogram GET /api/History/{executionId}/histogram FetchHistoryResultHistogram: Makes a histogram of results from a query history search
HistoricallyExecutedQueriesApi fetch_history_result_json GET /api/History/{executionId}/json FetchHistoryResultJson: Fetches JSON results from a query history search
HistoricallyExecutedQueriesApi get_history GET /api/History GetHistory: Starts a background query history search
HistoricallyExecutedQueriesApi get_progress_of_history GET /api/History/{executionId} GetProgressOfHistory: View progress of a query history search
MultiQueryExecutionApi cancel_multi_query DELETE /api/MultiQueryBackground/{executionId} CancelMultiQuery: Cancels / Clears a previously started query-set
MultiQueryExecutionApi get_progress_of_multi_query GET /api/MultiQueryBackground/{executionId} GetProgressOfMultiQuery: View progress information for the entire query-set
MultiQueryExecutionApi start_queries PUT /api/MultiQueryBackground StartQueries: Runs a given set of Sql queries in the background
SqlBackgroundExecutionApi cancel_query DELETE /api/SqlBackground/{executionId} CancelQuery: Cancels / Clears data from a previously run query
SqlBackgroundExecutionApi fetch_query_result_csv GET /api/SqlBackground/{executionId}/csv FetchQueryResultCsv: Fetches the result of a query as CSV
SqlBackgroundExecutionApi fetch_query_result_excel GET /api/SqlBackground/{executionId}/excel FetchQueryResultExcel: Fetches the result of a query as an Excel file
SqlBackgroundExecutionApi fetch_query_result_histogram GET /api/SqlBackground/{executionId}/histogram FetchQueryResultHistogram: Constructs a histogram of the result of a query
SqlBackgroundExecutionApi fetch_query_result_json GET /api/SqlBackground/{executionId}/json FetchQueryResultJson: Fetches the result of a query as a JSON string
SqlBackgroundExecutionApi fetch_query_result_json_proper GET /api/SqlBackground/{executionId}/jsonProper FetchQueryResultJsonProper: Fetches the result of a query as JSON
SqlBackgroundExecutionApi fetch_query_result_parquet GET /api/SqlBackground/{executionId}/parquet FetchQueryResultParquet: Fetches the result of a query as Parquet
SqlBackgroundExecutionApi fetch_query_result_pipe GET /api/SqlBackground/{executionId}/pipe FetchQueryResultPipe: Fetches the result of a query as pipe-delimited
SqlBackgroundExecutionApi fetch_query_result_sqlite GET /api/SqlBackground/{executionId}/sqlite FetchQueryResultSqlite: Fetches the result of a query as SqLite
SqlBackgroundExecutionApi fetch_query_result_xml GET /api/SqlBackground/{executionId}/xml FetchQueryResultXml: Fetches the result of a query as XML
SqlBackgroundExecutionApi get_progress_of GET /api/SqlBackground/{executionId} GetProgressOf: View progress information up until this point
SqlBackgroundExecutionApi start_query PUT /api/SqlBackground StartQuery: Starts to Execute Sql in the background
SqlDesignApi put_case_statement_design_sql_to_design PUT /api/Sql/tocasestatementdesign [EXPERIMENTAL] PutCaseStatementDesignSqlToDesign: Converts SQL to a case statement design object
SqlDesignApi put_case_statement_design_to_sql PUT /api/Sql/fromcasestatementdesign [EXPERIMENTAL] PutCaseStatementDesignToSql: Converts a case statement design object to SQL
SqlDesignApi put_file_read_design_to_sql PUT /api/Sql/fromfilereaddesign [EXPERIMENTAL] PutFileReadDesignToSql: Makes file read SQL from a design object
SqlDesignApi put_inlined_properties_design_sql_to_design PUT /api/Sql/toinlinedpropertiesdesign [EXPERIMENTAL] PutInlinedPropertiesDesignSqlToDesign: Makes an inlined properties design from SQL
SqlDesignApi put_inlined_properties_design_to_sql PUT /api/Sql/frominlinedpropertiesdesign [EXPERIMENTAL] PutInlinedPropertiesDesignToSql: Makes inlined properties SQL from a design object
SqlDesignApi put_intellisense PUT /api/Sql/intellisense PutIntellisense: Makes a intellisense prompts given an SQL snip-it
SqlDesignApi put_intellisense_error PUT /api/Sql/intellisenseError PutIntellisenseError: Expresses error ranges from SQL
SqlDesignApi put_query_design_to_sql PUT /api/Sql/fromdesign [EXPERIMENTAL] PutQueryDesignToSql: Makes SQL from a structured query design
SqlDesignApi put_query_to_format PUT /api/Sql/pretty PutQueryToFormat: Formats SQL into a more readable form
SqlDesignApi put_sql_to_extract_scalar_parameters PUT /api/Sql/extractscalarparameters [EXPERIMENTAL] PutSqlToExtractScalarParameters: Extracts scalar parameter information from SQL
SqlDesignApi put_sql_to_file_read_design PUT /api/Sql/tofilereaddesign [EXPERIMENTAL] PutSqlToFileReadDesign: Makes a design object from file-read SQL
SqlDesignApi put_sql_to_query_design PUT /api/Sql/todesign [EXPERIMENTAL] PutSqlToQueryDesign: Makes a SQL-design object from SQL if possible
SqlDesignApi put_sql_to_view_design PUT /api/Sql/toviewdesign [EXPERIMENTAL] PutSqlToViewDesign: Makes a view-design from view creation SQL
SqlDesignApi put_sql_to_writer_design PUT /api/Sql/towriterdesign [EXPERIMENTAL] PutSqlToWriterDesign: Makes a SQL-writer-design object from SQL
SqlDesignApi put_view_design_to_sql PUT /api/Sql/fromviewdesign [EXPERIMENTAL] PutViewDesignToSql: Makes view creation sql from a view-design
SqlDesignApi put_writer_design_to_sql PUT /api/Sql/fromwriterdesign [EXPERIMENTAL] PutWriterDesignToSql: Makes writer SQL from a writer-design object
SqlExecutionApi get_by_query_csv GET /api/Sql/csv/{query} GetByQueryCsv: Executes Sql from the url returning CSV
SqlExecutionApi get_by_query_excel GET /api/Sql/excel/{query} GetByQueryExcel: Executes Sql from the url returning an Excel file
SqlExecutionApi get_by_query_json GET /api/Sql/json/{query} GetByQueryJson: Executes Sql from the url returning JSON
SqlExecutionApi get_by_query_parquet GET /api/Sql/parquet/{query} GetByQueryParquet: Executes Sql from the url returning a Parquet file
SqlExecutionApi get_by_query_pipe GET /api/Sql/pipe/{query} GetByQueryPipe: Executes Sql from the url returning pipe-delimited
SqlExecutionApi get_by_query_sqlite GET /api/Sql/sqlite/{query} GetByQuerySqlite: Executes Sql from the url returning SqLite DB
SqlExecutionApi get_by_query_xml GET /api/Sql/xml/{query} GetByQueryXml: Executes Sql from the url returning XML
SqlExecutionApi put_by_query_csv PUT /api/Sql/csv PutByQueryCsv: Executes Sql from the body returning CSV
SqlExecutionApi put_by_query_excel PUT /api/Sql/excel PutByQueryExcel: Executes Sql from the body making an Excel file
SqlExecutionApi put_by_query_json PUT /api/Sql/json PutByQueryJson: Executes Sql from the body returning JSON
SqlExecutionApi put_by_query_parquet PUT /api/Sql/parquet PutByQueryParquet: Executes Sql from the body making a Parquet file
SqlExecutionApi put_by_query_pipe PUT /api/Sql/pipe PutByQueryPipe: Executes Sql from the body making pipe-delimited
SqlExecutionApi put_by_query_sqlite PUT /api/Sql/sqlite PutByQuerySqlite: Executes Sql from the body returning SqLite DB
SqlExecutionApi put_by_query_xml PUT /api/Sql/xml PutByQueryXml: Executes Sql from the body returning XML

Documentation for Models

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

luminesce_sdk-2.1.141.tar.gz (103.6 kB view details)

Uploaded Source

Built Distribution

luminesce_sdk-2.1.141-py3-none-any.whl (184.0 kB view details)

Uploaded Python 3

File details

Details for the file luminesce_sdk-2.1.141.tar.gz.

File metadata

  • Download URL: luminesce_sdk-2.1.141.tar.gz
  • Upload date:
  • Size: 103.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.8.2 Linux/5.15.129-flatcar

File hashes

Hashes for luminesce_sdk-2.1.141.tar.gz
Algorithm Hash digest
SHA256 b0d371a9d17aa16b0d64e4199e3a5a5e81cffc2fd105961a87cb10f560a3a92f
MD5 ac09ab0aec36d9d28c099ecb9c799efa
BLAKE2b-256 5f2767e7f71c34220861ea8f2830a07a791e1e8cbff8ab15dcb35a05ba626c02

See more details on using hashes here.

File details

Details for the file luminesce_sdk-2.1.141-py3-none-any.whl.

File metadata

  • Download URL: luminesce_sdk-2.1.141-py3-none-any.whl
  • Upload date:
  • Size: 184.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.8.2 Linux/5.15.129-flatcar

File hashes

Hashes for luminesce_sdk-2.1.141-py3-none-any.whl
Algorithm Hash digest
SHA256 16d94cf521605f41d512b935f1c37a07e48f2f5b86a88ce04ba217a892d733be
MD5 80a2b61e5987b5f4210bbb0e32418c9b
BLAKE2b-256 0cc196e91012f043f3537d1fcb451239dc138d9896633f6c662eecb2b93f3fe3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page