Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

KalturaHttpNotificationTemplate
Plugin
httpNotification
Properties
KalturaObject
Inherited from KalturaEventNotificationTemplate
NameTypeWritableRestrictionsDescription
automaticDispatchEnabledboolVDefine that the template could be dispatched automatically by the system
contentParametersKalturaEventNotificationParameterArrayVDefine the content dynamic parameters
createdAtint
descriptionstringV
eventConditionsKalturaConditionArrayVDefine the conditions that cause this notification to be triggered
eventObjectTypeKalturaEventNotificationEventObjectTypeVDefine the object that raied the event that should trigger this notification
eventTypeKalturaEventNotificationEventTypeVDefine the event that should trigger this notification
idint
manualDispatchEnabledboolVDefine that the template could be dispatched manually from the API
namestringV
partnerIdint
statusKalturaEventNotificationTemplateStatus
systemNamestringV
typeKalturaEventNotificationTemplateTypeV
updatedAtint
userParametersKalturaEventNotificationParameterArrayVDefine the content dynamic parameters
KalturaHttpNotificationTemplate
NameTypeWritableRestrictionsDescription
authenticationMethodKalturaHttpNotificationAuthenticationMethodVThe HTTP authentication method to use.
connectTimeoutintVThe number of seconds to wait while trying to connect.
Must be larger than zero.
customHeadersKalturaKeyValueArrayVAdds a e-mail custom header
dataKalturaHttpNotificationDataVData to send.
methodKalturaHttpNotificationMethodVRequest method.
passwordstringVA password to use for the connection.
sslCertificatestringVSSL certificate to verify the peer with.
sslCertificatePasswordstringVThe password required to use the certificate.
sslCertificateTypeKalturaHttpNotificationCertificateTypeVThe format of the certificate.
sslEnginestringVThe identifier for the crypto engine of the private SSL key specified in ssl key.
sslEngineDefaultstringVThe identifier for the crypto engine used for asymmetric crypto operations.
sslKeystringVPrivate SSL key.
sslKeyPasswordstringVThe secret password needed to use the private SSL key specified in ssl key.
sslKeyTypeKalturaHttpNotificationSslKeyTypeVThe key type of the private SSL key specified in ssl key - PEM / DER / ENG.
sslVersionKalturaHttpNotificationSslVersionVThe SSL version (2 or 3) to use.
By default PHP will try to determine this itself, although in some cases this must be set manually.
timeoutintVThe maximum number of seconds to allow cURL functions to execute.
urlstringVRemote server URL
usernamestringVA username to use for the connection.