aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/operational-policy/json-policy-chain.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/example/operational-policy/json-policy-chain.json')
-rw-r--r--src/test/resources/example/operational-policy/json-policy-chain.json63
1 files changed, 0 insertions, 63 deletions
diff --git a/src/test/resources/example/operational-policy/json-policy-chain.json b/src/test/resources/example/operational-policy/json-policy-chain.json
deleted file mode 100644
index 037b4d65..00000000
--- a/src/test/resources/example/operational-policy/json-policy-chain.json
+++ /dev/null
@@ -1,63 +0,0 @@
-[
- {
- "name": "pname",
- "value": "healthCheck Policy"
- },
- {
- "name": "pid",
- "value": "1"
- },
- {
- "name": "timeout",
- "value": "180"
- },
- {
- "policyConfigurations": [
- [
- {
- "name": "recipe",
- "value": [
- "healthCheck"
- ]
- },
- {
- "name": "maxRetries",
- "value": [
- "3"
- ]
- },
- {
- "name": "retryTimeLimit",
- "value": [
- "180"
- ]
- },
- {
- "name": "_id",
- "value": [
- "789875c1-e788-432f-9a76-eac8ed889734"
- ]
- },
- {
- "name": "parentPolicy",
- "value": [
- ""
- ]
- },
- {
- "name": "actor",
- "value": [
- "APPC"
- ]
- },
- {
- "name": "targetResourceId",
- "value": [
- "cdb69724-57d5-4a22-b96c-4c345150fd0e"
- ]
- }
-
- ]
- ]
- }
-] \ No newline at end of file