aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/test/resources/sample-test-schema-no-auth-yes-catalog.yaml
blob: 15b5bf0c322d3ffb7280c8e7095603b8097b9090 (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: none
    mode: catalog

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