summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-06 20:30:42 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-06 20:30:42 +0000
commit5219087382301e0534c4e565ca7fbad987e6d9f7 (patch)
tree8397045ed62131c2bcdf56f28c57093e6fc3b84b /sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json
parentf11896c6ef3d30b61eae386e1cd842088175bc95 (diff)
parente91c316e653979d96c43fd107895be80b33832fc (diff)
Merge "junit tests devicemanager"
Diffstat (limited to 'sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json')
-rw-r--r--sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json92
1 files changed, 0 insertions, 92 deletions
diff --git a/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json b/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json
deleted file mode 100644
index 92d5ad2fb..000000000
--- a/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json
+++ /dev/null
@@ -1,92 +0,0 @@
-{
- "mappings":
- {
- "historicalperformance24h":
- {
- "properties":
- {
- "node-name":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "time-stamp":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "suspect-interval-flag":
- {
- "type": "boolean"
- },
- "scanner-id":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "uuid-interface":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "layer-protocol-name": {
- "index": "not_analyzed",
- "type": "string"
- },
- "granularity-period":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "radio-signal-id": {
- "index": "not_analyzed",
- "type": "string"
- }
- }
- },
-
- "historicalperformance15min":
- {
- "properties":
- {
- "node-name":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "time-stamp":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "suspect-interval-flag":
- {
- "type": "boolean"
- },
- "scanner-id":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "uuid-interface":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "layer-protocol-name": {
- "index": "not_analyzed",
- "type": "string"
- },
- "granularity-period":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "radio-signal-id": {
- "index": "not_analyzed",
- "type": "string"
- }
- }
- }
- }
-}