The CSL Supplemental Data API provides additional data that is useful when administering CSL slicers. This includes information on encoding profiles, supported protocols, available hosting regions, and slicer versions.
Key Features
- Retrieve encoding profiles associated with your account.
- Get a list of supported protocols for CSL slicers.
- Retrieve hosting regions where CSL slicers can be deployed.
- Get available CSL slicer versions for a specific region.
CSL Supplemental Data Management
Use the following endpoints to retrieve supplemental data for CSL slicer administration.
Available Endpoints
Endpoint | Description |
---|---|
GET /slicers/encoding-profiles | Retrieve all encoding profiles associated with your account. |
GET /managed-slicer/slicers/protocols | Retrieve a list of protocols supported by CSL slicers. |
GET /managed-slicer/regions | Retrieve a list of regions where CSL slicers can be hosted. |
GET /managed-slicer/slicers/version/{Region} | Retrieve a list of available slicer versions for a specific region. |