From de0dcbad873481bee88eb68e2c03a82bdad85781 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Sun, 1 Oct 2017 00:12:20 +0530 Subject: Add Info section Issue-Id: CLI-66 Change-Id: I864c4af234e7f27d75eaad7318e0d919c1d82305 Signed-off-by: Kanagaraj Manickam k00365106 --- framework/src/main/resources/open-cli.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'framework/src/main/resources') diff --git a/framework/src/main/resources/open-cli.properties b/framework/src/main/resources/open-cli.properties index 2531ce22..6ee08900 100644 --- a/framework/src/main/resources/open-cli.properties +++ b/framework/src/main/resources/open-cli.properties @@ -13,7 +13,7 @@ cli.no_auth_enable_exclude_params_external_cmd=host-username,host-password,no-au cli.no_auth_enable_include_params_external_cmd=host-url #schema validation -cli.schema.top_level_params_list=open_cli_schema_version,name,version,description,service,parameters,results,http,type +cli.schema.top_level_params_list=open_cli_schema_version,name,version,description,service,parameters,results,http,type,info cli.schema.top_level_mandatory_list=open_cli_schema_version cli.schema.service_params_list=name,version,auth,mode @@ -31,11 +31,15 @@ cli.schema.http_mandatory_sections=request, success_codes cli.schema.http_request_params=uri,method,body,headers,queries,multipart_entity_name cli.schema.http_request_mandatory_params=uri,method +cli.schema.info_params_list=product,service,type,author +cli.schema.info_params_mandatory_list=product,service + cli.schema.http_methods=post,get,delete,put,head cli.schema.boolean_values=true,false cli.schema.auth_values=none,basic cli.schema.mode_values=direct,catalog +cli.command.type=cmd,auth,catalog <<<<<<< 5301969fc26714a8494882027116282898278f32:framework/src/main/resources/onap.properties #product version -- cgit 1.2.3-korg