Stream Management
This setting is available in the streaming(RTMP) resource type.
Path parameters
organization_uuidstringRequiredExample:
****-*****-****-****resource_uuidstringRequiredExample:
****-*****-****-*****Body
stream_namestring · min: 3 · max: 255RequiredExample:
streamsmilResponses
200
Stream and SMIL configuration created successfully
application/json
post
/api/v1/cdn/{organization_uuid}/resource/{resource_uuid}/stream200
Stream and SMIL configuration created successfully
Updates the details of a specific stream, including its associated SMIL configurations and qualities. This setting is available in the streaming(RTMP) resource type.
Path parameters
organization_uuidstringRequired
UUID of the organization
resource_uuidstringRequired
UUID of the resource
stream_idintegerRequired
ID of the stream to update
Body
stream_namestringOptionalExample:
updatedStreamResponses
200
Stream updated successfully
application/json
put
/api/v1/cdn/{organization_uuid}/resource/{resource_uuid}/stream/{stream_id}200
Stream updated successfully
Deletes a specific stream identified by the stream ID. This setting is available in the streaming(RTMP) resource type.
Path parameters
organization_uuidstringRequired
UUID of the organization
resource_uuidstringRequired
UUID of the resource
stream_idintegerRequired
ID of the stream to delete
Responses
200
Stream deleted successfully
application/json
delete
/api/v1/cdn/{organization_uuid}/resource/{resource_uuid}/stream/{stream_id}200
Stream deleted successfully
Last updated
Was this helpful?