Documentation

LogForwardingDestinations extends CloudApiBase implements CloudApiInterface

Class LogForwardingDestinations

Table of Contents

$client ClientInterface
getAll() Returns a list of log forwarding destinations. LogForwardingDestinationsResponse
get() Returns a specific log forwarding destination. LogForwardingDestinationResponse
create() Creates a log forwarding destination. OperationResponse
delete() Delete a specific log forwarding destination. OperationResponse
disable() Disables a log forwarding destination. OperationResponse
enable() Enables a log forwarding destination. OperationResponse
update() Updates a log forwarding destination. OperationResponse
__construct() Client constructor. mixed

Properties

Methods

create()

Creates a log forwarding destination.

public create( $environmentUuid : string , $label : string , $sources : array , $consumer : string , $credentials : array , $address : string ) : OperationResponse
Parameters
$environmentUuid : string
$label : string
$sources : array
$consumer : string
$credentials : array
$address : string
Return values
OperationResponse

update()

Updates a log forwarding destination.

public update( $environmentUuid : string , $destId : int , $label : string , $sources : array , $consumer : string , $creds : array , $address : string ) : OperationResponse
Parameters
$environmentUuid : string
$destId : int
$label : string
$sources : array
$consumer : string
$creds : array
$address : string
Return values
OperationResponse

Search results