Documentation

Applications extends CloudApiBase implements CloudApiInterface

Class Applications

Table of Contents

$client ClientInterface
getAll() Shows all applications. ApplicationsResponse
get() Shows information about an application. ApplicationResponse
rename() Renames an application. OperationResponse
getAllTags() Returns a list of application tags associated with this application. TagsResponse
createTag() Creates a new application tag. OperationResponse
deleteTag() Deletes an application tag. OperationResponse
__construct() Client constructor. mixed

Properties

Methods

getAllTags()

Returns a list of application tags associated with this application.

public getAllTags( $applicationUuid : string ) : TagsResponse
Parameters
$applicationUuid : string
Return values
TagsResponse

createTag()

Creates a new application tag.

public createTag( $applicationUuid : string , $name : string , $color : string ) : OperationResponse
Parameters
$applicationUuid : string
$name : string
$color : string
Return values
OperationResponse

Search results