Commit 3f871494 authored by pollakowskio's avatar pollakowskio Committed by pingj
Browse files

Update genericNrm.yaml - Add missing MnsAgent

parent eaa17b6e
Loading
Loading
Loading
Loading
+28 −7
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: Generic NRM
  version: 16.6.0
  version: 16.8.0
  description: >-
    OAS 3.0.1 definition of the Generic NRM
    © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 28.623 V16.5.0; Generic NRM
  description: 3GPP TS 28.623 V16.7.0; Generic NRM
  url: http://www.3gpp.org/ftp/Specs/archive/28_series/28.623/
paths: {}
components:
@@ -31,12 +31,12 @@ components:
          type: string
        autoScalable:
          type: boolean
    SiteLatitude:
    Latitude:
      type: number
      format: float
      minimum: -90
      maximum: 90
    SiteLongitude:
    Longitude:
      type: number
      format: float
      minimum: -180
@@ -49,9 +49,9 @@ components:
        siteDescription:
          type: string
        siteLatitude:
          $ref: '#/components/schemas/SiteLatitude'
          $ref: '#/components/schemas/Latitude'
        siteLongitude:
          $ref: '#/components/schemas/SiteLongitude'
          $ref: '#/components/schemas/Longitude'
        equipmentType:
          type: string
        environmentType:
@@ -1264,6 +1264,8 @@ components:
      properties:
        ManagementNode:
          $ref: '#/components/schemas/ManagementNode-Multiple'
        MnsAgent:
          $ref: '#/components/schemas/MnsAgent-Multiple'
        MeContext:
          $ref: '#/components/schemas/MeContext-Multiple'
        PerfMetricJob:
@@ -1279,6 +1281,8 @@ components:
    ManagedElement-ncO:
      type: object
      properties:
        MnsAgent:
          $ref: '#/components/schemas/MnsAgent-Multiple'
        PerfMetricJob:
          $ref: '#/components/schemas/PerfMetricJob-Multiple'
        ThresholdMonitor:
@@ -1486,6 +1490,18 @@ components:
                  type: string
                swVersion:
                  type: string
            MnsAgent:
              $ref: '#/components/schemas/MnsAgent-Multiple'
    MnsAgent-Single:
      allOf:
        - $ref: '#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              type: object
              properties:
                systemDN:
                  $ref: 'comDefs.yaml#/components/schemas/Dn'
    MeContext-Single:
      allOf:
        - $ref: '#/components/schemas/Top'
@@ -1628,6 +1644,10 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/ManagementNode-Single'
    MnsAgent-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/MnsAgent-Single'
    MeContext-Multiple:
      type: array
      items:
@@ -1657,6 +1677,7 @@ components:
       - $ref: '#/components/schemas/VsDataContainer-Single'

       - $ref: '#/components/schemas/ManagementNode-Single'
       - $ref: '#/components/schemas/MnsAgent-Single'
       - $ref: '#/components/schemas/MeContext-Single'

       - $ref: '#/components/schemas/ManagedNFService-Single'