aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/main/resources/model/subscription.yang
diff options
context:
space:
mode:
Diffstat (limited to 'cps-ncmp-service/src/main/resources/model/subscription.yang')
-rw-r--r--cps-ncmp-service/src/main/resources/model/subscription.yang57
1 files changed, 0 insertions, 57 deletions
diff --git a/cps-ncmp-service/src/main/resources/model/subscription.yang b/cps-ncmp-service/src/main/resources/model/subscription.yang
deleted file mode 100644
index 7096c18ab..000000000
--- a/cps-ncmp-service/src/main/resources/model/subscription.yang
+++ /dev/null
@@ -1,57 +0,0 @@
-module subscription {
- yang-version 1.1;
- namespace "org:onap:ncmp:subscription";
-
- prefix subs;
-
- revision "2023-03-21" {
- description
- "NCMP subscription model";
- }
-
- container subscription-registry {
- list subscription {
- key "clientID subscriptionName";
-
- leaf clientID {
- type string;
- }
-
- leaf subscriptionName {
- type string;
- }
-
- leaf topic {
- type string;
- }
-
- leaf isTagged {
- type boolean;
- }
-
- container predicates {
-
- list targetCmHandles {
- key "cmHandleId";
-
- leaf cmHandleId {
- type string;
- }
-
- leaf status {
- type string;
- }
-
- leaf details {
- type string;
- }
- }
-
- leaf datastore {
- type string;
- }
- }
-
- }
- }
-} \ No newline at end of file