Commit 212001cf authored by gudumasu's avatar gudumasu
Browse files

Metrics reporting and service access information yaml files are updated with...

Metrics reporting and service access information yaml files are updated with reporting time offset and reporting duration.
parent 1630e4f5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -258,6 +258,10 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
        dataNetworkName:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
        reportingStartOffset:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
        reportingDuration:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
        reportingInterval:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
        samplePercentage:
+7 −0
Original line number Diff line number Diff line
@@ -180,6 +180,9 @@ components:
            required:
              - serverAddresses
              - scheme
              - dataNetworkName
              - reportingStartOffset
              - reportingDuration
              - samplePercentage
              - urlFilters
              - samplingPeriod
@@ -191,6 +194,10 @@ components:
                $ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
              dataNetworkName:
                $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
              reportingStartOffset:
                $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
              reportingDuration:
                $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
              reportingInterval:
                $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
              samplePercentage: