aboutsummaryrefslogtreecommitdiffstats
path: root/grpc/grpc-stub/src/main/proto/oclip.proto
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2019-02-28 10:02:37 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-28 10:02:37 +0000
commitadfc77d913cb8e54750d8fe167fde2bb4ffc57ef (patch)
tree91d238a78898420633991803b66db792b7d1a254 /grpc/grpc-stub/src/main/proto/oclip.proto
parentc5bd732f37c9b8b06c802cfe38dcf9ec64228341 (diff)
parent73747e103b5ce41abe253af5d9b55994375eaa86 (diff)
Merge changes I60285973,I612ecfe2
* changes: CVC: Add support for execution, schema, product CMD: Enhace command profile with additional macros
Diffstat (limited to 'grpc/grpc-stub/src/main/proto/oclip.proto')
-rw-r--r--grpc/grpc-stub/src/main/proto/oclip.proto5
1 files changed, 3 insertions, 2 deletions
diff --git a/grpc/grpc-stub/src/main/proto/oclip.proto b/grpc/grpc-stub/src/main/proto/oclip.proto
index 03224823..b4e77a3d 100644
--- a/grpc/grpc-stub/src/main/proto/oclip.proto
+++ b/grpc/grpc-stub/src/main/proto/oclip.proto
@@ -43,8 +43,9 @@ message Output {
//Used for remote CLI
message Args{
- repeated string args = 1;
- string product = 2;
+ string requestId = 1;
+ string action = 2;
+ repeated string args = 3;
}
message Result {