| { |
| "tosca_definitions_version": "tosca_simple_yaml_1_0_0", |
| "topology_template": { |
| "policies": [ |
| { |
| "operational.modifyconfig": { |
| "type": "onap.policies.controlloop.operational.common.Drools", |
| "type_version": "1.0.0", |
| "metadata": { |
| "policy-id": "operational.modifyconfig" |
| }, |
| "properties": { |
| "id": "ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a", |
| "timeout": 1200, |
| "abatement": false, |
| "trigger": "unique-policy-id-1-modifyConfig", |
| "operations": [ |
| { |
| "id": "unique-policy-id-1-modifyConfig", |
| "description": "Modify the packet generator", |
| "operation": { |
| "actor": "APPC", |
| "operation": "ModifyConfig", |
| "target": { |
| "targetType": "VNF", |
| "entityId": { |
| "resourceID": "bbb3cefd-01c8-413c-9bdd-2b92f9ca3d38" |
| } |
| } |
| }, |
| "timeout": 300, |
| "retries": 0, |
| "success": "final_success", |
| "failure": "final_failure", |
| "failure_timeout": "final_failure_timeout", |
| "failure_retries": "final_failure_retries", |
| "failure_exception": "final_failure_exception", |
| "failure_guard": "final_failure_guard" |
| } |
| ], |
| "controllerName": "usecases" |
| } |
| } |
| } |
| ] |
| } |
| } |