diff options
Diffstat (limited to 'framework/src/main/resources/open-cli-schema/http/basic-logout.yaml')
-rw-r--r-- | framework/src/main/resources/open-cli-schema/http/basic-logout.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/framework/src/main/resources/open-cli-schema/http/basic-logout.yaml b/framework/src/main/resources/open-cli-schema/http/basic-logout.yaml new file mode 100644 index 00000000..ef60006c --- /dev/null +++ b/framework/src/main/resources/open-cli-schema/http/basic-logout.yaml @@ -0,0 +1,19 @@ +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 mkr1481@gmail.com + +parameters: + - name: host-username + is_include: false + - name: host-password + is_include: false + - name: no-auth + is_include: false
\ No newline at end of file |