You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "All the fields of this response are optional, because it's possible we don't know any of them (yet) if MGS has not yet finished discovering its location or (ever) if we're running in a dev environment that doesn't support MGS-location / baseboard mapping.",
1177
+
"type": "object",
1178
+
"properties": {
1179
+
"sled_baseboard": {
1180
+
"nullable": true,
1181
+
"description": "The baseboard of our sled (where wicketd is running).",
1182
+
"allOf": [
1183
+
{
1184
+
"$ref": "#/components/schemas/Baseboard"
1185
+
}
1186
+
]
1187
+
},
1188
+
"sled_id": {
1189
+
"nullable": true,
1190
+
"description": "The identity of our sled (where wicketd is running).",
1191
+
"allOf": [
1192
+
{
1193
+
"$ref": "#/components/schemas/SpIdentifier"
1194
+
}
1195
+
]
1196
+
},
1197
+
"switch_baseboard": {
1198
+
"nullable": true,
1199
+
"description": "The baseboard of the switch our sled is physically connected to.",
1200
+
"allOf": [
1201
+
{
1202
+
"$ref": "#/components/schemas/Baseboard"
1203
+
}
1204
+
]
1205
+
},
1206
+
"switch_id": {
1207
+
"nullable": true,
1208
+
"description": "The identity of the switch our sled is physically connected to.",
0 commit comments