Get All Map Game Info
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
Header Parameters
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.
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
ID to uniquely identify this instance launch template
A selection list of maps that can be chosen to launch into
object
ID to uniquely identify this map selection list
List of maps that can be chosen in this selection list
DEPRECATED Configuration about a specific map for an instance to load into
object
ID to uniquely identify this map game
Name of the map the instance should load into
Game mode for the instance to spawn in
Chance that this map will get selected in a rotation list
Custom data to pass through to the instance
object
Default host type for this template. Can be overriden in instance requests
Custom data that will be passed to the session during the instance launch request
object
Headers
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
403
Forbidden
object
422
Validation Error