aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/test/resources/open-cli-schema/testauth-login.yaml
blob: 8f3a8339f9ef2f21917d210836d3eb7414013012 (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 mkr1481@gmail.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