X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Bouncer%2Fschemas%2Fb_xapp-policy.json;fp=Bouncer%2Fschemas%2Fb_xapp-policy.json;h=3ab443880136f624ff1041daeda5eb18b5dcb776;hb=ff20129c8f517cca6e0b4de6544ff64aebe7c171;hp=0000000000000000000000000000000000000000;hpb=35882dccfbc1b35af0e5704e14e0ecb9eba0f52a;p=ric-app%2Fbouncer.git diff --git a/Bouncer/schemas/b_xapp-policy.json b/Bouncer/schemas/b_xapp-policy.json new file mode 100644 index 0000000..3ab4438 --- /dev/null +++ b/Bouncer/schemas/b_xapp-policy.json @@ -0,0 +1,22 @@ +{ + "downstream_policy_message": { + "policy_type_id":21000, + "operation":"CREATE", + "policy_instance_id":"Bouncer", + "payload":{ + "class":12, + "enforce":true, + "window_length":20, + "blocking_rate":20, + "trigger_threshold":10 + } + }, + + "notify_policy_message": { + "policy_instance_id":"Bouncer", + "policy_type_id":21000, + "status":"OK", + "handler_id":"BxAPP1234" + } +} +