Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IIS Smooth Streaming Management REST Services Application Programming Interface (API) is a Representational State Transfer (REST) API that you can use to manage Live Smooth Streaming publishing points in IIS Media Services version 4.1 or later.
The Smooth Streaming Management REST Services API provides programmatic access to much of the functionality available through the Live Smooth Streaming Publishing Points icon in the Media Services area of IIS Manager. Using the Smooth Streaming Management REST Services API, you can create or delete publishing points; enumerate the publishing points on a Web site; query the setting, state, or statistics of a publishing point; or update the state of a publishing point.
XML elements that form the request body and response body of Smooth Streaming REST Services publishing point management are defined in the SmoothStreaming schema, SmoothStreaming.xsd. For more information see the SmoothStreaming Schema Reference.
Using the IIS Smooth Streaming Management REST Services
The following table lists operations that can be performed using the IIS Smooth Streaming Management REST Services publishing point management.
Operation |
Description |
|---|---|
Creates a new publishing point on the current Web site. |
|
Deletes an existing publishing point. |
|
Enumerates all publishing points on the current Web site. |
|
Enumerates all publishing points on the current Web site, including publishing point details. |
|
Retrieves settings for a specific publishing point. |
|
Retrieves the state for a publishing point. |
|
Retrieves statistics for a specific publishing point. |
|
Updates the settings for an existing publishing point. |
|
Updates the state of an existing publishing point. |