blob: 2e8d1b30f90c75a2fa5266c453bdab212fc5349d [file] [log] [blame]
janani b05614f12016-10-04 12:55:43 +05301module YtbAugmentForRpcInput {
2 yang-version 1;
3 namespace "yms:test:ytb:augment:for:rpc:input";
4 prefix "sch";
5 import YtbRpcResponseWithAdvancedInputAndOutput {
6 prefix rpc;
7 }
8 revision "2016-08-26";
9
10 augment "/rpc:activate-software-image/rpc:output/" {
11 choice selection {
12 list value-in {
13 key "kinetic";
14 leaf kinetic {
15 type "string";
16 }
17 }
18 }
19 }
20}