diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-08-09 18:36:09 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-08-19 07:55:11 -0700 |
commit | f9e2ceeae29504505f631086e612fad4e1e16979 (patch) | |
tree | 5917e0e5eb6a4d178190f61f7394d9c3380736cf /src/test/resources/tosca/guard1-policy-payload.json | |
parent | 691e2b7a8bb16d224a0fbe30390152ea309e88e2 (diff) |
Draft of op policy
First draft of the Operational policy based on JsonEditor, it's a wip
code
Issue-ID: CLAMP-430
Change-Id: I2c7970e94488f4020377fd9d4d00691a3590b13e
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/test/resources/tosca/guard1-policy-payload.json')
-rw-r--r-- | src/test/resources/tosca/guard1-policy-payload.json | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/src/test/resources/tosca/guard1-policy-payload.json b/src/test/resources/tosca/guard1-policy-payload.json index b4e0809c9..1c03df306 100644 --- a/src/test/resources/tosca/guard1-policy-payload.json +++ b/src/test/resources/tosca/guard1-policy-payload.json @@ -1,16 +1,13 @@ { - "policy-id": "guard1", + "policy-id": "guard.minmax.new", "content": { - "recipe": "Rebuild", - "actor": "SO", - "clname": "testloop", + "actor": "APPC", + "recipe": "Restart", "targets": ".*", - "min": "3", - "max": "7", - "limit": "", - "timeUnits": "", - "timeWindow": "", - "guardActiveStart": "00:00:01-05:00", - "guardActiveEnd": "23:59:01-05:00" + "clname": "LOOP_ASJOy_v1_0_ResourceInstanceName1_tca", + "guardActiveStart": "00:00:00Z", + "guardActiveEnd": "10:00:00Z", + "min": "0", + "max": "1" } }
\ No newline at end of file |