Resource Center/Hardware/SAN Storage Operations/FC Storage Operations
POSTFC Storage OperationsSince 3.1.0SynchronousAuth Required
RefreshFiberChannelStorage
RefreshFiberChannelStorage
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
paramsObjectRequiredRequest body parameter object.
uuidStringOptional. The FC SAN storage UUID.
zoneUuidStringRequiredThe zone UUID.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
POST/zstack/v1/storage-devices/fiber-channel/controllers
/zstack/v1/storage-devices/fiber-channel/controllers
Request Example
curl -X POST 'http://{host}/zstack/v1/storage-devices/fiber-channel/controllers' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"params":{"uuid":"<uuid>","zoneUuid":"<zoneUuid>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventories": [ { "uuid": "971fa2e9e689304183d4eef676ad0241", "state": "Enabled", "fiberChannelLuns": [ { "fiberChannelStorageUuid": "971fa2e9e689304183d4eef676ad0241", "name": "fc-lun-36b083fe000daf018000022905ba35d8f", "uuid": "2fb634b5c6ae3e1390360e982cdaf9d2", "wwid": "36b083fe000daf018000022905ba35d8f", "vendor": "DELL", "model": "MD32xx", "wwn": "0x6f01faf000d5c3e7", "serial": "6b083fe000daf018000015505abbe00a", "type": "mpath", "path": "pci-0000:05:00.0-fc-0x2012b083fedaf018-lun-11", "size": 5.49755813888E12, "scsiLunHostRefs": [ { "id": 3.0, "scsiLunUuid": "fd0a53d0234e303c9ba7c316f5484a59", "hostUuid": "ef288e9807853188b76d3d445a35b345", "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM" } ], "scsiLunVmInstanceRefs": [] }, { "fiberChannelStorageUuid": "971fa2e9e689304183d4eef676ad0241", "name": "fc-lun-36f01faf000d5c3e7000023ef5ba362f2", "uuid": "fb37b3bb268c38c3803b93ee60f25ef6", "wwid": "36f01faf000d5c3e7000023ef5ba362f2", "vendor": "DELL", "model": "MD32xx", "wwn": "0x6b083fe000daf018", "serial": "6b083fe000daf018000015505abbe00a", "type": "mpath", "path": "pci-0000:05:00.0-fc-0x2012b083fedaf018-lun-12", "size": 5.49755813888E12, "scsiLunHostRefs": [ { "id": 3.0, "scsiLunUuid": "fd0a53d0234e303c9ba7c316f5484a59", "hostUuid": "ef288e9807853188b76d3d445a35b345", "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM" } ], "scsiLunVmInstanceRefs": [] } ], "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM" }, { "uuid": "ddc6eb334da838b08224ed6c43e67d0e", "state": "Enabled", "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM" } ] }Change History
This API has no change history records yet.
