Unsolved
This post is more than 5 years old
7 Posts
0
1429
VIPR Order for CIFS/NFS fails with error: (Required parameter 'size' is missing for field sizeInGb on com.emc.sa.service.vipr.file.CreateCifsShareHelper)
Does this json "body" look good? any suggestions are welcome.
{
"tenantId": "urn:storageos:TenantOrg:3637de48-b2fd-4909-b8b6-00a742365984:global",
"parameters": [
{
"label": "virtualArray",
"value": "urn:storageos:VirtualArray:4a94e51a-a7d4-4ca4-bed3-00710e237d5c:vdc1"
},
{
"label": "virtualPool",
"value": "urn:storageos:VirtualPool:5d44885a-aa95-47e9-a9ff-342620a81c07:vdc1"
},
{
"label": "project",
"value": "urn:storageos:Project:5336d6a7-c72d-486a-8445-da7d097c599a:global"
},
{
"label": "Share Name",
"value": "cifsapitest01"
},
{
"label": "Share Comment",
"value": "cifsapitestfilesystem"
},
{
"label": "Size (GB)",
"value": "5"
},
{
"label": "Type",
"value": "group"
},
{
"label": "Name",
"value": "GROUPNAME"
},
{
"label": "Domain",
"value": "visa.com"
},
{
"label": "Permission",
"value": "FullControl"
}
],
"catalog_service": "urn:storageos:CatalogService:397855b5-8bcc-4f7f-ace7-082283819d31:vdc1"
}
===============
I also tried other options for size.
{ "label": "Size", "sizeInGb": "5" },
{ "label": "Size", "value": "5" },
{ "label": "Size (GB)", "value": "5" },
sathyaprakash.mohandass
41 Posts
0
April 6th, 2018 07:00
Hi Sudheer,
i believe the size field should look like "value": "5GB"
But, what im wondering is the above looks to me like file system create service and not cifs. because the cifs share create does not have these parameters. what version of controller is this?
Thanks,
Sathya