Skip to content
RallyHere Docs
GitHub

Report Fubar

POST
/session/v1/session/{session_id}/instance/fubar

Report an instance as fubar with a reason and optional metadata. Results will be graphed on your product’s grafana page

Required Permissions: For any player (including themselves)any of: session:*, session:update:fubar

Required Session Permissions: SessionPermissions.session_admin

Authorizations

  • HTTPBearerHeadersOrCookie

Parameters

Path Parameters

session_id
required
string
>= 1 characters <= 128 characters

Request Body required

Information about an instance that has been determined to be FUBAR

object
instance_id
required

ID for which instance was marked as FUBAR

string
>= 1 characters <= 128 characters
error
required

Error string describing what caused the instance failure

string
>= 1 characters <= 128 characters
region
required

What region the failed instance was in

string
>= 1 characters <= 128 characters
matchmaking_profile_id

ID for which matchmaking profile was used to generate the failed instance

string
>= 1 characters <= 128 characters
instance_source_provider

Which instance provider allocated this failed instance

string
Allowed values: player sic multiplay

Responses

200

Successful Response

Response to successfully marking an instance as FUBAR

object

403

Forbidden

object
auth_success
boolean
default: true
error_code
required
string
desc
required
string

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string