CrashEvent

All crash event endpoints

Get a list of Application Instance crash events

get
Authorizations
PRIVATE-TOKENstringRequired
Query parameters
filterstringOptional

You can filter based on following parameters

  • deploymentEnvironmentId
  • fleetId
  • hostId
  • applicationId
  • applicationBuildId
  • applicationInstanceId
Header parameters
RANGED-DATAstringRequired

Example header and default range: RANGED-DATA:start=0,results=25

Responses
200

OK

application/json
idstringRead-onlyRequired

Crash event ID

hostIdinteger · integerRead-onlyRequired

Host ID (Dedicated Server ID)

deploymentEnvironmentIdstringRead-onlyRequired

Deployment environment ID to which the fleet is assigned

fleetIdinteger · integerRead-onlyRequired

ID of the fleet

applicationIdstringRead-onlyRequired

Application install assigned to applicationId

applicationBuildIdstringRead-onlyRequired

ID of the application build

applicationBuildExecutablestringRead-onlyRequired

Executable of the application build

applicationBuildStartParamsstringRead-onlyRequired

Start parameters of the application build

exitCodeinteger · integerRead-onlyRequired

Exit code of the application instance

createdAtinteger · integerRead-onlyRequired

Application install created at timestamp

get
/v3/crash

Last updated

Was this helpful?