File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
operate/entity-management Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ so other properties like `@type` and `@id` cannot be updated after the registrat
149
149
150
150
::: note
151
151
The complete definition of the new entity must be provided in the payload
152
- unlike the [ HTTP PATCH API] ( ./http_api .md#update-entity ) , that accepts the specific fragments to be updated.
152
+ unlike the [ HTTP PATCH API] ( ./rest_api .md#update-entity ) , that accepts the specific fragments to be updated.
153
153
::: note
154
154
155
155
### Example: Update the parent of an entity
@@ -179,5 +179,5 @@ tedge mqtt pub -r 'te/device/child01//' ''
179
179
::: note
180
180
The deregistration of descendant entities is done asynchronously by the ` tedge-agent `
181
181
and hence the completion time would vary based on how deep the hierarchy is.
182
- Using the [ HTTP API] ( ./http_api .md#delete-entity ) is recommended for deregistration as it provides clear feedback on completion.
183
- :::
182
+ Using the [ HTTP API] ( ./rest_api .md#delete-entity ) is recommended for deregistration as it provides clear feedback on completion.
183
+ :::
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A `tedge` sub command to interact with the HTTP services hosted on the device by
10
10
11
11
- the [ Cumulocity Proxy] ( ../../cumulocity-proxy/ )
12
12
- the [ File Transfer Service] ( ../../file-transfer-service/ )
13
- - the [ Entity Store Service] ( ../../../operate/registration / ) .
13
+ - the [ Entity Store Service] ( ../../../operate/entity-management / ) .
14
14
15
15
This command uses ` tedge config ` to get the appropriate host, port and credentials to reach these local HTTP services.
16
16
So the same command can be used unchanged from the main device or a child device, with TLS or mTLS enabled or not.
@@ -54,7 +54,7 @@ The requests are forwarded to the appropriate service depending on the URL prefi
54
54
tedge http put /te/v1/files/target.txt --file source.txt
55
55
```
56
56
57
- - URIs starting with ` /te/v1/entities ` are directed to the [ Entity Store Service] ( ../../../operate/registration / )
57
+ - URIs starting with ` /te/v1/entities ` are directed to the [ Entity Store Service] ( ../../../operate/entity-management / )
58
58
59
59
``` sh title="Listing all entities"
60
60
tedge http get /te/v1/entities
You can’t perform that action at this time.
0 commit comments