Control Panel — API documentation

Stream Fetch Servers

Stream fetch server object Read-only

Stream fetch server represents servers where streamfetches may reside. The object contains a server ID and name.

Descriptions

id Integer Autogenerated

Unique identifier for this object.

Sample value:N/A

name String Autogenerated

Server name

Default:

Sample value:eu-west

option:related String

Include related object in results

Default:none

Sample value:streamfetches

None

Related endpoints

Streamfetches

Servers used when creating streamfetches

Examples

Get the Streamfetch_servers object with id eu-west.

Example URL

https://api.scaleengine.net/dev/v2/streamfetch_servers/eu-west

Example cURL

curl --user 158:8fc8c48da81e6a2a06a9556379bf798af508dc0792497c678b4c3532ba8b637f https://api.scaleengine.net/dev/v2/streamfetch_servers/eu-west

Example request body

None

Example response data

{
    "id": "N/A",
    "name": "eu-west"
}

This object is read-only and cannot be created.

This object is read-only and cannot be updated.

This object is read-only and cannot be deleted.

Errors

ACCESS_VIOLATION

You do not have access to modify this field