diff --git a/README.md b/README.md index 4b7eaea0839c03d1631b68fd963741bfa635b24b..efc3e5a5f208b5725b83264e443904b20da252ad 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ presented via OpenAPI compliant descriptions. MEC Sandbox provides the user with a choice of scenarios combining different network technologies (4G, 5G, Wi-Fi) and terminal types. Combining these assets in a geolocated environment, a user can gain hands-on experience on the behaviour -and capabilities of the Location (MEC013), Radio Network Information (MEC012), WLAN Information (MEC028), Edge Platform +and capabilities of the Location (MEC013), Radio Network Information (MEC012), Traffic Management APIs (MEC015), Device Application Interface (MEC016), +WLAN Information (MEC028), Edge Platform Application Enablement (MEC011) and Application Mobility (MEC021) service APIs. Such contextual information can offer +significant differential performance for edge based MEC applications. Application Enablement (MEC011) and Application Mobility (MEC021) service APIs. Such contextual information can offer significant differential performance for edge based MEC applications. diff --git a/config/.meepctl-repocfg.yaml b/config/.meepctl-repocfg.yaml index e4cd1f98f725254082fdf78658c130e6adae50d0..250319024d1ccce1206a93759485c81e8bdb3be4 100644 --- a/config/.meepctl-repocfg.yaml +++ b/config/.meepctl-repocfg.yaml @@ -9,9 +9,9 @@ repo: # permissions permissions: # user id - uid: 1001 + uid: 1000 # group id - gid: 1001 + gid: 1000 # user supplied resources user: @@ -166,7 +166,7 @@ repo: # Default monitoring dashboards dashboards: mec-sandbox: dashboards/mec-sandbox.json - platform-advantedge: dashboards/platform-advantedge-thanos.json + platform-advantedge: dashboards/platform-advantedge.json platform-k8s: dashboards/platform-k8s.json runtime-environment-node: dashboards/runtime-environment-node.json runtime-environment-k8s-cluster: dashboards/runtime-environment-k8s-cluster.json @@ -279,6 +279,8 @@ repo: - meep-metrics-engine # - meep-mg-manager # - meep-rnis + # - meep-dai + # - meep-tm # - meep-wais # - meep-ams - meep-sandbox-ctrl @@ -357,6 +359,8 @@ repo: meep-metrics-engine: charts/meep-metrics-engine meep-mg-manager: charts/meep-mg-manager meep-rnis: charts/meep-rnis + meep-dai: charts/meep-dai + meep-tm: charts/meep-tm meep-wais: charts/meep-wais meep-ams: charts/meep-ams meep-sandbox-ctrl: charts/meep-sandbox-ctrl @@ -371,6 +375,8 @@ repo: - meep-metrics-engine # - meep-mg-manager # - meep-rnis + # - meep-dai + # - meep-tm # - meep-wais # - meep-ams - meep-sandbox-ctrl @@ -764,6 +770,80 @@ repo: docker-data: # location of entry script 'entrypoint.sh': go-apps/meep-wais/entrypoint.sh + meep-tm: + # location of source code + src: go-apps/meep-tm + # location of binary + bin: bin/meep-tm + # location of deployment chart + chart: charts/meep-tm + # user supplied value file located @ .meep/user/values (use below file name) + chart-user-values: meep-tm.yaml + # extra build flags + build-flags: + - -mod=vendor + # enable meepctl build + build: true + # enable meepctl dockerize + dockerize: true + # enable meepctl deploy/delete + deploy: true + # supports code coverage measurement when built in codecov mode + codecov: true + # supports linting + lint: true + # location of API specifications + api: + - name: 'AdvantEDGE MEC Bandwidth Management REST API' + file: go-apps/meep-tm/api/bwm/swagger.yaml + - name: 'AdvantEDGE MEC Multi-access Traffic Steering REST API' + file: go-apps/meep-tm/api/mts/swagger.yaml + # location of user supplied API specifications + user-api: + # resources available to docker container image + - name: 'Bandwidth Management REST API' + file: config/api/bwm-api.yaml + - name: 'Multi-access Traffic Steering REST API' + file: config/api/mts-api.yaml + docker-data: + # location of entry script + 'entrypoint.sh': go-apps/meep-tm/entrypoint.sh + meep-dai: + # location of source code + src: go-apps/meep-dai + # location of binary + bin: bin/meep-dai + # location of deployment chart + chart: charts/meep-dai + # user supplied value file located @ .meep/user/values (use below file name) + chart-user-values: meep-dai.yaml + # extra build flags + build-flags: + - -mod=vendor + # enable meepctl build + build: true + # enable meepctl dockerize + dockerize: true + # enable meepctl deploy/delete + deploy: true + # supports code coverage measurement when built in codecov mode + codecov: true + # supports onboarded device application instantiation + onboardedapp: true + # supports linting + lint: true + # location of API specifications + api: + - name: 'AdvantEDGE Device Application Interface REST API' + file: go-apps/meep-dai/api/swagger.yaml + # location of user supplied API specifications + user-api: + - name: 'Device Application Interface REST API' + file: config/api/dai-api.yaml + # resources available to docker container image + docker-data: + # location of entry script + 'entrypoint.sh': go-apps/meep-dai/entrypoint.sh meep-vis: # location of source code src: go-apps/meep-vis @@ -981,6 +1061,11 @@ repo: src: go-packages/meep-applications # supports linting lint: true + meep-bwm-client: + # location of source code + src: go-packages/meep-bwm-client + # supports linting + lint: false meep-couch: # location of source code src: go-packages/meep-couch @@ -1061,6 +1146,11 @@ repo: src: go-packages/meep-model # supports linting lint: true + meep-mts-client: + # location of source code + src: go-packages/meep-mts-client + # supports linting + lint: false meep-mq: # location of source code src: go-packages/meep-mq @@ -1126,6 +1216,11 @@ repo: src: go-packages/meep-users # supports linting lint: true + meep-dai-client: + # location of source code + src: go-packages/meep-dai-client + # supports linting + lint: false meep-wais-client: # location of source code src: go-packages/meep-wais-client diff --git a/config/api/bwm-api.yaml b/config/api/bwm-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..28a19429b2871afe6813d76a8eecbf790c561465 --- /dev/null +++ b/config/api/bwm-api.yaml @@ -0,0 +1,727 @@ +openapi: 3.0.0 +info: + contact: + url: 'https://forge.etsi.org/rep/mec/gs015-bandwith-mgmt-api' + title: ETSI GS MEC 015 - Bandwidth Management API + version: 2.2.1 + description: >- + 'The ETSI MEC ISG MEC015 Bandwidth Management API described using OpenAPI +

