-
Notifications
You must be signed in to change notification settings - Fork 8
Servers::findAction
Danny Li edited this page Feb 4, 2018
·
2 revisions
Retrieve a specific action object for a Server.
Parameter | Type | Description |
---|---|---|
$server_id |
int | Server ID |
$action_id |
int | Action ID |
<?php
use Exploriment\HetznerCloud;
$action = HetznerCloud\Servers::findAction(1, 1);
echo $action->getStatus();
by Exploriment.io
- README.md
-
Resources introduction
- Actions
-
Servers
::findAction
::create
::getMetrics
::rename
::start
-
::powerOn
(alias) ::reboot
-
::restart
(alias) ::reset
::shutdown
-
::stop
(alias) ::powerOff
::resetPassword
::enableRescue
::disableRescue
::createImage
::rebuild
::changeType
::enableBackups
::disableBackups
::attachIso
::detachIso
::changeDnsPtr
::changeProtection
::requestConsole
::delete
- FloatingIps
- SshKeys
- ServerTypes
- Locations
- Datacenters
- Images
- ISOs