We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a671c commit 4a56c9cCopy full SHA for 4a56c9c
openapi/sled-agent.json
@@ -3793,6 +3793,24 @@
3793
"type"
3794
]
3795
},
3796
+ {
3797
+ "type": "object",
3798
+ "properties": {
3799
+ "type": {
3800
+ "type": "string",
3801
+ "enum": [
3802
+ "internal_disk_control_plane_request"
3803
+ ]
3804
+ },
3805
+ "value": {
3806
+ "$ref": "#/components/schemas/TypedUuidForPhysicalDiskKind"
3807
+ }
3808
3809
+ "required": [
3810
+ "type",
3811
+ "value"
3812
3813
3814
{
3815
"type": "object",
3816
"properties": {
0 commit comments