aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/tosca/micro-service-policy-properties.json
blob: 6baa32942eaf586035caf74d6e4021a7a45411ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "domain": "measurementsForVfScaling",
  "metricsPerEventName": [
    {
      "policyVersion": "1.0.0",
      "thresholds": [
        {
          "severity": "CRITICAL",
          "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta",
          "thresholdValue": 1,
          "closedLoopEventStatus": "ONSET",
          "closedLoopControlName": "test",
          "version": "1.0.0",
          "direction": "LESS"
        }
      ],
      "policyName": "test",
      "controlLoopSchemaType": "VM",
      "policyScope": "test",
      "eventName": "test"
    }
  ]
}
mapping package="org.openecomp.mso.db.catalog.beans"> <class name="ServiceRecipe" table="SERVICE_RECIPE"> <meta attribute="class-description"> This class describes a Service recipe </meta> <id name="id" type="int" column="id"> <generator class="native"/> </id> <properties name="uk1_service_recipe" unique="true"> <property name="serviceModelUUID" type="string" > <column name="SERVICE_MODEL_UUID" not-null="true" length="200" /> </property> <property name="action" type="string" > <column name="ACTION" not-null="true" length="40" /> </property> </properties> <property name="orchestrationUri" type="string" column="ORCHESTRATION_URI" not-null="true" length="256"/> <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true"> <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/> </property> <property name="action" column="ACTION" type="string" length="20" insert="false" update="false" /> <property name="version" column="VERSION_STR" type="string" length="20"/> <property name="description" column="DESCRIPTION" type="string" length="1200"/> <property name="serviceParamXSD" column="SERVICE_PARAM_XSD" type="string" length="2048"/> <property name="recipeTimeout" column="RECIPE_TIMEOUT" type="int"/> <property name="serviceTimeoutInterim" column="SERVICE_TIMEOUT_INTERIM" type="java.lang.Integer"/> </class> </hibernate-mapping>