**Note**
MEC Sandbox supports all BWM API endpoints; complete details on the BWM API can be found on [ETSI Forge](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/015/02.02.01_60/gs_mec015v020201p.pdf).' + license: + name: BSD-3-Clause + url: 'https://forge.etsi.org/legal-matters' +externalDocs: + description: ETSI MEC015 V2.2.1 Traffic Management API + url: >- + https://www.etsi.org/deliver/etsi_gs/MEC/001_099/015/02.02.01_60/gs_mec015v020201p.pdf +servers: + - url: 'https://localhost/sandboxname/bwm/v1' +tags: +- name: bwm +paths: + /bw_allocations: + get: + tags: + - bwm + summary: Retrieve information about a list of bandwidthAllocation resources + description: Retrieves information about a list of bandwidthAllocation resources. + Typically used in 'Get configured bandwidth allocation from Bandwidth Management + Service' procedure as described in clause 6.2.5. + operationId: bandwidthAllocationListGET + parameters: + - name: app_instance_id + in: query + description: A MEC application instance may use multiple app_instance_ids + as an input parameter to query the bandwidth allocation of a list of MEC + application instances. app_instance_id corresponds to appInsId defined in + table 7.2.2-1. See note. + required: false + style: form + explode: true + schema: + type: array + items: + type: string + - name: app_name + in: query + description: A MEC application instance may use multiple app_names as an input + parameter to query the bandwidth allocation of a list of MEC application + instances. app_name corresponds to appName defined in table 7.2.2-1. See + note. + required: false + style: form + explode: true + schema: + type: array + items: + type: string + - name: session_id + in: query + description: A MEC application instance may use session_id as an input parameter + to query the bandwidth allocation of a list of sessions. session_id corresponds + to allocationId defined in table 7.2.2-1. See note. + required: false + style: form + explode: true + schema: + type: array + items: + type: string + responses: + "200": + description: Upon success, a response body containing an array of the bandwidthAllocations + is returned. + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/BwInfo' + x-content-type: application/json + "400": + description: 'Bad Request : used to indicate that incorrect parameters were + passed to the request.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: 'Forbidden : operation is not allowed given the current status + of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: 'Not Found : used when a client provided a URI that cannot + be mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + post: + tags: + - bwm + summary: Create a bandwidthAllocation resource + description: Used to create a bandwidthAllocation resource. Typically used in + 'Register to Bandwidth Management Service' procedure as described in clause + 6.2.1. + operationId: bandwidthAllocationPOST + parameters: [] + requestBody: + description: Entity body in the request contains BwInfo to be created. + content: + application/json: + schema: + $ref: '#/components/schemas/BwInfo' + required: true + responses: + "201": + description: Upon success, the HTTP response shall include a 'Location' + HTTP header that contains the resource URI of the created resource. + content: + application/json: + schema: + $ref: '#/components/schemas/BwInfo' + "400": + description: 'Bad Request : used to indicate that incorrect parameters were + passed to the request.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: 'Forbidden : operation is not allowed given the current status + of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: 'Not Found : used when a client provided a URI that cannot + be mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + /bw_allocations/{allocationId}: + get: + tags: + - bwm + summary: Retrieve information about a specific bandwidthAllocation + description: Retrieves information about a bandwidthAllocation resource. Typically + used in 'Get configured bandwidth allocation from Bandwidth Management Service' + procedure as described in clause 6.2.5. + operationId: bandwidthAllocationGET + parameters: + - name: allocationId + in: path + description: Represents a bandwidth allocation instance + required: true + style: simple + explode: false + schema: + type: string + responses: + "200": + description: Used to indicate nonspecific success. The response body contains + a representation of the resource. + content: + application/json: + schema: + $ref: '#/components/schemas/BwInfo' + "400": + description: 'Bad Request : used to indicate that incorrect parameters were + passed to the request.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: 'Forbidden : operation is not allowed given the current status + of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: 'Not Found : used when a client provided a URI that cannot + be mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + put: + tags: + - bwm + summary: Update the information about a specific bandwidthAllocation + description: Updates the information about a bandwidthAllocation resource. As + specified in ETSI GS MEC 009 [6], the PUT HTTP method has 'replace' semantics. + operationId: bandwidthAllocationPUT + parameters: + - name: allocationId + in: path + description: Represents a bandwidth allocation instance + required: true + style: simple + explode: false + schema: + type: string + requestBody: + description: BwInfo with updated information is included as entity body of + the request. + content: + application/json: + schema: + $ref: '#/components/schemas/BwInfo' + required: true + responses: + "200": + description: Used to indicate nonspecific success. The response body contains + a representation of the resource. + content: + application/json: + schema: + $ref: '#/components/schemas/BwInfo' + "400": + description: 'Bad Request : used to indicate that incorrect parameters were + passed to the request.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: 'Forbidden : operation is not allowed given the current status + of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: 'Not Found : used when a client provided a URI that cannot + be mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "412": + description: 'Precondition failed : used when a condition has failed during + conditional requests, e.g. when using ETags to avoid write conflicts when + using PUT' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + delete: + tags: + - bwm + summary: Remove a specific bandwidthAllocation + description: Used in 'Unregister from Bandwidth Management Service' procedure + as described in clause 6.2.3. + operationId: bandwidthAllocationDELETE + parameters: + - name: allocationId + in: path + description: Represents a bandwidth allocation instance + required: true + style: simple + explode: false + schema: + type: string + responses: + "204": + description: Upon success, a response 204 No Content without any response + body is returned. + "403": + description: 'Forbidden : operation is not allowed given the current status + of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: 'Not Found : used when a client provided a URI that cannot + be mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + patch: + tags: + - bwm + summary: Modify the information about a specific existing bandwidthAllocation + by sending updates on the data structure + description: Updates the information about a bandwidthAllocation resource. As + specified in ETSI GS MEC 009 [6], the PATCH HTTP method updates a resource + on top of the existing resource state by just including the changes ('deltas') + in the request body. + operationId: bandwidthAllocationPATCH + parameters: + - name: allocationId + in: path + description: Represents a bandwidth allocation instance + required: true + style: simple + explode: false + schema: + type: string + requestBody: + description: Description of the changes to instruct the server how to modify + the resource representation. + content: + application/json: + schema: + $ref: '#/components/schemas/BwInfoDeltas' + required: true + responses: + "200": + description: Used to indicate nonspecific success. The response body contains + a representation of the resource. + content: + application/json: + schema: + $ref: '#/components/schemas/BwInfo' + "400": + description: 'Bad Request : used to indicate that incorrect parameters were + passed to the request.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: 'Forbidden : operation is not allowed given the current status + of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: 'Not Found : used when a client provided a URI that cannot + be mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "412": + description: 'Precondition failed : used when a condition has failed during + conditional requests, e.g. when using ETags to avoid write conflicts when + using PUT' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' +components: + schemas: + BwInfo: + required: + - allocationDirection + - appInsId + - fixedAllocation + - requestType + type: object + properties: + allocationId: + type: string + description: Bandwidth allocation instance identifier + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + allocationDirection: + type: string + description: 'The direction of the requested BW allocation: 00 = Downlink + (towards the UE) 01 = Uplink (towards the application/session) 10 = Symmetrical' + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appInsId: + type: string + description: Application instance identifier + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appName: + type: string + description: Name of the application + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + fixedAllocation: + type: string + description: Size of requested fixed BW allocation in [bps] + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + fixedBWPriority: + type: string + description: Indicates the allocation priority when dealing with several + applications or sessions in parallel. Values are not defined in the present + document + enum: + - SEE_DESCRIPTION + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Enum + requestType: + type: integer + description: 'Numeric value (0 - 255) corresponding to specific type of + consumer as following: 0 = APPLICATION_SPECIFIC_BW_ALLOCATION 1 = SESSION_SPECIFIC_BW_ALLOCATION' + enum: + - 0 + - 1 + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Enum_inlined + sessionFilter: + minItems: 0 + type: array + description: Session filtering criteria, applicable when requestType is + set as SESSION_SPECIFIC_BW_ALLOCATION. Any filtering criteria shall define + a single session only. In case multiple sessions match sessionFilter the + request shall be rejected + items: + $ref: '#/components/schemas/BwInfo_sessionFilter' + x-etsi-mec-cardinality: 0..N + x-etsi-mec-origin-type: Structure (inlined) + timeStamp: + $ref: '#/components/schemas/BwInfo_timeStamp' + example: + timeStamp: + seconds: 1 + nanoSeconds: 6 + allocationDirection: allocationDirection + fixedBWPriority: SEE_DESCRIPTION + requestType: 0 + sessionFilter: + - protocol: protocol + sourcePort: + - sourcePort + - sourcePort + dstPort: + - dstPort + - dstPort + sourceIp: sourceIp + dstAddress: dstAddress + - protocol: protocol + sourcePort: + - sourcePort + - sourcePort + dstPort: + - dstPort + - dstPort + sourceIp: sourceIp + dstAddress: dstAddress + appName: appName + allocationId: allocationId + appInsId: appInsId + fixedAllocation: fixedAllocation + x-etsi-ref: 7.2.2 + BwInfoDeltas: + required: + - appInsId + - requestType + type: object + properties: + allocationId: + type: string + description: Bandwidth allocation instance identifier + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + allocationDirection: + type: string + description: 'The direction of the requested BW allocation: 00 = Downlink + (towards the UE) 01 = Uplink (towards the application/session) 10 = Symmetrical' + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + appInsId: + type: string + description: Application instance identifier + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + fixedAllocation: + type: string + description: Size of requested fixed BW allocation in [bps] + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + fixedBWPriority: + type: string + description: Indicates the allocation priority when dealing with several + applications or sessions in parallel. Values are not defined in the present + document + enum: + - SEE DESCRIPTION + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Enum_inlined + requestType: + type: integer + description: 'Numeric value (0 - 255) corresponding to specific type of + consumer as following: 0 = APPLICATION_SPECIFIC_BW_ALLOCATION 1 = SESSION_SPECIFIC_BW_ALLOCATION' + enum: + - 0 + - 1 + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Enum_inlined + sessionFilter: + minItems: 0 + type: array + description: Session filtering criteria, applicable when requestType is + set as SESSION_SPECIFIC_BW_ALLOCATION. Any filtering criteria shall define + a single session only. In case multiple sessions match sessionFilter the + request shall be rejected + items: + $ref: '#/components/schemas/BwInfoDeltas_sessionFilter' + x-etsi-mec-cardinality: 0..N + x-etsi-mec-origin-type: Structure (inlined) + x-etsi-ref: 7.2.3 + ProblemDetails: + type: object + properties: + detail: + type: string + description: A human-readable explanation specific to this occurrence of + the problem + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + instance: + type: string + description: A URI reference that identifies the specific occurrence of + the problem + format: uri + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: URI + status: + type: integer + description: The HTTP status code for this occurrence of the problem + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Uint32 + title: + type: string + description: A short, human-readable summary of the problem type + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + type: + type: string + description: A URI reference according to IETF RFC 3986 that identifies + the problem type + format: uri + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: URI + BwInfo_sessionFilter: + type: object + properties: + dstAddress: + type: string + description: Destination address identity of session (including range) + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + dstPort: + minItems: 0 + type: array + description: Destination port identity of session + items: + type: string + x-etsi-mec-cardinality: 0..N + x-etsi-mec-origin-type: String + protocol: + type: string + description: Protocol number + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + sourceIp: + type: string + description: Source address identity of session (including range) + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + sourcePort: + minItems: 0 + type: array + description: Source port identity of session + items: + type: string + x-etsi-mec-cardinality: 0..N + x-etsi-mec-origin-type: String + example: + protocol: protocol + sourcePort: + - sourcePort + - sourcePort + dstPort: + - dstPort + - dstPort + sourceIp: sourceIp + dstAddress: dstAddress + BwInfo_timeStamp: + required: + - nanoSeconds + - seconds + type: object + properties: + nanoSeconds: + type: integer + description: The nanoseconds part of the Time. Time is defined as Unix-time + since January 1, 1970, 00:00:00 UTC + format: uint32 + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Uint32 + seconds: + type: integer + description: The seconds part of the Time. Time is defined as Unixtime since + January 1, 1970, 00:00:00 UTC + format: uint32 + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Uint32 + description: Time stamp to indicate when the corresponding information elements + are sent + example: + seconds: 1 + nanoSeconds: 6 + BwInfoDeltas_sessionFilter: + type: object + properties: + dstAddress: + type: string + description: Destination address identity of session (including range) + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + dstPort: + minItems: 0 + type: array + description: Destination port identity of session + items: + type: string + x-etsi-mec-cardinality: 0..N + x-etsi-mec-origin-type: String + protocol: + type: string + description: Protocol number + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + sourceIp: + type: string + description: Source address identity of session (including range) + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + sourcePort: + minItems: 0 + type: array + description: 'Source port identity of session ' + items: + type: string + x-etsi-mec-cardinality: 0..N + x-etsi-mec-origin-type: String + responses: + "204": + description: Upon success, a response 204 No Content without any response body + is returned. + "400": + description: 'Bad Request : used to indicate that incorrect parameters were + passed to the request.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: 'Forbidden : operation is not allowed given the current status + of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: 'Not Found : used when a client provided a URI that cannot be + mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "412": + description: 'Precondition failed : used when a condition has failed during + conditional requests, e.g. when using ETags to avoid write conflicts when + using PUT' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + parameters: + Path.allocationId: + name: allocationId + in: path + description: Represents a bandwidth allocation instance + required: true + style: simple + explode: false + schema: + type: string + Query.app_instance_id: + name: app_instance_id + in: query + description: A MEC application instance may use multiple app_instance_ids as + an input parameter to query the bandwidth allocation of a list of MEC application + instances. app_instance_id corresponds to appInsId defined in table 7.2.2-1. + See note. + required: false + style: form + explode: true + schema: + type: array + items: + type: string + Query.app_name: + name: app_name + in: query + description: A MEC application instance may use multiple app_names as an input + parameter to query the bandwidth allocation of a list of MEC application instances. + app_name corresponds to appName defined in table 7.2.2-1. See note. + required: false + style: form + explode: true + schema: + type: array + items: + type: string + Query.session_id: + name: session_id + in: query + description: A MEC application instance may use session_id as an input parameter + to query the bandwidth allocation of a list of sessions. session_id corresponds + to allocationId defined in table 7.2.2-1. See note. + required: false + style: form + explode: true + schema: + type: array + items: + type: string diff --git a/config/api/dai-api.yaml b/config/api/dai-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c7ca5ddec691958b8e6d326e7e62ce9f184bb27a --- /dev/null +++ b/config/api/dai-api.yaml @@ -0,0 +1,1658 @@ +openapi: 3.0.0 +info: + title: ETSI GS MEC 016 Device application interface + description: The ETSI MEC ISG Device application interface API described using OpenAPI. + contact: + url: https://forge.etsi.org/rep/mec/gs016-dev-app-api + license: + name: BSD-3-Clause + url: https://forge.etsi.org/legal-matters + version: 2.2.1 +externalDocs: + description: ETSI GS MEC016 V2.2.1 Device application interface + url: https://www.etsi.org/deliver/etsi_gs/MEC/001_099/016/02.02.01_60/gs_MEC016v020201p.pdf +servers: +- url: https://localhost/sandboxname/dev_app/v1 +tags: +- name: dev_app +paths: + /app_list: + get: + tags: + - dev_app + summary: Get available application information. + description: Used to query information about the available MEC applications. + operationId: meAppListGET + parameters: + - name: appName + in: query + description: Name to identify the MEC application. + required: false + style: form + explode: true + schema: + type: array + items: + maxLength: 32 + type: string + - name: appProvider + in: query + description: Provider of the MEC application. + required: false + style: form + explode: true + schema: + type: array + items: + maxLength: 32 + type: string + - name: appSoftVersion + in: query + description: Software version of the MEC application. + required: false + style: form + explode: true + schema: + type: array + items: + maxLength: 32 + type: string + - name: vendorId + in: query + description: Vendor identifier + required: false + style: form + explode: true + schema: + type: array + items: + maxLength: 32 + type: string + - name: serviceCont + in: query + description: "Required service continuity mode for this application. Permitted\ + \ values: 0 = SERVICE_CONTINUITY_NOT_REQUIRED. 1 = SERVICE_CONTINUITY_REQUIRED." + required: false + style: form + explode: true + schema: + type: integer + enum: + - 0 + - 1 + responses: + "200": + description: The response body contains an array of the user applications + available to the querying device application. + content: + application/json: + schema: + $ref: '#/components/schemas/ApplicationList' + "400": + description: "Bad Request : used to indicate that incorrect parameters were\ + \ passed to the request." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "401": + description: "Unauthorized : used when the client did not submit credentials." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: "Forbidden : operation is not allowed given the current status\ + \ of the resource." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: "Not Found : used when a client provided a URI that cannot\ + \ be mapped to a valid resource URI." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + /app_contexts: + post: + tags: + - dev_app + summary: Creation of a new application context. + description: "Used to create a new application context. Upon success, the response\ + \ contains entity body describing the created application context." + operationId: devAppContextsPOST + parameters: [] + requestBody: + description: Entity body in the request contains the Application Context as + requested by the device application. + content: + application/json: + schema: + $ref: '#/components/schemas/AppContext' + required: true + responses: + "201": + description: "The response body contains the Application Context as it was\ + \ created by the MEC system, which includes the reference URI(s) of the\ + \ associated user application instance(s). The URI of the resource created\ + \ within the MEC system associated with the request, with its specific\ + \ application context ID, shall be included in the 'Location' HTTP header\ + \ of the response." + content: + application/json: + schema: + $ref: '#/components/schemas/AppContext' + "400": + description: "Bad Request : used to indicate that incorrect parameters were\ + \ passed to the request." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "401": + description: "Unauthorized : used when the client did not submit credentials." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: "Forbidden : operation is not allowed given the current status\ + \ of the resource." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: "Not Found : used when a client provided a URI that cannot\ + \ be mapped to a valid resource URI." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + callbacks: + notification: + '{$request.body#/appContext.callbackReference}': + post: + summary: Callback POST used to send a notification + description: Notification with content based on subscription type + operationId: notificationPOST + requestBody: + description: Subscription notification + content: + application/json: + schema: + $ref: '#/components/schemas/InlineNotification' + example: + notificationType: ApplicationContextDeleteNotification + contextId: contextId123 + required: true + responses: + "204": + description: "Upon success, a response 204 No Content without any\ + \ response body is returned." + /app_contexts/{contextId}: + put: + tags: + - dev_app + summary: Updating the callbackReference and/or appLocation of an existing application + context. + description: "Used to update the callback reference and/or application location\ + \ constraints of an existing application context. Upon successful operation,\ + \ the target resource is updated with the new application context information." + operationId: devAppContextPUT + parameters: + - name: contextId + in: path + description: Uniquely identifies the application context in the MEC system. + It is assigned by the MEC system. + required: true + style: simple + explode: false + schema: + type: string + requestBody: + description: Only the callbackReference and/or appLocation attribute values + are allowed to be updated. Other attributes and their values shall remain + untouched. + content: + application/json: + schema: + $ref: '#/components/schemas/AppContext' + required: true + responses: + "204": + description: "Upon success, a response 204 No Content without any response\ + \ body is returned." + "400": + description: "Bad Request : used to indicate that incorrect parameters were\ + \ passed to the request." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "401": + description: "Unauthorized : used when the client did not submit credentials." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: "Forbidden : operation is not allowed given the current status\ + \ of the resource." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: "Not Found : used when a client provided a URI that cannot\ + \ be mapped to a valid resource URI." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + delete: + tags: + - dev_app + summary: Deletion of an existing application context. + description: Used to delete the resource that represents the existing application + context. + operationId: devAppContextDELETE + parameters: + - name: contextId + in: path + description: Uniquely identifies the application context in the MEC system. + It is assigned by the MEC system. + required: true + style: simple + explode: false + schema: + type: string + responses: + "204": + description: "Upon success, a response 204 No Content without any response\ + \ body is returned." + "400": + description: "Bad Request : used to indicate that incorrect parameters were\ + \ passed to the request." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "401": + description: "Unauthorized : used when the client did not submit credentials." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: "Forbidden : operation is not allowed given the current status\ + \ of the resource." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: "Not Found : used when a client provided a URI that cannot\ + \ be mapped to a valid resource URI." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + /obtain_app_loc_availability: + post: + tags: + - dev_app + summary: Obtain the location constraints for a new application context. + description: Used to obtain the locations available for instantiation of a specific + user application in the MEC system. + operationId: appLocationAvailabilityPOST + parameters: [] + requestBody: + description: Entity body in the request contains the user application information + for the MEC system to evaluate the locations available for instantiation + of that application. + content: + application/json: + schema: + $ref: '#/components/schemas/ApplicationLocationAvailability' + required: true + responses: + "200": + description: The response body contains the locations available for instantiation + of the requested user application in the MEC system. + content: + application/json: + schema: + $ref: '#/components/schemas/ApplicationLocationAvailability' + "400": + description: "Bad Request : used to indicate that incorrect parameters were\ + \ passed to the request." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "401": + description: "Unauthorized : used when the client did not submit credentials." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: "Forbidden : operation is not allowed given the current status\ + \ of the resource." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: "Not Found : used when a client provided a URI that cannot\ + \ be mapped to a valid resource URI." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + /subscriptions/{subscriptionId}: + post: + tags: + - app_term + summary: MEC011 Application Termination notification for self termination + description: Terminates itself. + operationId: mec011AppTerminationPOST + parameters: + - name: subscriptionId + in: path + description: "Refers to created subscription, where the VIS API allocates\ + \ a unique resource name for this subscription" + required: true + style: simple + explode: false + schema: + type: string + requestBody: + description: Termination notification details + content: + application/json: + schema: + $ref: '#/components/schemas/AppTerminationNotification' + example: + notificationType: AppTerminationNotification + operationAction: TERMINATING + maxGracefulTimeout: 10 + _links: + subscription: + href: http://mec011Server.example.com/mec_app_support/v1/applications/appId1234/subscriptions/sub123 + confirmTermination: + href: http://mec011Server.example.com/mec_app_support/v1/confirm_termination + required: true + responses: + "204": + description: No Content + x-swagger-router-controller: notifications + delete: + tags: + - unsupported + summary: Used to cancel the existing subscription. + description: Used to cancel the existing subscription. + operationId: individualSubscriptionDELETE + parameters: + - name: subscriptionId + in: path + description: "Refers to created subscription, where the VIS API allocates\ + \ a unique resource name for this subscription" + required: true + style: simple + explode: false + schema: + type: string + responses: + "204": + description: No Content + "401": + description: "Unauthorized : used when the client did not submit credentials." + content: + application/json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: "Forbidden : operation is not allowed given the current status\ + \ of the resource." + content: + application/json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: "Not Found : used when a client provided a URI that cannot\ + \ be mapped to a valid resource URI." + content: + application/json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "429": + description: "Too Many Requests : used when a rate limiter has triggered." + content: + application/json: + schema: + $ref: '#/components/schemas/ProblemDetails' +components: + schemas: + AddressChangeNotification: + required: + - appInstanceId + - contextId + - notificationType + - referenceURI + type: object + properties: + appInstanceId: + type: string + description: Identifier of the user application instance. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + contextId: + type: string + description: Uniquely identifies the application context in the MEC system. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + notificationType: + type: string + description: Shall be set to "AddressChangeNotification". + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + referenceURI: + type: string + description: Address of the user application. Used as the reference URI + for the application. Assigned by the MEC system. + format: uri + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: URI + x-etsi-ref: 6.4.2 + AppContext: + required: + - appInfo + - associateDevAppId + type: object + properties: + appAutoInstantiation: + type: boolean + description: Provides indication to the MEC system that instantiation of + the requested application is desired should a requested appLocation become + available that was not at the time of the request. + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Boolean + appInfo: + $ref: '#/components/schemas/AppContext_appInfo' + appLocationUpdates: + type: boolean + description: Used by the device application to request to receive notifications + at the callbackReference URI relating to location availability for user + application instantiation. + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Boolean + associateDevAppId: + maxLength: 32 + type: string + description: Uniquely identifies the device application. The length of the + value shall not exceed 32 characters. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + callbackReference: + type: string + description: URI assigned by the device application to receive application + lifecycle related notifications. Inclusion in the request implies the + client supports the pub/sub mechanism and is capable of receiving notifications. + This endpoint shall be maintained for the lifetime of the application + context. + format: uri + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: URI + contextId: + maxLength: 32 + type: string + description: Uniquely identifies the application context in the MEC system. + Assigned by the MEC system and shall be present other than in a create + request. The length of the value shall not exceed 32 characters. + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + example: + callbackReference: http://example.com/aeiou + appInfo: + appSoftVersion: appSoftVersion + appDVersion: appDVersion + appPackageSource: http://example.com/aeiou + appName: appName + appDescription: appDescription + userAppInstanceInfo: + - appInstanceId: appInstanceId + appLocation: + area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + referenceURI: http://example.com/aeiou + - appInstanceId: appInstanceId + appLocation: + area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + referenceURI: http://example.com/aeiou + appDId: appDId + appProvider: appProvider + associateDevAppId: associateDevAppId + contextId: contextId + appLocationUpdates: true + appAutoInstantiation: true + x-etsi-notes: "NOTE 1:\tIf a value of the attribute is included in the request,\ + \ the same value shall be included in the response.\nNOTE 2:\tThe design of\ + \ the current operation with callback reference assumes no web proxy between\ + \ the entity that originates the notification and the entity that receives\ + \ it.\nNOTE 3:\tThe language support for the application description may be\ + \ limited.\nNOTE 4:\tAttribute appLocationUpdates and appAutoInstantiation\ + \ shall not both be set to TRUE." + x-etsi-ref: 6.2.3 + ApplicationContextDeleteNotification: + required: + - contextId + - notificationType + type: object + properties: + contextId: + type: string + description: Uniquely identifies the application context that has been deleted + from the MEC system. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + notificationType: + type: string + description: Shall be set to "ApplicationContextDeleteNotification". + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + x-etsi-ref: 6.4.3 + ApplicationContextUpdateNotification: + required: + - contextId + - notificationType + - userAppInstanceInfo + type: object + properties: + contextId: + type: string + description: Uniquely identifies the application context in the MEC system. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + notificationType: + type: string + description: Shall be set to "ApplicationContextUpdateNotification". + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + userAppInstanceInfo: + minItems: 1 + required: + - appInstanceId + - referenceURI + type: array + description: List of user application instance information. + items: + $ref: '#/components/schemas/ApplicationContextUpdateNotification_userAppInstanceInfo' + x-etsi-mec-cardinality: 1..N + x-etsi-mec-origin-type: array (Structure inlined) + x-etsi-ref: 6.4.4 + ApplicationList: + type: object + properties: + appList: + minItems: 0 + required: + - appInfo + type: array + description: List of user applications available to the device application. + As defined below. + items: + $ref: '#/components/schemas/ApplicationList_appList' + x-etsi-mec-cardinality: 0..N + x-etsi-mec-origin-type: Array (Structure (inlined)) + example: + appList: + - appInfo: + appCharcs: + serviceCont: 5 + memory: 1 + bandwidth: 0 + latency: 6 + storage: 5 + appSoftVersion: appSoftVersion + appDVersion: appDVersion + appLocation: + - area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + - area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + appName: appName + appDescription: appDescription + appDId: appDId + appProvider: appProvider + vendorSpecificExt: + vendorId: vendorId + - appInfo: + appCharcs: + serviceCont: 5 + memory: 1 + bandwidth: 0 + latency: 6 + storage: 5 + appSoftVersion: appSoftVersion + appDVersion: appDVersion + appLocation: + - area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + - area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + appName: appName + appDescription: appDescription + appDId: appDId + appProvider: appProvider + vendorSpecificExt: + vendorId: vendorId + x-etsi-notes: "NOTE 1:\tThe vendor specific extension allows submitting information\ + \ on the application lists that have been made available to the device application\ + \ of the corresponding vendor.\nNOTE 2:\tThe language support may be limited.\ + \ The length of the value shall not exceed 128 characters." + x-etsi-ref: 6.2.2 + ApplicationLocationAvailability: + required: + - appInfo + - associateDevAppId + type: object + properties: + appInfo: + $ref: '#/components/schemas/ApplicationLocationAvailability_appInfo' + associateDevAppId: + maxLength: 32 + type: string + description: Uniquely identifies the device application. The length of the + value shall not exceed 32 characters. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + example: + appInfo: + appSoftVersion: appSoftVersion + appDVersion: appDVersion + appPackageSource: http://example.com/aeiou + appName: appName + appDescription: appDescription + appProvider: appProvider + availableLocations: + - appLocation: + area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + - appLocation: + area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + associateDevAppId: associateDevAppId + x-etsi-ref: 6.2.4 + ApplicationLocationAvailabilityNotification: + required: + - availableLocations + - notificationType + type: object + properties: + availableLocations: + minItems: 1 + required: + - appLocation + type: array + description: Locations available to the MEC application. + items: + $ref: '#/components/schemas/ApplicationLocationAvailability_appInfo_availableLocations' + x-etsi-mec-cardinality: 1..N + x-etsi-mec-origin-type: array (Structure (inline)) + contextId: + type: string + description: Uniquely identifies the application context in the MEC system. + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + notificationType: + type: string + description: Shall be set to "ApplicationLocationAvailabilityNotification". + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + x-etsi-ref: 6.4.5 + InlineNotification: + discriminator: + propertyName: NotificationType + oneOf: + - $ref: '#/components/schemas/AddressChangeNotification' + - $ref: '#/components/schemas/ApplicationContextDeleteNotification' + - $ref: '#/components/schemas/ApplicationContextUpdateNotification' + - $ref: '#/components/schemas/ApplicationLocationAvailabilityNotification' + LocationConstraints: + type: object + properties: + area: + $ref: '#/components/schemas/Polygon' + civicAddressElement: + minItems: 0 + required: + - caType + - caValue + type: array + description: Zero or more elements comprising the civic address. Shall be + absent if the "area" attribute is present. + items: + $ref: '#/components/schemas/LocationConstraints_civicAddressElement' + x-etsi-mec-cardinality: 0..N + x-etsi-mec-origin-type: array (Structure inlined) + countryCode: + maxLength: 2 + type: string + description: "The two-letter ISO 3166 [7] country code in capital letters.\ + \ Shall be present in case the \"area\" attribute is absent. May be absent\ + \ if the \"area\" attribute is present (see note)." + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + example: + area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + x-etsi-notes: "NOTE:\tIf both \"countryCode\" and \"area\" are present, no conflicts\ + \ should exist between the values of these two attributes. In case of conflicts,\ + \ the API producer (e.g. MEO, MEAO) shall disregard parts of the geographic\ + \ area signalled by \"area\" that are outside the boundaries of the country\ + \ signalled by \"countryCode\". If \"countryCode\" is absent, it is solely\ + \ the \"area\" attribute that defines the location constraint." + x-etsi-ref: 6.5.2 + Polygon: + type: object + properties: + coordinates: + minItems: 1 + type: array + items: + type: array + items: + type: array + items: + type: number + format: float + x-etsi-mec-cardinality: 1 + x-etsi-mec-origin-type: array + example: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + ProblemDetails: + type: object + properties: + detail: + type: string + description: A human-readable explanation specific to this occurrence of + the problem + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + instance: + type: string + description: A URI reference that identifies the specific occurrence of + the problem + format: uri + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: URI + status: + type: integer + description: The HTTP status code for this occurrence of the problem + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Uint32 + title: + type: string + description: "A short, human-readable summary of the problem type" + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + type: + type: string + description: A URI reference according to IETF RFC 3986 that identifies + the problem type + format: uri + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: URI + Links: + required: + - self + type: object + properties: + self: + $ref: '#/components/schemas/LinkType' + description: Hyperlink related to the resource. This shall be only included + in the HTTP responses and in HTTP PUT requests. + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Structure (inlined) + LinkType: + required: + - href + type: object + properties: + href: + type: string + description: URI referring to a resource + format: uri + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Uri + example: + href: http://example.com/aeiou + x-etsi-ref: 6.5.13 + AppTerminationNotification: + required: + - _links + - maxGracefulTimeout + - notificationType + - operationAction + type: object + properties: + notificationType: + type: string + description: Shall be set to AppTerminationNotification. + operationAction: + $ref: '#/components/schemas/OperationActionType' + maxGracefulTimeout: + type: integer + description: Maximum timeout value in seconds for graceful termination or + graceful stop of an application instance. + format: uint32 + _links: + $ref: '#/components/schemas/AppTerminationNotification__links' + description: This type represents the information that the MEC platform notifies + the subscribed application instance about the corresponding application instance + termination/stop. + OperationActionType: + type: string + description: Operation that is being performed on the MEC application instance. + enum: + - STOPPING + - TERMINATING + AppTerminationNotification__links: + required: + - subscription + type: object + properties: + subscription: + $ref: '#/components/schemas/LinkType' + confirmTermination: + $ref: '#/components/schemas/LinkType' + description: Object containing hyperlinks related to the resource. + AppContext_appInfo_userAppInstanceInfo: + type: object + properties: + appInstanceId: + type: string + description: Identifier of the user application instance. It shall only + be included in the response. + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + appLocation: + $ref: '#/components/schemas/LocationConstraints' + referenceURI: + type: string + description: Address of the user application instance. It shall only be + included in the response. + format: uri + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: URI + example: + appInstanceId: appInstanceId + appLocation: + area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + referenceURI: http://example.com/aeiou + AppContext_appInfo: + required: + - appDVersion + - appName + - appProvider + - userAppInstanceInfo + type: object + properties: + appDId: + type: string + description: "Identifier of this MEC application descriptor. This attribute\ + \ shall be globally unique. It is equivalent to the appDId defined in\ + \ clause 6.2.1.2 of ETSI GS MEC 0102 [1]. It shall be present if the application\ + \ is one in the ApplicationList." + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + appDVersion: + type: string + description: "Identifies the version of the application descriptor. It is\ + \ equivalent to the appDVersion defined in clause 6.2.1.2 of ETSI GS MEC\ + \ 0102 [1]." + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appDescription: + maxLength: 128 + type: string + description: Human readable description of the MEC application. The length + of the value shall not exceed 128 characters. + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + appName: + maxLength: 32 + type: string + description: Name of the MEC application. The length of the value shall + not exceed 32 characters. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appProvider: + maxLength: 32 + type: string + description: |- + Provider of the MEC application. + The length of the value shall not exceed 32 characters. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appSoftVersion: + maxLength: 32 + type: string + description: Software version of the MEC application. The length of the + value shall not exceed 32 characters. + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + appPackageSource: + type: string + description: "URI of the application package.\nIncluded in the request if\ + \ the application is not one in the ApplicationList. appPackageSource\ + \ enables on-boarding of the application package into the MEC system.\ + \ The application package shall comply with the definitions in clause\ + \ 6.2.1.2 of ETSI GS MEC 0102 [1]." + format: uri + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: URI + userAppInstanceInfo: + minItems: 1 + type: array + description: List of user application instance information. + items: + $ref: '#/components/schemas/AppContext_appInfo_userAppInstanceInfo' + x-etsi-mec-cardinality: 1..N + x-etsi-mec-origin-type: array (Structure inlined) + description: "" + example: + appSoftVersion: appSoftVersion + appDVersion: appDVersion + appPackageSource: http://example.com/aeiou + appName: appName + appDescription: appDescription + userAppInstanceInfo: + - appInstanceId: appInstanceId + appLocation: + area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + referenceURI: http://example.com/aeiou + - appInstanceId: appInstanceId + appLocation: + area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + referenceURI: http://example.com/aeiou + appDId: appDId + appProvider: appProvider + ApplicationContextUpdateNotification_userAppInstanceInfo: + type: object + properties: + appInstanceId: + type: string + description: Identifier of the user application instance. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appLocation: + $ref: '#/components/schemas/LocationConstraints' + referenceURI: + type: string + description: Address of the user application instance. + format: uri + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: URI + example: null + ApplicationList_appInfo_appCharcs: + type: object + properties: + bandwidth: + type: integer + description: 'The required connection bandwidth in kbit/s for the use of + the MEC application instance. ' + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: uint32 + latency: + type: integer + description: The target round trip time in milliseconds supported by the + MEC system for the MEC application instance. + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: uint32 + memory: + type: integer + description: The maximum size in Mbytes of the memory resource expected + to be used by the MEC application instance in the MEC system. + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: uint32 + serviceCont: + type: integer + description: "Required service continuity mode for this application. Permitted\ + \ values: 0 = SERVICE_CONTINUITY_NOT_REQUIRED. 1 = SERVICE_CONTINUITY_REQUIRED." + enum: + - 0 + - 1 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Enum + storage: + type: integer + description: The maximum size in Mbytes of the storage resource expected + to be used by the MEC application instance in the MEC system. + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: uint32 + description: Characteristics of the application. As defined below. The application + characteristics relate to the system resources consumed by the application. + A device application can use this information e.g. for estimating the cost + of use of the application or for the expected user experience. + example: + serviceCont: 5 + memory: 1 + bandwidth: 0 + latency: 6 + storage: 5 + ApplicationList_appInfo: + required: + - appDId + - appDVersion + - appDescription + - appName + - appProvider + - appSoftVersion + type: object + properties: + appCharcs: + $ref: '#/components/schemas/ApplicationList_appInfo_appCharcs' + appDId: + type: string + description: "Identifier of this MEC application descriptor. It is equivalent\ + \ to the appDId defined in clause 6.2.1.2 of ETSI GS MEC 0102 [1]. This\ + \ attribute shall be globally unique." + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appDVersion: + type: string + description: "Identifies the version of the application descriptor. It is\ + \ equivalent to the appDVersion defined in clause 6.2.1.2 of ETSI GS MEC\ + \ 0102 [1]." + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appDescription: + maxLength: 128 + type: string + description: Human readable description of the MEC application (see note + 2). + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appLocation: + minItems: 0 + type: array + description: Identifies the locations of the MEC application. + items: + $ref: '#/components/schemas/LocationConstraints' + x-etsi-mec-cardinality: 0..N + x-etsi-mec-origin-type: LocationConstraints + appName: + maxLength: 32 + type: string + description: Name of the MEC application. The length of the value shall + not exceed 32 characters. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appProvider: + maxLength: 32 + type: string + description: Provider of the MEC application. The length of the value shall + not exceed 32 characters. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appSoftVersion: + maxLength: 32 + type: string + description: Software version of the MEC application. The length of the + value shall not exceed 32 characters. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + description: "" + example: + appCharcs: + serviceCont: 5 + memory: 1 + bandwidth: 0 + latency: 6 + storage: 5 + appSoftVersion: appSoftVersion + appDVersion: appDVersion + appLocation: + - area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + - area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + appName: appName + appDescription: appDescription + appDId: appDId + appProvider: appProvider + ApplicationList_vendorSpecificExt: + required: + - vendorId + type: object + properties: + vendorId: + maxLength: 32 + type: string + description: Vendor identifier. The length of the value shall not exceed + 32 characters. The rest of the structure of vendor specific extension + is not defined. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + description: Extension for vendor specific information (see note 1). + example: + vendorId: vendorId + ApplicationList_appList: + type: object + properties: + appInfo: + $ref: '#/components/schemas/ApplicationList_appInfo' + vendorSpecificExt: + $ref: '#/components/schemas/ApplicationList_vendorSpecificExt' + example: + appInfo: + appCharcs: + serviceCont: 5 + memory: 1 + bandwidth: 0 + latency: 6 + storage: 5 + appSoftVersion: appSoftVersion + appDVersion: appDVersion + appLocation: + - area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + - area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + appName: appName + appDescription: appDescription + appDId: appDId + appProvider: appProvider + vendorSpecificExt: + vendorId: vendorId + ApplicationLocationAvailability_appInfo_availableLocations: + type: object + properties: + appLocation: + $ref: '#/components/schemas/LocationConstraints' + example: + appLocation: + area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + ApplicationLocationAvailability_appInfo: + required: + - appDVersion + - appName + - appProvider + type: object + properties: + appDVersion: + type: string + description: "Identifies the version of the application descriptor. It is\ + \ equivalent to the appDVersion defined in clause 6.2.1.2 of ETSI GS MEC\ + \ 0102 [1]." + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appDescription: + maxLength: 128 + type: string + description: Human readable description of the MEC application. The length + of the value shall not exceed 128 characters. + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + appName: + maxLength: 32 + type: string + description: Name of the MEC application. The length of the value shall + not exceed 32 characters. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appPackageSource: + type: string + description: "URI of the application package. Shall be included in the request.\ + \ The application package shall comply with the definitions in clause\ + \ 6.2.1.2 of ETSI GS MEC 0102 [1]." + format: uri + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: URI + appProvider: + maxLength: 32 + type: string + description: Provider of the MEC application. The length of the value shall + not exceed 32 characters. + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appSoftVersion: + maxLength: 32 + type: string + description: Software version of the MEC application. The length of the + value shall not exceed 32 characters. + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + availableLocations: + minItems: 0 + type: array + description: 'MEC application location constraints. ' + items: + $ref: '#/components/schemas/ApplicationLocationAvailability_appInfo_availableLocations' + x-etsi-mec-cardinality: 0..N + x-etsi-mec-origin-type: array (Structure (inline)) + description: "" + example: + appSoftVersion: appSoftVersion + appDVersion: appDVersion + appPackageSource: http://example.com/aeiou + appName: appName + appDescription: appDescription + appProvider: appProvider + availableLocations: + - appLocation: + area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + - appLocation: + area: + coordinates: + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + - - - 2.302136 + - 2.302136 + - - 2.302136 + - 2.302136 + countryCode: countryCode + civicAddressElement: + - caType: 7 + caValue: caValue + - caType: 7 + caValue: caValue + LocationConstraints_civicAddressElement: + type: object + properties: + caType: + type: integer + description: "Describe the content type of caValue. The value of caType\ + \ shall comply with section 3.4 of IETF RFC 4776 [6]. " + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Integer + caValue: + type: string + description: "Content of civic address element corresponding to the caType.\ + \ The format caValue shall comply with section 3.4 of IETF RFC 4776 [6]." + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + example: + caType: 7 + caValue: caValue + responses: + "204": + description: "Upon success, a response 204 No Content without any response body\ + \ is returned." + "400": + description: "Bad Request : used to indicate that incorrect parameters were\ + \ passed to the request." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "401": + description: "Unauthorized : used when the client did not submit credentials." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: "Forbidden : operation is not allowed given the current status\ + \ of the resource." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: "Not Found : used when a client provided a URI that cannot be\ + \ mapped to a valid resource URI." + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + parameters: + Query.appName: + name: appName + in: query + description: Name to identify the MEC application. + required: false + style: form + explode: true + schema: + type: array + items: + maxLength: 32 + type: string + Query.appProvider: + name: appProvider + in: query + description: Provider of the MEC application. + required: false + style: form + explode: true + schema: + type: array + items: + maxLength: 32 + type: string + Query.appSoftVersion: + name: appSoftVersion + in: query + description: Software version of the MEC application. + required: false + style: form + explode: true + schema: + type: array + items: + maxLength: 32 + type: string + Query.vendorId: + name: vendorId + in: query + description: Vendor identifier + required: false + style: form + explode: true + schema: + type: array + items: + maxLength: 32 + type: string + Query.serviceCont: + name: serviceCont + in: query + description: "Required service continuity mode for this application. Permitted\ + \ values: 0 = SERVICE_CONTINUITY_NOT_REQUIRED. 1 = SERVICE_CONTINUITY_REQUIRED." + required: false + style: form + explode: true + schema: + type: integer + enum: + - 0 + - 1 + Path.contextId: + name: contextId + in: path + description: Uniquely identifies the application context in the MEC system. + It is assigned by the MEC system. + required: true + style: simple + explode: false + schema: + type: string diff --git a/config/api/mts-api.yaml b/config/api/mts-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b16494e62c3b1cf683f33be22f25f9a42281f723 --- /dev/null +++ b/config/api/mts-api.yaml @@ -0,0 +1,802 @@ +openapi: 3.0.0 +info: + contact: + url: 'https://forge.etsi.org/rep/mec/gs015-bandwith-mgmt-api' + title: ETSI GS MEC 015 - Multi-access Traffic Steering API + version: 2.2.1 + description: >- + 'The ETSI MEC ISG MEC015 Multi-access Traffic Steering API described using OpenAPI +

