diff options
author | osgn422w <gervais-martial.ngueko@intl.att.com> | 2020-01-30 16:00:05 +0100 |
---|---|---|
committer | osgn422w <gervais-martial.ngueko@intl.att.com> | 2020-01-30 16:56:33 +0100 |
commit | 4abf1c966abcecfd42bcaaceeae6d2c197c69df3 (patch) | |
tree | 1ef3cd0c531faa9e47ab3373f6a83fc4539096a8 /extra/docker/elk/tools/DMaaPServiceMocker/notification_operation.json | |
parent | 96078b6156c74da9c7810f2733d6c50f69711a62 (diff) |
Dashboard initial commit
Initial commit of Dashboard based on Open Distro ES-kibana.
Issue-ID: CLAMP-483
Change-Id: Ib4a3c686696dd77ba9012424f31389307c8bb720
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
Diffstat (limited to 'extra/docker/elk/tools/DMaaPServiceMocker/notification_operation.json')
-rw-r--r-- | extra/docker/elk/tools/DMaaPServiceMocker/notification_operation.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/extra/docker/elk/tools/DMaaPServiceMocker/notification_operation.json b/extra/docker/elk/tools/DMaaPServiceMocker/notification_operation.json new file mode 100644 index 0000000..341a249 --- /dev/null +++ b/extra/docker/elk/tools/DMaaPServiceMocker/notification_operation.json @@ -0,0 +1,28 @@ +{ + "AAI": { + "cloud-region.identity-url": "http://1.2.3.4:5000/v2.0", + "complex.physical-location-id": "SNYSCA12", + "generic-vnf.service-id": "eb477a13-f380-401e-b2bd-f2d444c63e54", + "generic-vnf.vnf-name": "gupi1337p", + "tenant.tenant-id": "8f7b9a8a-8607-4a01-a5ef-0b26f569dcbb", + "vserver.is-closed-loop-disabled": "false", + "vserver.prov-status": "PROV", + "vserver.vserver-selflink": "https//2.3.4.5:1234/d5a992de-8a70-4d7d-b382-2bc6eea52317", + "vserver.vserver-id": "08f6c1f9-99e7-49f3-a662-c62b9f200d79", + "vserver.vserver-name": "gupi1337pm004" + }, + "OPS_CL_timer": 600, + "closedLoopAlarmStart": 1478709989621, + "closedLoopControlName": "ClosedLoop-3ffd062d-7589-43b2-865a-139b64e2d402", + "closedLoopEventClient": "DCAE_INSTANCE_ID.dcae-tca", + "from": "Policy", + "notification": "ACTIVE", + "notificationTime": "2016-11-09 16:46:29.721000+00:00", + "policyName": "ClosedLoop.vUSP", + "policyScope": "resource=SampleResource,service=SampleService,type=SampleType,closedLoopControlName=SampleClosedLoop", + "policyVersion": "v0.0.1", + "requestID": "f889f60c-a715-48c0-801e-26428f6176b9", + "target": "vserver.vserver-name", + "target_type": "VM", + "version": "1.0.2" +} |