Resource Center/Hardware/SAN Storage Operations/FC Storage Operations
PUTFC Storage OperationsSince 3.1.0SynchronousAuth Required
CheckScsiLunClusterStatus
CheckScsiLunClusterStatus
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe resource UUID.
clusterUuidStringRequiredThe cluster UUID.
Body Fields
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/storage-devices/scsi-lun/{uuid}/cluster/{clusterUuid}
/zstack/v1/storage-devices/scsi-lun/{uuid}/cluster/{clusterUuid}
Request Example
curl -X PUT 'http://{host}/zstack/v1/storage-devices/scsi-lun/{uuid}/cluster/{clusterUuid}' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "attachedHosts": [ { "zoneUuid": "5899ac6fab7d3951acae1d43c4fd7f97", "name": "example", "uuid": "161616a23a4834cfbe3dd7000a75ef51", "clusterUuid": "b886a9367ff9362d8955443cc5065fab", "description": "example", "managementIp": "192.168.0.1", "hypervisorType": "KVM", "state": "Enabled", "status": "Connected", "totalCpuCapacity": 4.0, "availableCpuCapacity": 2.0, "totalMemoryCapacity": 4.0, "availableMemoryCapacity": 4.0 } ], "unattachedHosts": [ { "zoneUuid": "ee802d3432203cc99a9711b3d26e047d", "name": "example", "uuid": "0d28db87cedc3c729300bcc7f426f9b6", "clusterUuid": "5d5325e38b4331c28efe5367dc583110", "description": "example", "managementIp": "192.168.0.2", "hypervisorType": "KVM", "state": "Enabled", "status": "Connected", "totalCpuCapacity": 4.0, "availableCpuCapacity": 2.0, "totalMemoryCapacity": 4.0, "availableMemoryCapacity": 4.0 } ], "isAllHostsAttached": false } }Change History
This API has no change history records yet.
