Control Panel — API documentation

SEVU Token Attempts

SEVU Attempt object Read-only

Attempt logs for your ScaleEngine Virtual Usher Tokens.

Descriptions

id Integer Autogenerated

Unique identifier for this object.

Sample value:N/A

datetime String Immutable

Date and time of the attempt.

String

Sample value:2019-12-23 23:59:59

key String Immutable

SEVU token used for Playback Authentication.

String

Sample value:mystream.53ffc996dd39d5.39102367

pass String Immutable

Password used for Playback Authentication.

String

Sample value:mystream123@!

ip String Immutable Required

IP address of the caller.

String

Sample value:1.1.1.1

video String Immutable

Video URL requested.

String

Sample value:1.1.1.1

app String Immutable

Application name.

The application name must begin with "username-"

Sample value:username-vod

appinst String Immutable

Application isntance name.

String

Sample value:sevu

pageurl String Immutable

URL of the page making the request.

String

Sample value:my.domain.com

refurl String Immutable

Referrer URL.

String

Sample value:referrer.url.com

success Boolean Immutable

Was the attempt allowed to play?

Boolean

Default:

Sample value:1

reason String Immutable

Description of why the attempt failed

String

Default:

Sample value:Invalid Auth Token

server_ip String Immutable

IP Address of the server being called

String

Default:

Sample value:1.1.1.1

None
None
None

Examples

Get the SEVU Attempt object with id mystream.53ffc996dd39d5.39102367.

Example URL

https://api.scaleengine.net/dev/v2/sevu_attempt/mystream.53ffc996dd39d5.39102367

Example cURL

curl --user 158:8fc8c48da81e6a2a06a9556379bf798af508dc0792497c678b4c3532ba8b637f https://api.scaleengine.net/dev/v2/sevu_attempt/mystream.53ffc996dd39d5.39102367

Example request body

None

Example response data

{
    "id": "N/A",
    "datetime": "2019-12-23 23:59:59",
    "key": "mystream.53ffc996dd39d5.39102367",
    "pass": "mystream123@!",
    "ip": "1.1.1.1",
    "video": "1.1.1.1",
    "app": "username-vod",
    "appinst": "sevu",
    "pageurl": "my.domain.com",
    "refurl": "referrer.url.com",
    "success": true,
    "reason": "Invalid Auth Token",
    "server_ip": "1.1.1.1"
}

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

TYPE_MISMATCH

Data type does not conform to required field type

REQUIRED_FIELD

Missing one or more required fields

APP_INVALID

The application name must begin with "username-"