aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/test/resources/sample-test-schema-yes-auth-yes-catalog.yaml
blob: 4efd4c51d0d23e97c8dafacd5d0dfb7000031a13 (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: sample-cmd-no-auth-no-catalog

description: sample


info:
  product: open-cli
  service: test
  type: cmd
  author: Kanagaraj Manickam kanagaraj.manickam@huawei.com

http:

  service:
    name: sample
    version: v1
    auth: basic
    mode: catalog

  request:
    uri: /test
    method: GET
  success_codes:
    - 200
  result_map:
    name: ${name}