Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
GET outputs/config/meta
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns meta data ( data types list available values).
Resource URL
http://{host}/api/2.0/outputs/config/meta/.format
Example Request
GET
Expand | |||||
---|---|---|---|---|---|
| |||||
|
GET outputs/config
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of encoders configuration data, including Layouts selection data, Transport Stream configuration and Output Stream configuration.
Resource URL
http://{host}/api/2.0/outputs/config/.format
Example Request
GET
Expand | |||||
---|---|---|---|---|---|
| |||||
|
GET outputs/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a single encoder full configuration data.
Resource URL
http://{host}/api/2.0/outputs/config/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired encoder. |
Example Request
GET
Expand | |||||
---|---|---|---|---|---|
| |||||
|
POST outputs/config
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Add a new encoder for mosaic output stream.
Resource URL
http://{host}/api/2.0/outputs/config/.format
Example Request
POST
BodyExpand | |||||
---|---|---|---|---|---|
| |||||
|
Expand | |
---|---|
|
| |||||
|
PUT outputs/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods |
POST
PUT |
Edit an existing encoder.
Resource URL
http://{host}/api/2.0/outputs/config/.format
Example Request
POSTPUT
Expand | |
---|---|
|
| |||||
|
Expand |
---|
| |||||
|
DELETE outputs/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Deletes an existing encoder.
Resource URL
http://{host}/api/2.0/outputs/config/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired encoder. |
Example Request
DELETE
Expand | |||||
---|---|---|---|---|---|
| |||||
|