**Note**
MEC Sandbox supports all MTS API endpoints; complete details on the MTS API can be found on [ETSI Forge](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/015/02.02.01_60/gs_mec015v020201p.pdf).' + license: + name: BSD-3-Clause + url: 'https://forge.etsi.org/legal-matters' +externalDocs: + description: ETSI MEC015 V2.2.1 Traffic Management API + url: >- + https://www.etsi.org/deliver/etsi_gs/MEC/001_099/015/02.02.01_60/gs_mec015v020201p.pdf +servers: + - url: 'https://localhost/sandboxname/mts/v1' +tags: +- name: mts +paths: + /mts_capability_info: + get: + tags: + - mts + summary: Retrieve the MTS capability informations + description: Used to query information about the MTS information. Typically + used in the 'Get MTS service Info from the MTS Service' procedure as described + in clause 6.2.6. + operationId: mtsCapabilityInfoGET + parameters: [] + responses: + "200": + description: Upon success, a response body containing the MTS capability + information is returned. + content: + application/json: + schema: + $ref: '#/components/schemas/MtsCapabilityInfo' + "400": + description: 'Bad Request : used to indicate that incorrect parameters were + passed to the request.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: 'Forbidden : operation is not allowed given the current status + of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: 'Not Found : used when a client provided a URI that cannot + be mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + /mts_sessions: + get: + tags: + - mts + summary: Retrieve information about a list of MTS sessions + description: Retrieves information about a list of MTS sessions. Typically used + in the 'Get configured MTS Session Info from the MTS Service' procedure as + described in clause 6.2.10. + operationId: mtsSessionsListGET + parameters: + - name: app_instance_id + in: query + description: A MEC application instance may use multiple app_instance_ids + as an input parameter to query the MTS session of a list of MEC application + instances. See note. + required: false + style: form + explode: true + schema: + type: array + items: + type: string + - name: app_name + in: query + description: A MEC application instance may use multiple app_names as an input + parameter to query the MTS session of a list of MEC application instances. + See note. + required: false + style: form + explode: true + schema: + type: array + items: + type: string + - name: session_id + in: query + description: A MEC application instance may use session_id as an input parameter + to query the information of a list of MTS sessions. See note. + required: false + style: form + explode: true + schema: + type: array + items: + type: string + responses: + "200": + description: Upon success, a response body containing an array of the MTS + sessions is returned. + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/MtsSessionInfo' + x-content-type: application/json + "400": + description: 'Bad Request : used to indicate that incorrect parameters were + passed to the request.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: 'Forbidden : operation is not allowed given the current status + of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: 'Not Found : used when a client provided a URI that cannot + be mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + post: + tags: + - mts + summary: Create a MTS session + description: Used to create a MTS session. This method is typically used in + 'Register application to the MTS Service' procedure as described in clause + 6.2.7. + operationId: mtsSessionPOST + parameters: [] + requestBody: + description: Entity body in the request contains MtsSessionInfo to be created. + content: + application/json: + schema: + $ref: '#/components/schemas/MtsSessionInfo' + required: true + responses: + "201": + description: Upon success, the HTTP response shall include a 'Location' + HTTP header that contains the resource URI of the created resource. + content: + application/json: + schema: + $ref: '#/components/schemas/MtsSessionInfo' + "400": + description: 'Bad Request : used to indicate that incorrect parameters were + passed to the request.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: 'Forbidden : operation is not allowed given the current status + of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: 'Not Found : used when a client provided a URI that cannot + be mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + /mts_sessions/{sessionId}: + get: + tags: + - mts + summary: Retrieve information about specific MTS session + description: Retrieves information about an individual MTS session. Typically + used in the 'Get configured MTS Session Info from the MTS Service' procedure + as described in clause 6.2.10. + operationId: mtsSessionGET + parameters: + - name: sessionId + in: path + description: Represents a MTS session instance + required: true + style: simple + explode: false + schema: + type: string + responses: + "200": + description: Used to indicate nonspecific success. The response body contains + a representation of the resource. + content: + application/json: + schema: + $ref: '#/components/schemas/MtsSessionInfo' + "400": + description: 'Bad Request : used to indicate that incorrect parameters were + passed to the request.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: 'Forbidden : operation is not allowed given the current status + of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: 'Not Found : used when a client provided a URI that cannot + be mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + put: + tags: + - mts + summary: Update the information about specific MTS session + description: 'Updates the information about an individual MTS session. As specified + in ETSI GS MEC 009 [6], the PUT HTTP method has ''replace'' semantics. ' + operationId: mtsSessionPUT + parameters: + - name: sessionId + in: path + description: Represents a MTS session instance + required: true + style: simple + explode: false + schema: + type: string + requestBody: + description: MtsSessionInfo with updated information is included as entity + body of the request. + content: + application/json: + schema: + $ref: '#/components/schemas/MtsSessionInfo' + required: true + responses: + "200": + description: Used to indicate nonspecific success. The response body contains + a representation of the resource. + content: + application/json: + schema: + $ref: '#/components/schemas/MtsSessionInfo' + "400": + description: 'Bad Request : used to indicate that incorrect parameters were + passed to the request.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: 'Forbidden : operation is not allowed given the current status + of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: 'Not Found : used when a client provided a URI that cannot + be mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "412": + description: 'Precondition failed : used when a condition has failed during + conditional requests, e.g. when using ETags to avoid write conflicts when + using PUT' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + delete: + tags: + - mts + summary: Remove specific MTS session + description: DELETE method is typically used in 'Unregister from the MTS Service' + procedure as described in clause 6.2.8. + operationId: mtsSessionDELETE + parameters: + - name: sessionId + in: path + description: Represents a MTS session instance + required: true + style: simple + explode: false + schema: + type: string + responses: + "204": + description: Upon success, a response 204 No Content without any response + body is returned. + "403": + description: 'Forbidden : operation is not allowed given the current status + of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: 'Not Found : used when a client provided a URI that cannot + be mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' +components: + schemas: + MtsCapabilityInfo: + required: + - mtsAccessInfo + - mtsMode + type: object + properties: + mtsAccessInfo: + minItems: 1 + required: + - accessId + - accessType + - metered + type: array + description: The information on access network connection as defined below + items: + $ref: '#/components/schemas/MtsCapabilityInfo_mtsAccessInfo' + x-etsi-mec-cardinality: 1..N + x-etsi-mec-origin-type: Structure (inlined) + mtsMode: + minItems: 1 + type: array + description: Numeric value corresponding to a specific MTS operation supported + by the TMS 0 = low cost, i.e. using the unmetered access network connection + whenever it is available 1 = low latency, i.e. using the access network + connection with lower latency 2 = high throughput, i.e. using the access + network connection with higher throughput, or/and multiple access network + connection simultaneously if supported 3 = redundancy, i.e. sending duplicated + (redundancy) packets over multiple access network connections for highreliability + and low-latency applications 4 = QoS, i.e. performing MTS based on the + specific QoS requirements from the app + items: + type: integer + format: uint32 + x-etsi-mec-cardinality: 1..N + x-etsi-mec-origin-type: Uint32 + timeStamp: + $ref: '#/components/schemas/MtsCapabilityInfo_timeStamp' + example: + timeStamp: + seconds: 2 + nanoSeconds: 5 + mtsMode: + - 5 + - 5 + mtsAccessInfo: + - accessId: 0 + accessType: 6 + metered: 1 + - accessId: 0 + accessType: 6 + metered: 1 + x-etsi-notes: "NOTE:\tA metered connection is a network connection that has\ + \ a maximum data usage in a specific period, e.g. per hour/day/week/month.\ + \ The user may get billed extra charges if they go over the allotted amount." + x-etsi-ref: 7.2.4 + MtsSessionInfo: + required: + - appInsId + - flowFilter + - mtsMode + - qosD + - requestType + - trafficDirection + type: object + properties: + sessionId: + type: string + description: MTS session instance identifier + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + appInsId: + type: string + description: Application instance identifier + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + appName: + type: string + description: Name of the application + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + flowFilter: + minItems: 1 + type: array + description: Traffic flow filtering criteria, applicable only if when requestType + is set as FLOW_SPECIFIC_MTS_SESSION. Any filtering criteria shall define + a single session only. In case multiple sessions match flowFilter the + request shall be rejected. If the flowFilter field is included, at least + one of its subfields shall be included. Any flowFilter subfield that is + not included shall be ignored in traffic flow filtering + items: + $ref: '#/components/schemas/MtsSessionInfo_flowFilter' + x-etsi-mec-cardinality: 1..N + x-etsi-mec-origin-type: Structure (inlined) + mtsMode: + type: integer + description: 'Numeric value (0 - 255) corresponding to a specific MTS mode + of the MTS session: 0 = low cost, i.e. using the unmetered access network + connection whenever it is available 1 = low latency, i.e. using the access + network connection with lower latency 2 = high throughput, i.e. using + the access network connection with higher throughput, or multiple access + network connection simultaneously 3 = redundancy, i.e. sending duplicated + (redundancy) packets over multiple access network connections for high-reliability + and low-latency applications 4 = QoS, i.e. performing MTS based on the + QoS requirement (qosD)' + format: uint32 + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Uint32 + qosD: + $ref: '#/components/schemas/MtsSessionInfo_qosD' + requestType: + type: integer + description: 'Numeric value (0 - 255) corresponding to specific type of + consumer as following: 0 = APPLICATION_SPECIFIC_MTS_SESSION 1 = FLOW_SPECIFIC_MTS_SESSION' + enum: + - 0 + - 1 + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Enum_inlined + timeStamp: + $ref: '#/components/schemas/MtsSessionInfo_timeStamp' + trafficDirection: + type: string + description: 'The direction of the requested MTS session: 00 = Downlink + (towards the UE) 01 = Uplink (towards the application/session) 10 = Symmetrical + (see note) ' + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: String + example: + timeStamp: + seconds: 1 + nanoSeconds: 1 + flowFilter: + - flowlabel: 1 + protocol: 5 + sourcePort: + - 5 + - 5 + dscp: 0 + dstPort: + - 6 + - 6 + sourceIp: sourceIp + dstIp: dstIp + - flowlabel: 1 + protocol: 5 + sourcePort: + - 5 + - 5 + dscp: 0 + dstPort: + - 6 + - 6 + sourceIp: sourceIp + dstIp: dstIp + requestType: 7 + appName: appName + qosD: + maxJitter: 7 + maxLatency: 9 + maxLoss: 3 + priority: 4 + minTpt: 2 + sessionId: sessionId + appInsId: appInsId + trafficDirection: trafficDirection + mtsMode: 2 + x-etsi-notes: "NOTE:\tFor the downlink direction of a symmetrical flow, \"sourceIp\"\ + \ and \"sourcePort\" in the \"flowFilter\" structure are used for source address\ + \ and port, respectively; \"dstIp\" and \"dstPort\" are used for destination\ + \ address and port, respectively. For the uplink direction of a symmetrical\ + \ flow, \"sourceIp\" and \"sourcePort\" are used for destination address and\ + \ port, respectively; \"dstIp\" and \"dstPort\" are used for source address\ + \ and port, respectively." + x-etsi-ref: 7.2.5 + ProblemDetails: + type: object + properties: + detail: + type: string + description: A human-readable explanation specific to this occurrence of + the problem + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + instance: + type: string + description: A URI reference that identifies the specific occurrence of + the problem + format: uri + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: URI + status: + type: integer + description: The HTTP status code for this occurrence of the problem + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Uint32 + title: + type: string + description: A short, human-readable summary of the problem type + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + type: + type: string + description: A URI reference according to IETF RFC 3986 that identifies + the problem type + format: uri + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: URI + MtsCapabilityInfo_mtsAccessInfo: + type: object + properties: + accessId: + type: integer + description: Unique identifier for the access network connection + format: uint32 + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Uint32 + accessType: + type: integer + description: 'Numeric value (0-255) corresponding to specific type of access + network as following: 0 = Unknown 1 = Any IEEE802.11-based WLAN technology + 2 = Any 3GPP-based Cellular technology 3 = Any Fixed Access 11 = IEEE802.11 + a/b/g WLAN 12 = IEEE 802.11 a/b/g/n WLAN 13 = IEEE 802.11 a/b/g/n/ac WLAN + 14 = IEEE 802.11 a/b/g/n/ac/ax WLAN (Wi-Fi 6) 15 = IEEE 802.11 b/g/n WLAN + 31 = 3GPP GERAN/UTRA (2G/3G) 32 = 3GPP E-UTRA (4G/LTE) 33 = 3GPP NR (5G)' + format: uint32 + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Uint32 + metered: + type: integer + description: 'Numeric value (0-255) corresponding to the following: 0: the + connection is not metered (see note) 1: the connection is metered 2: unknown ' + format: uint32 + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Uint32 + example: + accessId: 0 + accessType: 6 + metered: 1 + MtsCapabilityInfo_timeStamp: + required: + - nanoSeconds + - seconds + type: object + properties: + nanoSeconds: + type: integer + description: Time in nanoseconds in Unix-time since January 1, 1970, 00:00:00 + UTC + format: uint32 + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Uint32 + seconds: + type: integer + description: Time in seconds in Unix-time since January 1, 1970, 00:00:00 + UTC + format: uint32 + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Uint32 + description: Time stamp to indicate when the corresponding information elements + are sent + example: + seconds: 2 + nanoSeconds: 5 + MtsSessionInfo_flowFilter: + type: object + properties: + dscp: + type: integer + description: DSCP in the IPv4 header or Traffic Class in the IPv6 header + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Uint32 + dstIp: + type: string + description: Destination address identity of session (including range) + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + dstPort: + minItems: 0 + type: array + description: Destination port identity of session + items: + type: integer + format: uint32 + x-etsi-mec-cardinality: 0..N + x-etsi-mec-origin-type: Uint32 + flowlabel: + type: integer + description: Flow Label in the IPv6 header, applicable only if the flow + is IPv6 + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Uint32 + protocol: + type: integer + description: Protocol number + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Uint32 + sourceIp: + type: string + description: Source address identity of session (including range) + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: String + sourcePort: + minItems: 0 + type: array + description: Source port identity of session + items: + type: integer + format: uint32 + x-etsi-mec-cardinality: 0..N + x-etsi-mec-origin-type: Uint32 + example: + flowlabel: 1 + protocol: 5 + sourcePort: + - 5 + - 5 + dscp: 0 + dstPort: + - 6 + - 6 + sourceIp: sourceIp + dstIp: dstIp + MtsSessionInfo_qosD: + type: object + properties: + maxJitter: + type: integer + description: tolerable jitter in [10 nanoseconds] + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Uint32 + maxLatency: + type: integer + description: tolerable (one-way) delay in [10 nanoseconds] + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Uint32 + maxLoss: + type: integer + description: tolerable packet loss rate in [1/10^x] + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Uint32 + minTpt: + type: integer + description: minimal throughput in [kbps] + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Uint32 + priority: + type: integer + description: 'numeric value (0 - 255) corresponding to the traffic priority + 0: low; 1: medium; 2: high; 3: critical' + format: uint32 + x-etsi-mec-cardinality: 0..1 + x-etsi-mec-origin-type: Uint32 + description: QoS requirement description of the MTS session, applicable only + if mtsMode = 4 (QoS). If the qosD field is included, at least one of its subfields + shall be included. Any qosD subfield that is not included shall be ignored + in Multi-access Traffic Steering (MTS) + example: + maxJitter: 7 + maxLatency: 9 + maxLoss: 3 + priority: 4 + minTpt: 2 + MtsSessionInfo_timeStamp: + required: + - nanoSeconds + - seconds + type: object + properties: + nanoSeconds: + type: integer + description: The nanoseconds part of the Time. Time is defined as Unix-time + since January 1, 1970, 00:00:00 UTC + format: uint32 + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Uint32 + seconds: + type: integer + description: The seconds part of the Time. Time is defined as Unixtime since + January 1, 1970, 00:00:00 UTC + format: uint32 + x-etsi-mec-cardinality: "1" + x-etsi-mec-origin-type: Uint32 + description: 'Time stamp to indicate when the corresponding information elements + are sent ' + example: + seconds: 1 + nanoSeconds: 1 + responses: + "204": + description: Upon success, a response 204 No Content without any response body + is returned. + "400": + description: 'Bad Request : used to indicate that incorrect parameters were + passed to the request.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "403": + description: 'Forbidden : operation is not allowed given the current status + of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "404": + description: 'Not Found : used when a client provided a URI that cannot be + mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + "412": + description: 'Precondition failed : used when a condition has failed during + conditional requests, e.g. when using ETags to avoid write conflicts when + using PUT' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + parameters: + Path.sessionId: + name: sessionId + in: path + description: Represents a MTS session instance + required: true + style: simple + explode: false + schema: + type: string + Query.app_instance_id: + name: app_instance_id + in: query + description: A MEC application instance may use multiple app_instance_ids as + an input parameter to query the MTS session of a list of MEC application instances. + See note. + required: false + style: form + explode: true + schema: + type: array + items: + type: string + Query.app_name: + name: app_name + in: query + description: A MEC application instance may use multiple app_names as an input + parameter to query the MTS session of a list of MEC application instances. + See note. + required: false + style: form + explode: true + schema: + type: array + items: + type: string + Query.session_id: + name: session_id + in: query + description: A MEC application instance may use session_id as an input parameter + to query the information of a list of MTS sessions. See note. + required: false + style: form + explode: true + schema: + type: array + items: + type: string diff --git a/config/dashboards/mec-sandbox.json b/config/dashboards/mec-sandbox.json index 17807cd55927507b78e44dec94c7ad92b68fb8bb..c60684c3c63b95ca46305f3f3eeb0b525bcc219e 100644 --- a/config/dashboards/mec-sandbox.json +++ b/config/dashboards/mec-sandbox.json @@ -73,9 +73,7 @@ "options": { "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -140,9 +138,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -195,9 +191,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -208,15 +202,11 @@ { "groupBy": [ { - "params": [ - "$__interval" - ], + "params": ["$__interval"], "type": "time" }, { - "params": [ - "null" - ], + "params": ["null"], "type": "fill" } ], @@ -229,9 +219,7 @@ "select": [ [ { - "params": [ - "value" - ], + "params": ["value"], "type": "field" }, { @@ -282,9 +270,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -346,9 +332,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -523,9 +507,7 @@ "displayMode": "gradient", "orientation": "auto", "reduceOptions": { - "calcs": [ - "max" - ], + "calcs": ["max"], "fields": "", "values": false }, @@ -645,9 +627,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -656,7 +636,7 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "intervalFactor": 1, @@ -704,9 +684,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -715,28 +693,28 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"2.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"2.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"2.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"2.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"2.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"2.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "2xx", "refId": "B" }, { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"3.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"3.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"3.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"3.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"3.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"3.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "3xx", "refId": "C" }, { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"4.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"4.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"4.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"4.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"4.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"4.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "4xx", "refId": "D" }, { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"5.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"5.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"5.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"5.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"5.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"5.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "5xx", @@ -781,9 +759,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -792,7 +768,7 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "intervalFactor": 1, @@ -840,9 +816,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -851,28 +825,28 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"2.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"2.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"2.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"2.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"2.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"2.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "2xx", "refId": "B" }, { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"3.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"3.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"3.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"3.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"3.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"3.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "3xx", "refId": "C" }, { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"4.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"4.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"4.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"4.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"4.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"4.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "4xx", "refId": "D" }, { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"5.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"5.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\",status=~\"5.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"5.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"5.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\",status=~\"5.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "5xx", @@ -947,9 +921,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -958,7 +930,7 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "topk(10, sort_desc(sum by (svc,path,method)((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"} offset $__range))))", + "expr": "topk(10, sort_desc(sum by (svc,path,method)((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"} offset $__range))))", "format": "time_series", "instant": true, "interval": "", @@ -1035,9 +1007,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1046,7 +1016,7 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "topk(10, sort_desc(sum by (svc,notif)((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec021|$mec028|$mec030\"} offset $__range))))", + "expr": "topk(10, sort_desc(sum by (svc,notif)((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec011|$mec012|$mec013|$mec015|$mec016|$mec021|$mec028|$mec030\"} offset $__range))))", "format": "time_series", "instant": true, "interval": "", @@ -1154,9 +1124,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -1213,9 +1181,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -1290,9 +1256,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -1349,9 +1313,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -1456,9 +1418,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1544,9 +1504,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1667,9 +1625,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -1726,9 +1682,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -1803,9 +1757,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -1862,9 +1814,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -1969,9 +1919,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -2057,9 +2005,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -2180,9 +2126,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -2239,9 +2183,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -2316,9 +2258,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -2375,9 +2315,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -2482,9 +2420,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -2570,9 +2506,7 @@ "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -2608,7 +2542,7 @@ "x": 0, "y": 33 }, - "id": 110, + "id": 136, "panels": [ { "datasource": null, @@ -2624,7 +2558,7 @@ "x": 0, "y": 34 }, - "id": 111, + "id": 137, "options": { "content": "", "mode": "markdown" @@ -2649,7 +2583,7 @@ "x": 12, "y": 34 }, - "id": 112, + "id": 138, "options": { "content": "", "mode": "markdown" @@ -2686,16 +2620,14 @@ "x": 0, "y": 35 }, - "id": 113, + "id": 139, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -2704,7 +2636,7 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "intervalFactor": 1, @@ -2747,14 +2679,12 @@ "x": 4, "y": 35 }, - "id": 114, + "id": 140, "options": { "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -2763,28 +2693,28 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"2.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"2.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"2.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "2xx", "refId": "B" }, { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"3.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"3.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"3.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "3xx", "refId": "C" }, { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"4.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"4.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"4.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "4xx", "refId": "D" }, { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"5.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"5.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"5.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "5xx", @@ -2822,16 +2752,14 @@ "x": 12, "y": 35 }, - "id": 115, + "id": 141, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -2840,7 +2768,7 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "intervalFactor": 1, @@ -2883,14 +2811,12 @@ "x": 16, "y": 35 }, - "id": 116, + "id": 142, "options": { "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -2899,28 +2825,28 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"2.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"2.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"2.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "2xx", "refId": "B" }, { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"3.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"3.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"3.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "3xx", "refId": "C" }, { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"4.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"4.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"4.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "4xx", "refId": "D" }, { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"5.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"5.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\",status=~\"5.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "5xx", @@ -2990,14 +2916,12 @@ "x": 0, "y": 40 }, - "id": 117, + "id": 143, "options": { "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -3006,7 +2930,7 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "topk(10, sort_desc(sum by (svc,path,method)((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range))))", + "expr": "topk(10, sort_desc(sum by (svc,path,method)((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec015\"} offset $__range))))", "format": "time_series", "instant": true, "interval": "", @@ -3078,14 +3002,12 @@ "x": 12, "y": 40 }, - "id": 118, + "id": 144, "options": { "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -3094,7 +3016,7 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "topk(10, sort_desc(sum by (svc,notif)((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range))))", + "expr": "topk(10, sort_desc(sum by (svc,notif)((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec015\"} offset $__range))))", "format": "time_series", "instant": true, "interval": "", @@ -3109,7 +3031,7 @@ "type": "bargauge" } ], - "title": "MEC021 - Application Mobility Service", + "title": "MEC015 - Traffic Management Service", "type": "row" }, { @@ -3121,7 +3043,7 @@ "x": 0, "y": 34 }, - "id": 78, + "id": 145, "panels": [ { "datasource": null, @@ -3137,7 +3059,7 @@ "x": 0, "y": 35 }, - "id": 85, + "id": 146, "options": { "content": "", "mode": "markdown" @@ -3162,7 +3084,7 @@ "x": 12, "y": 35 }, - "id": 100, + "id": 147, "options": { "content": "", "mode": "markdown" @@ -3199,16 +3121,14 @@ "x": 0, "y": 36 }, - "id": 90, + "id": 148, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -3217,7 +3137,7 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "intervalFactor": 1, @@ -3260,14 +3180,12 @@ "x": 4, "y": 36 }, - "id": 92, + "id": 149, "options": { "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -3276,28 +3194,28 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"2.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"2.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"2.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "2xx", "refId": "B" }, { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"3.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"3.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"3.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "3xx", "refId": "C" }, { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"4.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"4.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"4.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "4xx", "refId": "D" }, { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"5.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"5.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"5.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "5xx", @@ -3335,16 +3253,14 @@ "x": 12, "y": 36 }, - "id": 101, + "id": 150, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -3353,7 +3269,7 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "intervalFactor": 1, @@ -3396,14 +3312,12 @@ "x": 16, "y": 36 }, - "id": 106, + "id": 151, "options": { "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -3412,28 +3326,28 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"2.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"2.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"2.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "2xx", "refId": "B" }, { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"3.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"3.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"3.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "3xx", "refId": "C" }, { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"4.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"4.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"4.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "4xx", "refId": "D" }, { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"5.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"5.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\",status=~\"5.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "5xx", @@ -3503,14 +3417,12 @@ "x": 0, "y": 41 }, - "id": 86, + "id": 152, "options": { "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -3519,7 +3431,7 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "topk(10, sort_desc(sum by (svc,path,method)((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range))))\r", + "expr": "topk(10, sort_desc(sum by (svc,path,method)((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec016\"} offset $__range))))", "format": "time_series", "instant": true, "interval": "", @@ -3591,14 +3503,12 @@ "x": 12, "y": 41 }, - "id": 97, + "id": 153, "options": { "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -3607,7 +3517,7 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "topk(10, sort_desc(sum by (svc,notif)((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range))))", + "expr": "topk(10, sort_desc(sum by (svc,notif)((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec016\"} offset $__range))))", "format": "time_series", "instant": true, "interval": "", @@ -3622,7 +3532,7 @@ "type": "bargauge" } ], - "title": "MEC028 - WAI Service", + "title": "MEC016 - Device Application Interface Service", "type": "row" }, { @@ -3634,9 +3544,10 @@ "x": 0, "y": 35 }, - "id": 128, + "id": 110, "panels": [ { + "datasource": null, "fieldConfig": { "defaults": { "custom": {} @@ -3649,17 +3560,16 @@ "x": 0, "y": 36 }, - "id": 129, + "id": 111, "options": { - "mode": "markdown", - "content": "" + "content": "", + "mode": "markdown" }, "pluginVersion": "7.3.5", "timeFrom": null, "timeShift": null, "title": "Requests", - "type": "text", - "datasource": null + "type": "text" }, { "datasource": null, @@ -3675,7 +3585,7 @@ "x": 12, "y": 36 }, - "id": 135, + "id": 112, "options": { "content": "", "mode": "markdown" @@ -3692,6 +3602,7 @@ "defaults": { "custom": {}, "decimals": 0, + "mappings": [], "noValue": "0", "thresholds": { "mode": "absolute", @@ -3701,8 +3612,7 @@ "value": null } ] - }, - "mappings": [] + } }, "overrides": [] }, @@ -3712,25 +3622,23 @@ "x": 0, "y": 37 }, - "id": 130, + "id": 113, "options": { - "reduceOptions": { - "values": false, - "calcs": [ - "lastNotNull" - ], - "fields": "" - }, - "orientation": "auto", - "textMode": "value", "colorMode": "value", "graphMode": "area", - "justifyMode": "auto" + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "value" }, "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "intervalFactor": 1, @@ -3749,6 +3657,7 @@ "defaults": { "custom": {}, "decimals": 0, + "mappings": [], "noValue": "0", "thresholds": { "mode": "absolute", @@ -3762,8 +3671,7 @@ "value": 0 } ] - }, - "mappings": [] + } }, "overrides": [] }, @@ -3773,44 +3681,42 @@ "x": 4, "y": 37 }, - "id": 131, + "id": 114, "options": { + "displayMode": "gradient", + "orientation": "horizontal", "reduceOptions": { - "values": false, - "calcs": [ - "lastNotNull" - ], - "fields": "" + "calcs": ["lastNotNull"], + "fields": "", + "values": false }, - "orientation": "horizontal", - "displayMode": "gradient", "showUnfilled": true }, "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "2xx", "refId": "B" }, { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "3xx", "refId": "C" }, { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "4xx", "refId": "D" }, { - "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "5xx", @@ -3822,94 +3728,6 @@ "title": "Request Response Codes", "type": "bargauge" }, - { - "datasource": "Thanos", - "fieldConfig": { - "defaults": { - "custom": { - "align": "left", - "filterable": false - }, - "decimals": 0, - "displayName": "${__series.name}", - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "dark-blue", - "value": null - }, - { - "color": "blue", - "value": 0 - } - ] - }, - "mappings": [] - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "method" - }, - "properties": [ - { - "id": "custom.width", - "value": 121 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Time" - }, - "properties": [ - { - "id": "custom.width", - "value": 166 - } - ] - } - ] - }, - "gridPos": { - "h": 9, - "w": 12, - "x": 0, - "y": 42 - }, - "id": 132, - "options": { - "reduceOptions": { - "values": false, - "calcs": [ - "mean" - ], - "fields": "" - }, - "orientation": "horizontal", - "displayMode": "gradient", - "showUnfilled": true - }, - "pluginVersion": "7.3.5", - "targets": [ - { - "expr": "topk(10, sort_desc(sum by (svc,path,method)((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range))))\r", - "format": "time_series", - "instant": true, - "interval": "", - "intervalFactor": 1, - "legendFormat": "{{method}} {{path}}", - "refId": "A" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Top 10 Requests", - "type": "bargauge" - }, { "datasource": "Thanos", "fieldConfig": { @@ -3936,16 +3754,14 @@ "x": 12, "y": 37 }, - "id": 133, + "id": 115, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -3954,7 +3770,7 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "intervalFactor": 1, @@ -3997,14 +3813,12 @@ "x": 16, "y": 37 }, - "id": 134, + "id": 116, "options": { "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -4013,28 +3827,28 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"2.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "2xx", "refId": "B" }, { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"3.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "3xx", "refId": "C" }, { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"4.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "4xx", "refId": "D" }, { - "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"} offset $__range)) or vector(0)", + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\",status=~\"5.*\"} offset $__range)) or vector(0)", "instant": true, "interval": "", "legendFormat": "5xx", @@ -4061,11 +3875,11 @@ "mode": "absolute", "steps": [ { - "color": "dark-purple", + "color": "dark-blue", "value": null }, { - "color": "purple", + "color": "blue", "value": 0 } ] @@ -4101,17 +3915,15 @@ "gridPos": { "h": 9, "w": 12, - "x": 12, + "x": 0, "y": 42 }, - "id": 136, + "id": 117, "options": { "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -4120,68 +3932,1152 @@ "pluginVersion": "7.3.5", "targets": [ { - "expr": "topk(10, sort_desc(sum by (svc,notif)((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range))))", + "expr": "topk(10, sort_desc(sum by (svc,path,method)((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range))))", "format": "time_series", "instant": true, "interval": "", "intervalFactor": 1, - "legendFormat": "{{svc}} | {{notif}}", + "legendFormat": "{{method}} {{path}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, - "title": "Top 10 Notifications", + "title": "Top 10 Requests", "type": "bargauge" - } - ], - "title": "MEC030 - V2X Information Service", - "type": "row" - } - ], - "refresh": "15s", - "schemaVersion": 26, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "allValue": null, - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": "Thanos", - "definition": "label_values(metrics_http_request_duration_count, replica) ", - "error": null, - "hide": 0, - "includeAll": true, - "label": "Instance", - "multi": true, - "name": "replica", - "options": [], - "query": "label_values(metrics_http_request_duration_count, replica) ", - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 2, - "tagValuesQuery": "", - "tags": [], - "tagsQuery": "", - "type": "query", - "useTags": false - }, - { - "allValue": null, - "current": { - "selected": false, - "text": "App Enablement Service", - "value": "App Enablement Service" + }, + { + "datasource": "Thanos", + "fieldConfig": { + "defaults": { + "custom": { + "align": "left", + "filterable": false + }, + "decimals": 0, + "displayName": "${__series.name}", + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "dark-purple", + "value": null + }, + { + "color": "purple", + "value": 0 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "method" + }, + "properties": [ + { + "id": "custom.width", + "value": 121 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Time" + }, + "properties": [ + { + "id": "custom.width", + "value": 166 + } + ] + } + ] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 42 + }, + "id": 118, + "options": { + "displayMode": "gradient", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["mean"], + "fields": "", + "values": false + }, + "showUnfilled": true + }, + "pluginVersion": "7.3.5", + "targets": [ + { + "expr": "topk(10, sort_desc(sum by (svc,notif)((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec021\"} offset $__range))))", + "format": "time_series", + "instant": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "{{svc}} | {{notif}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Top 10 Notifications", + "type": "bargauge" + } + ], + "title": "MEC021 - Application Mobility Service", + "type": "row" + }, + { + "collapsed": true, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 36 + }, + "id": 78, + "panels": [ + { + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "gridPos": { + "h": 1, + "w": 12, + "x": 0, + "y": 37 + }, + "id": 85, + "options": { + "content": "", + "mode": "markdown" + }, + "pluginVersion": "7.3.5", + "timeFrom": null, + "timeShift": null, + "title": "Requests", + "type": "text" + }, + { + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "gridPos": { + "h": 1, + "w": 12, + "x": 12, + "y": 37 + }, + "id": 100, + "options": { + "content": "", + "mode": "markdown" + }, + "pluginVersion": "7.3.5", + "timeFrom": null, + "timeShift": null, + "title": "Notifications", + "type": "text" + }, + { + "datasource": "Thanos", + "fieldConfig": { + "defaults": { + "custom": {}, + "decimals": 0, + "mappings": [], + "noValue": "0", + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "blue", + "value": null + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 4, + "x": 0, + "y": 38 + }, + "id": 90, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "value" + }, + "pluginVersion": "7.3.5", + "targets": [ + { + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Total Requests", + "type": "stat" + }, + { + "datasource": "Thanos", + "fieldConfig": { + "defaults": { + "custom": {}, + "decimals": 0, + "mappings": [], + "noValue": "0", + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "dark-blue", + "value": null + }, + { + "color": "blue", + "value": 0 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 8, + "x": 4, + "y": 38 + }, + "id": 92, + "options": { + "displayMode": "gradient", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showUnfilled": true + }, + "pluginVersion": "7.3.5", + "targets": [ + { + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "2xx", + "refId": "B" + }, + { + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "3xx", + "refId": "C" + }, + { + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "4xx", + "refId": "D" + }, + { + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "5xx", + "refId": "E" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Request Response Codes", + "type": "bargauge" + }, + { + "datasource": "Thanos", + "fieldConfig": { + "defaults": { + "custom": {}, + "decimals": 0, + "mappings": [], + "noValue": "0", + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "purple", + "value": null + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 4, + "x": 12, + "y": 38 + }, + "id": 101, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "value" + }, + "pluginVersion": "7.3.5", + "targets": [ + { + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Total Notifications", + "type": "stat" + }, + { + "datasource": "Thanos", + "fieldConfig": { + "defaults": { + "custom": {}, + "decimals": 0, + "mappings": [], + "noValue": "0", + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "dark-purple", + "value": null + }, + { + "color": "purple", + "value": 0 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 8, + "x": 16, + "y": 38 + }, + "id": 106, + "options": { + "displayMode": "gradient", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showUnfilled": true + }, + "pluginVersion": "7.3.5", + "targets": [ + { + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"2.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "2xx", + "refId": "B" + }, + { + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"3.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "3xx", + "refId": "C" + }, + { + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"4.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "4xx", + "refId": "D" + }, + { + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\",status=~\"5.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "5xx", + "refId": "E" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Notification Response Codes", + "type": "bargauge" + }, + { + "datasource": "Thanos", + "fieldConfig": { + "defaults": { + "custom": { + "align": "left", + "filterable": false + }, + "decimals": 0, + "displayName": "${__series.name}", + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "dark-blue", + "value": null + }, + { + "color": "blue", + "value": 0 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "method" + }, + "properties": [ + { + "id": "custom.width", + "value": 121 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Time" + }, + "properties": [ + { + "id": "custom.width", + "value": 166 + } + ] + } + ] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 43 + }, + "id": 86, + "options": { + "displayMode": "gradient", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["mean"], + "fields": "", + "values": false + }, + "showUnfilled": true + }, + "pluginVersion": "7.3.5", + "targets": [ + { + "expr": "topk(10, sort_desc(sum by (svc,path,method)((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range))))\r", + "format": "time_series", + "instant": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "{{method}} {{path}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Top 10 Requests", + "type": "bargauge" + }, + { + "datasource": "Thanos", + "fieldConfig": { + "defaults": { + "custom": { + "align": "left", + "filterable": false + }, + "decimals": 0, + "displayName": "${__series.name}", + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "dark-purple", + "value": null + }, + { + "color": "purple", + "value": 0 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "method" + }, + "properties": [ + { + "id": "custom.width", + "value": 121 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Time" + }, + "properties": [ + { + "id": "custom.width", + "value": 166 + } + ] + } + ] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 43 + }, + "id": 97, + "options": { + "displayMode": "gradient", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["mean"], + "fields": "", + "values": false + }, + "showUnfilled": true + }, + "pluginVersion": "7.3.5", + "targets": [ + { + "expr": "topk(10, sort_desc(sum by (svc,notif)((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec028\"} offset $__range))))", + "format": "time_series", + "instant": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "{{svc}} | {{notif}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Top 10 Notifications", + "type": "bargauge" + } + ], + "title": "MEC028 - WAI Service", + "type": "row" + }, + { + "collapsed": true, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 37 + }, + "id": 128, + "panels": [ + { + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "gridPos": { + "h": 1, + "w": 12, + "x": 0, + "y": 38 + }, + "id": 129, + "options": { + "content": "", + "mode": "markdown" + }, + "pluginVersion": "7.3.5", + "timeFrom": null, + "timeShift": null, + "title": "Requests", + "type": "text" + }, + { + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "gridPos": { + "h": 1, + "w": 12, + "x": 12, + "y": 38 + }, + "id": 135, + "options": { + "content": "", + "mode": "markdown" + }, + "pluginVersion": "7.3.5", + "timeFrom": null, + "timeShift": null, + "title": "Notifications", + "type": "text" + }, + { + "datasource": "Thanos", + "fieldConfig": { + "defaults": { + "custom": {}, + "decimals": 0, + "mappings": [], + "noValue": "0", + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "blue", + "value": null + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 4, + "x": 0, + "y": 39 + }, + "id": 130, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "value" + }, + "pluginVersion": "7.3.5", + "targets": [ + { + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Total Requests", + "type": "stat" + }, + { + "datasource": "Thanos", + "fieldConfig": { + "defaults": { + "custom": {}, + "decimals": 0, + "mappings": [], + "noValue": "0", + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "dark-blue", + "value": null + }, + { + "color": "blue", + "value": 0 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 8, + "x": 4, + "y": 39 + }, + "id": 131, + "options": { + "displayMode": "gradient", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showUnfilled": true + }, + "pluginVersion": "7.3.5", + "targets": [ + { + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "2xx", + "refId": "B" + }, + { + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "3xx", + "refId": "C" + }, + { + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "4xx", + "refId": "D" + }, + { + "expr": "sum((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "5xx", + "refId": "E" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Request Response Codes", + "type": "bargauge" + }, + { + "datasource": "Thanos", + "fieldConfig": { + "defaults": { + "custom": {}, + "decimals": 0, + "mappings": [], + "noValue": "0", + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "purple", + "value": null + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 4, + "x": 12, + "y": 39 + }, + "id": 133, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "value" + }, + "pluginVersion": "7.3.5", + "targets": [ + { + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Total Notifications", + "type": "stat" + }, + { + "datasource": "Thanos", + "fieldConfig": { + "defaults": { + "custom": {}, + "decimals": 0, + "mappings": [], + "noValue": "0", + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "dark-purple", + "value": null + }, + { + "color": "purple", + "value": 0 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 8, + "x": 16, + "y": 39 + }, + "id": 134, + "options": { + "displayMode": "gradient", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showUnfilled": true + }, + "pluginVersion": "7.3.5", + "targets": [ + { + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"2.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "2xx", + "refId": "B" + }, + { + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"3.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "3xx", + "refId": "C" + }, + { + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"4.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "4xx", + "refId": "D" + }, + { + "expr": "sum((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\",status=~\"5.*\"} offset $__range)) or vector(0)", + "instant": true, + "interval": "", + "legendFormat": "5xx", + "refId": "E" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Notification Response Codes", + "type": "bargauge" + }, + { + "datasource": "Thanos", + "fieldConfig": { + "defaults": { + "custom": { + "align": "left", + "filterable": false + }, + "decimals": 0, + "displayName": "${__series.name}", + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "dark-blue", + "value": null + }, + { + "color": "blue", + "value": 0 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "method" + }, + "properties": [ + { + "id": "custom.width", + "value": 121 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Time" + }, + "properties": [ + { + "id": "custom.width", + "value": 166 + } + ] + } + ] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 44 + }, + "id": 132, + "options": { + "displayMode": "gradient", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["mean"], + "fields": "", + "values": false + }, + "showUnfilled": true + }, + "pluginVersion": "7.3.5", + "targets": [ + { + "expr": "topk(10, sort_desc(sum by (svc,path,method)((max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) - metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range) or (max_over_time(metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) unless metrics_http_request_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range))))\r", + "format": "time_series", + "instant": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "{{method}} {{path}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Top 10 Requests", + "type": "bargauge" + }, + { + "datasource": "Thanos", + "fieldConfig": { + "defaults": { + "custom": { + "align": "left", + "filterable": false + }, + "decimals": 0, + "displayName": "${__series.name}", + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "dark-purple", + "value": null + }, + { + "color": "purple", + "value": 0 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "method" + }, + "properties": [ + { + "id": "custom.width", + "value": 121 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Time" + }, + "properties": [ + { + "id": "custom.width", + "value": 166 + } + ] + } + ] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 44 + }, + "id": 136, + "options": { + "displayMode": "gradient", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["mean"], + "fields": "", + "values": false + }, + "showUnfilled": true + }, + "pluginVersion": "7.3.5", + "targets": [ + { + "expr": "topk(10, sort_desc(sum by (svc,notif)((max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) - metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range) or (max_over_time(metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"}[$__range]) unless metrics_http_notification_duration_count{replica=~\"$replica\",svc=~\"$mec030\"} offset $__range))))", + "format": "time_series", + "instant": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "{{svc}} | {{notif}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Top 10 Notifications", + "type": "bargauge" + } + ], + "title": "MEC030 - V2X Information Service", + "type": "row" + } + ], + "refresh": "15s", + "schemaVersion": 26, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "allValue": null, + "current": { + "selected": true, + "text": ["All"], + "value": ["$__all"] + }, + "datasource": "Thanos", + "definition": "label_values(metrics_http_request_duration_count, replica) ", + "error": null, + "hide": 0, + "includeAll": true, + "label": "Instance", + "multi": true, + "name": "replica", + "options": [], + "query": "label_values(metrics_http_request_duration_count, replica) ", + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 2, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": { + "selected": false, + "text": "App Enablement Service", + "value": "App Enablement Service" }, "error": null, "hide": 2, @@ -4248,6 +5144,54 @@ "skipUrlSync": false, "type": "custom" }, + { + "allValue": null, + "current": { + "selected": false, + "text": "Traffic Management Service", + "value": "Traffic Management Service" + }, + "error": null, + "hide": 2, + "includeAll": false, + "label": null, + "multi": false, + "name": "mec015", + "options": [ + { + "selected": true, + "text": "Traffic Management Service", + "value": "Traffic Management Service" + } + ], + "query": "Traffic Management Service", + "skipUrlSync": false, + "type": "custom" + }, + { + "allValue": null, + "current": { + "selected": false, + "text": "DAI Service", + "value": "DAI Service" + }, + "error": null, + "hide": 2, + "includeAll": false, + "label": null, + "multi": false, + "name": "mec016", + "options": [ + { + "selected": true, + "text": "DAI Service", + "value": "DAI Service" + } + ], + "query": "DAI Service", + "skipUrlSync": false, + "type": "custom" + }, { "allValue": null, "current": { diff --git a/config/objstore-thanos-archive.yaml b/config/objstore-thanos-archive.yaml index 761eab28632d69781ef6dd3d4a2e4a6cad11f0ae..297e5e078343996e99c86fb01655e6f040d2d49d 100644 --- a/config/objstore-thanos-archive.yaml +++ b/config/objstore-thanos-archive.yaml @@ -10,3 +10,4 @@ config: idle_conn_timeout: 1m30s response_header_timeout: 2m insecure_skip_verify: false + diff --git a/config/permissions.yaml b/config/permissions.yaml index e57847905b5d56efdf49e18b81328f6f060ab41c..2258c6c5f9c09e11461a607665e7134454b21fc8 100644 --- a/config/permissions.yaml +++ b/config/permissions.yaml @@ -900,6 +900,32 @@ services: method: 'GET' mode: 'block' #------------------------------ + # DAI (Sbox) + #------------------------------ + - name: 'meep-dai' + path: '/dev_app/v1' + sbox: true + default: + mode: 'allow' + fileservers: + - name: 'Api' + path: '/api' + mode: 'verify' + roles: + admin: 'allow' + user: 'block' + - name: 'UserApi' + path: '/user-api' + mode: 'verify' + roles: + admin: 'allow' + user: 'allow' + endpoints: + - name: 'Index' + path: '/' + method: 'GET' + mode: 'block' + #------------------------------ # V2XI Service (Sbox) #------------------------------ - name: 'meep-vis' @@ -925,3 +951,57 @@ services: path: '/' method: 'GET' mode: 'block' + #------------------------------ + # Bandwidth Management Service (Sbox) + #------------------------------ + - name: 'meep-tm' + api: 'bwm' + path: '/bwm/v1' + sbox: true + default: + mode: 'allow' + fileservers: + - name: 'Api' + path: '/api' + mode: 'verify' + roles: + admin: 'allow' + user: 'block' + - name: 'UserApi' + path: '/user-api' + mode: 'verify' + roles: + admin: 'allow' + user: 'allow' + endpoints: + - name: 'Index' + path: '/' + method: 'GET' + mode: 'block' + #------------------------------ + # Multi-access Traffic Steering Service (Sbox) + #------------------------------ + - name: 'meep-tm' + api: 'mts' + path: '/mts/v1' + sbox: true + default: + mode: 'allow' + fileservers: + - name: 'Api' + path: '/api' + mode: 'verify' + roles: + admin: 'allow' + user: 'block' + - name: 'UserApi' + path: '/user-api' + mode: 'verify' + roles: + admin: 'allow' + user: 'allow' + endpoints: + - name: 'Index' + path: '/' + method: 'GET' + mode: 'block' diff --git a/deploy.sh b/deploy.sh index 0fe2a35ecc0897ab2006efd41321a5523daa2658..f8a873bbeff1d5f3767c8e22c3255cce35af8f0e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -63,5 +63,13 @@ mkdir -p $VALUESDIR-bak cp -r $VALUESDIR/* $VALUESDIR-bak cp -r config/values/* $VALUESDIR +echo "" +echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" +echo ">> Updating demo4-UE entrypoint.sh script" +echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" +echo "" + +sed --in-place 's/advantedge/sandbox/' $MEEPDIR/examples/demo4-ue/src/demo-server/entrypoint.sh + echo "" echo ">>> MEC Sandbox deployment completed" diff --git a/js-apps/frontend/src/js/app-constants.js b/js-apps/frontend/src/js/app-constants.js index b730716dbe52d2564103988705a0c79a5cec448a..c935e14ec2e6b26cf387cb8b0397d5eccdd9de30 100644 --- a/js-apps/frontend/src/js/app-constants.js +++ b/js-apps/frontend/src/js/app-constants.js @@ -3,7 +3,7 @@ */ // Version -export const MEC_SANDBOX_VERSION = 'v1.7'; +export const MEC_SANDBOX_VERSION = 'v1.8'; // Host export const HOST_PATH = location.origin; diff --git a/js-apps/frontend/src/js/components/dialogs/detailed-data-dialog.js b/js-apps/frontend/src/js/components/dialogs/detailed-data-dialog.js index 826175baca26866deef0ec92ff46dcf8a3b43a80..a99af075d64b46b3ee9dabf6dd593d3c67c9d270 100644 --- a/js-apps/frontend/src/js/components/dialogs/detailed-data-dialog.js +++ b/js-apps/frontend/src/js/components/dialogs/detailed-data-dialog.js @@ -78,7 +78,7 @@ class DetailedDataDialog extends Component { mapService(loggerName) { //loggerName is a combination of loggerName and mep name - let prefixes = ['meep-loc-serv', 'meep-rnis', 'meep-wais', 'meep-app-enablement', 'meep-ams', 'meep-vis']; + let prefixes = ['meep-loc-serv', 'meep-rnis', 'meep-dai', 'meep-wais', 'meep-app-enablement', 'meep-ams', 'meep-vis', 'meep-tm']; let prefixStd = ''; var prefix = ''; for (var i = 0; i < prefixes.length; i++) { @@ -104,6 +104,12 @@ class DetailedDataDialog extends Component { case 'meep-ams': prefixStd = '021'; break; + case 'meep-tm': + prefixStd = '015'; + break; + case 'meep-dai': + prefixStd = '016'; + break; case 'meep-vis': prefixStd = '030'; break; diff --git a/js-apps/frontend/src/js/components/dialogs/version-dialog.js b/js-apps/frontend/src/js/components/dialogs/version-dialog.js index 05336e95de56826bd606beea7009a791e25fbedb..dd3bb07bd06157f5e8afe6e9b383788e6c66c0a9 100644 --- a/js-apps/frontend/src/js/components/dialogs/version-dialog.js +++ b/js-apps/frontend/src/js/components/dialogs/version-dialog.js @@ -22,6 +22,16 @@ class VersionDialog extends Component { >

