Problem in Rest Api creation using cli

Dhav Indian

New Member
WE are using Flashphone Version 5.1.3603 (we aready using latest version)View attachment 1106
ssh -p 2000 admin@localhost
Password authentication
Password:
> help
Try one of these commands with the -h or --help switch:

NAME DESCRIPTION
qa Quality Assurance
node manage server node
watchdog Watch Dog Manager
passwd change password
loadtool Configure/start load tests
egrep search file(s) for lines that match a pattern
filter a filter for a stream of map
man format and display the on-line manual pages
help provides basic help
repl list the repl or change the current repl

>
PROBLEM
Some Commands not shown in list like

show and add
 

Max

Administrator
Staff member
Hello.
In the latest versions, WCS command line interface was separated to WCS core CLI and WCS manager CLI. Most of CLI commands was moved to WCS core CLI, including REST application management commands and user management commands. WCS core CLI is available at port 2001/TCP:
Code:
ssh admin@localhost -p 2001
 
Top