-
Notifications
You must be signed in to change notification settings - Fork 4
2.3 Configuring remote servers over SSH
Ilya Drabenia edited this page May 29, 2015
·
3 revisions
The SDK provides functionality for configuring created servers or executing Bash commands remotely over SSH (see the example below).
serverService.execSsh(server)
.run(shellCommand1)
.run(shellCommand2)
.execute()
.waitUntilComplete();
- [Getting Started] (./1.-Getting-started)
- User Guide - Basic Functions
- Server management
- Server actions
- Managing groups
- Group actions
- Searching templates
- Searching data centers
- Invoice statistics
- SDK configuration
- User Guide - Advanced Functions
- Configuring remote servers over SSH
- Defining a group hierarchy
- Billing statistics
- Server monitoring statistics
- Policies management
- Shared load balancers management
- User Guide - Framework adapters