Loading go-apps/meep-app-enablement/api/app-support/swagger.yaml +0 −3 Original line number Diff line number Diff line Loading @@ -1199,9 +1199,6 @@ components: - dstInterface0: interfaceType: 'IP' dstIpAddress: '20.1.1.1' - dstInterface1: interfaceType: 'IP' dstIpAddress: '20.1.1.2' state: 'ACTIVE' Loading go-packages/meep-app-support-client/api/swagger.yaml +22 −18 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ openapi: 3.0.2 info: title: AdvantEDGE MEC Application Support API description: "MEC Application Support Service is AdvantEDGE's implementation of\ \ [ETSI MEC ISG MEC011 Application Enablement API](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.01.01_60/gs_MEC011v020101p.pdf)\ \ [ETSI MEC ISG MEC011 Application Enablement API](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.02.01_60/gs_MEC011v020201p.pdf)\ \ <p>[Copyright (c) ETSI 2017](https://forge.etsi.org/etsi-forge-copyright-notice.txt)\ \ <p>**Micro-service**<br>[meep-app-enablement](https://github.com/InterDigitalInc/AdvantEDGE/tree/master/go-apps/meep-app-enablement/server/app-support)\ \ <p>**Type & Usage**<br>Edge Service used by edge applications that want to get\ Loading @@ -14,10 +14,10 @@ info: license: name: Apache 2.0 url: https://github.com/InterDigitalInc/AdvantEDGE/blob/master/LICENSE version: 2.1.1 version: 2.2.1 externalDocs: description: "ETSI GS MEC011 Application Enablement API, V2.1.1" url: https://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.01.01_60/gs_MEC011v020101p.pdf description: "ETSI GS MEC011 Application Enablement API, V2.2.1" url: https://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.02.01_60/gs_MEC011v020201p.pdf servers: - url: https://localhost/sandboxname/mec_app_support/v1 tags: Loading Loading @@ -48,7 +48,6 @@ paths: content: application/json: schema: minItems: 0 type: array items: $ref: '#/components/schemas/TrafficRule' Loading Loading @@ -228,7 +227,6 @@ paths: content: application/json: schema: minItems: 0 type: array items: $ref: '#/components/schemas/DnsRule' Loading Loading @@ -1046,7 +1044,7 @@ components: $ref: '#/components/schemas/TimingCaps_ntpServers' ptpMasters: type: array description: Available PTP Masters description: Number of available PTP Servers (referred to as "masters" in IEEE 1588-2019) items: $ref: '#/components/schemas/TimingCaps_ptpMasters' description: This type represents the information provided by the MEC platform Loading Loading @@ -1217,8 +1215,9 @@ components: - PACKET priority: type: integer description: "Priority of this traffic rule. If traffic rule conflicts,\ \ the one with higher priority take precedence" description: "Priority of this traffic rule within the range 0 to 255. If traffic rules conflict,\ \ the one with higher priority take precedence. Value indicates the priority in descending order,\ \ i.e. with 0 as the highest priority and 255 as the lowest priority." format: uint32 trafficFilter: type: array Loading @@ -1236,7 +1235,10 @@ components: - DUPLICATE_DECAPSULATED - DUPLICATE_ENCAPSULATED dstInterface: type: array items: $ref: '#/components/schemas/DestinationInterface' maxItems: 2 state: type: string description: Contains the traffic rule state. This attribute may be updated Loading Loading @@ -1454,12 +1456,12 @@ components: minPollingInterval: type: integer description: "Minimum poll interval for NTP messages, in seconds as a power\ \ of two. Range 3...17" \ of two. Range 3 to 17" format: uint32 maxPollingInterval: type: integer description: "Maximum poll interval for NTP messages, in seconds as a power\ \ of two. Range 3...17" \ of two. Range 3 to 17" format: uint32 localPriority: type: integer Loading Loading @@ -1494,10 +1496,10 @@ components: properties: ptpMasterIpAddress: type: string description: PTP Master IP Address description: PTP Server (referred to as "master" in IEEE 1588-2019) IP Address ptpMasterLocalPriority: type: integer description: PTP Master local priority description: PTP Server (referred to as "master" in IEEE 1588-2019 ) local priority format: uint32 delayReqMaxRate: type: integer Loading Loading @@ -1747,6 +1749,7 @@ components: - "80" action: FORWARD_DECAPSULATED dstInterface: - dstInterface0: interfaceType: IP dstIpAddress: 20.1.1.1 state: ACTIVE Loading @@ -1766,6 +1769,7 @@ components: - "80" action: FORWARD_DECAPSULATED dstInterface: - dstInterface0: interfaceType: IP dstIpAddress: 20.1.1.1 state: ACTIVE Loading Loading
go-apps/meep-app-enablement/api/app-support/swagger.yaml +0 −3 Original line number Diff line number Diff line Loading @@ -1199,9 +1199,6 @@ components: - dstInterface0: interfaceType: 'IP' dstIpAddress: '20.1.1.1' - dstInterface1: interfaceType: 'IP' dstIpAddress: '20.1.1.2' state: 'ACTIVE' Loading
go-packages/meep-app-support-client/api/swagger.yaml +22 −18 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ openapi: 3.0.2 info: title: AdvantEDGE MEC Application Support API description: "MEC Application Support Service is AdvantEDGE's implementation of\ \ [ETSI MEC ISG MEC011 Application Enablement API](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.01.01_60/gs_MEC011v020101p.pdf)\ \ [ETSI MEC ISG MEC011 Application Enablement API](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.02.01_60/gs_MEC011v020201p.pdf)\ \ <p>[Copyright (c) ETSI 2017](https://forge.etsi.org/etsi-forge-copyright-notice.txt)\ \ <p>**Micro-service**<br>[meep-app-enablement](https://github.com/InterDigitalInc/AdvantEDGE/tree/master/go-apps/meep-app-enablement/server/app-support)\ \ <p>**Type & Usage**<br>Edge Service used by edge applications that want to get\ Loading @@ -14,10 +14,10 @@ info: license: name: Apache 2.0 url: https://github.com/InterDigitalInc/AdvantEDGE/blob/master/LICENSE version: 2.1.1 version: 2.2.1 externalDocs: description: "ETSI GS MEC011 Application Enablement API, V2.1.1" url: https://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.01.01_60/gs_MEC011v020101p.pdf description: "ETSI GS MEC011 Application Enablement API, V2.2.1" url: https://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.02.01_60/gs_MEC011v020201p.pdf servers: - url: https://localhost/sandboxname/mec_app_support/v1 tags: Loading Loading @@ -48,7 +48,6 @@ paths: content: application/json: schema: minItems: 0 type: array items: $ref: '#/components/schemas/TrafficRule' Loading Loading @@ -228,7 +227,6 @@ paths: content: application/json: schema: minItems: 0 type: array items: $ref: '#/components/schemas/DnsRule' Loading Loading @@ -1046,7 +1044,7 @@ components: $ref: '#/components/schemas/TimingCaps_ntpServers' ptpMasters: type: array description: Available PTP Masters description: Number of available PTP Servers (referred to as "masters" in IEEE 1588-2019) items: $ref: '#/components/schemas/TimingCaps_ptpMasters' description: This type represents the information provided by the MEC platform Loading Loading @@ -1217,8 +1215,9 @@ components: - PACKET priority: type: integer description: "Priority of this traffic rule. If traffic rule conflicts,\ \ the one with higher priority take precedence" description: "Priority of this traffic rule within the range 0 to 255. If traffic rules conflict,\ \ the one with higher priority take precedence. Value indicates the priority in descending order,\ \ i.e. with 0 as the highest priority and 255 as the lowest priority." format: uint32 trafficFilter: type: array Loading @@ -1236,7 +1235,10 @@ components: - DUPLICATE_DECAPSULATED - DUPLICATE_ENCAPSULATED dstInterface: type: array items: $ref: '#/components/schemas/DestinationInterface' maxItems: 2 state: type: string description: Contains the traffic rule state. This attribute may be updated Loading Loading @@ -1454,12 +1456,12 @@ components: minPollingInterval: type: integer description: "Minimum poll interval for NTP messages, in seconds as a power\ \ of two. Range 3...17" \ of two. Range 3 to 17" format: uint32 maxPollingInterval: type: integer description: "Maximum poll interval for NTP messages, in seconds as a power\ \ of two. Range 3...17" \ of two. Range 3 to 17" format: uint32 localPriority: type: integer Loading Loading @@ -1494,10 +1496,10 @@ components: properties: ptpMasterIpAddress: type: string description: PTP Master IP Address description: PTP Server (referred to as "master" in IEEE 1588-2019) IP Address ptpMasterLocalPriority: type: integer description: PTP Master local priority description: PTP Server (referred to as "master" in IEEE 1588-2019 ) local priority format: uint32 delayReqMaxRate: type: integer Loading Loading @@ -1747,6 +1749,7 @@ components: - "80" action: FORWARD_DECAPSULATED dstInterface: - dstInterface0: interfaceType: IP dstIpAddress: 20.1.1.1 state: ACTIVE Loading @@ -1766,6 +1769,7 @@ components: - "80" action: FORWARD_DECAPSULATED dstInterface: - dstInterface0: interfaceType: IP dstIpAddress: 20.1.1.1 state: ACTIVE Loading