Get Instance Request Template
GET/v1/sandbox/:sandbox_id/instance-request-template/:instance_request_template_id
Get a specific Instance Request Template in a sandbox
Requires any of permissions: sandbox:config:view, sandbox:config:edit
Request
Path Parameters
Sandbox ID
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
custom_data
object
Custom data associated with the resource
Possible values: non-empty and <= 125 characters
Name of the resource
Possible values: <= 250 characters
Description of the resource
Which MapSelectionList is used to choose a map when using this template
ID to uniquely identify this InstanceRequestTemplate
Possible values: [dedicated, player, preallocated]
Whether the host is another player, or a dedicated instance
legacy_config
object
Old config used by Legacy systems. These values are ignored by the current APIs
ID of the Sandbox
Account ID of the user who last modified the resource
Timestamp of when the resource was last modified
Timestamp of when this resource was created
{
"custom_data": {},
"name": "string",
"description": "string",
"map_selection_list_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"instance_request_template_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"default_host_type": "dedicated",
"legacy_config": {},
"sandbox_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"last_modified_account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"last_modified_timestamp": "2024-07-29T15:51:28.071Z",
"created_timestamp": "2024-07-29T15:51:28.071Z"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}