| storageProfile:add | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Adds a storage profile to the Kaltura DB. |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| storageProfile | KalturaStorageProfile | V | |||
| partnerId | int | ||||
| Output Type | |||||
| KalturaStorageProfile | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=storageProfile&action=add POST fields: storageProfile:relatedObjects storageProfile:id storageProfile:createdAt storageProfile:updatedAt storageProfile:partnerId storageProfile:name storageProfile:systemName storageProfile:desciption storageProfile:status storageProfile:protocol storageProfile:storageUrl storageProfile:storageBaseDir storageProfile:storageUsername storageProfile:storagePassword storageProfile:storageFtpPassiveMode storageProfile:minFileSize storageProfile:maxFileSize storageProfile:flavorParamsIds storageProfile:maxConcurrentConnections storageProfile:pathManagerClass storageProfile:pathManagerParams storageProfile:trigger storageProfile:deliveryPriority storageProfile:deliveryStatus storageProfile:readyBehavior storageProfile:allowAutoDelete storageProfile:createFileLink storageProfile:rules storageProfile:deliveryProfileIds storageProfile:privateKey storageProfile:publicKey storageProfile:passPhrase partnerId |
|||||