Expected :
{
"alias": "testdisk",
"shareable": false,
"storage_type": "cinder",
"openstack_volume_type": {
"name": "ceph"
},
"description": "",
"storage_domains": {
"storage_domain": [{
"name": "cinder_newone"
}]
},
"provisioned_size": 1073741824,
"interface": "virtio",
"format": "cow"
}
I sent :
{
"alias": "testdisk",
"shareable": false,
"storage_type": "cinder",
"openstack_volume_type": {
"name": "ceph"
},
"description": "",
"storage_domains": {
"storage_domain": [{
"name": "cinder_newone"
}]
},
"provisioned_size": 1073741824,
"interface": "virtio",
"format": "cow",
"test" : "value"
}
Is there a way to ignore the test field? Please let me know any way / work around.
Any help is much appreciated.
Thanks,
Hari