aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
index 26f48c81..660b2f83 100644
--- a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
+++ b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
@@ -2652,6 +2652,9 @@ module GENERIC-RESOURCE-API {
description "Resource assignment resolution Capability name";
type string;
}
+ leaf payload {
+ type string;
+ }
}
}
}