Get Common Crossplay Configuration
GET/v1/sandbox-common/crossplay
Get the set of common Crossplay configuration. These are useful as a starting point for setting up custom Crossplay rules, or if customized rules aren't necessary Requires any of permissions: sandbox:config:view, sandbox:config:edit
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
Array [
]
]
]
partitions
object[]
required
name Name (string)required
profiles
object[]
required
name Name (string)required
pools
object[]
required
name Name (string)required
tags string[]required
{
"partitions": [
{
"name": "string",
"profiles": [
{
"name": "string",
"pools": [
{
"name": "string",
"tags": [
"string"
]
}
]
}
]
}
]
}
Loading...