Commit 7b6378f4 authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

MonitoringParameter updated in SOL002SOL003VNFLifecycleManagement_def.yaml,...

MonitoringParameter updated in SOL002SOL003VNFLifecycleManagement_def.yaml, MonitoringParameter removed from VNFLifecycleManagement_def.yaml and refs updated
parent 8341ea71
Loading
Loading
Loading
Loading
+1 −22
Original line number Original line Diff line number Diff line
@@ -387,7 +387,7 @@ definitions:
          Active monitoring parameters.
          Active monitoring parameters.
        type: array
        type: array
        items:
        items:
          $ref: "#/definitions/MonitoringParameter"
          $ref: "../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/MonitoringParameter"
      localizationLanguage:
      localizationLanguage:
        description: >
        description: >
          Information about localization language of the VNF (includes e.g.
          Information about localization language of the VNF (includes e.g.
@@ -499,27 +499,6 @@ definitions:
              instance resource (i.e. VNF instance is in INSTANTIATED state).
              instance resource (i.e. VNF instance is in INSTANTIATED state).
            $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Link"
            $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Link"


  MonitoringParameter:
    type: object
    required:
      - id
      - performanceMetric
    properties:
      id:
        description: >
          Identifier of the monitoring parameter defined in the VNFD.
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVnfd"
      name:
        description: >
          Human readable name of the monitoring parameter, as defined in the
          VNFD.
        type: string
      performanceMetric:
        description: >
          Performance metric that is monitored. This attribute shall contain the
          related "Measurement Name" value as defined in clause 7.2 of ETSI GS NFV-IFA 027.
        type: string

  LccnLinks:
  LccnLinks:
    description: >
    description: >
      This type represents the links to resources that a notification can
      This type represents the links to resources that a notification can
+4 −14
Original line number Original line Diff line number Diff line
@@ -465,8 +465,7 @@ definitions:
    type: object
    type: object
    required:
    required:
      - id
      - id
      - value
      - performanceMetric
      - timeStamp
    properties:
    properties:
      id:
      id:
        description: >
        description: >
@@ -477,19 +476,10 @@ definitions:
          Human readable name of the monitoring parameter, as defined in the
          Human readable name of the monitoring parameter, as defined in the
          VNFD.
          VNFD.
        type: string
        type: string
      value:
      performanceMetric:
        description: >
          Value of the monitoring parameter known to the VNFM (e.g. obtained
          for autoscaling purposes).
          The type of the "value" attribute (i.e. scalar, structure (Object in
          JSON), or array (of scalars, arrays or structures/Objects)) is
          assumed to be defined in an external measurement specification.
        type: object
      timeStamp:
        description: >
        description: >
          Represents the point in time when the measurement has been performed,
          Performance metric that is monitored. This attribute shall contain the
          as known to the VNFM.
          related "Measurement Name" value as defined in clause 7.2 of ETSI GS NFV-IFA 027.
          Should be formatted according to ETF RFC 3339.
        type: string
        type: string


  ScaleInfo:
  ScaleInfo: