Loading config/api/fed-api.yaml +14 −4 Original line number Diff line number Diff line Loading @@ -605,6 +605,15 @@ paths: system associated with the systemId operationId: servicesGET parameters: - name: systemId in: path description: Identifier of the MEC system. required: true style: simple explode: false schema: type: string x-exportParamName: Path.systemId - name: seInstancerId in: query description: Indicator of a MEC service offered for MEC federation. Loading Loading @@ -683,24 +692,25 @@ paths: parameters: - name: systemId in: path description: MEC system identifier description: Identifier of the MEC system. required: true style: simple explode: false schema: type: string format: uri x-exportParamName: Path.systemId - name: serviceId in: path description: Service identifier description: Service identifier. required: true style: simple explode: false schema: type: string format: uri x-exportParamName: Path.serviceId responses: "200": description: "Upon success, a response body containing data type describing the specific subscription data type is returned." content: application/json: schema: Loading js-apps/frontend/src/js/util/scenario-utils.js +2 −2 Original line number Diff line number Diff line Loading @@ -654,7 +654,7 @@ export function parseEdgeApps(scenario) { path: pl.name+'/dev_app/v1', pseudoName: 'Device Application Interface (016) on ' + pl.name, dropDownName: 'Device Application Interface (016)', enabled: false, enabled: true, enableInProgressCount: -1, disableInProgressCount: -1 }); Loading @@ -671,7 +671,7 @@ export function parseEdgeApps(scenario) { path: pl.name+'/fed_enablement/v1', pseudoName: 'MEC Federation APIs (040) on ' + pl.name, dropDownName: 'MEC Federation APIs (040)', enabled: false, enabled: true, enableInProgressCount: -1, disableInProgressCount: -1 }); Loading Loading
config/api/fed-api.yaml +14 −4 Original line number Diff line number Diff line Loading @@ -605,6 +605,15 @@ paths: system associated with the systemId operationId: servicesGET parameters: - name: systemId in: path description: Identifier of the MEC system. required: true style: simple explode: false schema: type: string x-exportParamName: Path.systemId - name: seInstancerId in: query description: Indicator of a MEC service offered for MEC federation. Loading Loading @@ -683,24 +692,25 @@ paths: parameters: - name: systemId in: path description: MEC system identifier description: Identifier of the MEC system. required: true style: simple explode: false schema: type: string format: uri x-exportParamName: Path.systemId - name: serviceId in: path description: Service identifier description: Service identifier. required: true style: simple explode: false schema: type: string format: uri x-exportParamName: Path.serviceId responses: "200": description: "Upon success, a response body containing data type describing the specific subscription data type is returned." content: application/json: schema: Loading
js-apps/frontend/src/js/util/scenario-utils.js +2 −2 Original line number Diff line number Diff line Loading @@ -654,7 +654,7 @@ export function parseEdgeApps(scenario) { path: pl.name+'/dev_app/v1', pseudoName: 'Device Application Interface (016) on ' + pl.name, dropDownName: 'Device Application Interface (016)', enabled: false, enabled: true, enableInProgressCount: -1, disableInProgressCount: -1 }); Loading @@ -671,7 +671,7 @@ export function parseEdgeApps(scenario) { path: pl.name+'/fed_enablement/v1', pseudoName: 'MEC Federation APIs (040) on ' + pl.name, dropDownName: 'MEC Federation APIs (040)', enabled: false, enabled: true, enableInProgressCount: -1, disableInProgressCount: -1 }); Loading