Commit 2ef6ce20 authored by ruiyue's avatar ruiyue
Browse files

Merge branch '28.541_Rel17_CR0535_Update_logicInterfaceId_of_EP_transport'...

Merge branch '28.541_Rel17_CR0535_Update_logicInterfaceId_of_EP_transport' into 'Integration_Rel17_SA5_138_YAML'

Update logicInterfaceId of EP_transport

See merge request sa5/MnS!173
parents baabce37 6e3c49f7
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -466,6 +466,18 @@ components:
        - $ref: 'genericNrm.yaml#/components/schemas/Ipv4Addr'
        - $ref: 'genericNrm.yaml#/components/schemas/Ipv6Addr'
    
    LogicInterfaceInfo:
      type: object
      properties:
         logicalInterfceType:
           type: string
           enum: 
            - VLAN
            - MPLS
            - Segment
         logicalInterfceId:
           type: string

    ServiceProfileList:
       type: array
       items:
@@ -549,8 +561,8 @@ components:
              properties:
                ipAddress:
                  $ref: '#/components/schemas/IpAddress'
                logicInterfaceId:
                  type: string 
                logicInterfaceInfo:
                  $ref: '#/components/schemas/LogicInterfaceInfo'
                nextHopInfo:
                  type: string 
                qosProfile: