Commit 5a19bba3 authored by piscione's avatar piscione
Browse files

SOL005 Section 5, 6 (partially) and 7 V2.8.1

parent 89713834
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ info:
    name: "NFV-SOL WG"

externalDocs:
  description: ETSI GS NFV-SOL 005 V2.7.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.07.01_60/gs_NFV-SOL005v020701p.pdf
  description: ETSI GS NFV-SOL 005 V2.8.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.08.01_60/gs_NFV-SOL005v020801p.pdf

schemes:
  - http
+4 −4
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ info:
    name: "NFV-SOL WG"

externalDocs:
  description: ETSI GS NFV-SOL 005 V2.7.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.07.01_60/gs_NFV-SOL005v020701p.pdf
  description: ETSI GS NFV-SOL 005 V2.8.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.08.01_60/gs_NFV-SOL005v020801p.pdf

basePath: /nsd/v2

@@ -181,7 +181,7 @@ paths:
          description: >
            Indicates to exclude the following complex attributes from the response.
            See clause 5.3 of ETSI GS NFV SOL 013 for details.
            The VNFM shall support this parameter.
            The NFVO shall support this parameter.
            The following attributes shall be excluded from the NsdInfo structure in the response body if this
            parameter is provided, or none of the parameters "all_fields," "fields", "exclude_fields", "exclude_default"
            are provided:
@@ -1197,7 +1197,7 @@ paths:
            this parameter.
            The following attributes shall be excluded from the PnfdInfo structure in
            the response body if this parameter is provided, or none of the parameters
            "all_fields," "fields", "exclude_fields", "exclude_default" are provided:
            "all_fields"," "fields", "exclude_fields", "exclude_default" are provided:
            -	userDefinedData
            -	onboardingFailureDetails
        - name: nextpage_opaque_marker
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ definitions:
        description: >
          Modifications of the userDefinedData attribute in NsdInfo
          data type. See note. If present, these modifications shall be applied
          according to the rules of JSON Merge PATCH (see IETF RFC 7396 [25]).
          according to the rules of JSON Merge Patch (see IETF RFC 7396 [25]).
          NOTE- At least one of the attributes - nsdOperationalState and userDefinedData - shall be present.
        type: array
        items:
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ info:
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt

externalDocs:
  description: ETSI GS NFV-SOL 005 V2.7.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.07.01_60/gs_NFV-SOL005v020701p.pdf
  description: ETSI GS NFV-SOL 005 V2.8.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.08.01_60/gs_NFV-SOL005v020801p.pdf

basePath: /callback/v2

+5 −5
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ info:
  contact:
    name: "NFV-SOL WG"
externalDocs:
  description: ETSI GS NFV-SOL 005 V2.7.1
  description: ETSI GS NFV-SOL 005 V2.8.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.06.01_60/gs_NFV-SOL005v020701p.pdf
basePath: /nsfm/v1
schemes:
@@ -37,7 +37,7 @@ paths:
  # Alarms                                                                      #
  ###############################################################################
  '/alarms':
    #ETSI GS NFV-SOL 005 V2.7.1 location: 8.4.2
    #ETSI GS NFV-SOL 005 V2.8.1 location: 8.4.2
    parameters:
      - name: Authorization
        description: >
@@ -157,7 +157,7 @@ paths:
  # Individual alarm                                                            #
  ###############################################################################
  '/alarms/{alarmId}':
    #ETSI GS NFV-SOL 005 V2.7.1 location: 8.4.3
    #ETSI GS NFV-SOL 005 V2.8.1 location: 8.4.3
    parameters:
      - name: alarmId
        description: >
@@ -350,7 +350,7 @@ paths:
  #Subscriptions                                                               #
  ##############################################################################
  '/subscriptions':
    #ETSI GS NFV-SOL 005 V2.7.1 location: 8.4.4
    #ETSI GS NFV-SOL 005 V2.8.1 location: 8.4.4
    parameters:
      - name: Authorization
        description: >
@@ -564,7 +564,7 @@ paths:
  # Individual subscription                                                     #
  ###############################################################################
  '/subscriptions/{subscriptionId}':
    #ETSI GS NFV-SOL 005 V2.7.1 location: 8.4.5
    #ETSI GS NFV-SOL 005 V2.8.1 location: 8.4.5
    parameters:
      - name: subscriptionId
        description: >
Loading