cinder/api-ref/source/v1/samples/volume-type-create-request....

9 lines
132 B
JSON

{
"volume_type": {
"name": "vol-type-001",
"extra_specs": {
"capabilities": "gpu"
}
}
}