{
"access_path": {
"host_ids": [
0
],
"description": "string",
"uid": "string",
"nvmf_type": "string",
"tsecret": "string",
"chap": true,
"protection_domain_id": 0,
"mapping_groups": [
{
"client_group_id": 0,
"access_path_id": 0,
"block_volume_ids": [
0
]
}
],
"tname": "string",
"type": "string",
"targets": [
{
"host_id": 0,
"gateway_ips": [
"string"
]
}
],
"name": "string"
}
}curl --location --request POST 'http://10.16.11.91:6012/sddc/v1/v1/access-paths/' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_path": {
"host_ids": [
0
],
"description": "string",
"uid": "string",
"nvmf_type": "string",
"tsecret": "string",
"chap": true,
"protection_domain_id": 0,
"mapping_groups": [
{
"client_group_id": 0,
"access_path_id": 0,
"block_volume_ids": [
0
]
}
],
"tname": "string",
"type": "string",
"targets": [
{
"host_id": 0,
"gateway_ips": [
"string"
]
}
],
"name": "string"
}
}'{
"access_path": {
"status": "string",
"update": "2019-08-24T14:15:22Z",
"description": "string",
"uid": "string",
"nvmf_type": "string",
"create": "2019-08-24T14:15:22Z",
"tsecret": "string",
"client_group_num": 0,
"block_volume_num": 0,
"action_status": "string",
"id": 0,
"cluster": {
"status": "string",
"type": "string",
"id": 0,
"fs_id": "string",
"name": "string"
},
"chap": true,
"iqn": "string",
"protection_domain": {
"id": 0,
"name": "string"
},
"tname": "string",
"vip_group_num": 0,
"has_alua_volumes": true,
"type": "string",
"hidden": true,
"name": "string"
}
}