Commit 8ae87f8a authored by Yann Garcia's avatar Yann Garcia
Browse files

Enhance demo4-ue usage clause

parent dd216cf8
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -101,11 +101,19 @@ Note that, in the response, the field "contextId" indicate the identifier to be

#### Ping request

TODO
The requets `GET /dai/doping` is the ping/pong request.
```sh
$ curl "https://mec-platform.etsi.org/yannsb/onboarded-demo4/ping" -H "accept: application/json"
"pong"
```

#### Terminate an existing instance of onboarded MEC application

TODO
The requets `DELETE /dai/delete/{contextId}` terminates the instance of the specified onboarded MEC application.

```sh
$ curl -X DELETE "http://mec-platform.etsi.org:31111/dai/delete/20" -H "accept: application/json"
```

### onboarded-demo4