Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

KalturaHttpNotificationDispatchJobData
Plugin
httpNotification
Properties
KalturaObject
KalturaJobData
Inherited from KalturaEventNotificationDispatchJobData
NameTypeWritableRestrictionsDescription
contentParametersKalturaKeyValueArrayVDefine the content dynamic parameters
templateIdintV
KalturaHttpNotificationDispatchJobData
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
datastringVData to send.
methodKalturaHttpNotificationMethodVRequest method.
passwordstringVA password to use for the connection.
signSecretstringVThe secret to sign the notification with
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.