+

v1.8 • 2022-09-29

+ + STF625 update 2: + + +

v1.7 • 2022-06-20

STF625 update: diff --git a/js-apps/frontend/src/js/containers/app-container.js b/js-apps/frontend/src/js/containers/app-container.js index 478d84bacdcb40dacce909ff067d0a1ff3ba8ed3..90b1575b0cb319d45a88698a6f66682566a64043 100644 --- a/js-apps/frontend/src/js/containers/app-container.js +++ b/js-apps/frontend/src/js/containers/app-container.js @@ -120,7 +120,7 @@ const apiTableMaxSize = 100; var metricsQuery = { /* tags: [{ name: 'logger_name', - value: 'meep-loc-serv,meep-rnis,meep-wais,meep-app-enablement' + value: 'meep-loc-serv,meep-rnis,meep-dai,meep-wais,meep-app-enablement' }], */ fields: ['id', 'endpoint', 'url', 'method', 'resp_code', 'resp_body', 'body', 'proc_time', 'logger_name', 'direction'], diff --git a/js-apps/frontend/src/js/containers/home/home-page-container.js b/js-apps/frontend/src/js/containers/home/home-page-container.js index 88e8d7667cc59452e8cdb1807276b126b8ddf3fe..755d2c7e7c047305b57c7f8419d7df9b14ff8975 100644 --- a/js-apps/frontend/src/js/containers/home/home-page-container.js +++ b/js-apps/frontend/src/js/containers/home/home-page-container.js @@ -70,7 +70,7 @@ class HomePageContainer extends Component { MEC Sandbox provides the user with a choice of scenarios combining different network technologies (4G, 5G, Wi-Fi) and terminal types. Combining these assets in a geolocated environment, a user can gain hands-on experience on the behaviour and capabilities of the Location (MEC013), Radio Network - Information (MEC012), WLAN Information (MEC028), Edge Platform Application Enablement (MEC011) and + Information (MEC012), Traffic Management APIs (MEC015), Device Application Interface (MEC016), WLAN Information (MEC028), Edge Platform Application Enablement (MEC011) and Application Mobility (MEC021) service APIs. Such contextual information can offer significant differential performance for edge based MEC applications.

diff --git a/js-apps/frontend/src/js/containers/sandbox/api-table.js b/js-apps/frontend/src/js/containers/sandbox/api-table.js index 57684020de1f4ae56189aa05d999ea469624093d..53640dc36053a5a06f290dc7cfa01c42c42101a3 100644 --- a/js-apps/frontend/src/js/containers/sandbox/api-table.js +++ b/js-apps/frontend/src/js/containers/sandbox/api-table.js @@ -111,7 +111,7 @@ class ApiTable extends Component { mapService(loggerName) { //loggerName is a combination of loggerName and mep name - let prefixes = ['meep-loc-serv', 'meep-rnis', 'meep-wais', 'meep-app-enablement', 'meep-ams', 'meep-vis']; + let prefixes = ['meep-loc-serv', 'meep-rnis', 'meep-dai', 'meep-wais', 'meep-app-enablement', 'meep-ams', 'meep-vis', 'meep-tm']; let prefixStd = ''; var prefix = ''; for (var i = 0; i < prefixes.length; i++) { @@ -137,6 +137,12 @@ class ApiTable extends Component { case 'meep-ams': prefixStd = '021'; break; + case 'meep-tm': + prefixStd = '015'; + break; + case 'meep-dai': + prefixStd = '016'; + break; case 'meep-vis': prefixStd = '030'; break; diff --git a/js-apps/frontend/src/js/util/scenario-utils.js b/js-apps/frontend/src/js/util/scenario-utils.js index 0076da74141e8b2dd6cb2eff738394cec3ce654c..474047afd714f152555e836e76678c6a565ccd72 100644 --- a/js-apps/frontend/src/js/util/scenario-utils.js +++ b/js-apps/frontend/src/js/util/scenario-utils.js @@ -504,6 +504,23 @@ export function parseEdgeApps(scenario) { enableInProgressCount: -1, disableInProgressCount: -1 }); + // MEC016 + } else if (proc.image.includes('meep-dai')) { + edgeApps.push({ + id: proc.id, + name: proc.name, + instance: '', + img: proc.image, + mepName: pl.name, + env: proc.environment, + url: 'api/?urls.primaryName='+pl.name+'%20-%20Device%20Application%20Interface%20REST%20API', + path: pl.name+'/dev_app/v1', + pseudoName: 'Device Application Interface (016) on ' + pl.name, + dropDownName: 'Device Application Interface (016)', + enabled: false, + enableInProgressCount: -1, + disableInProgressCount: -1 + }); // MEC021 } else if (proc.image.includes('meep-ams')) { edgeApps.push({ @@ -556,6 +573,40 @@ export function parseEdgeApps(scenario) { enableInProgressCount: -1, disableInProgressCount: -1 }); + // MEC015 + } else if (proc.image.includes('meep-tm')) { + // Bandwidth Management + edgeApps.push({ + id: proc.id, + name: proc.name+'-bwm', + instance: '', + img: proc.image, + mepName: pl.name, + env: proc.environment, + url: 'api/?urls.primaryName='+pl.name+'%20-%20Bandwidth%20Management%20REST%20API', + path: pl.name+'/bwm/v1', + pseudoName: 'Bandwidth Management (015) on ' + pl.name, + dropDownName: 'Bandwidth Management (015)', + enabled: true, // always running + enableInProgressCount: -1, + disableInProgressCount: -1 + }); + // Multi-access Traffic Steering + edgeApps.push({ + id: proc.id, + name: proc.name+'-mts', + instance: '', + img: proc.image, + mepName: pl.name, + env: proc.environment, + url: 'api/?urls.primaryName='+pl.name+'%20-%20Multi-access%20Traffic%20Steering%20REST%20API', + path: pl.name+'/mts/v1', + pseudoName: 'Multi-access Traffic Steering (015) on ' + pl.name, + dropDownName: 'Multi-access Traffic Steering (015)', + enabled: true, // always running + enableInProgressCount: -1, + disableInProgressCount: -1 + }); // MEC011 } else if (proc.image.includes('meep-app-enablement')) { // App support diff --git a/networks/4g-5g-macro-v2x.yaml b/networks/4g-5g-macro-v2x.yaml index 093026b4da0f14d6566de91f179b51331910e291..ba06960e4432004f789478365119a25be121db8d 100644 --- a/networks/4g-5g-macro-v2x.yaml +++ b/networks/4g-5g-macro-v2x.yaml @@ -298,6 +298,72 @@ deployment: appThroughput: null appPacketLoss: null placementId: null + - + id: f1e4d448-e277-496b-bf63-98391cfd20fb + name: mec015-1 + type: EDGE-APP + image: 'meep-docker-registry:30001/meep-tm' + environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false' + netChar: + latencyDistribution: Normal + throughputDl: 1000 + throughputUl: 1000 + latency: null + latencyVariation: null + throughput: null + packetLoss: null + isExternal: null + commandArguments: null + commandExe: null + serviceConfig: null + gpuConfig: null + memoryConfig: null + cpuConfig: null + externalConfig: null + status: null + userChartLocation: null + userChartAlternateValues: null + userChartGroup: null + meta: null + userMeta: null + appLatency: null + appLatencyVariation: null + appThroughput: null + appPacketLoss: null + placementId: null + - + id: fb4d3c6a-197e-4e3f-96ae-ab4d5ac663a9 + name: mec016-1 + type: EDGE-APP + image: 'meep-docker-registry:30001/meep-dai' + environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false' + netChar: + latencyDistribution: Normal + throughputDl: 1000 + throughputUl: 1000 + latency: null + latencyVariation: null + throughput: null + packetLoss: null + isExternal: null + commandArguments: null + commandExe: null + serviceConfig: null + gpuConfig: null + memoryConfig: null + cpuConfig: null + externalConfig: null + status: null + userChartLocation: null + userChartAlternateValues: null + userChartGroup: null + meta: null + userMeta: null + appLatency: null + appLatencyVariation: null + appThroughput: null + appPacketLoss: null + placementId: null - id: b8ae165a-a1e3-4d6c-86d9-52c59ad314b6 name: mec028-1 @@ -338,11 +404,11 @@ deployment: image: 'meep-docker-registry:30001/meep-vis' environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false,MEEP_PREDICT_MODEL_SUPPORTED=true' netChar: + latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 latency: null latencyVariation: null - latencyDistribution: null throughput: null packetLoss: null isExternal: null diff --git a/networks/4g-5g-wifi-macro.yaml b/networks/4g-5g-wifi-macro.yaml index 2999511e2ce178e875d56ff0f39a47d5fdf260b2..cc00316ef3a309598462ad1837baa8459c558948 100644 --- a/networks/4g-5g-wifi-macro.yaml +++ b/networks/4g-5g-wifi-macro.yaml @@ -7,8 +7,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - throughput: null - packetLoss: null connectivity: model: OPEN userMeta: @@ -24,9 +22,6 @@ deployment: latencyVariation: 2 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null zones: - id: PUBLIC-COMMON @@ -37,9 +32,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null networkLocations: - id: PUBLIC-COMMON-DEFAULT @@ -50,42 +42,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - meta: null - userMeta: null - interZoneLatency: null - interZoneLatencyVariation: null - interZoneThroughput: null - interZonePacketLoss: null - meta: null - userMeta: null - cellularDomainConfig: null - id: f1c5f2fe-5fbb-48fa-a0df-6ad00e4eeb4c name: sandbox-operator @@ -95,9 +51,6 @@ deployment: latencyVariation: 2 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null cellularDomainConfig: mnc: '001' mcc: '001' @@ -112,9 +65,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null networkLocations: - id: sandbox-operator-COMMON-DEFAULT @@ -125,35 +75,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - meta: null - userMeta: null - id: 6fd7e9d1-3646-474d-880b-d4a21799d280 name: zone01 @@ -163,9 +84,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: blueviolet networkLocations: @@ -178,9 +96,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null physicalLocations: - id: 138c1c53-7f25-4c52-a025-3b607da5f97a @@ -192,12 +107,8 @@ deployment: coordinates: - 7.421096 - 43.73408 - radius: null - path: null - eopMode: null - velocity: null connected: true - dataNetwork: {dnn: null, ladn: null, ecsp: null} + dataNetwork: {} processes: - id: 62cc2936-af22-4946-b3e5-5b9143d7203f @@ -208,30 +119,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - environment: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: b8a203be-ac81-45a6-8d88-fdb1f8f5393b name: mec012-1 @@ -242,29 +129,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: 298b2c0c-7efa-45d3-8b47-8ab3c009b845 name: mec013-1 @@ -275,29 +139,39 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null + - + id: 81c51643-8c6f-4781-ad45-f8a457ca549b + name: mec015-1 + type: EDGE-APP + image: 'meep-docker-registry:30001/meep-tm' + environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false' + netChar: + latencyDistribution: Normal + throughputDl: 1000 + throughputUl: 1000 + id: 411993a9-ceab-4b8b-8e6e-7dc1bedf9e66 + name: mec016-1 + type: EDGE-APP + isExternal: false + userChartLocation: null + userChartAlternateValues: null + userChartGroup: null + image: 'meep-docker-registry:30001/meep-dai' + environment: "" + commandArguments: "" + commandExe: "" serviceConfig: null gpuConfig: null - memoryConfig: null cpuConfig: null + memoryConfig: null externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null + netChar: + latency: 0 + latencyVariation: 0 + throughputDl: 1000 + throughputUl: 1000 + packetLoss: 0 + placementId: "" - id: b8ae165a-a1e3-4d6c-86d9-52c59ad314b6 name: mec028-1 @@ -308,59 +182,34 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null + - + id: c5f834ae-db0c-4eec-bdfe-3dfc55f91b4a + name: mec016-1 + type: EDGE-APP + isExternal: false + userChartLocation: null + userChartAlternateValues: null + userChartGroup: null + image: 'meep-docker-registry:30001/meep-dai' + environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false' + commandArguments: "" + commandExe: "" serviceConfig: null gpuConfig: null - memoryConfig: null cpuConfig: null + memoryConfig: null externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null + netChar: + latency: 0 + latencyVariation: 0 + throughputDl: 1000 + throughputUl: 1000 + packetLoss: 0 + placementId: "" netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - networkLocationsInRange: null - wireless: null - wirelessType: null - meta: null - userMeta: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - macId: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - id: 3480e529-3fc1-44b8-a892-42bbbfa4018f name: 4g-macro-cell-1 @@ -370,9 +219,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '1010101' geoData: @@ -382,9 +228,6 @@ deployment: - 7.419344 - 43.72764 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 3331ee44-2236-1111-0020-5a3c2bde0eaa @@ -479,7 +322,6 @@ deployment: - 43.730103 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -488,21 +330,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 1e2600f4-4861-43d6-abcb-07f4481a124c name: 10.10.0.3 @@ -605,7 +433,6 @@ deployment: - 43.727867 eopMode: LOOP velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -614,30 +441,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 8c2599e8-dd88-4ff2-9cf4-6fc54663c152 name: 4g-macro-cell-2 @@ -647,9 +451,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '2020202' geoData: @@ -659,9 +460,6 @@ deployment: - 7.413819 - 43.729538 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c52208b3-93bb-4255-9b34-52432acc4398 @@ -2298,7 +2096,6 @@ deployment: - 43.728676 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2307,30 +2104,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: f32f0c05-4491-4a93-be0c-19420d4407f0 name: 4g-macro-cell-3 @@ -2340,9 +2114,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '3030303' geoData: @@ -2352,9 +2123,6 @@ deployment: - 7.416715 - 43.733616 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 0ca4bfcc-7346-4f57-9c85-bb92642ec37e @@ -2366,10 +2134,6 @@ deployment: coordinates: - 7.4187 - 43.732403 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2378,30 +2142,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 1835f9ea-1f72-47e8-98b7-f0a5e4ff44e4 name: wifi-ap-1 @@ -2411,9 +2152,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C01010101 geoData: @@ -2423,19 +2161,6 @@ deployment: - 7.419891 - 43.727787 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: fb7ff207-f67d-4a1d-a353-038e96085d06 name: wifi-ap-2 @@ -2445,9 +2170,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C02020202 geoData: @@ -2457,19 +2179,6 @@ deployment: - 7.42179 - 43.727474 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 37be6821-a5f3-4af9-af0a-ceff4c0f66be name: 5g-small-cell-1 @@ -2479,9 +2188,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '101010101' geoData: @@ -2491,19 +2197,6 @@ deployment: - 7.415385 - 43.730846 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: ab60918a-acd8-4f4e-9693-d2fbffae9b72 name: 5g-small-cell-2 @@ -2513,9 +2206,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '202020202' geoData: @@ -2525,19 +2215,6 @@ deployment: - 7.416962 - 43.731453 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: de2d952d-11b1-4294-8a67-6d994f1a5f37 name: 5g-small-cell-3 @@ -2547,9 +2224,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '303030303' geoData: @@ -2559,32 +2233,6 @@ deployment: - 7.418507 - 43.731865 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: 4c3c9568-6408-4900-9d97-4556f6d805db name: zone02 @@ -2594,9 +2242,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: darkred networkLocations: @@ -2609,21 +2254,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: 78327873-c828-47da-8a5b-3c74d251dbbc name: 4g-macro-cell-4 @@ -2633,9 +2263,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '4040404' geoData: @@ -2645,9 +2272,6 @@ deployment: - 7.423547 - 43.731724 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 67a40b8b-5777-4e96-a896-8622af4a741f @@ -2838,7 +2462,6 @@ deployment: - 43.74177 eopMode: REVERSE velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2847,30 +2470,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: ca3b5b42-0e99-4553-9d19-4696cd8fe469 name: 4g-macro-cell-5 @@ -2880,9 +2480,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '5050505' geoData: @@ -2892,9 +2489,6 @@ deployment: - 7.429257 - 43.73411 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c18e3f93-79c4-427d-af91-81996adab3e7 @@ -2906,10 +2500,6 @@ deployment: coordinates: - 7.426565 - 43.73298 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2918,21 +2508,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 1d2683f4-086e-47d6-abbb-07fa481a25fb name: 10.10.0.1 @@ -3233,7 +2809,6 @@ deployment: - 43.736343 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -3242,21 +2817,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: ec32caa6-ddc6-4f5e-a815-654782b31abb name: 10.100.0.2 @@ -3908,7 +3469,6 @@ deployment: - 43.73243 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -3917,30 +3477,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: bc76299f-1394-46d7-ab61-1791c883718d name: wifi-ap-4 @@ -3950,9 +3487,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C04040404 geoData: @@ -3962,19 +3496,6 @@ deployment: - 7.427702 - 43.733475 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 4a0a69b3-7c5a-475e-a34d-a0c9177e972e name: wifi-ap-3 @@ -3984,9 +3505,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C03030303 geoData: @@ -3996,19 +3514,6 @@ deployment: - 7.422327 - 43.73342 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 66938f56-4e52-47e2-baa2-501f026e4eb3 name: wifi-ap-5 @@ -4018,9 +3523,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C05050505 geoData: @@ -4030,19 +3532,6 @@ deployment: - 7.421984 - 43.735027 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: b50df04b-c3bd-46c4-a7d4-5de55e74b444 name: 5g-small-cell-4 @@ -4052,9 +3541,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '404040404' geoData: @@ -4064,19 +3550,6 @@ deployment: - 7.419741 - 43.732998 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: bddd61c9-6ddd-4f7e-9082-0d004fced7ab name: 5g-small-cell-5 @@ -4086,9 +3559,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '505050505' geoData: @@ -4098,19 +3568,6 @@ deployment: - 7.421158 - 43.732063 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 8e0dad0d-72c9-4b6d-850b-06b02243b1d3 name: 5g-small-cell-6 @@ -4120,9 +3577,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '606060606' geoData: @@ -4132,19 +3586,6 @@ deployment: - 7.421865 - 43.733368 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 318f3796-4091-409e-8767-44ba36600a34 name: 5g-small-cell-7 @@ -4154,9 +3595,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '707070707' geoData: @@ -4166,19 +3604,6 @@ deployment: - 7.420943 - 43.734097 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 7d3688cc-0dda-48b1-a171-b817c176e053 name: 5g-small-cell-8 @@ -4188,9 +3613,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '808080808' geoData: @@ -4200,19 +3622,6 @@ deployment: - 7.425063 - 43.732555 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 91691048-64bb-4d2f-917f-4219a95881c0 name: 5g-small-cell-9 @@ -4222,9 +3631,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '909090909' geoData: @@ -4234,32 +3640,6 @@ deployment: - 7.427027 - 43.73308 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: 472c9927-800a-46e9-9d62-d08b09080dd5 name: zone03 @@ -4269,9 +3649,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: darkorange networkLocations: @@ -4284,21 +3661,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: e4ce8267-5433-4b2b-aa5a-9a40de76b685 name: 4g-macro-cell-6 @@ -4308,9 +3670,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '6060606' geoData: @@ -4320,9 +3679,6 @@ deployment: - 7.421007 - 43.737087 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c3bc8d8d-170b-45bb-93a9-8ce658571321 @@ -4334,10 +3690,6 @@ deployment: coordinates: - 7.421802 - 43.736515 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4346,30 +3698,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 663df9f0-57af-43aa-ba2e-e45a4b2f3c28 name: 4g-macro-cell-7 @@ -4379,9 +3708,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '7070707' geoData: @@ -4391,19 +3717,6 @@ deployment: - 7.426414 - 43.739445 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 190a7ff6-7b77-479a-8f23-1f5c7f935914 name: wifi-ap-6 @@ -4413,9 +3726,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C06060606 geoData: @@ -4425,19 +3735,6 @@ deployment: - 7.425288 - 43.73727 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 99e67725-25b1-4274-8b05-fe253b0e5ee6 name: wifi-ap-7 @@ -4447,9 +3744,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C07070707 geoData: @@ -4459,19 +3753,6 @@ deployment: - 7.429639 - 43.739006 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: a3067167-cdaf-4264-9e32-abfc0ede0564 name: 5g-small-cell-10 @@ -4481,9 +3762,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: A0A0A0A0A geoData: @@ -4493,19 +3771,6 @@ deployment: - 7.426736 - 43.73771 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 2c2ba76c-8880-4c5b-a949-a161713910f4 name: 5g-small-cell-11 @@ -4515,9 +3780,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: B0B0B0B0B geoData: @@ -4527,19 +3789,6 @@ deployment: - 7.42856 - 43.738018 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: d9ca5e58-15fe-4161-840f-f3155db3729b name: 5g-small-cell-12 @@ -4549,9 +3798,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: C0C0C0C0C geoData: @@ -4561,32 +3807,6 @@ deployment: - 7.42738 - 43.739075 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: d56c4e67-0e0f-4456-9431-290de7b674c8 name: zone04 @@ -4596,9 +3816,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: limegreen networkLocations: @@ -4611,21 +3828,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: fc4d9ec8-ebb6-4b5d-a281-bb74af729b4a name: 4g-macro-cell-8 @@ -4635,9 +3837,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '8080808' geoData: @@ -4647,19 +3846,6 @@ deployment: - 7.429504 - 43.74301 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: b73b3ef5-dba0-44af-a648-bbda7191c249 name: 4g-macro-cell-9 @@ -4669,9 +3855,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '9090909' geoData: @@ -4681,19 +3864,6 @@ deployment: - 7.432551 - 43.746544 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: e1d47a4b-0664-4915-81ea-eb0d70af15a7 name: 4g-macro-cell-10 @@ -4703,9 +3873,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: A0A0A0A geoData: @@ -4715,9 +3882,6 @@ deployment: - 7.437573 - 43.748993 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 4e423f57-daef-4c1c-b30e-45e88e3c9366 @@ -4729,10 +3893,6 @@ deployment: coordinates: - 7.438248 - 43.74835 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4741,21 +3901,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 824cf1bf-f91d-44c2-906d-e939fa3339cd name: 10.10.0.2 @@ -4873,7 +4019,6 @@ deployment: - 43.736446 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4882,21 +4027,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 097f79f4-bf76-4be0-be28-5acc3bdb0dba name: 10.100.0.4 @@ -5158,7 +4289,6 @@ deployment: - 43.74781 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -5167,30 +4297,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 4a3da8ed-e833-48bf-b833-2c67512e53cf name: wifi-ap-8 @@ -5200,9 +4307,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C08080808 geoData: @@ -5212,19 +4316,6 @@ deployment: - 7.431644 - 43.746662 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: d1cc062f-bb7f-40cf-91af-5593376f3b4d name: wifi-ap-9 @@ -5234,9 +4325,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C09090909 geoData: @@ -5246,19 +4334,6 @@ deployment: - 7.435867 - 43.748856 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: c4df58ab-17a2-49e0-b5fa-531a6ce15baf name: wifi-ap-10 @@ -5268,9 +4343,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C0A0A0A0A geoData: @@ -5280,19 +4352,6 @@ deployment: - 7.438055 - 43.748734 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 3fbf9ec8-3932-455c-8352-0d06b7bb7a15 name: 5g-small-cell-13 @@ -5302,9 +4361,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: D0D0D0D0D geoData: @@ -5314,19 +4370,6 @@ deployment: - 7.431907 - 43.74543 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 80e3b677-56cb-495c-b798-e19f96d491b9 name: 5g-small-cell-14 @@ -5336,9 +4379,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: E0E0E0E0E geoData: @@ -5348,19 +4388,6 @@ deployment: - 7.433109 - 43.746513 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: dcb66c87-1854-4c8e-ae88-72b14df9aaff name: 5g-small-cell-15 @@ -5370,9 +4397,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: F0F0F0F0F geoData: @@ -5382,19 +4406,6 @@ deployment: - 7.434376 - 43.747337 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 10b048d1-2fba-486d-89a0-d1a3191b90b4 name: 5g-small-cell-16 @@ -5404,9 +4415,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '010101010' geoData: @@ -5416,19 +4424,6 @@ deployment: - 7.435985 - 43.747784 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 35602880-9727-4ed6-8f53-fe0ffab22cb4 name: 5g-small-cell-17 @@ -5438,9 +4433,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '111111111' geoData: @@ -5450,19 +4442,6 @@ deployment: - 7.437487 - 43.7487 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 4aef0f33-51d2-472c-8441-b5c55f0de626 name: 5g-small-cell-18 @@ -5472,9 +4451,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '212121212' geoData: @@ -5484,19 +4460,6 @@ deployment: - 7.438839 - 43.749706 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 3396c6ae-28f8-4c8b-ba12-9991bddeed61 name: 5g-small-cell-19 @@ -5506,9 +4469,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '313131313' geoData: @@ -5518,19 +4478,6 @@ deployment: - 7.4371 - 43.750282 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 246f3830-3b56-4359-9452-b17f34426888 name: 5g-small-cell-20 @@ -5540,9 +4487,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '414141414' geoData: @@ -5552,19 +4496,6 @@ deployment: - 7.436006 - 43.749382 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: da565fc0-0d1e-47a1-944e-2d77441051de name: wifi-ap-11 @@ -5574,9 +4505,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C0B0B0B0B geoData: @@ -5586,43 +4514,3 @@ deployment: - 7.43891 - 43.74822 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - interZoneLatency: null - interZoneLatencyVariation: null - interZoneThroughput: null - interZonePacketLoss: null - meta: null - userMeta: null - interDomainLatency: null - interDomainLatencyVariation: null - interDomainThroughput: null - interDomainPacketLoss: null - meta: null -id: null -description: null -config: null diff --git a/networks/4g-macro.yaml b/networks/4g-macro.yaml index 4f571e0685093e0e351a3a0f7e839644eb3b94eb..024de76f44f16da6809e824d7b3dfd94c633a44d 100644 --- a/networks/4g-macro.yaml +++ b/networks/4g-macro.yaml @@ -7,8 +7,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - throughput: null - packetLoss: null connectivity: model: OPEN userMeta: @@ -24,9 +22,6 @@ deployment: latencyVariation: 2 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null zones: - id: PUBLIC-COMMON @@ -37,9 +32,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null networkLocations: - id: PUBLIC-COMMON-DEFAULT @@ -50,42 +42,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - meta: null - userMeta: null - interZoneLatency: null - interZoneLatencyVariation: null - interZoneThroughput: null - interZonePacketLoss: null - meta: null - userMeta: null - cellularDomainConfig: null - id: f1c5f2fe-5fbb-48fa-a0df-6ad00e4eeb4c name: sandbox-operator @@ -95,9 +51,6 @@ deployment: latencyVariation: 2 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null cellularDomainConfig: mnc: '001' mcc: '001' @@ -112,9 +65,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null networkLocations: - id: sandbox-operator-COMMON-DEFAULT @@ -125,35 +75,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - meta: null - userMeta: null - id: 6fd7e9d1-3646-474d-880b-d4a21799d280 name: zone01 @@ -163,9 +84,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: blueviolet networkLocations: @@ -178,9 +96,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null physicalLocations: - id: 3b4b2d19-ea4f-4647-82c9-2dec1adbbed5 @@ -192,12 +107,8 @@ deployment: coordinates: - 7.421096 - 43.73408 - radius: null - path: null - eopMode: null - velocity: null connected: true - dataNetwork: {dnn: null, ladn: null, ecsp: null} + dataNetwork: {} processes: - id: 0a9b21ea-ff84-416e-8d2a-ad5e11add05f @@ -208,30 +119,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - environment: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: 44a587ba-4eb0-409c-9394-658562c89f85 name: mec012-1 @@ -242,29 +129,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: 6edaeecc-2ea6-4ee8-91ad-926c4c3c6d95 name: mec013-1 @@ -275,29 +139,40 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null + - + id: 52bd535e-7a3e-4fef-8678-b2c832c9be95 + name: mec015-1 + type: EDGE-APP + image: 'meep-docker-registry:30001/meep-tm' + environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false' + netChar: + latencyDistribution: Normal + throughputDl: 1000 + throughputUl: 1000 + - + id: 411993a9-ceab-4b8b-8e6e-7dc1bedf9e66 + name: mec016-1 + type: EDGE-APP + isExternal: false + userChartLocation: null + userChartAlternateValues: null + userChartGroup: null + image: 'meep-docker-registry:30001/meep-dai' + environment: "" + commandArguments: "" + commandExe: "" serviceConfig: null gpuConfig: null - memoryConfig: null cpuConfig: null + memoryConfig: null externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null + netChar: + latency: 0 + latencyVariation: 0 + throughputDl: 1000 + throughputUl: 1000 + packetLoss: 0 + placementId: "" - id: aee0ef3b-b3bf-4f2e-b318-feda996ec31e name: mec028-1 @@ -308,59 +183,10 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - networkLocationsInRange: null - wireless: null - wirelessType: null - meta: null - userMeta: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - macId: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - id: 3480e529-3fc1-44b8-a892-42bbbfa4018f name: 4g-macro-cell-1 @@ -370,9 +196,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '1010101' geoData: @@ -382,9 +205,6 @@ deployment: - 7.419344 - 43.72764 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 3331ee44-2236-1111-0020-5a3c2bde0eaa @@ -479,7 +299,6 @@ deployment: - 43.730103 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -488,21 +307,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 1e2600f4-4861-43d6-abcb-07f4481a124c name: 10.10.0.3 @@ -605,7 +410,6 @@ deployment: - 43.727867 eopMode: LOOP velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -614,30 +418,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 8c2599e8-dd88-4ff2-9cf4-6fc54663c152 name: 4g-macro-cell-2 @@ -647,9 +428,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '2020202' geoData: @@ -659,9 +437,6 @@ deployment: - 7.413819 - 43.729538 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c52208b3-93bb-4255-9b34-52432acc4398 @@ -2298,7 +2073,6 @@ deployment: - 43.728676 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2307,30 +2081,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: f32f0c05-4491-4a93-be0c-19420d4407f0 name: 4g-macro-cell-3 @@ -2340,9 +2091,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '3030303' geoData: @@ -2352,9 +2100,6 @@ deployment: - 7.416715 - 43.733616 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 0ca4bfcc-7346-4f57-9c85-bb92642ec37e @@ -2366,10 +2111,6 @@ deployment: coordinates: - 7.4187 - 43.732403 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2378,43 +2119,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: 4c3c9568-6408-4900-9d97-4556f6d805db name: zone02 @@ -2424,9 +2129,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: darkred networkLocations: @@ -2439,21 +2141,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: 78327873-c828-47da-8a5b-3c74d251dbbc name: 4g-macro-cell-4 @@ -2463,9 +2150,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '4040404' geoData: @@ -2475,9 +2159,6 @@ deployment: - 7.423547 - 43.731724 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 67a40b8b-5777-4e96-a896-8622af4a741f @@ -2668,7 +2349,6 @@ deployment: - 43.74177 eopMode: REVERSE velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2677,30 +2357,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: ca3b5b42-0e99-4553-9d19-4696cd8fe469 name: 4g-macro-cell-5 @@ -2710,9 +2367,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '5050505' geoData: @@ -2722,9 +2376,6 @@ deployment: - 7.429257 - 43.73411 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c18e3f93-79c4-427d-af91-81996adab3e7 @@ -2736,10 +2387,6 @@ deployment: coordinates: - 7.426565 - 43.73298 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2748,21 +2395,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 1d2683f4-086e-47d6-abbb-07fa481a25fb name: 10.10.0.1 @@ -3063,7 +2696,6 @@ deployment: - 43.736343 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -3072,21 +2704,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: ec32caa6-ddc6-4f5e-a815-654782b31abb name: 10.100.0.2 @@ -3738,7 +3356,6 @@ deployment: - 43.73243 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -3747,43 +3364,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: 472c9927-800a-46e9-9d62-d08b09080dd5 name: zone03 @@ -3793,9 +3374,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: darkorange networkLocations: @@ -3808,21 +3386,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: e4ce8267-5433-4b2b-aa5a-9a40de76b685 name: 4g-macro-cell-6 @@ -3832,9 +3395,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '6060606' geoData: @@ -3844,9 +3404,6 @@ deployment: - 7.421007 - 43.737087 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c3bc8d8d-170b-45bb-93a9-8ce658571321 @@ -3858,10 +3415,6 @@ deployment: coordinates: - 7.421802 - 43.736515 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -3870,30 +3423,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 663df9f0-57af-43aa-ba2e-e45a4b2f3c28 name: 4g-macro-cell-7 @@ -3903,9 +3433,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '7070707' geoData: @@ -3915,32 +3442,6 @@ deployment: - 7.426414 - 43.739445 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: d56c4e67-0e0f-4456-9431-290de7b674c8 name: zone04 @@ -3950,9 +3451,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: limegreen networkLocations: @@ -3965,21 +3463,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: fc4d9ec8-ebb6-4b5d-a281-bb74af729b4a name: 4g-macro-cell-8 @@ -3989,9 +3472,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '8080808' geoData: @@ -4001,19 +3481,6 @@ deployment: - 7.429504 - 43.74301 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: b73b3ef5-dba0-44af-a648-bbda7191c249 name: 4g-macro-cell-9 @@ -4023,9 +3490,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '9090909' geoData: @@ -4035,19 +3499,6 @@ deployment: - 7.432551 - 43.746544 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: e1d47a4b-0664-4915-81ea-eb0d70af15a7 name: 4g-macro-cell-10 @@ -4057,9 +3508,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: A0A0A0A geoData: @@ -4069,9 +3517,6 @@ deployment: - 7.437573 - 43.748993 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 4e423f57-daef-4c1c-b30e-45e88e3c9366 @@ -4083,10 +3528,6 @@ deployment: coordinates: - 7.438248 - 43.74835 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4095,21 +3536,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 824cf1bf-f91d-44c2-906d-e939fa3339cd name: 10.10.0.2 @@ -4227,7 +3654,6 @@ deployment: - 43.736446 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4236,21 +3662,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 097f79f4-bf76-4be0-be28-5acc3bdb0dba name: 10.100.0.4 @@ -4512,7 +3924,6 @@ deployment: - 43.74781 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4521,54 +3932,4 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - interZoneLatency: null - interZoneLatencyVariation: null - interZoneThroughput: null - interZonePacketLoss: null - meta: null - userMeta: null - interDomainLatency: null - interDomainLatencyVariation: null - interDomainThroughput: null - interDomainPacketLoss: null - meta: null -id: null -description: null -config: null diff --git a/networks/4g-wifi-macro.yaml b/networks/4g-wifi-macro.yaml index 740a24dd719de798f08a5f69ebee61742cdf6a93..49530d0c7ea3ee0350fabbf270b195986964e24f 100644 --- a/networks/4g-wifi-macro.yaml +++ b/networks/4g-wifi-macro.yaml @@ -7,8 +7,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - throughput: null - packetLoss: null connectivity: model: OPEN userMeta: @@ -24,9 +22,6 @@ deployment: latencyVariation: 2 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null zones: - id: PUBLIC-COMMON @@ -37,9 +32,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null networkLocations: - id: PUBLIC-COMMON-DEFAULT @@ -50,42 +42,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - meta: null - userMeta: null - interZoneLatency: null - interZoneLatencyVariation: null - interZoneThroughput: null - interZonePacketLoss: null - meta: null - userMeta: null - cellularDomainConfig: null - id: f1c5f2fe-5fbb-48fa-a0df-6ad00e4eeb4c name: sandbox-operator @@ -95,9 +51,6 @@ deployment: latencyVariation: 2 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null cellularDomainConfig: mnc: '001' mcc: '001' @@ -112,9 +65,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null networkLocations: - id: sandbox-operator-COMMON-DEFAULT @@ -125,35 +75,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - meta: null - userMeta: null - id: 6fd7e9d1-3646-474d-880b-d4a21799d280 name: zone01 @@ -163,9 +84,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: blueviolet networkLocations: @@ -178,9 +96,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null physicalLocations: - id: d010c6a0-5121-40f3-be3e-06c67479ce50 @@ -192,12 +107,8 @@ deployment: coordinates: - 7.421096 - 43.73408 - radius: null - path: null - eopMode: null - velocity: null connected: true - dataNetwork: {dnn: null, ladn: null, ecsp: null} + dataNetwork: {} processes: - id: 866a240d-27c0-45ea-9e97-79fb1f47977b @@ -208,30 +119,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - environment: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: 2695e07d-b78e-4c59-9dd3-ce7407329c8a name: mec012-1 @@ -242,29 +129,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: 487271f7-443c-4746-8d6f-2670e8065002 name: mec013-1 @@ -275,29 +139,40 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null + - + id: 292306c9-aabc-40ff-8896-47a1384c28f9 + name: mec015-1 + type: EDGE-APP + image: 'meep-docker-registry:30001/meep-tm' + environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false' + netChar: + latencyDistribution: Normal + throughputDl: 1000 + throughputUl: 1000 + - + id: 411993a9-ceab-4b8b-8e6e-7dc1bedf9e66 + name: mec016-1 + type: EDGE-APP + isExternal: false + userChartLocation: null + userChartAlternateValues: null + userChartGroup: null + image: 'meep-docker-registry:30001/meep-dai' + environment: "" + commandArguments: "" + commandExe: "" serviceConfig: null gpuConfig: null - memoryConfig: null cpuConfig: null + memoryConfig: null externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null + netChar: + latency: 0 + latencyVariation: 0 + throughputDl: 1000 + throughputUl: 1000 + packetLoss: 0 + placementId: "" - id: edc8c240-75a9-4169-ab3a-60993ee7d90a name: mec028-1 @@ -308,59 +183,10 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - networkLocationsInRange: null - wireless: null - wirelessType: null - meta: null - userMeta: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - macId: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - id: 3480e529-3fc1-44b8-a892-42bbbfa4018f name: 4g-macro-cell-1 @@ -370,9 +196,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '1010101' geoData: @@ -382,9 +205,6 @@ deployment: - 7.419344 - 43.72764 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 3331ee44-2236-1111-0020-5a3c2bde0eaa @@ -479,7 +299,6 @@ deployment: - 43.730103 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -488,21 +307,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 1e2600f4-4861-43d6-abcb-07f4481a124c name: 10.10.0.3 @@ -605,7 +410,6 @@ deployment: - 43.727867 eopMode: LOOP velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -614,30 +418,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 8c2599e8-dd88-4ff2-9cf4-6fc54663c152 name: 4g-macro-cell-2 @@ -647,9 +428,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '2020202' geoData: @@ -659,9 +437,6 @@ deployment: - 7.413819 - 43.729538 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c52208b3-93bb-4255-9b34-52432acc4398 @@ -2298,7 +2073,6 @@ deployment: - 43.728676 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2307,30 +2081,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: f32f0c05-4491-4a93-be0c-19420d4407f0 name: 4g-macro-cell-3 @@ -2340,9 +2091,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '3030303' geoData: @@ -2352,9 +2100,6 @@ deployment: - 7.416715 - 43.733616 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 0ca4bfcc-7346-4f57-9c85-bb92642ec37e @@ -2366,10 +2111,6 @@ deployment: coordinates: - 7.4187 - 43.732403 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2378,30 +2119,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 1835f9ea-1f72-47e8-98b7-f0a5e4ff44e4 name: wifi-ap-1 @@ -2411,9 +2129,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C01010101 geoData: @@ -2423,19 +2138,6 @@ deployment: - 7.419891 - 43.727787 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: fb7ff207-f67d-4a1d-a353-038e96085d06 name: wifi-ap-2 @@ -2445,9 +2147,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C02020202 geoData: @@ -2457,32 +2156,6 @@ deployment: - 7.42179 - 43.727474 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: 4c3c9568-6408-4900-9d97-4556f6d805db name: zone02 @@ -2492,9 +2165,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: darkred networkLocations: @@ -2507,21 +2177,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: 78327873-c828-47da-8a5b-3c74d251dbbc name: 4g-macro-cell-4 @@ -2531,9 +2186,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '4040404' geoData: @@ -2543,9 +2195,6 @@ deployment: - 7.423547 - 43.731724 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 67a40b8b-5777-4e96-a896-8622af4a741f @@ -2736,7 +2385,6 @@ deployment: - 43.74177 eopMode: REVERSE velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2745,30 +2393,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: ca3b5b42-0e99-4553-9d19-4696cd8fe469 name: 4g-macro-cell-5 @@ -2778,9 +2403,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '5050505' geoData: @@ -2790,9 +2412,6 @@ deployment: - 7.429257 - 43.73411 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c18e3f93-79c4-427d-af91-81996adab3e7 @@ -2804,10 +2423,6 @@ deployment: coordinates: - 7.426565 - 43.73298 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2816,21 +2431,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 1d2683f4-086e-47d6-abbb-07fa481a25fb name: 10.10.0.1 @@ -3131,7 +2732,6 @@ deployment: - 43.736343 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -3140,21 +2740,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: ec32caa6-ddc6-4f5e-a815-654782b31abb name: 10.100.0.2 @@ -3806,7 +3392,6 @@ deployment: - 43.73243 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -3815,30 +3400,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: bc76299f-1394-46d7-ab61-1791c883718d name: wifi-ap-4 @@ -3848,9 +3410,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C04040404 geoData: @@ -3860,19 +3419,6 @@ deployment: - 7.427702 - 43.733475 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 4a0a69b3-7c5a-475e-a34d-a0c9177e972e name: wifi-ap-3 @@ -3882,9 +3428,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C03030303 geoData: @@ -3894,19 +3437,6 @@ deployment: - 7.422327 - 43.73342 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 66938f56-4e52-47e2-baa2-501f026e4eb3 name: wifi-ap-5 @@ -3916,9 +3446,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C05050505 geoData: @@ -3928,32 +3455,6 @@ deployment: - 7.421984 - 43.735027 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: 472c9927-800a-46e9-9d62-d08b09080dd5 name: zone03 @@ -3963,9 +3464,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: darkorange networkLocations: @@ -3978,21 +3476,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: e4ce8267-5433-4b2b-aa5a-9a40de76b685 name: 4g-macro-cell-6 @@ -4002,9 +3485,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '6060606' geoData: @@ -4014,9 +3494,6 @@ deployment: - 7.421007 - 43.737087 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c3bc8d8d-170b-45bb-93a9-8ce658571321 @@ -4028,10 +3505,6 @@ deployment: coordinates: - 7.421802 - 43.736515 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4040,30 +3513,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 663df9f0-57af-43aa-ba2e-e45a4b2f3c28 name: 4g-macro-cell-7 @@ -4073,9 +3523,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '7070707' geoData: @@ -4085,19 +3532,6 @@ deployment: - 7.426414 - 43.739445 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 190a7ff6-7b77-479a-8f23-1f5c7f935914 name: wifi-ap-6 @@ -4107,9 +3541,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C06060606 geoData: @@ -4119,19 +3550,6 @@ deployment: - 7.425288 - 43.73727 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 99e67725-25b1-4274-8b05-fe253b0e5ee6 name: wifi-ap-7 @@ -4141,9 +3559,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C07070707 geoData: @@ -4153,32 +3568,6 @@ deployment: - 7.429639 - 43.739006 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: d56c4e67-0e0f-4456-9431-290de7b674c8 name: zone04 @@ -4188,9 +3577,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: limegreen networkLocations: @@ -4203,21 +3589,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: fc4d9ec8-ebb6-4b5d-a281-bb74af729b4a name: 4g-macro-cell-8 @@ -4227,9 +3598,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '8080808' geoData: @@ -4239,19 +3607,6 @@ deployment: - 7.429504 - 43.74301 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: b73b3ef5-dba0-44af-a648-bbda7191c249 name: 4g-macro-cell-9 @@ -4261,9 +3616,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '9090909' geoData: @@ -4273,19 +3625,6 @@ deployment: - 7.432551 - 43.746544 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: e1d47a4b-0664-4915-81ea-eb0d70af15a7 name: 4g-macro-cell-10 @@ -4295,9 +3634,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: A0A0A0A geoData: @@ -4307,9 +3643,6 @@ deployment: - 7.437573 - 43.748993 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 4e423f57-daef-4c1c-b30e-45e88e3c9366 @@ -4321,10 +3654,6 @@ deployment: coordinates: - 7.438248 - 43.74835 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4333,21 +3662,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 824cf1bf-f91d-44c2-906d-e939fa3339cd name: 10.10.0.2 @@ -4465,7 +3780,6 @@ deployment: - 43.736446 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4474,21 +3788,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 097f79f4-bf76-4be0-be28-5acc3bdb0dba name: 10.100.0.4 @@ -4750,7 +4050,6 @@ deployment: - 43.74781 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4759,30 +4058,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 4a3da8ed-e833-48bf-b833-2c67512e53cf name: wifi-ap-8 @@ -4792,9 +4068,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C08080808 geoData: @@ -4804,19 +4077,6 @@ deployment: - 7.431644 - 43.746662 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: d1cc062f-bb7f-40cf-91af-5593376f3b4d name: wifi-ap-9 @@ -4826,9 +4086,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C09090909 geoData: @@ -4838,19 +4095,6 @@ deployment: - 7.435867 - 43.748856 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: c4df58ab-17a2-49e0-b5fa-531a6ce15baf name: wifi-ap-10 @@ -4860,9 +4104,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C0A0A0A0A geoData: @@ -4872,19 +4113,6 @@ deployment: - 7.438055 - 43.748734 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: da565fc0-0d1e-47a1-944e-2d77441051de name: wifi-ap-11 @@ -4894,9 +4122,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C0B0B0B0B geoData: @@ -4906,43 +4131,3 @@ deployment: - 7.43891 - 43.74822 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - interZoneLatency: null - interZoneLatencyVariation: null - interZoneThroughput: null - interZonePacketLoss: null - meta: null - userMeta: null - interDomainLatency: null - interDomainLatencyVariation: null - interDomainThroughput: null - interDomainPacketLoss: null - meta: null -id: null -description: null -config: null diff --git a/networks/dual-mep-4g-5g-wifi-macro.yaml b/networks/dual-mep-4g-5g-wifi-macro.yaml index 901dfa001771db57edda6f2b48f006abb9cb54a2..0078c2e67ac7265b4d693f4b06bee367057f4a6f 100644 --- a/networks/dual-mep-4g-5g-wifi-macro.yaml +++ b/networks/dual-mep-4g-5g-wifi-macro.yaml @@ -7,8 +7,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - throughput: null - packetLoss: null connectivity: model: OPEN userMeta: @@ -24,9 +22,6 @@ deployment: latencyVariation: 2 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null zones: - id: PUBLIC-COMMON @@ -37,9 +32,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null networkLocations: - id: PUBLIC-COMMON-DEFAULT @@ -50,42 +42,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - meta: null - userMeta: null - interZoneLatency: null - interZoneLatencyVariation: null - interZoneThroughput: null - interZonePacketLoss: null - meta: null - userMeta: null - cellularDomainConfig: null - id: f1c5f2fe-5fbb-48fa-a0df-6ad00e4eeb4c name: sandbox-operator @@ -95,9 +51,6 @@ deployment: latencyVariation: 2 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null cellularDomainConfig: mnc: '001' mcc: '001' @@ -112,9 +65,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null networkLocations: - id: sandbox-operator-COMMON-DEFAULT @@ -125,35 +75,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - meta: null - userMeta: null - id: 6fd7e9d1-3646-474d-880b-d4a21799d280 name: zone01 @@ -163,9 +84,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: blueviolet networkLocations: @@ -178,9 +96,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null physicalLocations: - id: 429f6812-5825-48be-9b53-6e9ed343a211 @@ -192,12 +107,8 @@ deployment: coordinates: - 7.421096 - 43.73408 - radius: null - path: null - eopMode: null - velocity: null connected: true - dataNetwork: {dnn: null, ladn: null, ecsp: null} + dataNetwork: {} processes: - id: e5ba96bb-7dca-45d7-975e-19a3877c3353 @@ -208,30 +119,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - environment: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: 73f62963-7345-4fb5-9a88-f8a4cf4d3525 name: mec012-1 @@ -242,29 +129,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: ca29c5a5-f471-4098-abcb-d55d83410087 name: mec013-1 @@ -275,29 +139,40 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null + - + id: 7a5090a8-cd64-45b7-a6d6-ad500dda9494 + name: mec015-1 + type: EDGE-APP + image: 'meep-docker-registry:30001/meep-tm' + environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false' + netChar: + latencyDistribution: Normal + throughputDl: 1000 + throughputUl: 1000 + - + id: 411993a9-ceab-4b8b-8e6e-7dc1bedf9e66 + name: mec016-1 + type: EDGE-APP + isExternal: false + userChartLocation: null + userChartAlternateValues: null + userChartGroup: null + image: 'meep-docker-registry:30001/meep-dai' + environment: "" + commandArguments: "" + commandExe: "" serviceConfig: null gpuConfig: null - memoryConfig: null cpuConfig: null + memoryConfig: null externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null + netChar: + latency: 0 + latencyVariation: 0 + throughputDl: 1000 + throughputUl: 1000 + packetLoss: 0 + placementId: "" - id: b1817bf2-62c7-4b21-9818-f625f5da680b name: mec021-1 @@ -308,29 +183,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: fa255407-1131-4d95-bd1f-bb99d587dadd name: mec028-1 @@ -341,59 +193,10 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - networkLocationsInRange: null - wireless: null - wirelessType: null - meta: null - userMeta: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - macId: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - id: 3480e529-3fc1-44b8-a892-42bbbfa4018f name: 4g-macro-cell-1 @@ -403,9 +206,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '1010101' geoData: @@ -415,9 +215,6 @@ deployment: - 7.419344 - 43.72764 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 3331ee44-2236-1111-0020-5a3c2bde0eaa @@ -512,7 +309,6 @@ deployment: - 43.730103 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -521,21 +317,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 1e2600f4-4861-43d6-abcb-07f4481a124c name: 10.10.0.3 @@ -638,7 +420,6 @@ deployment: - 43.727867 eopMode: LOOP velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -647,30 +428,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 8c2599e8-dd88-4ff2-9cf4-6fc54663c152 name: 4g-macro-cell-2 @@ -680,9 +438,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '2020202' geoData: @@ -692,9 +447,6 @@ deployment: - 7.413819 - 43.729538 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c52208b3-93bb-4255-9b34-52432acc4398 @@ -2331,7 +2083,6 @@ deployment: - 43.728676 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2340,30 +2091,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: f32f0c05-4491-4a93-be0c-19420d4407f0 name: 4g-macro-cell-3 @@ -2373,9 +2101,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '3030303' geoData: @@ -2385,9 +2110,6 @@ deployment: - 7.416715 - 43.733616 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 0ca4bfcc-7346-4f57-9c85-bb92642ec37e @@ -2399,10 +2121,6 @@ deployment: coordinates: - 7.4187 - 43.732403 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2411,30 +2129,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 1835f9ea-1f72-47e8-98b7-f0a5e4ff44e4 name: wifi-ap-1 @@ -2444,9 +2139,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C01010101 geoData: @@ -2456,19 +2148,6 @@ deployment: - 7.419891 - 43.727787 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: fb7ff207-f67d-4a1d-a353-038e96085d06 name: wifi-ap-2 @@ -2478,9 +2157,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C02020202 geoData: @@ -2490,19 +2166,6 @@ deployment: - 7.42179 - 43.727474 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 37be6821-a5f3-4af9-af0a-ceff4c0f66be name: 5g-small-cell-1 @@ -2512,9 +2175,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '101010101' geoData: @@ -2524,19 +2184,6 @@ deployment: - 7.415385 - 43.730846 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: ab60918a-acd8-4f4e-9693-d2fbffae9b72 name: 5g-small-cell-2 @@ -2546,9 +2193,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '202020202' geoData: @@ -2558,19 +2202,6 @@ deployment: - 7.416962 - 43.731453 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: de2d952d-11b1-4294-8a67-6d994f1a5f37 name: 5g-small-cell-3 @@ -2580,9 +2211,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '303030303' geoData: @@ -2592,32 +2220,6 @@ deployment: - 7.418507 - 43.731865 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: 4c3c9568-6408-4900-9d97-4556f6d805db name: zone02 @@ -2627,9 +2229,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: darkred networkLocations: @@ -2642,21 +2241,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: 78327873-c828-47da-8a5b-3c74d251dbbc name: 4g-macro-cell-4 @@ -2666,9 +2250,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '4040404' geoData: @@ -2678,9 +2259,6 @@ deployment: - 7.423547 - 43.731724 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 67a40b8b-5777-4e96-a896-8622af4a741f @@ -2871,7 +2449,6 @@ deployment: - 43.74177 eopMode: REVERSE velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2880,30 +2457,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: ca3b5b42-0e99-4553-9d19-4696cd8fe469 name: 4g-macro-cell-5 @@ -2913,9 +2467,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '5050505' geoData: @@ -2925,9 +2476,6 @@ deployment: - 7.429257 - 43.73411 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c18e3f93-79c4-427d-af91-81996adab3e7 @@ -2939,10 +2487,6 @@ deployment: coordinates: - 7.426565 - 43.73298 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2951,21 +2495,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 1d2683f4-086e-47d6-abbb-07fa481a25fb name: 10.10.0.1 @@ -3266,7 +2796,6 @@ deployment: - 43.736343 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -3275,21 +2804,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: ec32caa6-ddc6-4f5e-a815-654782b31abb name: 10.100.0.2 @@ -3941,7 +3456,6 @@ deployment: - 43.73243 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -3950,30 +3464,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: bc76299f-1394-46d7-ab61-1791c883718d name: wifi-ap-4 @@ -3983,9 +3474,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C04040404 geoData: @@ -3995,19 +3483,6 @@ deployment: - 7.427702 - 43.733475 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 4a0a69b3-7c5a-475e-a34d-a0c9177e972e name: wifi-ap-3 @@ -4017,9 +3492,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C03030303 geoData: @@ -4029,19 +3501,6 @@ deployment: - 7.422327 - 43.73342 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 66938f56-4e52-47e2-baa2-501f026e4eb3 name: wifi-ap-5 @@ -4051,9 +3510,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C05050505 geoData: @@ -4063,19 +3519,6 @@ deployment: - 7.421984 - 43.735027 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: b50df04b-c3bd-46c4-a7d4-5de55e74b444 name: 5g-small-cell-4 @@ -4085,9 +3528,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '404040404' geoData: @@ -4097,19 +3537,6 @@ deployment: - 7.419741 - 43.732998 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: bddd61c9-6ddd-4f7e-9082-0d004fced7ab name: 5g-small-cell-5 @@ -4119,9 +3546,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '505050505' geoData: @@ -4131,19 +3555,6 @@ deployment: - 7.421158 - 43.732063 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 8e0dad0d-72c9-4b6d-850b-06b02243b1d3 name: 5g-small-cell-6 @@ -4153,9 +3564,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '606060606' geoData: @@ -4165,19 +3573,6 @@ deployment: - 7.421865 - 43.733368 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 318f3796-4091-409e-8767-44ba36600a34 name: 5g-small-cell-7 @@ -4187,9 +3582,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '707070707' geoData: @@ -4199,19 +3591,6 @@ deployment: - 7.420943 - 43.734097 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 7d3688cc-0dda-48b1-a171-b817c176e053 name: 5g-small-cell-8 @@ -4221,9 +3600,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '808080808' geoData: @@ -4233,19 +3609,6 @@ deployment: - 7.425063 - 43.732555 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 91691048-64bb-4d2f-917f-4219a95881c0 name: 5g-small-cell-9 @@ -4255,9 +3618,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '909090909' geoData: @@ -4267,32 +3627,6 @@ deployment: - 7.427027 - 43.73308 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: 472c9927-800a-46e9-9d62-d08b09080dd5 name: zone03 @@ -4302,9 +3636,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: darkorange networkLocations: @@ -4317,21 +3648,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: e4ce8267-5433-4b2b-aa5a-9a40de76b685 name: 4g-macro-cell-6 @@ -4341,9 +3657,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '6060606' geoData: @@ -4353,9 +3666,6 @@ deployment: - 7.421007 - 43.737087 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c3bc8d8d-170b-45bb-93a9-8ce658571321 @@ -4367,10 +3677,6 @@ deployment: coordinates: - 7.421802 - 43.736515 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4379,30 +3685,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 663df9f0-57af-43aa-ba2e-e45a4b2f3c28 name: 4g-macro-cell-7 @@ -4412,9 +3695,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '7070707' geoData: @@ -4424,19 +3704,6 @@ deployment: - 7.426414 - 43.739445 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 190a7ff6-7b77-479a-8f23-1f5c7f935914 name: wifi-ap-6 @@ -4446,9 +3713,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C06060606 geoData: @@ -4458,19 +3722,6 @@ deployment: - 7.425288 - 43.73727 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 99e67725-25b1-4274-8b05-fe253b0e5ee6 name: wifi-ap-7 @@ -4480,9 +3731,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C07070707 geoData: @@ -4492,19 +3740,6 @@ deployment: - 7.429639 - 43.739006 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: a3067167-cdaf-4264-9e32-abfc0ede0564 name: 5g-small-cell-10 @@ -4514,9 +3749,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: A0A0A0A0A geoData: @@ -4526,19 +3758,6 @@ deployment: - 7.426736 - 43.73771 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 2c2ba76c-8880-4c5b-a949-a161713910f4 name: 5g-small-cell-11 @@ -4548,9 +3767,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: B0B0B0B0B geoData: @@ -4560,19 +3776,6 @@ deployment: - 7.42856 - 43.738018 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: d9ca5e58-15fe-4161-840f-f3155db3729b name: 5g-small-cell-12 @@ -4582,9 +3785,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: C0C0C0C0C geoData: @@ -4594,32 +3794,6 @@ deployment: - 7.42738 - 43.739075 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: d56c4e67-0e0f-4456-9431-290de7b674c8 name: zone04 @@ -4629,9 +3803,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: limegreen networkLocations: @@ -4644,9 +3815,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null physicalLocations: - id: f8638c1e-9560-44c2-b42d-3f373ab17ccf @@ -4658,12 +3826,8 @@ deployment: coordinates: - 7.435813 - 43.748196 - radius: null - path: null - eopMode: null - velocity: null connected: true - dataNetwork: {dnn: null, ladn: null, ecsp: null} + dataNetwork: {} processes: - id: 6b2d246a-a306-410f-ae45-3e69be67aa2e @@ -4674,30 +3838,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - environment: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: 9afdbca8-afac-405b-b220-4154828280b8 name: mec013-2 @@ -4731,36 +3871,34 @@ deployment: appThroughput: null appPacketLoss: null placementId: null + - + id: 9de5232e-3a7a-11ed-b4eb-4714e63d6f2d + name: mec016-2 + type: EDGE-APP + isExternal: false + userChartLocation: null + userChartAlternateValues: null + userChartGroup: null + image: 'meep-docker-registry:30001/meep-dai' + environment: "" + commandArguments: "" + commandExe: "" + serviceConfig: null + gpuConfig: null + cpuConfig: null + memoryConfig: null + externalConfig: null + netChar: + latency: 0 + latencyVariation: 0 + throughputDl: 1000 + throughputUl: 1000 + packetLoss: 0 + placementId: "" netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - networkLocationsInRange: null - wireless: null - wirelessType: null - meta: null - userMeta: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - macId: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - id: fc4d9ec8-ebb6-4b5d-a281-bb74af729b4a name: 4g-macro-cell-8 @@ -4770,9 +3908,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '8080808' geoData: @@ -4782,19 +3917,6 @@ deployment: - 7.429504 - 43.74301 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: b73b3ef5-dba0-44af-a648-bbda7191c249 name: 4g-macro-cell-9 @@ -4804,9 +3926,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '9090909' geoData: @@ -4816,19 +3935,6 @@ deployment: - 7.432551 - 43.746544 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: e1d47a4b-0664-4915-81ea-eb0d70af15a7 name: 4g-macro-cell-10 @@ -4838,9 +3944,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: A0A0A0A geoData: @@ -4850,9 +3953,6 @@ deployment: - 7.437573 - 43.748993 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 4e423f57-daef-4c1c-b30e-45e88e3c9366 @@ -4864,10 +3964,6 @@ deployment: coordinates: - 7.438248 - 43.74835 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4876,21 +3972,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 824cf1bf-f91d-44c2-906d-e939fa3339cd name: 10.10.0.2 @@ -5008,7 +4090,6 @@ deployment: - 43.736446 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -5017,21 +4098,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 097f79f4-bf76-4be0-be28-5acc3bdb0dba name: 10.100.0.4 @@ -5293,7 +4360,6 @@ deployment: - 43.74781 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -5302,30 +4368,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 4a3da8ed-e833-48bf-b833-2c67512e53cf name: wifi-ap-8 @@ -5335,9 +4378,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C08080808 geoData: @@ -5347,19 +4387,6 @@ deployment: - 7.431644 - 43.746662 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: d1cc062f-bb7f-40cf-91af-5593376f3b4d name: wifi-ap-9 @@ -5369,9 +4396,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C09090909 geoData: @@ -5381,19 +4405,6 @@ deployment: - 7.435867 - 43.748856 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: c4df58ab-17a2-49e0-b5fa-531a6ce15baf name: wifi-ap-10 @@ -5403,9 +4414,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C0A0A0A0A geoData: @@ -5415,19 +4423,6 @@ deployment: - 7.438055 - 43.748734 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 3fbf9ec8-3932-455c-8352-0d06b7bb7a15 name: 5g-small-cell-13 @@ -5437,9 +4432,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: D0D0D0D0D geoData: @@ -5449,19 +4441,6 @@ deployment: - 7.431907 - 43.74543 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 80e3b677-56cb-495c-b798-e19f96d491b9 name: 5g-small-cell-14 @@ -5471,9 +4450,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: E0E0E0E0E geoData: @@ -5483,19 +4459,6 @@ deployment: - 7.433109 - 43.746513 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: dcb66c87-1854-4c8e-ae88-72b14df9aaff name: 5g-small-cell-15 @@ -5505,9 +4468,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: F0F0F0F0F geoData: @@ -5517,19 +4477,6 @@ deployment: - 7.434376 - 43.747337 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 10b048d1-2fba-486d-89a0-d1a3191b90b4 name: 5g-small-cell-16 @@ -5539,9 +4486,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '010101010' geoData: @@ -5551,19 +4495,6 @@ deployment: - 7.435985 - 43.747784 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 35602880-9727-4ed6-8f53-fe0ffab22cb4 name: 5g-small-cell-17 @@ -5573,9 +4504,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '111111111' geoData: @@ -5585,19 +4513,6 @@ deployment: - 7.437487 - 43.7487 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 4aef0f33-51d2-472c-8441-b5c55f0de626 name: 5g-small-cell-18 @@ -5607,9 +4522,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '212121212' geoData: @@ -5619,19 +4531,6 @@ deployment: - 7.438839 - 43.749706 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 3396c6ae-28f8-4c8b-ba12-9991bddeed61 name: 5g-small-cell-19 @@ -5641,9 +4540,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '313131313' geoData: @@ -5653,19 +4549,6 @@ deployment: - 7.4371 - 43.750282 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 246f3830-3b56-4359-9452-b17f34426888 name: 5g-small-cell-20 @@ -5675,9 +4558,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '414141414' geoData: @@ -5687,19 +4567,6 @@ deployment: - 7.436006 - 43.749382 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: da565fc0-0d1e-47a1-944e-2d77441051de name: wifi-ap-11 @@ -5709,9 +4576,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C0B0B0B0B geoData: @@ -5721,43 +4585,3 @@ deployment: - 7.43891 - 43.74822 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - interZoneLatency: null - interZoneLatencyVariation: null - interZoneThroughput: null - interZonePacketLoss: null - meta: null - userMeta: null - interDomainLatency: null - interDomainLatencyVariation: null - interDomainThroughput: null - interDomainPacketLoss: null - meta: null -id: null -description: null -config: null diff --git a/networks/dual-mep-short-path.yaml b/networks/dual-mep-short-path.yaml index e9df1587bc3e3a264a32bfadec0d2d20bb9179a4..8a1e61d7bfe5d2888565fca90c0da16163759b4c 100644 --- a/networks/dual-mep-short-path.yaml +++ b/networks/dual-mep-short-path.yaml @@ -7,8 +7,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - throughput: null - packetLoss: null connectivity: model: OPEN userMeta: @@ -24,9 +22,6 @@ deployment: latencyVariation: 2 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null zones: - id: PUBLIC-COMMON @@ -37,9 +32,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null networkLocations: - id: PUBLIC-COMMON-DEFAULT @@ -50,42 +42,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - meta: null - userMeta: null - interZoneLatency: null - interZoneLatencyVariation: null - interZoneThroughput: null - interZonePacketLoss: null - meta: null - userMeta: null - cellularDomainConfig: null - id: f1c5f2fe-5fbb-48fa-a0df-6ad00e4eeb4c name: sandbox-operator @@ -95,9 +51,6 @@ deployment: latencyVariation: 2 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null cellularDomainConfig: mnc: '001' mcc: '001' @@ -112,9 +65,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null networkLocations: - id: sandbox-operator-COMMON-DEFAULT @@ -125,35 +75,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - meta: null - userMeta: null - id: 6fd7e9d1-3646-474d-880b-d4a21799d280 name: zone01 @@ -163,9 +84,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: blueviolet networkLocations: @@ -178,9 +96,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null physicalLocations: - id: 429f6812-5825-48be-9b53-6e9ed343a211 @@ -192,12 +107,8 @@ deployment: coordinates: - 7.421096 - 43.73408 - radius: null - path: null - eopMode: null - velocity: null connected: true - dataNetwork: {dnn: null, ladn: null, ecsp: null} + dataNetwork: {} processes: - id: e5ba96bb-7dca-45d7-975e-19a3877c3353 @@ -208,30 +119,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - environment: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: 73f62963-7345-4fb5-9a88-f8a4cf4d3525 name: mec012-1 @@ -242,29 +129,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: ca29c5a5-f471-4098-abcb-d55d83410087 name: mec013-1 @@ -275,29 +139,40 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null + - + id: 7becb161-2cae-4928-8a5c-17401b8d4001 + name: mec015-1 + type: EDGE-APP + image: 'meep-docker-registry:30001/meep-tm' + environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false' + netChar: + latencyDistribution: Normal + throughputDl: 1000 + throughputUl: 1000 + - + id: 411993a9-ceab-4b8b-8e6e-7dc1bedf9e66 + name: mec016-1 + type: EDGE-APP + isExternal: false + userChartLocation: null + userChartAlternateValues: null + userChartGroup: null + image: 'meep-docker-registry:30001/meep-dai' + environment: "" + commandArguments: "" + commandExe: "" serviceConfig: null gpuConfig: null - memoryConfig: null cpuConfig: null + memoryConfig: null externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null + netChar: + latency: 0 + latencyVariation: 0 + throughputDl: 1000 + throughputUl: 1000 + packetLoss: 0 + placementId: "" - id: b1817bf2-62c7-4b21-9818-f625f5da680b name: mec021-1 @@ -308,29 +183,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: fa255407-1131-4d95-bd1f-bb99d587dadd name: mec028-1 @@ -341,59 +193,10 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - networkLocationsInRange: null - wireless: null - wirelessType: null - meta: null - userMeta: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - macId: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - id: 3480e529-3fc1-44b8-a892-42bbbfa4018f name: 4g-macro-cell-1 @@ -403,9 +206,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '1010101' geoData: @@ -415,9 +215,6 @@ deployment: - 7.419344 - 43.72764 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 3331ee44-2236-1111-0020-5a3c2bde0eaa @@ -512,7 +309,6 @@ deployment: - 43.730103 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -521,21 +317,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 1e2600f4-4861-43d6-abcb-07f4481a124c name: 10.10.0.3 @@ -638,7 +420,6 @@ deployment: - 43.727867 eopMode: LOOP velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -647,30 +428,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 8c2599e8-dd88-4ff2-9cf4-6fc54663c152 name: 4g-macro-cell-2 @@ -680,9 +438,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '2020202' geoData: @@ -692,9 +447,6 @@ deployment: - 7.413819 - 43.729538 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c52208b3-93bb-4255-9b34-52432acc4398 @@ -735,39 +487,16 @@ deployment: - 43.7439 eopMode: REVERSE velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' - dataNetwork: {dnn: null, ladn: null, ecsp: null} + dataNetwork: {} meta: display.map.icon: ion-android-car netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640001 - isExternal: null - networkLocationsInRange: null - connected: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: f32f0c05-4491-4a93-be0c-19420d4407f0 name: 4g-macro-cell-3 @@ -777,9 +506,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '3030303' geoData: @@ -789,9 +515,6 @@ deployment: - 7.416715 - 43.733616 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 0ca4bfcc-7346-4f57-9c85-bb92642ec37e @@ -803,10 +526,6 @@ deployment: coordinates: - 7.4187 - 43.732403 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -815,30 +534,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 1835f9ea-1f72-47e8-98b7-f0a5e4ff44e4 name: wifi-ap-1 @@ -848,9 +544,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C01010101 geoData: @@ -860,19 +553,6 @@ deployment: - 7.419891 - 43.727787 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: fb7ff207-f67d-4a1d-a353-038e96085d06 name: wifi-ap-2 @@ -882,9 +562,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C02020202 geoData: @@ -894,19 +571,6 @@ deployment: - 7.42179 - 43.727474 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 37be6821-a5f3-4af9-af0a-ceff4c0f66be name: 5g-small-cell-1 @@ -916,9 +580,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '101010101' geoData: @@ -928,19 +589,6 @@ deployment: - 7.415385 - 43.730846 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: ab60918a-acd8-4f4e-9693-d2fbffae9b72 name: 5g-small-cell-2 @@ -950,9 +598,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '202020202' geoData: @@ -962,19 +607,6 @@ deployment: - 7.416962 - 43.731453 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: de2d952d-11b1-4294-8a67-6d994f1a5f37 name: 5g-small-cell-3 @@ -984,9 +616,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '303030303' geoData: @@ -996,32 +625,6 @@ deployment: - 7.418507 - 43.731865 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: 4c3c9568-6408-4900-9d97-4556f6d805db name: zone02 @@ -1031,9 +634,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: darkred networkLocations: @@ -1046,21 +646,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: 78327873-c828-47da-8a5b-3c74d251dbbc name: 4g-macro-cell-4 @@ -1070,9 +655,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '4040404' geoData: @@ -1082,9 +664,6 @@ deployment: - 7.423547 - 43.731724 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 67a40b8b-5777-4e96-a896-8622af4a741f @@ -1140,39 +719,16 @@ deployment: - 43.742336 eopMode: REVERSE velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' - dataNetwork: {dnn: null, ladn: null, ecsp: null} + dataNetwork: {} meta: display.map.icon: ion-android-car netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640003 - isExternal: null - networkLocationsInRange: null - connected: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: ca3b5b42-0e99-4553-9d19-4696cd8fe469 name: 4g-macro-cell-5 @@ -1182,9 +738,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '5050505' geoData: @@ -1194,9 +747,6 @@ deployment: - 7.429257 - 43.73411 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c18e3f93-79c4-427d-af91-81996adab3e7 @@ -1208,10 +758,6 @@ deployment: coordinates: - 7.426565 - 43.73298 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -1220,21 +766,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 1d2683f4-086e-47d6-abbb-07fa481a25fb name: 10.10.0.1 @@ -1535,7 +1067,6 @@ deployment: - 43.736343 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -1544,21 +1075,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: ec32caa6-ddc6-4f5e-a815-654782b31abb name: 10.100.0.2 @@ -1625,39 +1142,16 @@ deployment: - 43.739296 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' - dataNetwork: {dnn: null, ladn: null, ecsp: null} + dataNetwork: {} meta: display.map.icon: ion-android-car netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640002 - isExternal: null - networkLocationsInRange: null - connected: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: bc76299f-1394-46d7-ab61-1791c883718d name: wifi-ap-4 @@ -1667,9 +1161,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C04040404 geoData: @@ -1679,19 +1170,6 @@ deployment: - 7.427702 - 43.733475 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 4a0a69b3-7c5a-475e-a34d-a0c9177e972e name: wifi-ap-3 @@ -1701,9 +1179,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C03030303 geoData: @@ -1713,19 +1188,6 @@ deployment: - 7.422327 - 43.73342 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 66938f56-4e52-47e2-baa2-501f026e4eb3 name: wifi-ap-5 @@ -1735,9 +1197,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C05050505 geoData: @@ -1747,19 +1206,6 @@ deployment: - 7.421984 - 43.735027 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: b50df04b-c3bd-46c4-a7d4-5de55e74b444 name: 5g-small-cell-4 @@ -1769,9 +1215,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '404040404' geoData: @@ -1781,19 +1224,6 @@ deployment: - 7.419741 - 43.732998 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: bddd61c9-6ddd-4f7e-9082-0d004fced7ab name: 5g-small-cell-5 @@ -1803,9 +1233,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '505050505' geoData: @@ -1815,19 +1242,6 @@ deployment: - 7.421158 - 43.732063 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 8e0dad0d-72c9-4b6d-850b-06b02243b1d3 name: 5g-small-cell-6 @@ -1837,9 +1251,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '606060606' geoData: @@ -1849,19 +1260,6 @@ deployment: - 7.421865 - 43.733368 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 318f3796-4091-409e-8767-44ba36600a34 name: 5g-small-cell-7 @@ -1871,9 +1269,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '707070707' geoData: @@ -1883,19 +1278,6 @@ deployment: - 7.420943 - 43.734097 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 7d3688cc-0dda-48b1-a171-b817c176e053 name: 5g-small-cell-8 @@ -1905,9 +1287,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '808080808' geoData: @@ -1917,19 +1296,6 @@ deployment: - 7.425063 - 43.732555 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 91691048-64bb-4d2f-917f-4219a95881c0 name: 5g-small-cell-9 @@ -1939,9 +1305,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '909090909' geoData: @@ -1951,32 +1314,6 @@ deployment: - 7.427027 - 43.73308 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: 472c9927-800a-46e9-9d62-d08b09080dd5 name: zone03 @@ -1986,9 +1323,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: darkorange networkLocations: @@ -2001,21 +1335,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: e4ce8267-5433-4b2b-aa5a-9a40de76b685 name: 4g-macro-cell-6 @@ -2025,9 +1344,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '6060606' geoData: @@ -2037,9 +1353,6 @@ deployment: - 7.421007 - 43.737087 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c3bc8d8d-170b-45bb-93a9-8ce658571321 @@ -2051,10 +1364,6 @@ deployment: coordinates: - 7.421802 - 43.736515 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2063,30 +1372,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 663df9f0-57af-43aa-ba2e-e45a4b2f3c28 name: 4g-macro-cell-7 @@ -2096,9 +1382,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '7070707' geoData: @@ -2108,19 +1391,6 @@ deployment: - 7.426414 - 43.739445 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 190a7ff6-7b77-479a-8f23-1f5c7f935914 name: wifi-ap-6 @@ -2130,9 +1400,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C06060606 geoData: @@ -2142,19 +1409,6 @@ deployment: - 7.425288 - 43.73727 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 99e67725-25b1-4274-8b05-fe253b0e5ee6 name: wifi-ap-7 @@ -2164,9 +1418,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C07070707 geoData: @@ -2176,19 +1427,6 @@ deployment: - 7.429639 - 43.739006 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: a3067167-cdaf-4264-9e32-abfc0ede0564 name: 5g-small-cell-10 @@ -2198,9 +1436,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: A0A0A0A0A geoData: @@ -2210,19 +1445,6 @@ deployment: - 7.426736 - 43.73771 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 2c2ba76c-8880-4c5b-a949-a161713910f4 name: 5g-small-cell-11 @@ -2232,9 +1454,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: B0B0B0B0B geoData: @@ -2244,19 +1463,6 @@ deployment: - 7.42856 - 43.738018 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: d9ca5e58-15fe-4161-840f-f3155db3729b name: 5g-small-cell-12 @@ -2266,9 +1472,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: C0C0C0C0C geoData: @@ -2278,32 +1481,6 @@ deployment: - 7.42738 - 43.739075 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: d56c4e67-0e0f-4456-9431-290de7b674c8 name: zone04 @@ -2313,9 +1490,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: limegreen networkLocations: @@ -2328,9 +1502,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null physicalLocations: - id: f8638c1e-9560-44c2-b42d-3f373ab17ccf @@ -2342,12 +1513,8 @@ deployment: coordinates: - 7.435813 - 43.748196 - radius: null - path: null - eopMode: null - velocity: null connected: true - dataNetwork: {dnn: null, ladn: null, ecsp: null} + dataNetwork: {} processes: - id: 6b2d246a-a306-410f-ae45-3e69be67aa2e @@ -2358,30 +1525,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - environment: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: 9afdbca8-afac-405b-b220-4154828280b8 name: mec013-2 @@ -2392,59 +1535,10 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - networkLocationsInRange: null - wireless: null - wirelessType: null - meta: null - userMeta: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - macId: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - id: fc4d9ec8-ebb6-4b5d-a281-bb74af729b4a name: 4g-macro-cell-8 @@ -2454,9 +1548,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '8080808' geoData: @@ -2466,19 +1557,6 @@ deployment: - 7.429504 - 43.74301 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: b73b3ef5-dba0-44af-a648-bbda7191c249 name: 4g-macro-cell-9 @@ -2488,9 +1566,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '9090909' geoData: @@ -2500,19 +1575,6 @@ deployment: - 7.432551 - 43.746544 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: e1d47a4b-0664-4915-81ea-eb0d70af15a7 name: 4g-macro-cell-10 @@ -2522,9 +1584,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: A0A0A0A geoData: @@ -2534,9 +1593,6 @@ deployment: - 7.437573 - 43.748993 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 4e423f57-daef-4c1c-b30e-45e88e3c9366 @@ -2548,10 +1604,6 @@ deployment: coordinates: - 7.438248 - 43.74835 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2560,21 +1612,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 824cf1bf-f91d-44c2-906d-e939fa3339cd name: 10.10.0.2 @@ -2692,7 +1730,6 @@ deployment: - 43.736446 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2701,21 +1738,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 097f79f4-bf76-4be0-be28-5acc3bdb0dba name: 10.100.0.4 @@ -2782,39 +1805,16 @@ deployment: - 43.743736 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' - dataNetwork: {dnn: null, ladn: null, ecsp: null} + dataNetwork: {} meta: display.map.icon: ion-android-car netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640004 - isExternal: null - networkLocationsInRange: null - connected: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 4a3da8ed-e833-48bf-b833-2c67512e53cf name: wifi-ap-8 @@ -2824,9 +1824,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C08080808 geoData: @@ -2836,19 +1833,6 @@ deployment: - 7.431644 - 43.746662 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: d1cc062f-bb7f-40cf-91af-5593376f3b4d name: wifi-ap-9 @@ -2858,9 +1842,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C09090909 geoData: @@ -2870,19 +1851,6 @@ deployment: - 7.435867 - 43.748856 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: c4df58ab-17a2-49e0-b5fa-531a6ce15baf name: wifi-ap-10 @@ -2892,9 +1860,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C0A0A0A0A geoData: @@ -2904,19 +1869,6 @@ deployment: - 7.438055 - 43.748734 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 3fbf9ec8-3932-455c-8352-0d06b7bb7a15 name: 5g-small-cell-13 @@ -2926,9 +1878,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: D0D0D0D0D geoData: @@ -2938,19 +1887,6 @@ deployment: - 7.431907 - 43.74543 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 80e3b677-56cb-495c-b798-e19f96d491b9 name: 5g-small-cell-14 @@ -2960,9 +1896,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: E0E0E0E0E geoData: @@ -2972,19 +1905,6 @@ deployment: - 7.433109 - 43.746513 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: dcb66c87-1854-4c8e-ae88-72b14df9aaff name: 5g-small-cell-15 @@ -2994,9 +1914,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: F0F0F0F0F geoData: @@ -3006,19 +1923,6 @@ deployment: - 7.434376 - 43.747337 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 10b048d1-2fba-486d-89a0-d1a3191b90b4 name: 5g-small-cell-16 @@ -3028,9 +1932,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '010101010' geoData: @@ -3040,19 +1941,6 @@ deployment: - 7.435985 - 43.747784 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 35602880-9727-4ed6-8f53-fe0ffab22cb4 name: 5g-small-cell-17 @@ -3062,9 +1950,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '111111111' geoData: @@ -3074,19 +1959,6 @@ deployment: - 7.437487 - 43.7487 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 4aef0f33-51d2-472c-8441-b5c55f0de626 name: 5g-small-cell-18 @@ -3096,9 +1968,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '212121212' geoData: @@ -3108,19 +1977,6 @@ deployment: - 7.438839 - 43.749706 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 3396c6ae-28f8-4c8b-ba12-9991bddeed61 name: 5g-small-cell-19 @@ -3130,9 +1986,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '313131313' geoData: @@ -3142,19 +1995,6 @@ deployment: - 7.4371 - 43.750282 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 246f3830-3b56-4359-9452-b17f34426888 name: 5g-small-cell-20 @@ -3164,9 +2004,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '414141414' geoData: @@ -3176,19 +2013,6 @@ deployment: - 7.436006 - 43.749382 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: da565fc0-0d1e-47a1-944e-2d77441051de name: wifi-ap-11 @@ -3198,9 +2022,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C0B0B0B0B geoData: @@ -3210,43 +2031,3 @@ deployment: - 7.43891 - 43.74822 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - interZoneLatency: null - interZoneLatencyVariation: null - interZoneThroughput: null - interZonePacketLoss: null - meta: null - userMeta: null - interDomainLatency: null - interDomainLatencyVariation: null - interDomainThroughput: null - interDomainPacketLoss: null - meta: null -id: null -description: null -config: null