X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-frontend%2Fsrc%2Fassets%2Fmockdata%2Fconfig.json;fp=dashboard%2Fwebapp-frontend%2Fsrc%2Fassets%2Fmockdata%2Fconfig.json;h=6bd8444b857e6f6eea823d3435d8570312f5f620;hb=8139455dc6a9db3958ececed5a54f5dc3541d429;hp=f69aef77024cfcc2fcb58c818a370115965db549;hpb=5447254cb207353b33e6a444cce8a7fd84cfd34a;p=portal%2Fric-dashboard.git diff --git a/dashboard/webapp-frontend/src/assets/mockdata/config.json b/dashboard/webapp-frontend/src/assets/mockdata/config.json index f69aef77..6bd8444b 100644 --- a/dashboard/webapp-frontend/src/assets/mockdata/config.json +++ b/dashboard/webapp-frontend/src/assets/mockdata/config.json @@ -5,334 +5,6 @@ "configName": "UEEC-appconfig", "namespace": "ricxapp" }, - "descriptor": { - "definitions": {}, - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "http://example.com/root.json", - "type": "object", - "title": "The Root Schema", - "required": [ - "local", - "logger", - "rmr", - "db", - "controls", - "metrics" - ], - "properties": { - "local": { - "$id": "#/properties/local", - "type": "object", - "title": "The Local Schema", - "required": [ - "host" - ], - "properties": { - "host": { - "$id": "#/properties/local/properties/host", - "type": "string", - "title": "The Host Schema", - "default": "", - "examples": [ - ":8080" - ], - "pattern": "^(.*)$" - } - } - }, - "logger": { - "$id": "#/properties/logger", - "type": "object", - "title": "The Logger Schema", - "required": [ - "level" - ], - "properties": { - "level": { - "$id": "#/properties/logger/properties/level", - "type": "integer", - "title": "The Level Schema", - "default": 0, - "examples": [ - 3 - ] - } - } - }, - "rmr": { - "$id": "#/properties/rmr", - "type": "object", - "title": "The Rmr Schema", - "required": [ - "protPort", - "maxSize", - "numWorkers", - "txMessages", - "rxMessages" - ], - "properties": { - "protPort": { - "$id": "#/properties/rmr/properties/protPort", - "type": "string", - "title": "The Protport Schema", - "default": "", - "examples": [ - "tcp:4560" - ], - "pattern": "^(.*)$" - }, - "maxSize": { - "$id": "#/properties/rmr/properties/maxSize", - "type": "integer", - "title": "The Maxsize Schema", - "default": 0, - "examples": [ - 2072 - ] - }, - "numWorkers": { - "$id": "#/properties/rmr/properties/numWorkers", - "type": "integer", - "title": "The Numworkers Schema", - "default": 0, - "examples": [ - 1 - ] - }, - "txMessages": { - "$id": "#/properties/rmr/properties/txMessages", - "type": "array", - "title": "The Txmessages Schema", - "items": { - "$id": "#/properties/rmr/properties/txMessages/items", - "type": "string", - "title": "The Items Schema", - "default": "", - "examples": [ - "RIC_SUB_REQ", - "RIC_SUB_DEL_REQ" - ], - "pattern": "^(.*)$" - } - }, - "rxMessages": { - "$id": "#/properties/rmr/properties/rxMessages", - "type": "array", - "title": "The Rxmessages Schema", - "items": { - "$id": "#/properties/rmr/properties/rxMessages/items", - "type": "string", - "title": "The Items Schema", - "default": "", - "examples": [ - "RIC_SUB_RESP", - "RIC_SUB_FAILURE", - "RIC_SUB_DEL_RESP", - "RIC_SUB_DEL_FAILURE", - "RIC_INDICATION" - ], - "pattern": "^(.*)$" - } - } - } - }, - "db": { - "$id": "#/properties/db", - "type": "object", - "title": "The Db Schema", - "required": [ - "host", - "port", - "namespaces" - ], - "properties": { - "host": { - "$id": "#/properties/db/properties/host", - "type": "string", - "title": "The Host Schema", - "default": "", - "examples": [ - "localhost" - ], - "pattern": "^(.*)$" - }, - "port": { - "$id": "#/properties/db/properties/port", - "type": "integer", - "title": "The Port Schema", - "default": 0, - "examples": [ - 6379 - ] - }, - "namespaces": { - "$id": "#/properties/db/properties/namespaces", - "type": "array", - "title": "The Namespaces Schema", - "items": { - "$id": "#/properties/db/properties/namespaces/items", - "type": "string", - "title": "The Items Schema", - "default": "", - "examples": [ - "sdl", - "rnib" - ], - "pattern": "^(.*)$" - } - } - } - }, - "controls": { - "$id": "#/properties/controls", - "type": "object", - "title": "The Controls Schema", - "required": [ - "active", - "requestorId", - "ranFunctionId", - "ricActionId", - "interfaceId" - ], - "properties": { - "active": { - "$id": "#/properties/controls/properties/active", - "type": "boolean", - "title": "The Active Schema", - "default": false, - "examples": [ - true - ] - }, - "requestorId": { - "$id": "#/properties/controls/properties/requestorId", - "type": "integer", - "title": "The Requestorid Schema", - "default": 0, - "examples": [ - 66 - ] - }, - "ranFunctionId": { - "$id": "#/properties/controls/properties/ranFunctionId", - "type": "integer", - "title": "The Ranfunctionid Schema", - "default": 0, - "examples": [ - 1 - ] - }, - "ricActionId": { - "$id": "#/properties/controls/properties/ricActionId", - "type": "integer", - "title": "The Ricactionid Schema", - "default": 0, - "examples": [ - 0 - ] - }, - "interfaceId": { - "$id": "#/properties/controls/properties/interfaceId", - "type": "object", - "title": "The Interfaceid Schema", - "required": [ - "globalENBId" - ], - "properties": { - "globalENBId": { - "$id": "#/properties/controls/properties/interfaceId/properties/globalENBId", - "type": "object", - "title": "The Globalenbid Schema", - "required": [ - "plmnId", - "eNBId" - ], - "properties": { - "plmnId": { - "$id": "#/properties/controls/properties/interfaceId/properties/globalENBId/properties/plmnId", - "type": "string", - "title": "The Plmnid Schema", - "default": "", - "examples": [ - "43962" - ], - "pattern": "^(.*)$" - }, - "eNBId": { - "$id": "#/properties/controls/properties/interfaceId/properties/globalENBId/properties/eNBId", - "type": "string", - "title": "The Enbid Schema", - "default": "", - "examples": [ - "43962" - ], - "pattern": "^(.*)$" - } - } - } - } - } - } - }, - "metrics": { - "$id": "#/properties/metrics", - "type": "array", - "title": "The Metrics Schema", - "items": { - "$id": "#/properties/metrics/items", - "type": "object", - "title": "The Items Schema", - "required": [ - "name", - "type", - "enabled", - "description" - ], - "properties": { - "name": { - "$id": "#/properties/metrics/items/properties/name", - "type": "string", - "title": "The Name Schema", - "default": "", - "examples": [ - "UEContextCreated" - ], - "pattern": "^(.*)$" - }, - "type": { - "$id": "#/properties/metrics/items/properties/type", - "type": "string", - "title": "The Type Schema", - "default": "", - "examples": [ - "counter" - ], - "pattern": "^(.*)$" - }, - "enabled": { - "$id": "#/properties/metrics/items/properties/enabled", - "type": "boolean", - "title": "The Enabled Schema", - "default": false, - "examples": [ - true - ] - }, - "description": { - "$id": "#/properties/metrics/items/properties/description", - "type": "string", - "title": "The Description Schema", - "default": "", - "examples": [ - "The total number of UE context creation events" - ], - "pattern": "^(.*)$" - } - } - } - } - } - }, "config": { "local": { "host": ":8080" @@ -378,43 +50,6 @@ "description": "The total number of UE context release events" } ] - }, - "layout": [ - { - "key": "controls.active", - "title": "Active" - }, - { - "key": "controls.requestorId", - "title": "Requestor Id" - }, - { - "key": "controls.ranFunctionId", - "title": "RAN Function Id" - }, - { - "key": "controls.ricActionId", - "title": "RIC Action Id" - }, - { - "key": "controls.interfaceId.globalENBId", - "title": "Global ENB Id" - }, - { - "type": "flex", - "flex-flow": "row wrap", - "items": [ - { - "key": "controls.interfaceId.globalENBId.plmnId", - "title": "Plmn Id" - }, - { - "key": "controls.interfaceId.globalENBId.eNBId", - "title": "ENB Id" - - } - ] - } - ] + } } ] \ No newline at end of file