From f0318b256f3c94b98765569fa618878692a9949b Mon Sep 17 00:00:00 2001 From: "Paira, Saurav (sp694w)" Date: Thu, 9 Jul 2020 12:27:36 -0400 Subject: Added x-onap-requestorid to common-header for LCM commands Issue-ID: APPC-1899 Signed-off-by: Paira, Saurav (sp694w) Change-Id: I320196f0357a929c8e88645c4a3ab6dec3052587 --- .../appc-provider-model/src/main/yang/appc-provider-lcm.yang | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'appc-provider') 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 -- cgit 1.2.3-korg