Méthode | Description | |
---|---|---|
allowTeamAction ( integer $envId ) : Scalr\Api\DataType\ResultEnvelope | Allows team access to environment | |
attachCredentialsAction ( integer $envId, string $cloud ) : Scalr\Api\DataType\ResultEnvelope | Configures cloud credentials | |
createAction ( ) | Create a new Environment in this Account | |
deleteAction ( string $envId ) : Scalr\Api\DataType\ResultEnvelope | Delete an Environment from this Account | |
denyTeamAction ( integer $envId, integer $teamId ) : Scalr\Api\DataType\ResultEnvelope | Revoke team access to specified environment | |
describeAction ( ) : array | Retrieves the list of the Environments | |
describeCloudsAction ( string $envId ) : Scalr\Api\DataType\ListResultEnvelope | Lists configured clouds for specified Environment | |
describeTeamsAction ( integer $envId ) : Scalr\Api\DataType\ListResultEnvelope | Describes teams that have access to specified environment | |
detachCredentialsAction ( integer $envId, string $cloud ) : Scalr\Api\DataType\ResultEnvelope | Detach configured cloud configuration from specified environment | |
fetchAction ( string $envId ) : Scalr\Api\DataType\ResultEnvelope | Fetches detailed info about one environment | |
fetchCloudCredentialsAction ( integer $envId, string $cloud ) : Scalr\Api\DataType\ResultEnvelope | Fetch detailed info about specified cloud configuration | |
getCloudCredentials ( string $cloudCredentialsId ) : |
Gets CloudCredentials entity | |
getCloudCredsController ( ) : |
Gets CloudCredentials controller | |
getCostCenter ( string $ccId ) : Scalr\Stats\CostAnalytics\Entity\CostCentreEntity | Gets CostCentre entity | |
getCostCentersController ( ) : |
Gets CostCenters controller | |
getEnv ( string $envId ) : |
Gets specified Environment | |
getTeam ( string $teamId ) : |
Gets Team entity | |
getTeamsController ( ) : |
Gets Teams controller | |
modifyAction ( integer $envId ) : Scalr\Api\DataType\ResultEnvelope | Change environment attributes. |
Méthode | Description | |
---|---|---|
getDefaultCriteria ( ) : array | Gets default search criteria according current account |
public allowTeamAction ( integer $envId ) : Scalr\Api\DataType\ResultEnvelope | ||
$envId | integer | Environment ID |
Résultat | Scalr\Api\DataType\ResultEnvelope |
public attachCredentialsAction ( integer $envId, string $cloud ) : Scalr\Api\DataType\ResultEnvelope | ||
$envId | integer | Environment ID |
$cloud | string | Cloud platform name |
Résultat | Scalr\Api\DataType\ResultEnvelope |
public deleteAction ( string $envId ) : Scalr\Api\DataType\ResultEnvelope | ||
$envId | string | Unique identifier of the Environment |
Résultat | Scalr\Api\DataType\ResultEnvelope |
public denyTeamAction ( integer $envId, integer $teamId ) : Scalr\Api\DataType\ResultEnvelope | ||
$envId | integer | Environment ID |
$teamId | integer | Team ID |
Résultat | Scalr\Api\DataType\ResultEnvelope |
public describeAction ( ) : array | ||
Résultat | array | Returns describe result |
public describeCloudsAction ( string $envId ) : Scalr\Api\DataType\ListResultEnvelope | ||
$envId | string | Unique identifier of the Environment |
Résultat | Scalr\Api\DataType\ListResultEnvelope |
public describeTeamsAction ( integer $envId ) : Scalr\Api\DataType\ListResultEnvelope | ||
$envId | integer | Environment ID |
Résultat | Scalr\Api\DataType\ListResultEnvelope |
public detachCredentialsAction ( integer $envId, string $cloud ) : Scalr\Api\DataType\ResultEnvelope | ||
$envId | integer | Environment ID |
$cloud | string | Cloud platform name |
Résultat | Scalr\Api\DataType\ResultEnvelope |
public fetchAction ( string $envId ) : Scalr\Api\DataType\ResultEnvelope | ||
$envId | string | Numeric identifier of the environment |
Résultat | Scalr\Api\DataType\ResultEnvelope |
public fetchCloudCredentialsAction ( integer $envId, string $cloud ) : Scalr\Api\DataType\ResultEnvelope | ||
$envId | integer | Environment ID |
$cloud | string | Cloud platform name |
Résultat | Scalr\Api\DataType\ResultEnvelope |
public getCloudCredentials ( string $cloudCredentialsId ) : |
||
$cloudCredentialsId | string | Unique identifier of the CloudCredentials |
Résultat |
public getCloudCredsController ( ) : |
||
Résultat |
public getCostCenter ( string $ccId ) : Scalr\Stats\CostAnalytics\Entity\CostCentreEntity | ||
$ccId | string | Unique identifier of the CostCentre |
Résultat | Scalr\Stats\CostAnalytics\Entity\CostCentreEntity |
public getCostCentersController ( ) : |
||
Résultat |
public getTeamsController ( ) : |
||
Résultat |
public modifyAction ( integer $envId ) : Scalr\Api\DataType\ResultEnvelope | ||
$envId | integer | Unique identifier of the environment |
Résultat | Scalr\Api\DataType\ResultEnvelope |