{
"nfs_gateway": {
"description": "string",
"osp_zone_id": 0,
"gateway_ip": "string",
"host_id": 0,
"port": 0,
"name": "string"
}
}curl --location --request POST 'http://10.16.11.91:6012/sddc/v1/v1/nfs-gateways/' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"nfs_gateway": {
"description": "string",
"osp_zone_id": 0,
"gateway_ip": "string",
"host_id": 0,
"port": 0,
"name": "string"
}
}'{
"nfs_gateway": {
"status": "string",
"gateway_name": "string",
"description": "string",
"cluster": {
"status": "string",
"type": "string",
"id": 0,
"fs_id": "string",
"name": "string"
},
"create": "2019-08-24T14:15:22Z",
"mount_clients": "string",
"update": "2019-08-24T14:15:22Z",
"action_status": "string",
"port": 0,
"bucket_num": 0,
"host": {
"gateway_ips": "string",
"name": "string",
"up": true,
"numa_nodes": "string",
"admin_ip": "string",
"id": 0
},
"mount_num": 0,
"gateway_ip": "string",
"osp_zone_id": 0,
"platform_ip": "string",
"id": 0,
"name": "string",
"samples": [
{
"sync_up_latency_us": 0,
"delete_latency_us": 0,
"up_latency_us": 0,
"sync_up_bandwidth_kbyte": 0,
"down_first_byte_latency_us": 0,
"sync_down_latency_us": 0,
"list_latency_us": 0,
"up_last_byte_latency_us": 0,
"create": "2019-08-24T14:15:22Z",
"cpu_util": 0,
"sync_down_ops": 0,
"compact_bandwidth_kbyte": 0,
"list_ops": 0,
"delete_ops": 0,
"sync_down_bandwidth_kbyte": 0,
"up_ops": 0,
"sync_up_ops": 0,
"down_latency_us": 0,
"replication_ops": 0,
"up_bandwidth_kbyte": 0,
"sync_down_last_byte_latency_us": 0,
"down_ops": 0,
"merge_speed": 0,
"all_requests": 0,
"compact_ops": 0,
"replication_bandwidth_kbyte": 0,
"requests": 0,
"mem_usage_percent": 0,
"down_bandwidth_kbyte": 0
}
]
}
}