30 lines
686 B
JSON
30 lines
686 B
JSON
{
|
|
"version": "1",
|
|
"purpose": "launch",
|
|
"session_id": "session-1",
|
|
"reconnect_sequence": 0,
|
|
"gateway": {
|
|
"id": "gateway-1",
|
|
"addresses": ["gateway.control.test:443"],
|
|
"public_identity": "gateway-1"
|
|
},
|
|
"tunnel": {
|
|
"versions": ["verse-gateway-v1/1"],
|
|
"features": ["control.v1", "clipboard.text"]
|
|
},
|
|
"profile": {
|
|
"id": "standard",
|
|
"bounds": {
|
|
"minimum_kbps": 1000,
|
|
"target_kbps": 5000,
|
|
"maximum_kbps": 10000
|
|
}
|
|
},
|
|
"grant": {
|
|
"opaque_value": "opaque-one-time-grant-value-with-at-least-43-bytes",
|
|
"expires_at": "2099-01-01T00:00:00Z",
|
|
"audience": "versevdi-gateway"
|
|
},
|
|
"correlation_id": "correlation-1"
|
|
}
|