Loading examples/demo4-ue/README.md +10 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
examples/demo4-ue/README.md +10 −2 Original line number Diff line number Diff line Loading @@ -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 Loading