Profile

Michael Taormina

Contact Details

My Content

1 to 4 of 4 total
Posted By Michael Taormina 02-10-2022 10:31
Found In Community: Hitachi Ops Center​
\ view thread
It looks like you can get this information using the search/query function of HCM: GET "/v1/views/host-groups-host-wwns-wwns?$query=hostGroup.storageDeviceId eq '8000000xxxxx'"
Posted By Michael Taormina 02-08-2018 18:28
Found In Community: Hitachi Content Platform​
\ view thread
OK. It seems unfortunate that engineering would rather increase performance than provide accurate information. However, Im willing to work with the other URL if I can figure it out. I seem to be able to get the data from lun-paths. Ive attempted to combine query conditions, but cannot get that to work ...
Posted By Michael Taormina 02-01-2018 14:14
Found In Community: Hitachi Content Platform​
\ view thread
Create a host group with a name longer than 16 characters: >>> body = (portId: CL1-A, hostGroupName: a_long_host_group_name) >>> url = vsp.baseUrl + vsp.objectUrl + /host-groups >>> >>> r = vsp.apiSession.post(url=url, data=body, verify=vsp.certPath, headers=vsp.headers) >>> r.content b(\n  jobId : 2,\n  ...
Posted By Michael Taormina 01-30-2018 14:44
Found In Community: Hitachi Content Platform​
\ view thread
Im working on some custom python scripting against the REST API and Ive noticed that when getting information from GET base-URL/v1/objects/storages/storage-device-ID/ldevs a field is being limited to 16 characters. Specifically, when using query parameter ?ldevOption=luMapped the value is truncated for ...