blob: 3e9211efc54582b3dd9afe8e000420d953c68323 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
open_cli_schema_version: 1.0
name: testauth-login
description: basic login auth command
info:
product: open-cli
service: test
type: auth
author: Kanagaraj Manickam kanagaraj.manickam@huawei.com
parameters:
- name: string-param
type: string
description: Oclip string param
long_option: string-param
short_option: c
is_optional: false
default_Value: test
# followings are dummy simulator for http command
http:
request:
uri: /
method: GET
success_codes:
- 200
|