...
You can find the corresponding schema from here:
Code Block |
---|
{ "xapp\_name": "example\_xapp", "version": "1.0.0", "containers": [ { "name": "example_container_1", "image": { "registry": "example_image_registry_1", "name": "example_image_name_1", "tag": "example_image_tag_1" }, "command": "example_command_1" }, { "name": "example_container_2", "image": { "registry": "example_image_registry_2", "name": "example_image_name_2", "tag": "example_image_tag_2" }, "command": "example_command_2" } ], "controls": { "active": True, "requestorId": 66, "ranFunctionId": 1, "ricActionId": 0, "interfaceId": { "globalENBId": { "plmnId": "310150", "eNBId": 202251 } } }, "metrics": [ { "objectName": "UEEventStreamingCounters", "objectInstance": "SgNBAdditionRequest", "name": "SgNBAdditionRequest", "type": "counter", "description": "The total number of SG addition request events processed" }, { "objectName": "UEEventStreamingCounters", "objectInstance": "SgNBAdditionRequestAcknowledge", "name": "SgNBAdditionRequestAcknowledge", "type": "counter", "description": "The total number of SG addition request acknowledge events processed" } ], "local": { "host": ":8080" }, "logger": { "level": 3 } } |
...