mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-22 20:36:38 +00:00
19 lines
659 B
JSON
19 lines
659 B
JSON
{
|
|
"protocolVersion": "v1",
|
|
"fixtureSet": "heartbeat",
|
|
"fixture": "unknown",
|
|
"description": "Unknown optional members and capabilities are accepted, discarded before hashing, and never stored or echoed.",
|
|
"requestAdditions": {
|
|
"telemetryProfile": "extended",
|
|
"authorization": "Bearer non-functional-example",
|
|
"capabilities": ["heartbeat", "future.capability"],
|
|
"coarseNodeSummary": {"rackNames": ["customer-rack"]}
|
|
},
|
|
"expected": {
|
|
"decision": "ACCEPT",
|
|
"storedCapabilities": ["heartbeat"],
|
|
"discarded": ["authorization", "future.capability", "telemetryProfile", "coarseNodeSummary.rackNames"],
|
|
"echoed": []
|
|
}
|
|
}
|