Метод | Описание | |
---|---|---|
describeAction ( ) | Retrieves the list of the roles that are available on the Environment scope | |
fetchAction ( string $serverId ) : Scalr\Api\DataType\ResultEnvelope | Fetches detailed info about one server | |
getServer ( string $serverId ) : |
Gets specified Server | |
rebootAction ( string $serverId ) : Scalr\Api\DataType\ResultEnvelope | Reboots instance | |
resumeAction ( string $serverId ) : Scalr\Api\DataType\ResultEnvelope | Resumes instance | |
suspendAction ( string $serverId ) : Scalr\Api\DataType\ResultEnvelope | Stops instance | |
terminateAction ( string $serverId ) : Scalr\Api\DataType\ResultEnvelope | Terminates instance |
Метод | Описание | |
---|---|---|
getDefaultCriteria ( ) : array | Gets Default search criteria for the Environment scope |
public describeAction ( ) |
public fetchAction ( string $serverId ) : Scalr\Api\DataType\ResultEnvelope | ||
$serverId | string | UUID of the server |
Результат | Scalr\Api\DataType\ResultEnvelope |
public rebootAction ( string $serverId ) : Scalr\Api\DataType\ResultEnvelope | ||
$serverId | string | UUID of the server |
Результат | Scalr\Api\DataType\ResultEnvelope |
public resumeAction ( string $serverId ) : Scalr\Api\DataType\ResultEnvelope | ||
$serverId | string | UUID of the server |
Результат | Scalr\Api\DataType\ResultEnvelope |
public suspendAction ( string $serverId ) : Scalr\Api\DataType\ResultEnvelope | ||
$serverId | string | UUID of the server |
Результат | Scalr\Api\DataType\ResultEnvelope |
public terminateAction ( string $serverId ) : Scalr\Api\DataType\ResultEnvelope | ||
$serverId | string | UUID of the server |
Результат | Scalr\Api\DataType\ResultEnvelope |