Skip to content

Get All Map Game Info

Deprecated
GET
/session/v1/instance-launch-templates/{instance_launch_template_id}

Get the config used to launch an instance by the launch template id. Launch template ID can be found in MatchMakingProfiles that are return by the /v1/match-making-templates/ endpoint

Required Permissions:

  • For any player (including themselves) any of: session:*, session:read:config

Required Session Permissions: None DEPRECATED - Use the /v1/instance-request-template endpoint instead. This endpoint does not support loading data from the developer-portal

Authorizations

Parameters

Path Parameters

instance_launch_template_id
required
string format: uuid

Header Parameters

if-none-match

If you provide the ETag that matches the current ETag for this resource, a 304 response will be returned - indicating that the resource has not changed.

string

If you provide the ETag that matches the current ETag for this resource, a 304 response will be returned - indicating that the resource has not changed.

Responses

200

Successful Response

DEPRECATED Configuration about how an instance should behave when it’s allocated

object
instance_launch_template_id
required

ID to uniquely identify this instance launch template

string format: uuid
map_selection_list
required

A selection list of maps that can be chosen to launch into

object
map_selection_list_id
required

ID to uniquely identify this map selection list

string
maps
required

List of maps that can be chosen in this selection list

Array<object>

DEPRECATED Configuration about a specific map for an instance to load into

object
map_game_id

ID to uniquely identify this map game

integer
map_name
required

Name of the map the instance should load into

string
mode

Game mode for the instance to spawn in

string
selection_chance

Chance that this map will get selected in a rotation list

number
<= 100
custom_data

Custom data to pass through to the instance

object
key
additional properties
string
>= 1 characters <= 4096 characters
default_host_type
required

Default host type for this template. Can be overriden in instance requests

string
Allowed values: dedicated player
custom_data

Custom data that will be passed to the session during the instance launch request

object
key
additional properties
string
>= 1 characters <= 4096 characters

Headers

ETag
string

Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.

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