Method | Description | |
---|---|---|
createAction ( ) | Create a new Script in this Environment | |
deleteAction ( string $scriptId ) : Scalr\Api\DataType\ResultEnvelope | Delete an Script from this Environment | |
describeAction ( ) : array | Retrieves the list of the scripts | |
fetchAction ( string $scriptId ) : Scalr\Api\DataType\ResultEnvelope | Fetches detailed info about one script | |
getScript ( string $scriptId, boolean $modify = false ) : |
Gets specified Script taking into account both scope and authentication token | |
modifyAction ( integer $scriptId ) : Scalr\Api\DataType\ResultEnvelope | Change script attributes. |
Method | Description | |
---|---|---|
getDefaultCriteria ( ) : array | Gets default search criteria according environment scope |
public deleteAction ( string $scriptId ) : Scalr\Api\DataType\ResultEnvelope | ||
$scriptId | string | Unique identifier of the script |
return | Scalr\Api\DataType\ResultEnvelope |
public describeAction ( ) : array | ||
return | array | Returns describe result |
public fetchAction ( string $scriptId ) : Scalr\Api\DataType\ResultEnvelope | ||
$scriptId | string | Numeric identifier of the script |
return | Scalr\Api\DataType\ResultEnvelope |
public modifyAction ( integer $scriptId ) : Scalr\Api\DataType\ResultEnvelope | ||
$scriptId | integer | Unique identifier of the script |
return | Scalr\Api\DataType\ResultEnvelope |