aboutsummaryrefslogtreecommitdiffstats
path: root/profiles/http/src/main/resources/open-cli-schema/http/basic-logout.yaml
blob: b3e1744e64699e6d26d990be2ce7473f332ea1a5 (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
open_cli_schema_version: 1.0

name: basic-logout

description: basic logout auth command

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

parameters:
  - name: host-username
    type: string
    description: username for logout
    is_include: false
  - name: host-password
    type: string
    description: user password for logout
    is_include: false
  - name: no-auth
    type: bool
    description: whether to authenticate user or not
    is_include: false