Commit f3476535 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

Merge branch 'mike_interface_cleanup' into develop

parents 1eaddce2 0247e430
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,9 +14,9 @@ When multi-edge application instances are registered to the MG, the MG Manager i
> *Note: The MG Manager uses the MG configuration to determine when to send events and which events to send to the application instances.*

The Edge Application State Transfer & MEEP Controller REST API definitions can be found here:
- [MEEP Mobility Group Manager REST API](../../interfaces/meep-mg-manager.yaml)
- [MEEP Mobility Group Application REST API](../../interfaces/meep-mg-app-api-client.yaml)
- [MEEP Controller REST API](../../interfaces/meep-ctrl-engine.yaml)
- [MEEP Mobility Group Manager REST API](../../go-apps/meep-mg-manager/api/swagger.yaml)
- [MEEP Mobility Group Application REST API](../../go-apps/meep-mg-manager/client-app-api/meep-mg-app-api-client.yaml)
- [MEEP Controller REST API](../../go-apps/meep-ctrl-engine/api/swagger.yaml)

## Mobility Group Creation
Mobility Groups are automatically created at scenario deployment time based on the multi-edge groups defined in the scenario.
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.0.0
- Build date: 2019-04-30T12:20:42.444-04:00
- Build date: 2019-05-15T12:26:15.220-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.0.0
- Build date: 2019-04-30T12:20:49.804-04:00
- Build date: 2019-05-15T12:26:23.591-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.0.0
- Build date: 2019-04-30T12:20:47.478-04:00
- Build date: 2019-05-15T12:26:20.811-04:00


### Running the server
Loading