Wowza Community

Create a new application with custom properties and modules using REST API

Hi,

Is it possible to Create a new application with custom properties and modules with the REST API? if yes how.

i have been reading: https://www.wowza.com/docs/application-management-query-examples

i can create a new application and update the application with custom properties, but it dont create custom properties if i’m trying to do both at the same time. Please show me how to do that…

Hi Xannax,

You will need to create the application first in your POST request prior to adding the custom properties in the PUT request. This is reflected as well on the Manager UI, where the application is saved prior to being able to add any custom modules or properties.

Michelle

Hi Xannax,

You will need to create the application first in your POST request prior to adding the custom properties in the PUT request. This is reflected as well on the Manager UI, where the application is saved prior to being able to add any custom modules or properties.

Michelle

Hi Michelle,

Thank you for confirming that. :slight_smile: