Skip to content

connector

Module Step Summary
consumer connector/consumer/discover_connector Discover a counter-party's DSP endpoint, ID and protocol from its BPN.
consumer connector/consumer/do_dsp Run the full DSP flow (catalog → negotiation → transfer) via the SDK.
consumer connector/consumer/do_dsp_with_bpnl Run the full DSP flow using BPNL-based connector discovery via the SDK.
consumer connector/consumer/extract_dataset Extract the first matching dataset from catalog offers by dct:type.
consumer connector/consumer/get_edr Retrieve the EDR data address for a completed transfer.
consumer connector/consumer/initiate_transfer Start a data transfer for a contract that has already been negotiated.
consumer connector/consumer/negotiate Negotiate a contract with the provider and wait for the outcome.
consumer connector/consumer/pull_data_filtered Run the full DSP flow in one step, optionally constrained to one policy.
consumer connector/consumer/pull_data_filtered_by_policy Run the full DSP flow, accepting an offer that matches any of several policies.
consumer connector/consumer/query_catalog Query a provider's catalog via the SDK connector consumer service.
consumer connector/consumer/query_catalog_by_asset_id Query the catalog filtered by a specific asset ID.
consumer connector/consumer/query_catalog_by_bpnl Query the catalog using BPNL-based connector discovery.
consumer connector/consumer/query_catalog_with_filters Query a provider's catalog with multiple filter expressions via the SDK.
dataplane connector/dataplane/http_request Fetch data from a data-plane endpoint using an EDR token.
discover/digital-twin-registry connector/discover/digital-twin-registry/auth Get authorization to a counterparty's Digital Twin Registry.
provider connector/provider/create_asset Register an asset at the provider connector.
provider connector/provider/create_contract_definition Publish assets by binding them to an access and a contract policy.
provider connector/provider/create_policy Register an ODRL policy definition at the provider connector.
provider connector/provider/delete_asset Delete an asset from the provider connector.
provider connector/provider/delete_contract_definition Delete a contract definition from the provider connector.
provider connector/provider/delete_policy Delete a policy definition from the provider connector.
provider/wizard connector/provider/wizard/create_asset Register an asset described field by field rather than as a document.
provider/wizard connector/provider/wizard/create_policy Register an ODRL policy written as rule lists rather than as a document.