Skip to content

Commit

Permalink
docs(control-plane-adapter): improve documentation on how to use the …
Browse files Browse the repository at this point in the history
…control-plane adapter extension (#210)
  • Loading branch information
saschaisele-zf authored Apr 17, 2023
1 parent 945ef0c commit fd241d0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion edc-extensions/control-plane-adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,17 @@ To run CP-Adapter in "PERSISTENT" mode, You need to create a proper tables with
1. Client sends a GET request with two parameters: assetId and the url of the provider controlplane:

```plain
/adapter/asset/sync/{assetId}?providerUrl={providerUrl}
{controlplaneUrl}:{web.http.management.port}/{web.http.management.path}/adapter/asset/sync/{assetId}?providerUrl={providerUrl}
```

| Name | Description |
|----------------------------|----------------------------------------------------------------------------------|
| `controlplaneUrl` | The URL where the control plane of the consumer connector is available |
| `web.http.management.port` | Port of the management API provided by the control plane |
| `web.http.management.path` | Path of the management API provided by the control plane |
| `assetId` | ID of the wanted asset |
| `providerUrl` | URL pointing to the `data` endpoint of the IDS context of the provider connector |

The example ULR could be:

```plain
Expand Down

0 comments on commit fd241d0

Please sign in to comment.