Commit ba9bf2f4 authored by ruiyue's avatar ruiyue Committed by sunse
Browse files

Update streamingDataMnS.yaml to latest R16 streamingDataMnS.yaml

parent 4d50a45f
Loading
Loading
Loading
Loading
+13 −22
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: TS 28.532 Streaming data reporting service
  version: 16.4.0
  version: 16.10.0
  description: OAS 3.0.1 specification for the Streaming data reporting service (Streaming MnS)
servers:
  - url: '{protocol}://{root}/StreamingDataReportingMnS/{version}'
  - url: '{MnSRoot}/StreamingDataReportingMnS/{MnSVersion}'
    variables:
      protocol:
        description: Protocol used
        enum:
          - http
          - https
          - wss
        default: https
      root:
        description: Indicates the host name and optional port, and an optional sequence of path segments that together represent a prefix path.
        default: example.com
      version:
        description: Indicates the current version of the specification
        default: 16.4.0
      MnSRoot:
        description: See clause 4.4.3 of TS 32.158.
        default: https://example.com/3GPPManagement
      MnSVersion:
        description: See clause 4.4.3 of TS 32.158.
        default: ''
paths:
  '/connections':
    post:
@@ -329,8 +322,8 @@ components:
      description: DN of the measured object instance (see 3GPP TS 28.550)
      allOf:
        - $ref: '#/components/schemas/systemDN-Type'
    measTypes-Type:
      description: an ordered list of measurement type or KPI whose measurement values or KPI result values are to be reported by the Performance Data Stream Units (see Annex C of TS 28.550) via this stream
    performanceMetrics-Type:
      description: an ordered list of performance metric names (see clause 4.4.1 of 3GPP TS 28.622[11]) whose values are to be reported by the Performance Data Stream Units (see Annex C of TS 28.550 [42]) via this stream. Performance metrics include measurement and KPI
      type: array
      items:
        type: string
@@ -340,15 +333,13 @@ components:
      properties:
        measObjDn:
          $ref: '#/components/schemas/measObjDn-Type'
        measTypes:
          $ref: '#/components/schemas/measTypes-Type'
        measurementReaderId:
          $ref: '#/components/schemas/systemDN-Type'
        performanceMetrics:
          $ref: '#/components/schemas/performanceMetrics-Type'
        jobId:
          type: string
      required:
        - measObjDn
        - measTypes
        - performanceMetrics
    producerId-Type:
      description: DN of the streaming data reporting MnS producer.
      allOf: