diff options
author | Paira, Saurav (sp694w) <sp694w@att.com> | 2020-07-09 12:27:36 -0400 |
---|---|---|
committer | Paira, Saurav (sp694w) <sp694w@att.com> | 2020-07-09 12:52:13 -0400 |
commit | f0318b256f3c94b98765569fa618878692a9949b (patch) | |
tree | ec5af24436c4122bed891fecb924a8b54daf7212 /appc-provider/appc-provider-model/src/main/yang | |
parent | 56c57f2e215787fd1189e077e4dd91da9db099ca (diff) |
Added x-onap-requestorid to common-header for LCM commands
Issue-ID: APPC-1899
Signed-off-by: Paira, Saurav (sp694w) <sp694w@att.com>
Change-Id: I320196f0357a929c8e88645c4a3ab6dec3052587
Diffstat (limited to 'appc-provider/appc-provider-model/src/main/yang')
-rw-r--r-- | appc-provider/appc-provider-model/src/main/yang/appc-provider-lcm.yang | 10 |
1 files changed, 10 insertions, 0 deletions
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 |