diff options
author | 2019-03-13 12:44:01 +0000 | |
---|---|---|
committer | 2019-03-13 12:44:01 +0000 | |
commit | 6222fd0a63a76c7588ac7d096b8e630a6fd2343e (patch) | |
tree | 4f462cce4c17cd6225b08c4d6167b23ea55e1641 /mso-api-handlers/mso-api-handler-common | |
parent | 22c74e97c4d75249c7b15b4ba8862c6a4efdb84a (diff) | |
parent | f99e4a56e6b9ec09ece48a7b111c9ec286220264 (diff) |
Merge "add instance group support to SO"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-common')
-rw-r--r-- | mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandler/common/CommonConstants.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandler/common/CommonConstants.java b/mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandler/common/CommonConstants.java index 24fb0e0d20..1dece5c341 100644 --- a/mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandler/common/CommonConstants.java +++ b/mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandler/common/CommonConstants.java @@ -80,6 +80,7 @@ public final class CommonConstants { public static final String X_PATCH_VERSION = "X-PatchVersion"; public static final String X_LATEST_VERSION = "X-LatestVersion"; public static final String INSTANCE_GROUP_ID = "instanceGroupId"; + public static final String INSTANCE_GROUP_INSTANCE_ID = "instanceGroupInstanceId"; private CommonConstants () { // prevent creating an instance of this class |