Commit b1f263ab authored by moscatelli's avatar moscatelli
Browse files

SOL003_149/SOL003_150: Alarms GET method desription fields updated

parent dade81e2
Loading
Loading
Loading
Loading
Loading
+16 −15
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@ info:
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt

externalDocs:
  description: ETSI GS NFV-SOL 003 V2.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.05.01_60/gs_nfv-sol003v020501p.pdf
  description: ETSI GS NFV-SOL 003 V2.6.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.06.01_60/gs_NFV-SOL003v020601p.pdf

basePath: "/vnffm/v1"

@@ -52,11 +52,10 @@ paths:
    #SOL003 location: 7.4.2
    get:
      description: >
        Get Alarm List


        The client can use this method to retrieve information about the alarm
        list.
        Get Alarm List.
        The client can use this method to retrieve information about the alarm list.
        This method shall follow the provisions specified in the tables 7.4.2.3.2-1 and 7.4.2.3.2-2
        for URI query parameters, request and response data structures, and response codes.
      parameters:
        - name: Accept
          description: >
@@ -74,7 +73,7 @@ paths:
          type: string
        - name: filter
          description: >
            Attribute-based filtering expression according to clause 4.3.2.
            Attribute-based filtering expression according to clause 5.2 of ETSI GS NFV SOL 013.
            The VNFM shall support receiving this parameter as part of the 
            URI query string. The NFVO may supply this parameter. 
            The following attribute names shall be supported by the VNFM in
@@ -87,7 +86,7 @@ paths:
        - name: nextpage_opaque_marker
          description: >
            Marker to obtain the next page of a paged response. Shall be supported by the 
            VNFM if the VNFM supports alternative 2 (paging) according to clause 4.7.2.1 
            VNFM if the VNFM supports alternative 2 (paging) according to clause 5.4.2.1 of ETSI GS NFV-SOL 013
            for this resource.
          in: query
          required: false
@@ -103,12 +102,14 @@ paths:
          description: >
            200 OK

            Information about zero or more alarms was queried successfully.
            The response body shall contain in an array the representations
            of zero or more alarms as defined in clause 7.5.2.4.
            If the VNFM supports alternative 2 (paging) according to clause 
            4.7.2.1 for this resource, inclusion of the Link HTTP header in 
            this response shall follow the provisions in clause 4.7.2.3.
            Shall be returned when information about zero or more alarms has been queried successfully.
            The response body shall contain in an array the representations of zero or more alarms as
            defined in clause 7.5.2.4.
            If the "filter" URI parameter was supplied in the request, the data in the response body
            shall have been transformed according to the rules specified in clause 5.2.2 of ETSI GS NFV-SOL 013.
            If the VNFM supports alternative 2 (paging) according to clause 5.4.2.1 of ETSI GS NFV-SOL 013
            for this resource, inclusion of the Link HTTP header in this response shall follow the provisions
            in clause 5.4.2.3 of ETSI GS NFV-SOL 013.
          headers:
            Content-Type:
              description: >