Commands
Application
application
Syntax: application
Display the current application.
Examples:
admin@/jlupin/application/app1> application
application add
Syntax: application add <microservice_context> [<application>]
Add the microservice identified by <microservice_context>
to the current or given (<application>
) application.
Argument | Information |
---|---|
<microservice_context> |
Relative or absolute context path for microservice. |
[<application>] |
Name of application to which add microservice. |
Examples:
admin@/jlupin/application/app1> application add /jlupin/zone/zone1/node1/mic1
application create
Syntax: application create <name>
Create application named <name>
in the cloud.
Argument | Information |
---|---|
<name> |
Name for new application. |
Examples:
admin@/jlupin/application/app1> application create app2
application destroy
Syntax: application destroy [<application>]
Remove the current or given (<application>
) application from the cloud.
Argument | Information |
---|---|
[<application>] |
Name of application to destroy. |
Examples:
admin@/jlupin/application/app1> application destroy app2
application details
Syntax: application details [<application>]
Show details of the current or given (<application>
) application in the cloud.
Argument | Information |
---|---|
[<application>] |
Name of application to show details. |
Examples:
admin@/jlupin/application/app1> application details app2
application list
Syntax: application list
List all applications in current cloud.
Examples:
admin@/jlupin/application/app1> application list
application remove
Syntax: application remove <microservice_context> [<application>]
Remove microservice identified by <microservice_context>
from the current or given (<application>
) application.
Argument | Information |
---|---|
<microservice_context> |
Relative or absolute context path for microservice. |
[<application>] |
Name of application from which remove microservice. |
Examples:
admin@/jlupin/application/app1> application remove /jlupin/zone/zone1/node1/mic1
application restart
Syntax: application restart [<application>]
Restart the current or given (<application>
) application from the cloud.
Argument | Information |
---|---|
[<application>] |
Name of application to restart. |
Examples:
admin@/jlupin/application/app1> application restart
application set priority
Syntax: application set priority <microservice_context> <priority> [<application>]
Set priority for the microservice identified by <microservice_context>
to the <priority>
of the current or given (<application>
) application.
Argument | Information |
---|---|
<microservice_context> |
Relative or absolute context path for microservice. |
<priority> |
Integer within range of 1 to 200. |
[<application>] |
Name of application which will be modified. |
Examples:
admin@/jlupin/application/app1> application set priority /jlupin/zone/zone1/node1/mic1 100
application start
Syntax: application start [<application>]
Start all microservices in the current or given (<application>
) application in the cloud.
Argument | Information |
---|---|
[<application>] |
Name of application to start. |
Examples:
admin@/jlupin/application/app1> application start
application status
Syntax: application status [<application>]
Show the status of microservices of the current or given (<application>
) application.
Argument | Information |
---|---|
[<application>] |
Name of application to show microservices' status. |
Examples:
admin@/jlupin/application/app1> application status
application stop
Syntax: application stop [<application>]
Stop all microservices in the current or given (<application>
) application in the cloud.
Argument | Information |
---|---|
[<application>] |
Name of application to stop. |
Examples:
admin@/jlupin/application/app1> application stop
application terminate
Syntax: application terminate [<application>]
Terminate all microservices in the current or given (<application>
) application in the cloud.
Argument | Information |
---|---|
[<application>] |
Name of application to terminate. |
Examples:
admin@/jlupin/application/app1> application terminate