diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-01 00:12:20 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-14 14:39:44 +0530 |
commit | de0dcbad873481bee88eb68e2c03a82bdad85781 (patch) | |
tree | acf3ad45c3177fc1ca2b466453cf158bb1b644a3 /framework/src/main/resources | |
parent | 74f654c7cc41908d0109f60c7554f329f0b29daf (diff) |
Add Info section
Issue-Id: CLI-66
Change-Id: I864c4af234e7f27d75eaad7318e0d919c1d82305
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'framework/src/main/resources')
-rw-r--r-- | framework/src/main/resources/open-cli.properties | 6 |
1 files changed, 5 insertions, 1 deletions
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 |