X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=appc-provider%2Fappc-provider-model%2Fsrc%2Fmain%2Fyang%2Fappc-provider-lcm.yang;h=c60ce1658297b06809a71d392c0e1fd998070d39;hb=f0318b256f3c94b98765569fa618878692a9949b;hp=035fca2238a5fb9b718b0ec8e385b8eae4f10f94;hpb=56c57f2e215787fd1189e077e4dd91da9db099ca;p=appc.git diff --git a/appc-provider/appc-provider-model/src/main/yang/appc-provider-lcm.yang b/appc-provider/appc-provider-model/src/main/yang/appc-provider-lcm.yang index 035fca223..c60ce1658 100644 --- a/appc-provider/appc-provider-model/src/main/yang/appc-provider-lcm.yang +++ b/appc-provider/appc-provider-model/src/main/yang/appc-provider-lcm.yang @@ -238,6 +238,16 @@ module appc-provider-lcm { mandatory false; } + leaf x-onap-requestorid { + description "This is the user who initiated the LCM action. The content of the + header should be in the format of attuid@domain or mechid@domain. + If id or domain is missing, return an error. This parameter is + mandatory for v2.01 and optional for v2.00. The Yang model has it as + optional and software makes determination"; + type string; + mandatory false; + } + /********************************************************************************** * Flags are generic flags that apply to any and all commands, all are optional