Data Services Cloud Console API
Get all alarms of Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter Alarms by Key. |
| sort | string Example: sort=name desc Data query to sort Alarm resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "ack_time": 3400,
- "activity": "Created snapshot % of volume %",
- "array": "AC-109084",
- "category": "unknown",
- "curr_onset_event_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "object_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "object_type": "group",
- "onset_time": 3400,
- "severity": "info",
- "status": "open",
- "user_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "alarm_type": 10,
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "generation": 0,
- "next_notification_time": 1234,
- "object_name": "volumes in performance policy default",
- "remind_every": 10,
- "remind_every_unit": "minutes",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "summary": "string",
- "type": "string",
- "user_full_name": "User-13 Peterson",
- "user_name": "user1, companydomain\\user"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/alarms",
- "total": 1
}Get all alarms of Nimble / Alletra 6K identified by {alarmId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| alarmId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the Alarm. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/alarms/2a0df0fe6f7dc7bb16000000000000000000004007",
- "ack_time": 3400,
- "activity": "Created snapshot % of volume %",
- "alarm_type": 10,
- "array": "AC-109084",
- "category": "unknown",
- "curr_onset_event_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "object_id": "volumes in performance policy default",
- "object_type": "group",
- "onset_time": 3400,
- "severity": "info",
- "status": "open",
- "user_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "generation": 0,
- "next_notification_time": 1234,
- "object_name": "volumes in performance policy default",
- "remind_every": 10,
- "remind_every_unit": "minutes",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "summary": "string",
- "type": "string",
- "user_full_name": "User-13 Peterson",
- "user_name": "user1, companydomain\\user"
}returns the audit events
| filter | string Filter criteria - e.g. state eq Failure and occurredAt gt 2020-09-08T16:51:33Z |
| limit | integer The number of results to return |
| offset | integer The number of results to skip |
| sort | string A comma separated list of properties to sort by, followed by a direction indicator ("asc" or "desc"). If no direction indicator is specified the default order is ascending. - e.g. state,version desc. Currently only support sorting by 1 property per request |
| select | string A list of properties to include in the response. Currently only support returning of all fields. |
{- "items": [
- {
- "associatedResource": {
- "id": "volume123",
- "name": "dev volume",
- "type": "volume"
}, - "code": "eventcode",
- "contextId": "contextID",
- "customerId": "customer123",
- "id": "id123",
- "message": "volume 123 created",
- "occurredAt": "2020-09-08T16:51:33Z",
- "permission": "volume.create",
- "scope": "/volume/foo",
- "source": "audit",
- "sourceIpAddress": "1.2.3.4",
- "state": "Success",
- "taskId": "taskid123",
- "uniqueId": "audit.event+6+12345678",
- "userEmail": "abc@dev.com",
- "version": 1
}
], - "pageLimit": 100,
- "pageOffset": 0,
- "total": 123456
}Get all events of Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter Events by Key. |
| sort | string Example: sort=name desc oData query to sort Event resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "alarm_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "category": "hardware",
- "event_type": 10,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "scope": "AC-109084",
- "severity": "info",
- "target": "volumes in performance policy default",
- "target_type": "array",
- "timestamp": 3400,
- "activity": "Created snapshot % of volume %",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "generation": 0,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "summary": "string",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/events",
- "total": 1
}Get all events of Nimble / Alletra 6K indentified by {eventId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| eventId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the Event. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/events/2a0df0fe6f7dc7bb16000000000000000000004007",
- "alarm_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "category": "hardware",
- "event_type": 10,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "scope": "AC-109084",
- "severity": "info",
- "target": "volumes in performance policy default",
- "target_type": "array",
- "timestamp": 3400,
- "activity": "Created snapshot % of volume %",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "generation": 0,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "summary": "string",
- "type": "string"
}Retun a list of user permissions. The returned list of permissions will be based upon the supplied filter. If no filter was supplied, all user permissions will be returned. It is also possible to request all resource type with certain permission type (ex. ALL.read)
| permission | Array of strings (Resource type permissions) Example: permission=volume.create&permission=port.read&permission=audit.read List of permissions, each of which, has the form "resource type.permission" (ex. volume.read,volume.write). The word "ANY" can be used as a wild card for the resource type (ex. ANY.read). Omitting the permission parameters is equivalent to asking for all user permissions. |
{- "items": [
- "volume.create",
- "port.read"
]
}Return resource types on which the user has a read permission. The returned list will be based upon the supplied filter. If no filter was provided, all resource types for which the user has a read permission on will be returned
{- "items": [
- "volume",
- "audit"
]
}Get details of Primera / Alletra 9K Nodes
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemUid eq 7CE751P312 oData query to filter nodes resource by key. |
| sort | string Example: sort=systemId desc oData query to sort nodes resource by key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-cpus",
- "type": "node-cpus"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-cards",
- "type": "node-cards"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-drives",
- "type": "node-drives"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/0/node-powers",
- "type": "node-powers"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-mcus",
- "type": "node-mcus"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-mems",
- "type": "node-mems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/0/nodes-batteries",
- "type": "nodes-batteries"
}
], - "biosVersion": "6.1.18",
- "cacheAvailablePct": 100,
- "cacheEnabled": 100,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "controlMemoryMiB": 208576,
- "customerId": "string",
- "dataMemoryMiB": 53248,
- "displayname": "Controller Node 0",
- "domain": null,
- "generation": 0,
- "id": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "inCluster": true,
- "kernelVersion": "4.2.1",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "master": true,
- "name": "4UW0002941-0",
- "nodeId": 0,
- "online": true,
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "safeToRemove": false,
- "serviceLED": "LED_UNKNOWN",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateDescription": "OK",
- "systemId": "7CE751P312",
- "systemLED": "LED_UNKNOWN",
- "type": "string",
- "uptime": {
- "ms": 123423423,
- "tz": "IST"
}
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes",
- "total": 1
}Get details of Primera / Alletra 9K Node identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "NodeId": 0,
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-cpus",
- "type": "node-cpus"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-cards",
- "type": "node-cards"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-drives",
- "type": "node-drives"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/0/node-powers",
- "type": "node-powers"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-mcus",
- "type": "node-mcus"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-mems",
- "type": "node-mems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/0/nodes-batteries",
- "type": "nodes-batteries"
}
], - "biosVersion": "6.1.18",
- "cacheAvailablePct": 100,
- "cacheEnabled": 100,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "controlMemoryMiB": 208576,
- "customerId": "string",
- "dataMemoryMiB": 53248,
- "displayname": "Controller Node 0",
- "domain": null,
- "generation": 0,
- "id": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "inCluster": true,
- "kernelVersion": "4.2.1",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "master": true,
- "name": "4UW0002941-0",
- "online": true,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "safeToRemove": false,
- "serviceLED": "LED_UNKNOWN",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateDescription": "OK",
- "systemId": "7CE751P312",
- "systemLED": "LED_UNKNOWN",
- "type": "string",
- "uptime": {
- "ms": 123423423,
- "tz": "IST"
}
}Locate node of Primera / Alletra 9K identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| locate | boolean Indicates if the locate beacon should be enabled or not |
{- "locate": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get component performance statistics details of Primera / Alletra 9K node idenfified by {nodeId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "cachePercentage": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "cpuPercentage": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "customerId": "string",
- "requestUri": "v1/storage-systems/device-type1/7CE751P312/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/component-performance-statistics"
}Get details of Primera / Alletra 9K Node Cards identified by {nodeId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemUid eq 7CE751P312 oData query to filter nodes resource by key. |
| sort | string Example: sort=systemId desc oData query to sort nodes resource by key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/node/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "node"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "NODE_CARD_NAME",
- "domain": "",
- "fwVersion": "10.10.03.00",
- "generation": 0,
- "id": "9aeec8a12315995e1efc340a79b6b5bd",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "0:1",
- "nodeCardType": "pcicard_type-5",
- "nodeDeviceId": 0,
- "nodeId": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-cards/9aeec8a12315995e1efc340a79b6b5bd",
- "revision": "02",
- "safeToRemove": false,
- "serviceLed": "LED_UNKNOWN",
- "slot": 1,
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-cards",
- "total": 2
}Get details of Primera / Alletra 9K Node Card identified by {nodeId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| id required | string Example: 9aeec8a12315995e1efc340a79b6b5bd UID of the node Card |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/node/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "node"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-cards/60c3831bf1e682693d0319c10333af92",
- "customerId": "string",
- "displayname": "NODE_CARD_NAME",
- "domain": null,
- "fwVersion": "10.10.03.00",
- "generation": 0,
- "id": "9aeec8a12315995e1efc340a79b6b5bd",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "0:1",
- "nodeCardType": "pcicard_type-5",
- "nodeDeviceId": 0,
- "nodeId": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-cards/9aeec8a12315995e1efc340a79b6b5bd",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-cards/9aeec8a12315995e1efc340a79b6b5bd",
- "revision": "02",
- "safeToRemove": false,
- "serviceLed": "LED_UNKNOWN",
- "slot": 1,
- "systemId": "7CE751P312",
- "type": "string"
}Locate Node Card of Primera / Alletra 9K identified by {nodeId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| id required | string Example: 9aeec8a12315995e1efc340a79b6b5bd UID of the node Card |
| locate | boolean Indicates if the locate beacon should be enabled or not |
{- "locate": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Primera / Alletra 9K Node Cpus identified by {nodeId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemUid eq 7CE751P312 oData query to filter nodes resource by key. |
| sort | string Example: sort=systemId desc oData query to sort nodes resource by key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "nodes"
}
], - "busSpeed": 100,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "NODE_CPU_NAME",
- "domain": "",
- "family": "0",
- "generation": 0,
- "id": "60c3831bf1e682693d0319c10333af92",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "CPU 0",
- "nodeCpuId": 0,
- "nodeDeviceId": 1,
- "nodeId": "41af9ebf50bd94d27972f9faf39318af",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-cpus/60c3831bf1e682693d0319c10333af92",
- "speed": 2194,
- "stepping": "4",
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-cpus",
- "total": 2
}Get details of Primera / Alletra 9K Node Cpu identified by {nodeId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| id required | string Example: 60c3831bf1e682693d0319c10333af92 UID of the node Cpu |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "nodes"
}
], - "busSpeed": 100,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-cpus/60c3831bf1e682693d0319c10333af92",
- "customerId": "string",
- "displayname": "NODE_CPU_NAME",
- "domain": null,
- "family": "0",
- "generation": 0,
- "id": "60c3831bf1e682693d0319c10333af92",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "CPU 0",
- "nodeCpuId": 0,
- "nodeDeviceId": 1,
- "nodeId": "41af9ebf50bd94d27972f9faf39318af",
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-cpus/60c3831bf1e682693d0319c10333af92",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-cpus/60c3831bf1e682693d0319c10333af92",
- "speed": 2194,
- "stepping": "4",
- "systemId": "7CE751P312",
- "type": "string"
}Get details of Primera / Alletra 9K Node Drives identified by {nodeId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemUid eq 7CE751P312 oData query to filter nodes resource by key. |
| sort | string Example: sort=systemId desc oData query to sort nodes resource by key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/node/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "node"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "NODE_IDE_NAME",
- "domain": null,
- "fwVersion": "X2200400",
- "generation": 0,
- "id": "b7b233212d3ed5608da55539a7008b5b",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "maxLBA": "EE7C2B0",
- "name": "Internal Drive 0",
- "nodeDeviceId": 0,
- "nodeDriveId": 0,
- "nodeDriveType": "drive_type-2",
- "nodeId": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-drives/b7b233212d3ed5608da55539a7008b5b",
- "sedState": "Capable",
- "sizeMiB": 122104,
- "systemId": "7CE751P312",
- "type": "string",
- "wwn": "5001B444A99566ED"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-drives",
- "total": 2
}Get details of Primera / Alletra 9K Node Drive identified by {nodeId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| id required | string Example: b7b233212d3ed5608da55539a7008b5b UID of the node drive |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/node/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "node"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-drives/b7b233212d3ed5608da55539a7008b5b",
- "customerId": "string",
- "displayname": "NODE_IDE_NAME",
- "domain": null,
- "fwVersion": "X2200400",
- "generation": 0,
- "id": "b7b233212d3ed5608da55539a7008b5b",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "maxLBA": "EE7C2B0",
- "name": "Internal Drive 0",
- "nodeDeviceId": 0,
- "nodeDriveId": 0,
- "nodeDriveType": "drive_type-2",
- "nodeId": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-drives/b7b233212d3ed5608da55539a7008b5b",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-drives/b7b233212d3ed5608da55539a7008b5b",
- "sedState": "Capable",
- "sizeMiB": 122104,
- "systemId": "7CE751P312",
- "type": "string",
- "wwn": "5001B444A99566ED"
}Get details of Primera / Alletra 9K Node Mcus identified by {nodeId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemUid eq 7CE751P312 oData query to filter nodes resource by key. |
| sort | string Example: sort=systemId desc oData query to sort nodes resource by key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "nodes"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "domain": null,
- "fwVersion": "4.9.20",
- "generation": 0,
- "id": "be97ad7351f8562440c909460061d0cb",
- "model": "NEMOE",
- "name": "Controller Node 1 MCU",
- "nodeDeviceId": 1,
- "nodeId": "624fc670a5bc9a6e6e5c7833da4bab13",
- "resetReason": "Cold Power-on",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-mcus/be97ad7351f8562440c909460061d0cb",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string",
- "upSince": {
- "ms": 123423423,
- "tz": "IST"
}
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-mcus",
- "total": 2
}Get details of Primera / Alletra 9K Node Mcu identified by {nodeId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| id required | string Example: be97ad7351f8562440c909460061d0cb UID of the node Mcu |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "nodes"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-mcus/60c3831bf1e682693d0319c10333af92",
- "customerId": "string",
- "domain": null,
- "fwVersion": "4.9.20",
- "generation": 0,
- "id": "be97ad7351f8562440c909460061d0cb",
- "model": "NEMOE",
- "name": "Controller Node 1 MCU",
- "nodeDeviceId": 1,
- "nodeId": "624fc670a5bc9a6e6e5c7833da4bab13",
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-mcus/be97ad7351f8562440c909460061d0cb",
- "resetReason": "Cold Power-on",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-mcus/be97ad7351f8562440c909460061d0cb",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string",
- "upSince": {
- "ms": 123423423,
- "tz": "IST"
}
}Get details of Primera / Alletra 9K Node Memories identified by {nodeId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemUid eq 7CE751P312 oData query to filter nodes resource by key. |
| sort | string Example: sort=systemId desc oData query to sort nodes resource by key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/node/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "node"
}
], - "cacheType": "CACHE_DATA",
- "casLatency": "CL11.0/1.1",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "NODE_MEM_NAME",
- "domain": "",
- "generation": 0,
- "id": "cc43b7fdca33ea82d84e0ca260940483",
- "jedecId": "80AD000000000000",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "DIMM0.0",
- "nodeDeviceId": 0,
- "nodeId": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "nodeMemoryType": "dimm_type-2",
- "partNumber": "HMT41GV7DFR4A-PB T4",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-mems/cc43b7fdca33ea82d84e0ca260940483",
- "revision": "17",
- "riser": "n/a",
- "sizeMiB": 8192,
- "slot": -1,
- "slotId": "J-16768283",
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-mems",
- "total": 2
}Get details of Primera / Alletra 9K Node Memory identified by {nodeId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| id required | string Example: cc43b7fdca33ea82d84e0ca260940483 UID of the node Memory |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/node/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "node"
}
], - "cacheType": "CACHE_DATA",
- "casLatency": "CL11.0/1.1",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-mems/60c3831bf1e682693d0319c10333af92",
- "customerId": "string",
- "displayname": "NODE_MEM_NAME",
- "domain": null,
- "generation": 0,
- "id": "cc43b7fdca33ea82d84e0ca260940483",
- "jedecId": "80AD000000000000",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "DIMM0.0",
- "nodeDeviceId": 0,
- "nodeId": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "nodeMemoryType": "dimm_type-2",
- "partNumber": "HMT41GV7DFR4A-PB T4",
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-mems/cc43b7fdca33ea82d84e0ca260940483",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/node-mems/cc43b7fdca33ea82d84e0ca260940483",
- "revision": "17",
- "riser": "n/a",
- "sizeMiB": 8192,
- "slot": -1,
- "slotId": "J-16768283",
- "systemId": "7CE751P312",
- "type": "string"
}Get details of Primera / Alletra 9K Node Power Supplies identified by {nodeId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 Primary ID of the node |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemUid eq 7CE751P312 oData query to filter nodes resource by key. |
| sort | string Example: sort=systemId desc oData query to sort nodes resource by key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/node/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "node"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "NODE_PS_NAME",
- "domain": null,
- "fanspeed": "Low",
- "fanstate": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "generation": 0,
- "id": "1f9624301fd2f5ecef723c6ecd17c377",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "Power Supply 1",
- "nodePowerId": 1,
- "primaryNodeId": 0,
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/0/node-powers/1f9624301fd2f5ecef723c6ecd17c377",
- "safeToRemove": false,
- "secondaryNodeId": 2,
- "serviceLED": "LED_UNKNOWN",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/0/node-powers",
- "total": 2
}Get details of Primera / Alletra 9K Node Power Supply identified by {nodeId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 Primary ID of the node |
| id required | string Example: 1f9624301fd2f5ecef723c6ecd17c377 UID of the node Power Supply |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/node/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "node"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/2FF70002AC018D94/nodes/8621946048c1cb24bdfc57e9b3b460ac/node-powers/1f9624301fd2f5ecef723c6ecd17c377",
- "customerId": "string",
- "displayname": "NODE_PS_NAME",
- "domain": null,
- "fanspeed": "Low",
- "fanstate": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "generation": 0,
- "id": "1f9624301fd2f5ecef723c6ecd17c377",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "Power Supply 1",
- "nodePowerId": 1,
- "primaryNodeId": 0,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/8621946048c1cb24bdfc57e9b3b460ac/node-powers/1f9624301fd2f5ecef723c6ecd17c377",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/0/node-powers/1f9624301fd2f5ecef723c6ecd17c377",
- "safeToRemove": false,
- "secondaryNodeId": 2,
- "serviceLED": "LED_UNKNOWN",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string"
}Locate PCBM of Primera / Alletra 9K identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 Primary ID of the node |
| id required | string Example: 1f9624301fd2f5ecef723c6ecd17c377 UID of the node Power Supply |
| locate | boolean Indicates if the locate beacon should be enabled or not |
{- "locate": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Primera / Alletra 9K Node Batteries identified by {nodeId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 Primary ID of the node |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemUid eq 7CE751P312 oData query to filter nodes resource by key. |
| sort | string Example: sort=systemId desc oData query to sort nodes resource by key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/node/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "node"
}
], - "chargeLevel": 0,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "dischargeLED": "LED_UNKNOWN",
- "displayname": "Controller Node - 0",
- "domain": null,
- "expirationDate": {
- "ms": 1591599192000,
- "tz": "Asia/Calcutta"
}, - "faultLED": "LED_UNKNOWN",
- "fullyCharged": false,
- "generation": 0,
- "id": "8621946048c1cb24bdfc57e9b3b460ac",
- "life": 0,
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "maxLife": 16,
- "name": "Battery",
- "nodeBatteryId": 0,
- "powerSupplyId": 0,
- "primaryNodeId": 0,
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/0/nodes-batteries/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "secondaryNodeId": 1,
- "serviceLED": "LED_UNKNOWN",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "statusLED": "LED_UNKNOWN",
- "systemId": "7CE751P312",
- "testInProgress": false,
- "timeToCharge": -1,
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/nodes/0/nodes-batteries",
- "total": 2
}Get details of Primera / Alletra 9K Node Battery identified by {nodeId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 Primary ID of the node |
| id required | string Example: 8621946048c1cb24bdfc57e9b3b460ac UID of the node battery |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/node/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "node"
}
], - "chargeLevel": 0,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/nodes-batteries/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "dischargeLED": "LED_UNKNOWN",
- "displayname": "Controller Node - 0",
- "domain": null,
- "expirationDate": {
- "ms": 1591599192000,
- "tz": "Asia/Calcutta"
}, - "faultLED": "LED_UNKNOWN",
- "fullyCharged": false,
- "generation": 0,
- "id": "8621946048c1cb24bdfc57e9b3b460ac",
- "life": 0,
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "maxLife": 16,
- "name": "Battery",
- "nodeBatteryId": 0,
- "powerSupplyId": 0,
- "primaryNodeId": 0,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/nodes-batteries/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/nodes/0/nodes-batteries/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "secondaryNodeId": 1,
- "serviceLED": "LED_UNKNOWN",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "statusLED": "LED_UNKNOWN",
- "systemId": "7CE751P312",
- "testInProgress": false,
- "timeToCharge": -1,
- "type": "string"
}Get all controllers details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter controllers by Key. |
| sort | string Example: sort=name desc oData query to sort controllers resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name": "myobject-5",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "A",
- "serial": "AC-109084",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "asup_time": 0,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "ctrlr_side": "A",
- "customerId": "string",
- "fan_status": "fan_okay",
- "fans": [
- {
- "ctrlr_owner": "independent",
- "current_reading": 0,
- "display_name": "sensor-1",
- "location": "left rear",
- "name": "sensor-1",
- "state": "sensor_ok"
}
], - "generation": 0,
- "hostname": "myobject-5-A",
- "nvme_cards": [
- {
- "serial_number": "AC-109084",
- "size": 0,
- "state": "valid"
}
], - "nvme_cards_enabled": 0,
- "partial_response_ok": true,
- "partition_status": [
- {
- "cur_copies": 0,
- "is_resyncing": true,
- "max_copies": 0,
- "raid_id": 18,
- "raid_type": "raid0"
}
], - "power_status": "ps_okay",
- "power_supplies": [
- {
- "ctrlr_owner": "independent",
- "current_reading": 0,
- "display_name": "sensor-1",
- "location": "left rear",
- "name": "sensor-1",
- "state": "sensor_ok"
}
], - "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "state": "active",
- "support_address": "128.0.0.1",
- "support_netmask": "255.255.248.0",
- "support_nic": "eth1",
- "temperature_sensors": [
- {
- "ctrlr_owner": "independent",
- "current_reading": 0,
- "display_name": "sensor-1",
- "location": "left rear",
- "name": "sensor-1",
- "state": "sensor_ok"
}
], - "temperature_status": "temperature_okay",
- "type": "string",
- "update_end_time": 3400,
- "update_error_code": "SM_ok",
- "update_progress_msg": "example progress message",
- "update_start_time": 3400,
- "update_state": "normal",
- "version_current": "5.3.0.0-746508-opt",
- "version_rollback": "v1",
- "version_target": "v1"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/controllers",
- "total": 1
}Get details of Nimble / Alletra 6K Controller identified by {controllerId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| controllerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the controller. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/devicetype2/2a0df0fe6f7dc7bb16000000000000000000004817/controllers/2a0df0fe6f7dc7bb16000000000000000000004007",
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name": "myobject-5",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "A",
- "serial": "AC-109084",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "asup_time": 0,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "ctrlr_side": "A",
- "customerId": "string",
- "fan_status": "fan_okay",
- "fans": [
- {
- "ctrlr_owner": "independent",
- "current_reading": 0,
- "display_name": "sensor-1",
- "location": "left rear",
- "name": "sensor-1",
- "state": "sensor_ok"
}
], - "generation": 0,
- "hostname": "myobject-5-A",
- "nvme_cards": [
- {
- "serial_number": "AC-109084",
- "size": 0,
- "state": "valid"
}
], - "nvme_cards_enabled": 0,
- "partial_response_ok": true,
- "partition_status": [
- {
- "cur_copies": 0,
- "is_resyncing": true,
- "max_copies": 0,
- "raid_id": 18,
- "raid_type": "raid0"
}
], - "power_status": "ps_okay",
- "power_supplies": [
- {
- "ctrlr_owner": "independent",
- "current_reading": 0,
- "display_name": "sensor-1",
- "location": "left rear",
- "name": "sensor-1",
- "state": "sensor_ok"
}
], - "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "state": "active",
- "support_address": "128.0.0.1",
- "support_netmask": "255.255.248.0",
- "support_nic": "eth1",
- "temperature_sensors": [
- {
- "ctrlr_owner": "independent",
- "current_reading": 0,
- "display_name": "sensor-1",
- "location": "left rear",
- "name": "sensor-1",
- "state": "sensor_ok"
}
], - "temperature_status": "temperature_okay",
- "type": "string",
- "update_end_time": 3400,
- "update_error_code": "SM_ok",
- "update_progress_msg": "example progress message",
- "update_start_time": 3400,
- "update_state": "normal",
- "version_current": "5.3.0.0-746508-opt",
- "version_rollback": "v1",
- "version_target": "v1"
}Perform halt of Nimble / Alletra 6K controller identified by {controllerId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| controllerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the controller. A 42 digit hexadecimal number. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of HPE Alletra Storage MP B10000 Nodes
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemUid eq 7CE751P312 oData query to filter nodes resource by key. |
| sort | string Example: sort=systemId desc oData query to sort nodes resource by key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "Controller Node 0",
- "domain": null,
- "enclosureCardId": 0,
- "enclosureCardUid": "string",
- "enclosureId": 0,
- "enclosureUid": "string",
- "generation": 0,
- "id": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "inCluster": true,
- "kernelVersion": "4.2.1",
- "master": true,
- "memoryMiB": 5,
- "name": "4UW0002941-0",
- "nodeId": 0,
- "online": true,
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string",
- "uptime": {
- "ms": 123423423,
- "tz": "IST"
}
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/nodes",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Node identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "customerId": "string",
- "displayname": "Controller Node 0",
- "domain": null,
- "enclosureCardId": 0,
- "enclosureCardUid": "string",
- "enclosureId": 0,
- "enclosureUid": "string",
- "generation": 0,
- "id": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "inCluster": true,
- "kernelVersion": "4.2.1",
- "master": true,
- "memoryMiB": 5,
- "name": "4UW0002941-0",
- "nodeId": 0,
- "online": true,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "safeToRemove": false,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string",
- "uptime": {
- "ms": 123423423,
- "tz": "IST"
}
}Locate node of HPE Alletra Storage MP B10000 identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| locate | boolean Indicates if the locate beacon should be enabled or not |
{- "locate": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get component performance statistics details of HPE Alletra Storage MP B10000 node idenfified by {nodeId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the node |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "cachePercentage": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "cpuPercentage": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "customerId": "string",
- "requestUri": "v1/storage-systems/device-type4/7CE751P312/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5/component-performance-statistics"
}Get all disks details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter disks by Key. |
| sort | string Example: sort=name desc oData query to sort disks resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name": "c12-array5",
- "device_type": "string",
- "disk_type": "ssd",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "model": "WDC WD1003FBYX-01Y7B0",
- "serial": "/dev/sdj",
- "shelf_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "shelf_serial": "AA-100373",
- "state": "in use",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "bank": 0,
- "block_type": "block_none",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "disk_internal_stat1": "00cf9d220c",
- "disk_op": "string",
- "firmware_version": "01.01V01",
- "force": true,
- "generation": 0,
- "hba": 2,
- "is_dfc": true,
- "partial_response_ok": true,
- "path": "/dev/sdj",
- "port": 15,
- "raid_id": 10,
- "raid_resync_average_speed": 0,
- "raid_resync_current_speed": 0,
- "raid_resync_percent": 100,
- "raid_state": "okay",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "shelf_location": "A.0",
- "shelf_location_id": 0,
- "size": 1000204886016,
- "slot": 2,
- "smart_attribute_list": [
- {
- "cur_value": 200,
- "flags": 47,
- "last_updated_epoch_secs": 1463324503,
- "name": "Raw read error rate",
- "raw_value": 2,
- "smart_id": 1,
- "threshold": 51,
- "worst_value": 20
}
], - "type": "string",
- "vendor": "OEM",
- "vshelf_id": 0
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/disks",
- "total": 1
}Get details of Nimble / Alletra 6K disk identified by {diskId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| diskId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of disk. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/disks/2a0df0fe6f7dc7bb16000000000000000000004007",
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name": "c12-array5",
- "disk_type": "string",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "model": "WDC WD1003FBYX-01Y7B0",
- "serial": "/dev/sdj",
- "shelf_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "shelf_serial": "AA-100373",
- "state": "in use",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "bank": 0,
- "block_type": "block_none",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "disk_internal_stat1": "00cf9d220c",
- "disk_op": "string",
- "firmware_version": "01.01V01",
- "force": true,
- "generation": 0,
- "hba": 2,
- "is_dfc": true,
- "partial_response_ok": true,
- "path": "/dev/sdj",
- "port": 15,
- "raid_id": 10,
- "raid_resync_average_speed": 0,
- "raid_resync_current_speed": 0,
- "raid_resync_percent": 100,
- "raid_state": "okay",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "shelf_location": "A.0",
- "shelf_location_id": 0,
- "size": 1000204886016,
- "slot": 2,
- "smart_attribute_list": [
- {
- "cur_value": 200,
- "flags": 47,
- "last_updated_epoch_secs": 1463324503,
- "name": "Raw read error rate",
- "raw_value": 2,
- "smart_id": 1,
- "threshold": 51,
- "worst_value": 20
}
], - "type": "string",
- "vendor": "OEM",
- "vshelf_id": 0
}Edit details of Nimble / Alletra 6K disk identified by {diskId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| diskId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of disk. A 42 digit hexadecimal number. |
| disk_op | string The intended operation to be performed on the specified disk. Disk operation. Possible values: 'add', 'remove'. |
| force | boolean or null Forcibly add a disk. Possible values: 'true', 'false'. |
{- "disk_op": "add",
- "force": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Encryption Backup Action on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object (EncryptionParams) |
{- "parameters": {
- "enableEkm": true,
- "password": "testpassword"
}
}{- "response": "Encryption Key"
}Check EKM configuration on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
{- "response": "EKM settings are correct"
}Encryption Enable Action on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object (EncryptionParams) |
{- "parameters": {
- "enableEkm": true,
- "password": "testpassword"
}
}{- "response": "Encryption Key"
}Encryption Rekey Action on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object (EncryptionParams) |
{- "parameters": {
- "enableEkm": true,
- "password": "testpassword"
}
}{- "response": "Encryption Key"
}Encryption Restore Action on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| key | string Encryption key. |
object (EncryptionParams) |
{- "key": "key",
- "parameters": {
- "enableEkm": true,
- "password": "testpassword"
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Set EKM configuration on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object (SetEKMConfigParams) |
{- "parameters": {
- "ekmpassword": "testpassword",
- "ekmuser": "testuser",
- "kmipprotocols": [
- "1.4",
- "1.5"
], - "port": "1234",
- "serverlist": [
- "server1",
- "server2"
]
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Set EKM configuration and Encryption Backup Action on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object (EncryptionParams) |
{- "parameters": {
- "enableEkm": true,
- "password": "testpassword"
}
}{- "response": "Encryption Key"
}Encryption Backup Action on HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object (DeviceType4EncryptionBackupRekeyRestoreParams) |
{- "parameters": {
- "password": "testpassword"
}
}{- "response": "Encryption Key"
}Check EKM configuration on HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
{- "response": "EKM settings are correct"
}Encryption Enable Action on HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object (DeviceType4EncryptionParams) |
{- "parameters": {
- "enableEkm": true,
- "enableLkm": true,
- "password": "testpassword"
}
}{- "response": "Encryption Key"
}Encryption Rekey Action on HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object (DeviceType4EncryptionBackupRekeyRestoreParams) |
{- "parameters": {
- "password": "testpassword"
}
}{- "response": "Encryption Key"
}Encryption Restore Action on HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| key | string Encryption key. |
object (DeviceType4EncryptionBackupRekeyRestoreParams) |
{- "key": "key",
- "parameters": {
- "password": "testpassword"
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Set EKM configuration on HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object (DeviceType4SetEKMConfigParams) |
{- "parameters": {
- "ekmpassword": "testpassword",
- "ekmuser": "testuser",
- "kmipprotocols": [
- "1.4",
- "1.5"
], - "port": "1234",
- "serverlist": [
- "server1",
- "server2"
]
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Set EKM configuration and Encryption Backup Action on HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object (DeviceType4SetEKMBackupConfigParams) |
{- "parameters": {
- "ekmpassword": "testpassword",
- "ekmuser": "testuser",
- "kmipprotocols": [
- "1.4",
- "1.5"
], - "password": "testpassword",
- "port": "1234",
- "serverlist": [
- "server1",
- "server2"
]
}
}{- "response": "Encryption Key"
}Get details of Nimble / Alletra 6K external-key-manager
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "default",
- "systemId": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "active": true,
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "fzzf41652a53497e88cdcebc715cc1cf",
- "description": "1234",
- "generation": 1733129533,
- "hostname": "ext.key.manager.com",
- "port": 1234,
- "protocol": "KMIP1_0",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "status": "OK",
- "type": "external-key-manager",
- "username": "user1",
- "vendor": "Utimaco"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/external-key-manager",
- "total": 1
}Create external key manager for a Nimble / Alletra 6K storage system
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| description | string or null String of up to 255 printable ASCII characters. Example: '99.9999% availability'. |
| hostname required | string Hostname or IP Address for the External Key Manager. Plain string. |
| name required | string Name of external key manager. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| password required | string External Key Manager user password. String up to 255 printable characters. String of 8 to 255 printable characters excluding ampersand and ;[] |
| port required | integer Positive integer value up to 65535 representing External key manager port. |
| protocol required | string Possible values: 'KMIP1_0', 'KMIP1_1', 'KMIP1_2', 'KMIP1_3'. |
| username required | string External key manager username. String of up to 255 printable ASCII characters. |
{- "description": "1234",
- "hostname": "ext.key.manager.com",
- "name": "myobject-5",
- "password": "abc123",
- "port": 1234,
- "protocol": "KMIP1_0",
- "username": "user1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete Nimble / Alletra 6K external key manager identified by {externalKeyManagerId}. This API is deprecated, use Remove external key manager API for delete functionality.
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| externalKeyManagerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of external key manager. A 42 digit hexadecimal number. |
| passphrase | string Passphrase for local key manager used to protect the master key, required during deletion of external key manager (EKM). Encryption passphrase. Required only when it is an active EKM. String with size from 8 to 64 printable characters. |
{- "passphrase": "passphrase-91"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K external-key-manager identified by {externalKeyManagerId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| externalKeyManagerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of external key manager. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/external-key-manager/2a0df0fe6f7dc7bb16000000000000000000004007",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "default",
- "systemId": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "active": true,
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "fzzf41652a53497e88cdcebc715cc1cf",
- "description": "1234",
- "generation": 1733129533,
- "hostname": "ext.key.manager.com",
- "port": 1234,
- "protocol": "KMIP1_0",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "status": "OK",
- "type": "external-key-manager",
- "username": "user1",
- "vendor": "Utimaco"
}Edit external key manager for a Nimble / Alletra 6K identified by {externalKeyManagerId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| externalKeyManagerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of external key manager. A 42 digit hexadecimal number. |
| description | string String of up to 255 printable ASCII characters. Example: '99.9999% availability'. |
| hostname | string Hostname or IP Address for the External Key Manager. Plain string. |
| id | string Identifier for the External key manager. A 42 digit hexadecimal number. |
| name | string Name of external key manager. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| password required | string "External Key Manager user password. String up to 255 printable characters. String of 8 to 255 printable characters excluding ampersand and ;[]" |
| port | integer Positive integer value up to 65535 representing External key manager port. |
| protocol | string Possible values: 'KMIP1_0', 'KMIP1_1', 'KMIP1_2', 'KMIP1_3'. |
| username required | string External key manager username. String of up to 255 printable ASCII characters. |
{- "description": "1234",
- "hostname": "ext.key.manager.com",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "myobject-5",
- "password": "abc123",
- "port": 1234,
- "protocol": "KMIP1_0",
- "username": "user1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Migrate external key manager for a Nimble / Alletra 6K identified by {externalKeyManagerId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| externalKeyManagerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of external key manager. A 42 digit hexadecimal number. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove Nimble / Alletra 6K external key manager identified by {externalKeyManagerId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| externalKeyManagerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of external key manager. A 42 digit hexadecimal number. |
| passphrase | string Passphrase for local key manager used to protect the master key, required during deletion of external key manager (EKM). Encryption passphrase. Required only when it is an active EKM. String with size from 8 to 64 printable characters. |
{- "passphrase": "passphrase-91"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}| systemId required | string systemId of the storage system |
| offset | integer >= 0 The number of items to skip before starting to collect the result set |
| limit | integer [ 0 .. 500 ] The numbers of items to return. |
| filter | string The filter query parameter is used to filter the set of resources returned in the response. The returned set of resources must match the criteria in the filter query parameter A comparison compares a property name to a literal. The comparisons supported are the following:
|
| sort | string A comma separated list of properties to sort by, followed by a direction indicator ("asc" or "desc"). If no direction indicator is specified the default order is ascending. Sorting is supported for the following attributes:
|
{- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED"
}, - "createdAt": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "string",
- "detailedState": "STATE_NORMAL",
- "filesystemId": 1,
- "filesystemType": "XFS",
- "fsmaster": 1,
- "generation": 1627538867363,
- "id": "7CE751P312",
- "isCompressionEnabled": true,
- "isDedupeEnabled": true,
- "isReductionEnabled": true,
- "name": "FS1",
- "prov": "tdvv",
- "replicant": 1,
- "replicant2": 1,
- "replicant3": 1,
- "resourceUri": "string",
- "shareCount": 1,
- "state": "NORMAL",
- "systemId": "7CE751P312",
- "systemWwn": "7CE751P312",
- "volumeDetails": [
- {
- "vvDegradedState": "LDS_NOT_STARTED",
- "vvFailedState": "LDS_NOT_STARTED",
- "vvId": 7,
- "vvName": "V1",
- "vvState": "NORMAL"
}
]
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/device-type4/filesystems",
- "total": 1
}This API endpoint deletes the specified filesystem
| systemId required | string systemId of the storage system |
| filesystemId required | string filesystem unique identifier |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}| systemId required | string systemId of the storage system |
| filesystemId required | string filesystem unique identifier |
{- "filesystemCapacity": {
- "compressionRatio": 0,
- "freeSizeInMiB": 0,
- "savingsRatio": 0,
- "sizeInMiB": 0,
- "usedCapacityPercentage": 0,
- "usedSizeInMiB": 0,
- "vvSizeInMiB": 100
}, - "filesystemPerformance": {
- "iops": {
- "read": {
- "avgOf1day": 0,
- "avgOf1hour": 0,
- "avgOf8hours": 0,
- "avgOfLatest": 0
}, - "total": {
- "avgOf1day": 0,
- "avgOf1hour": 0,
- "avgOf8hours": 0,
- "avgOfLatest": 0
}, - "write": {
- "avgOf1day": 0,
- "avgOf1hour": 0,
- "avgOf8hours": 0,
- "avgOfLatest": 0
}
}, - "latencyMs": {
- "read": {
- "avgOf1day": 0,
- "avgOf1hour": 0,
- "avgOf8hours": 0,
- "avgOfLatest": 0
}, - "total": {
- "avgOf1day": 0,
- "avgOf1hour": 0,
- "avgOf8hours": 0,
- "avgOfLatest": 0
}, - "write": {
- "avgOf1day": 0,
- "avgOf1hour": 0,
- "avgOf8hours": 0,
- "avgOfLatest": 0
}
}, - "throughputKbps": {
- "read": {
- "avgOf1day": 0,
- "avgOf1hour": 0,
- "avgOf8hours": 0,
- "avgOfLatest": 0
}, - "total": {
- "avgOf1day": 0,
- "avgOf1hour": 0,
- "avgOf8hours": 0,
- "avgOfLatest": 0
}, - "write": {
- "avgOf1day": 0,
- "avgOf1hour": 0,
- "avgOf8hours": 0,
- "avgOfLatest": 0
}
}
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED"
}, - "createdAt": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "string",
- "detailedState": "STATE_NORMAL",
- "filesystemId": 1,
- "filesystemType": "XFS",
- "fsmaster": 1,
- "generation": 1627538867363,
- "id": "7CE751P312",
- "isCompressionEnabled": true,
- "isDedupeEnabled": true,
- "isReductionEnabled": true,
- "name": "FS1",
- "prov": "tdvv",
- "replicant": 1,
- "replicant2": 1,
- "replicant3": 1,
- "resourceUri": "string",
- "shareCount": 1,
- "state": "NORMAL",
- "systemId": "7CE751P312",
- "systemWwn": "7CE751P312",
- "volumeDetails": [
- {
- "vvDegradedState": "LDS_NOT_STARTED",
- "vvFailedState": "LDS_NOT_STARTED",
- "vvId": 7,
- "vvName": "V1",
- "vvState": "NORMAL"
}
]
}Get filesystem capacity trend data of HPE Alletra Storage MP Filesystem identified by {filesystemId}
| systemId required | string systemId of the storage system |
| filesystemId required | string filesystem unique identifier |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "capacityData": {
- "customerId": "string",
- "items": [
- {
- "actualUsageMiB": 25,
- "timestampMs": 1605063600,
- "totalCapacityMiB": 50
}
], - "total": 1
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED"
}, - "endTime": 1625209133,
- "requestUri": "api/v1/device-type4/filesystems/a7c4e6593f51d0b98f0e40d7e6df04fd/capacity-history",
- "startTime": 1625122733
}Get performance trend data of HPE Alletra Storage MP filesystem identified by {filesystemId}
| systemId required | string systemId of the storage system |
| filesystemId required | string filesystem unique identifier |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED"
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "iopsMetricsData": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "ioszMetricsDataKbs": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "latencyMetricsDataMs": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "throughputMetricsDataKbps": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}
}, - "requestUri": "api/v1/device-type4/filesystems/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-history",
- "startTime": 1625556314
}Create Nimble / Alletra 6K folder in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| access_protocol | string or null Access protocol of the folder. This attribute is used by the VASA Provider to determine the access protocol of the bind request. If not specified in the creation request, it will be the access protocol supported by the group. If the group supports multiple protocols, the default will be Fibre Channel. This field is meaningful only to VVol folder. Possible values: 'iscsi', 'fc'. |
| agent_type | string or null External management agent type. Possible values: 'none', 'smis', 'vvol', 'openstack'. |
| appserver_id | string or null Identifier of the application server associated with the folder. |
| description | string or null Text description of folder. |
| hostInitiatorGroupIDs | Array of strings or null List of Host Initiator group IDs |
| hostInitiatorsIDs | Array of strings or null List of Host Initiator IDs |
| inherited_vol_perfpol_id | string or null Identifier of the default performance policy for a newly created volume. |
| limit_iops | integer or null <int64> IOPS limit for this folder. If limit_iops is not specified when a folder is created, or if limit_iops is set to -1, then the folder has no IOPS limit. IOPS limit should be in range [256, 4294967294] or -1 for unlimited. |
| limit_mbps | integer or null <int64> Throughput limit for this folder in MB/s. If limit_mbps is not specified when a folder is created, or if limit_mbps is set to -1, then the folder has no throughput limit. MBPS limit should be in range [1, 4294967294] or -1 for unlimited. |
| limit_size_bytes | integer or null <int64> Folder size limit in bytes. If limit_size_bytes is not specified when a folder is created, or if limit_size_bytes is set to -1, then the folder has no limit. Otherwise, a limit smaller than the capacity of the pool can be set. Folders with an agent_type of 'smis' or 'vvol' must have a size limit. |
| name required | string Name of the folder. |
| overdraft_limit_pct | integer or null <int64> Amount of space to consider as overdraft range for this folder as a percentage of folder used limit. Valid values are from 0% - 200%. This is the limit above the folder usage limit beyond which enforcement action(volume offline/non-writable) is issued. |
| pool_id required | string ID of the pool where the folder resides. |
| provisioned_limit_size_bytes | integer or null <int64> Limit on the provisioned size of volumes in a folder. If provisioned_limit_size_bytes is not specified when a folder is created, or if provisioned_limit_size_bytes is set to -1, then the folder has no provisioned size limit. |
{- "access_protocol": "iscsi",
- "agent_type": "openstack",
- "appserver_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "description": "99.9999% availability",
- "hostInitiatorGroupIDs": [
- "b58856f40db14f109186810b61bf72e9"
], - "hostInitiatorsIDs": [
- "7c021a70a50e4437a13bd08542a75667"
], - "inherited_vol_perfpol_id": "030a259996ae869835000000000000000000000001",
- "limit_iops": -1,
- "limit_mbps": -1,
- "limit_size_bytes": -1,
- "name": "myobject-5",
- "overdraft_limit_pct": 0,
- "pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "provisioned_limit_size_bytes": -1
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove Nimble / Alletra 6K folder identified by {folderId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| folderId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the folder. A 42 digit hexadecimal number. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K Folders identified by {folderId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| folderId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the folder. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/folders/2a0df0fe6f7dc7bb16000000000000000000004007",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "myobject-5",
- "pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "pool_name": "myobject-5",
- "access_protocol": "iscsi",
- "agent_type": "openstack",
- "app_uuid": "00000002000040008a259996ae869835",
- "appserver_id": "string",
- "appserver_name": "string",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "capacity_bytes": 244695092429,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compressed_snap_usage_bytes": 0,
- "compressed_vol_usage_bytes": 0,
- "compression_ratio": 1,
- "consoleUri": "null",
- "creation_time": 1600169692,
- "customerId": "string",
- "description": "99.9999% availability",
- "folset_id": "string",
- "folset_name": "string",
- "fqn": "/path/to/folder",
- "free_space_bytes": 244695092429,
- "full_name": "default:/folder1",
- "generation": 0,
- "inherited_vol_perfpol_id": "030a259996ae869835000000000000000000000001",
- "inherited_vol_perfpol_name": "default",
- "last_modified": 1600169692,
- "limit_bytes": 244695092429,
- "limit_bytes_specified": false,
- "limit_iops": -1,
- "limit_mbps": -1,
- "limit_size_bytes": -1,
- "num_snapcolls": 0,
- "num_snaps": 0,
- "overdraft_limit_pct": 0,
- "provisioned_bytes": 0,
- "provisioned_limit_size_bytes": -1,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "search_name": "vol:1",
- "snap_compression_ratio": 1,
- "tenant_id": "2f0a259996ae869835000000000000000000000002",
- "type": "string",
- "uncompressed_snap_usage_bytes": 0,
- "uncompressed_vol_usage_bytes": 0,
- "unused_reserve_bytes": 0,
- "unused_snap_reserve_bytes": 0,
- "usage_bytes": 0,
- "usage_valid": true,
- "vol_compression_ratio": 1,
- "volume_list": [
- {
- "agent_type": "vvol",
- "has_locked_snapshots": false,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Volume0",
- "vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "vol_name": "Volume0",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
], - "volume_mapped_bytes": 0
}Edit details of Nimble / Alletra 6K folder identified by {folderId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| folderId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the folder. A 42 digit hexadecimal number. |
| appserver_id | string or null Identifier of the application server associated with the folder. |
| description | string or null Text description of folder. |
| inherited_vol_perfpol_id | string or null Identifier of the default performance policy for a newly created volume. |
| limit_iops | integer or null <int64> IOPS limit for this folder. If limit_iops is not specified when a folder is created, or if limit_iops is set to -1, then the folder has no IOPS limit. IOPS limit should be in range [256, 4294967294] or -1 for unlimited. |
| limit_mbps | integer or null <int64> Throughput limit for this folder in MB/s. If limit_mbps is not specified when a folder is created, or if limit_mbps is set to -1, then the folder has no throughput limit. MBPS limit should be in range [1, 4294967294] or -1 for unlimited. |
| limit_size_bytes | integer or null <int64> Folder size limit in bytes. If limit_size_bytes is not specified when a folder is created, or if limit_size_bytes is set to -1, then the folder has no limit. Otherwise, a limit smaller than the capacity of the pool can be set. Folders with an agent_type of 'smis' or 'vvol' must have a size limit. |
| name | string or null Name of the folder. |
| overdraft_limit_pct | integer or null <int64> Amount of space to consider as overdraft range for this folder as a percentage of folder used limit. Valid values are from 0% - 200%. This is the limit above the folder usage limit beyond which enforcement action(volume offline/non-writable) is issued. |
| provisioned_limit_size_bytes | integer or null <int64> Limit on the provisioned size of volumes in a folder. If provisioned_limit_size_bytes is not specified when a folder is created, or if provisioned_limit_size_bytes is set to -1, then the folder has no provisioned size limit. |
{- "appserver_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "description": "99.9999% availability",
- "inherited_vol_perfpol_id": "030a259996ae869835000000000000000000000001",
- "limit_iops": -1,
- "limit_mbps": -1,
- "limit_size_bytes": -1,
- "name": "myobject-5",
- "overdraft_limit_pct": 0,
- "provisioned_limit_size_bytes": -1
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Attach hosts to Storage container identified by {folderId} from Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| folderId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the folder. A 42 digit hexadecimal number. |
| action | string Value: "ATTACH_VVOLSC" Attach action name |
| hostInitiatorGroupIDs | Array of strings or null List of Host Initiator group IDs |
| hostInitiatorsIDs | Array of strings or null List of Host Initiator IDs |
{- "action": "ATTACH_VVOLSC",
- "hostInitiatorGroupIDs": [
- "b58856f40db14f109186810b61bf72e9"
], - "hostInitiatorsIDs": [
- "7c021a70a50e4437a13bd08542a75667"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K health status
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter health status by Key. |
| sort | string Example: sort=scope desc oData query to sort health status resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "array_id": "active",
- "context": "active",
- "ctrlr_id": "active",
- "id": "1300000000000004d30000000000000001",
- "scope": "array",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "element_result": {
- "element_name": "nimblevega",
- "error_list": [
- "error1"
], - "messages": [
- {
- "code": "SM_update_net_degrade",
- "severity": "info",
- "text": "Error occurred."
}
]
}, - "generation": 0,
- "on_demand": false,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "health-check"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/health-status",
- "total": 1
}Get details of Nimble / Alletra 6K health status identified by {healthStatusId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| healthStatusId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of health status. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/devicetype2/2a0df0fe6f7dc7bb16000000000000000000004817/health-status/2a0df0fe6f7dc7bb16000000000000000000004007",
- "array_id": "1300000000000004d30000000000000001",
- "context": "all",
- "ctrlr_id": "1300000000000004d30000000000000001",
- "id": "1300000000000004d30000000000000001",
- "scope": "array",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "element_result": {
- "element_name": "nimblevega",
- "error_list": [
- "error1"
], - "messages": [
- {
- "code": "SM_update_net_degrade",
- "severity": "info",
- "text": "Error occurred."
}
]
}, - "generation": 0,
- "on_demand": false,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "health-check"
}Get the list of host groups
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 oData query to filter hostservice by Key. |
| sort | string Example: sort=name desc oData query to sort hostservice by Key. |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "associatedSystems": [
- "string"
], - "comment": "host-group-comment",
- "consoleUri": "/data-ops-manager/host-initiator-groups/a8c087fa6e95dd22cdf402c64e4bbe61",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "editStatus": "Delete_Failed",
- "generation": 1627534116,
- "hosts": [
- {
- "id": "6848ef683c27403e96caa51816ddc72c",
- "initiators": [
- {
- "address": "100008F1EABFE61C",
- "id": "d548ef683c27403e96caa51816ddc72c",
- "ipAddress": "15.212.100.100",
- "name": "init1",
- "pathType": "FC",
- "protocol": "FC",
- "systems": [
- "string"
]
}
], - "ipAddress": "15.212.100.100",
- "isMergable": true,
- "isVvolHost": true,
- "markedForDelete": true,
- "name": "host1",
- "systems": [
- "string"
], - "userCreated": true
}
], - "id": "d548ef683c27403e96caa51816ddc72c",
- "isMergable": true,
- "markedForDelete": true,
- "name": "host-group1",
- "systems": [
- "string"
], - "type": "host-initiator-group",
- "userCreated": true
}
], - "pageLimit": 1,
- "pageOffset": 0,
- "requestUri": "/api/v1/host-initiator-groups",
- "total": 1
}Create a host group with hosts having same protocol initiators
| comment | string or null Comment |
| hostIds | Array of strings or null List of host ids of existing hosts |
Array of objects or null (CreateHostInput) List of hosts to be created and added to this hostGroup | |
| name required | string or null Name of the host group. The maximum supported length is 251 characters. Host Group name length greater than 27 characters is supported only for HPE Alletra Storage MP B10000 systems with OS version 10.4.2 and above. |
| userCreated | boolean or null Deprecated Indicates whether user created host group or discovered host group. value should always be set as "true". API will internally override the passed value to set it as "true". |
{- "comment": "host-group-comment",
- "hostIds": [
- "string"
], - "hostsToCreate": [
- {
- "comment": "comment1",
- "contact": "sanjay@hpe.com",
- "fqdn": "host1.hpe.com",
- "hostGroupIds": [
- "string"
], - "initiatorIds": [
- "string"
], - "initiatorsToCreate": [
- {
- "address": "iqn.1998-01.com.vmware:61f7c688-3e93-d360-8043-70106f7a7e18-0cba0054",
- "driverVersion": "4.1",
- "firmwareVersion": "10.0",
- "hbaModel": "model-5",
- "hostSpeed": 1000,
- "ipAddress": "15.212.100.100",
- "name": "init1",
- "protocol": "iSCSI",
- "vendor": "hpe"
}
], - "ipAddress": "15.212.100.100",
- "isVvolHost": true,
- "location": "India",
- "model": "model1",
- "name": "host1",
- "operatingSystem": "Windows Server",
- "persona": "AIX-Legacy",
- "protocol": "protocol1",
- "subnet": "255.255.255.0",
- "userCreated": true
}
], - "name": "host-group1",
- "userCreated": true
}{- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "associatedSystems": [
- "string"
], - "comment": "host-group-comment",
- "consoleUri": "/data-ops-manager/host-initiator-groups/a8c087fa6e95dd22cdf402c64e4bbe61",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "editStatus": "Delete_Failed",
- "generation": 1627534116,
- "hosts": [
- {
- "associatedSystems": [
- "string"
], - "consoleUri": "/data-ops-manager/data-access/host-initiators/c54dd3f2d65c42edb3528a65949f8158",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "generation": 1627534116,
- "id": "6848ef683c27403e96caa51816ddc72c",
- "initiators": [
- {
- "address": "100008F1EABFE61C",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "generation": 1627534116,
- "id": "d548ef683c27403e96caa51816ddc72c",
- "ipAddress": "15.212.100.100",
- "name": "init1",
- "protocol": "FC",
- "systems": [
- "string"
], - "type": "initiator"
}
], - "ipAddress": "15.212.100.100",
- "isMergable": true,
- "isVvolHost": true,
- "markedForDelete": true,
- "name": "host1",
- "systems": [
- "string"
], - "type": "host-initiator",
- "userCreated": true
}
], - "id": "d548ef683c27403e96caa51816ddc72c",
- "isMergable": true,
- "markedForDelete": true,
- "name": "host-group1",
- "systems": [
- "string"
], - "type": "host-initiator-group",
- "userCreated": true
}Delete a host group by {hostGroupId}
| hostGroupId required | string Example: e789e756496246859fde6c132b2091d3 Id of the host Group. |
| force | boolean Example: force=true Forceful delete option |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get the host group details by {hostGroupId}
| hostGroupId required | string Example: e789e756496246859fde6c132b2091d3 Id of the host Group. |
{- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "associatedSystems": [
- "string"
], - "comment": "host-group-comment",
- "consoleUri": "/data-ops-manager/host-initiator-groups/a8c087fa6e95dd22cdf402c64e4bbe61",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "editStatus": "Delete_Failed",
- "generation": 1627534116,
- "hosts": [
- {
- "id": "6848ef683c27403e96caa51816ddc72c",
- "initiators": [
- {
- "address": "100008F1EABFE61C",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "generation": 1627534116,
- "id": "d548ef683c27403e96caa51816ddc72c",
- "ipAddress": "15.212.100.100",
- "name": "init1",
- "protocol": "FC",
- "systems": [
- "string"
], - "type": "initiator"
}
], - "ipAddress": "15.212.100.100",
- "isMergable": true,
- "isVvolHost": true,
- "markedForDelete": true,
- "name": "host1",
- "systems": [
- "string"
], - "userCreated": true
}
], - "id": "e987ef683c27403e96caa51816ddc72c",
- "isMergable": true,
- "markedForDelete": true,
- "name": "host-group1",
- "requestUri": "/api/v1/host-initiator-groups/1",
- "systems": [
- "string"
], - "type": "host-initiator-groups",
- "userCreated": true
}Update host group details by {hostGroupId}. Hostgroup can be updated with hosts containing same protocol initiators
| hostGroupId required | string Example: e789e756496246859fde6c132b2091d3 Id of the host Group. |
Array of objects or null (HostProximityValue) Change Proximity for list of hosts | |
Array of objects or null (CreateHostInput) List of hosts to be replaced to the group | |
| name | string or null Name of the host group. The maximum supported length is 251 characters. Host Group name length greater than 27 characters is supported only for HPE Alletra Storage MP B10000 systems with OS version 10.4.2 and above. |
| removedHosts | Array of strings or null List of host IDs to be removed from the group |
| updatedHosts | Array of strings or null List of host IDs to be added to the group |
{- "hostProximityValues": [
- {
- "groupName": "RCGName",
- "groupUid": "rcg1",
- "hostId": "12345",
- "hostName": "host1",
- "proximitySystemName": "primary",
- "systemName": "system1",
- "systemUid": "SGH014XGSP",
- "targetName": "system2",
- "targetSystemId": "7CE751P312"
}
], - "hostsToCreate": [
- {
- "comment": "comment1",
- "contact": "sanjay@hpe.com",
- "fqdn": "host1.hpe.com",
- "hostGroupIds": [
- "string"
], - "initiatorIds": [
- "string"
], - "initiatorsToCreate": [
- {
- "address": "iqn.1998-01.com.vmware:61f7c688-3e93-d360-8043-70106f7a7e18-0cba0054",
- "driverVersion": "4.1",
- "firmwareVersion": "10.0",
- "hbaModel": "model-5",
- "hostSpeed": 1000,
- "ipAddress": "15.212.100.100",
- "name": "init1",
- "protocol": "iSCSI",
- "vendor": "hpe"
}
], - "ipAddress": "15.212.100.100",
- "isVvolHost": true,
- "location": "India",
- "model": "model1",
- "name": "host1",
- "operatingSystem": "Windows Server",
- "persona": "AIX-Legacy",
- "protocol": "protocol1",
- "subnet": "255.255.255.0",
- "userCreated": true
}
], - "name": "host-group1",
- "removedHosts": [
- "string"
], - "updatedHosts": [
- "string"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of a host group identified by {hostGroupId} across its associated systems
| hostGroupId required | string Example: e789e756496246859fde6c132b2091d3 Id of the host Group. |
{- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "id": "d548ef683c27403e96caa51816ddc72c",
- "mappedDevices": [
- {
- "nameOnDevice": "host1",
- "systemId": "7CE751P312",
- "volumeNames": [
- {
- "name": "Vol1",
- "type": "Volume"
}
]
}
], - "name": "init1",
- "requestUri": "/api/v1/host-initiator-groups/d548ef683c27403e96caa51816ddc72c/mappedDevices"
}Get the list of host groups which have identical duplicates or are unique across different systems.
{- "items": [
- {
- "duplicateIds": [
- "string"
], - "id": "6848ef683c27403e96caa51816ddc72c",
- "members": [
- "string"
], - "name": "host1",
- "systems": [
- "string"
]
}
], - "requestUri": "/api/v1/host-initiator-groups/bulkmerge",
- "total": 1
}Bulk Merge hosts into user created host
Array of objects (CreateBulkMergeCandidatesObject) |
{- "items": [
- {
- "duplicateIds": [
- "string"
], - "members": [
- "string"
], - "name": "host1",
- "systems": [
- "string"
]
}
]
}{- "items": [
- {
- "duplicateIds": [
- "string"
], - "id": "3e1d2a03c7a8e5513b7dd6e03553b79f"
}
]
}Merge a host group
| hostGroupIds required | Array of strings or null Array of host group ids |
| name required | string or null Name of the host Group. The maximum supported length is 251 characters. Host Group name length greater than 27 characters is supported only for HPE Alletra Storage MP B10000 systems with OS version 10.4.2 and above. |
{- "hostGroupIds": [
- "string"
], - "name": "host1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get all nimble host initiator groups details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter initiator groups by Key. |
| sort | string Example: sort=name desc oData query to sort initiator groups resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "access_protocol": "iscsi",
- "app_uuid": "rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18",
- "host_type": "myobject-5",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "myobject-5",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "creation_time": 3400,
- "customerId": "string",
- "description": "99.9999% availability",
- "fc_initiators": [
- {
- "alias": "vegaalias",
- "id": "0b1c9973433673c3db000000000000000000000001",
- "initiator_id": "0b1c9973433673c3db000000000000000000000001",
- "wwpn": "0b1c9973433673c3db000000000000000000000001"
}
], - "fc_sessions": [
- {
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "consoleUri": "null",
- "customerId": "string",
- "generation": 0,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "initiator_info": {
- "initiator_alias": "port5",
- "initiator_fcid": "181800",
- "initiator_switch_name": "MSDU_LS_E_CB2502",
- "initiator_switch_port": "42",
- "initiator_symbolic_nodename": "itor1_symbolic_portname",
- "initiator_symbolic_portname": "itor1_symbolic_nodename",
- "initiator_wwnn": "20:00:1c:98:ec:0a:82:96",
- "initiator_wwpn": "10:00:9c:dc:71:72:9f:43"
}, - "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "sc_HostInitiatorId": "1223f5s",
- "target_info": {
- "target_fcid": "1b2300",
- "target_port_array_name": "CS2-AF40-3445",
- "target_port_ctrlr_name": "A",
- "target_port_interface_name": "fc3b.1",
- "target_wwnn": "56:c9:ce:90:e0:f3:0f:00",
- "target_wwpn": "56:c9:ce:90:e0:f3:0f:02"
}, - "type": "string"
}
], - "fc_tdz_ports": [
- {
- "array_name": "myobject-5",
- "fc_name": "myobject-5"
}
], - "full_name": "myobject-5",
- "generation": 0,
- "iscsi_initiators": [
- {
- "id": "021c9973433673c3db000000000000000000000001",
- "initiator_id": "0d4323bdd90b39c3a7000000000000000000000012",
- "ip_address": "xx.xxx.xx.xx",
- "iqn": "vegaiqn",
- "label": "vega"
}
], - "last_modified": 3400,
- "metadata": [
- {
- "key": "vega-key",
- "value": "vega-value"
}
], - "num_connections": 1234,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "sc_HostId": "132b493352ca3141456333edf403be0c",
- "search_name": "vol:1",
- "target_subnets": [
- {
- "id": "021c9973433673c3db000000000000000000000003",
- "label": "myobject-5"
}
], - "type": "string",
- "volume_count": 1234,
- "volume_list": [
- {
- "app_category": "vega-app",
- "full_name": "volume-1",
- "id": "0b1c99734",
- "lun": 0,
- "name": "vegavol"
}
]
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/host-groups",
- "total": 1
}Create Nimble / Alletra 6K initiator group in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| access_protocol required | string Initiator group access protocol. |
| app_uuid | string or null Application identifier of initiator group. String of up to 255 alphanumeric characters, hyphen, colon, dot and underscore are allowed |
| description | string or null Text description of initiator group. String of up to 255 printable ASCII characters. |
Array of objects or null or null (NimbleFCInitiator) List of FC initiators. When create/update fc_initiators, wwpn is required. List of Fibre Channel initiators. | |
Array of objects or null or null (NimbleFCTdzPorts) List of target Fibre Channel ports with Target Driven Zoning configured on this initiator group. List of target ports. | |
| host_type | string or null Initiator group host type. Available options are auto and hpux. The default option is auto. This attribute will be applied to all the initiators in the initiator group. Initiators with different host OSes should not be kept in the same initiator group having a non-default host type attribute. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
Array of objects or null or null (NimbleISCSIInitiator) List of iSCSI initiators. When create/update iscsi_initiators, either iqn or ip_address is always required with label. | |
Array of objects or null or null (NimbleMetadata) Key-value pairs that augment an initiator group's attributes. | |
| name required | string Name of initiator group. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
Array of objects or null or null (NimbleTargetSubnets) List of target subnet labels. If specified, discovery and access to volumes will be restricted to |
{- "access_protocol": "iscsi",
- "app_uuid": "rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18",
- "description": "99.9999% availability",
- "fc_initiators": [
- {
- "alias": "vegaalias",
- "id": "0b1c9973433673c3db000000000000000000000001",
- "initiator_id": "0b1c9973433673c3db000000000000000000000001",
- "wwpn": "0b1c9973433673c3db000000000000000000000001"
}
], - "fc_tdz_ports": [
- {
- "array_name": "myobject-5",
- "fc_name": "myobject-5"
}
], - "host_type": "myobject-5",
- "iscsi_initiators": [
- {
- "id": "021c9973433673c3db000000000000000000000001",
- "initiator_id": "0d4323bdd90b39c3a7000000000000000000000012",
- "ip_address": "xx.xxx.xx.xx",
- "iqn": "vegaiqn",
- "label": "vega"
}
], - "metadata": [
- {
- "key": "vega-key",
- "value": "vega-value"
}
], - "name": "myobject-5",
- "target_subnets": [
- {
- "id": "021c9973433673c3db000000000000000000000003",
- "label": "myobject-5"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove initiator-groups identified by {hostInitiatorGroupId} from Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| hostInitiatorGroupId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of initiator group. A 42 digit hexadecimal number. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K Nimble Initiators identified by {hostInitiatorGroupId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| hostInitiatorGroupId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of initiator group. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/devicetype2/2a0df0fe6f7dc7bb16000000000000000000004817/host-groups/2a0df0fe6f7dc7bb16000000000000000000004007",
- "access_protocol": "iscsi",
- "app_uuid": "rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18",
- "host_type": "myobject-5",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "myobject-5",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "creation_time": 3400,
- "customerId": "string",
- "description": "99.9999% availability",
- "fc_initiators": [
- {
- "alias": "vegaalias",
- "id": "0b1c9973433673c3db000000000000000000000001",
- "initiator_id": "0b1c9973433673c3db000000000000000000000001",
- "wwpn": "0b1c9973433673c3db000000000000000000000001"
}
], - "fc_sessions": [
- {
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "consoleUri": "null",
- "customerId": "string",
- "generation": 0,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "initiator_info": {
- "initiator_alias": "port5",
- "initiator_fcid": "181800",
- "initiator_switch_name": "MSDU_LS_E_CB2502",
- "initiator_switch_port": "42",
- "initiator_symbolic_nodename": "itor1_symbolic_portname",
- "initiator_symbolic_portname": "itor1_symbolic_nodename",
- "initiator_wwnn": "20:00:1c:98:ec:0a:82:96",
- "initiator_wwpn": "10:00:9c:dc:71:72:9f:43"
}, - "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "sc_HostInitiatorId": "1223f5s",
- "target_info": {
- "target_fcid": "1b2300",
- "target_port_array_name": "CS2-AF40-3445",
- "target_port_ctrlr_name": "A",
- "target_port_interface_name": "fc3b.1",
- "target_wwnn": "56:c9:ce:90:e0:f3:0f:00",
- "target_wwpn": "56:c9:ce:90:e0:f3:0f:02"
}, - "type": "string"
}
], - "fc_tdz_ports": [
- {
- "array_name": "myobject-5",
- "fc_name": "myobject-5"
}
], - "full_name": "myobject-5",
- "generation": 0,
- "iscsi_initiators": [
- {
- "id": "021c9973433673c3db000000000000000000000001",
- "initiator_id": "0d4323bdd90b39c3a7000000000000000000000012",
- "ip_address": "xx.xxx.xx.xx",
- "iqn": "vegaiqn",
- "label": "vega"
}
], - "last_modified": 3400,
- "metadata": [
- {
- "key": "vega-key",
- "value": "vega-value"
}
], - "num_connections": 1234,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "sc_HostId": "132b493352ca3141456333edf403be0c",
- "search_name": "vol:1",
- "target_subnets": [
- {
- "id": "021c9973433673c3db000000000000000000000003",
- "label": "myobject-5"
}
], - "type": "string",
- "volume_count": 1234,
- "volume_list": [
- {
- "app_category": "vega-app",
- "full_name": "volume-1",
- "id": "0b1c99734",
- "lun": 0,
- "name": "vegavol"
}
]
}Update initiator-groups identified by {hostInitiatorGroupId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| hostInitiatorGroupId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of initiator group. A 42 digit hexadecimal number. |
| app_uuid | string or null Application identifier of initiator group. String of up to 255 alphanumeric characters, hyphen, colon, dot and underscore are allowed. |
| description | string or null Text description of initiator group. String of up to 255 printable ASCII characters. |
Array of objects or null or null (NimbleFCInitiator) List of FC initiators. When create/update fc_initiators, wwpn is required. List of Fibre Channel initiators. | |
Array of objects or null or null (NimbleFCTdzPorts) List of target Fibre Channel ports with Target Driven Zoning configured on this initiator group. List of target ports. | |
| host_type | string or null Initiator group host type. Available options are auto and hpux. The default option is auto. This attribute will be applied to all the initiators in the initiator group. Initiators with different host OSes should not be kept in the same initiator group having a non-default host type attribute. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
Array of objects or null or null (NimbleISCSIInitiator) List of iSCSI initiators. When create/update iscsi_initiators, either iqn or ip_address is always required with label. | |
Array of objects or null or null (NimbleMetadata) Key-value pairs that augment an initiator group's attributes. | |
| name | string Name of initiator group. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
Array of objects or null or null (NimbleTargetSubnets) List of target subnet labels. If specified, discovery and access to volumes will be restricted to to the specified subnets. List of target subnet tables. |
{- "app_uuid": "rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18",
- "description": "99.9999% availability",
- "fc_initiators": [
- {
- "alias": "vegaalias",
- "id": "0b1c9973433673c3db000000000000000000000001",
- "initiator_id": "0b1c9973433673c3db000000000000000000000001",
- "wwpn": "0b1c9973433673c3db000000000000000000000001"
}
], - "fc_tdz_ports": [
- {
- "array_name": "myobject-5",
- "fc_name": "myobject-5"
}
], - "host_type": "myobject-5",
- "iscsi_initiators": [
- {
- "id": "021c9973433673c3db000000000000000000000001",
- "initiator_id": "0d4323bdd90b39c3a7000000000000000000000012",
- "ip_address": "xx.xxx.xx.xx",
- "iqn": "vegaiqn",
- "label": "vega"
}
], - "metadata": [
- {
- "key": "vega-key",
- "value": "vega-value"
}
], - "name": "myobject-5",
- "target_subnets": [
- {
- "id": "021c9973433673c3db000000000000000000000003",
- "label": "myobject-5"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get the list of hosts
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 oData query to filter hostservice by Key. |
| sort | string Example: sort=name desc oData query to sort hostservice by Key. |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "associatedSystems": [
- "string"
], - "comment": "a sample host comment",
- "consoleUri": "/data-ops-manager/host-initiators/0951b6508ec9f8747f08daf68925d81d",
- "contact": "sanjay@hpe.com",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "editStatus": "Delete_Failed",
- "fqdn": "host1.hpe.com",
- "generation": 1627534116,
- "hostGroups": [
- {
- "id": "d548ef683c27403e96caa51816ddc72c",
- "isMergable": true,
- "markedForDelete": true,
- "name": "host-group1",
- "systems": [
- "string"
], - "userCreated": true
}
], - "id": "6848ef683c27403e96caa51816ddc72c",
- "initiators": [
- {
- "address": "100008F1EABFE61C",
- "id": "d548ef683c27403e96caa51816ddc72c",
- "ipAddress": "15.212.100.100",
- "name": "init1",
- "pathType": "FC",
- "protocol": "FC",
- "systems": [
- "string"
]
}
], - "ipAddress": "15.212.100.100",
- "isMergable": true,
- "isVvolHost": true,
- "location": "India",
- "markedForDelete": true,
- "model": "model1",
- "name": "host1",
- "operatingSystem": "Windows",
- "persona": "AIX-Legacy",
- "protocol": "FC",
- "subnet": "255.255.255.0",
- "systems": [
- "string"
], - "type": "host-initiator",
- "userCreated": true
}
], - "pageLimit": 1,
- "pageOffset": 0,
- "requestUri": "/api/v1/host-initiators",
- "total": 1
}Create a host with same protocol initiators
| comment | string or null Comment |
| contact | string or null Contact information |
| fqdn | string or null Fully qualified domain name of the host. |
| hostGroupIds | Array of strings or null List of hostgroup IDs |
| initiatorIds | Array of strings or null List of ids of existing initiators |
Array of objects or null (InitiatorInput) List of initiators to be created and added to this host | |
| ipAddress | string or null IP address of the host. |
| isVvolHost | boolean or null Deprecated Set this value to true if you want to use this host to export the VASA vVOLs using NVMe protocol. |
| location | string or null location. |
| model | string or null Model |
| name required | string or null Name of the host. |
| operatingSystem required | string or null Enum: "AIX" "Apple" "Citrix Hypervisor(XenServer)" "HP-UX" "IBM VIO Server" "InForm" "NetApp/ONTAP" "OE Linux UEK" "OpenVMS" "Oracle VM x86" "RHE Linux" "RHE Virtualization" "Solaris" "SuSE Linux" "SuSE Virtualization" "Ubuntu" "VMware (ESXi)" "Windows Server" Host operating system. Possible Values are: - AIX - Apple - Citrix Hypervisor(XenServer) - HP-UX - IBM VIO Server - InForm - NetApp/ONTAP - OE Linux UEK - OpenVMS - Oracle VM x86 - RHE Linux - RHE Virtualization - Solaris - SuSE Linux - SuSE Virtualization - Ubuntu - VMware (ESXi) - Windows Server |
| persona | string or null Host persona details. |
| protocol | string or null Deprecated protocol supported are : FC ,iSCSI or NVMe. This field is deprecated. |
| subnet | string or null subnet. |
| userCreated | boolean or null Deprecated Indicates whether user created host or discovered host. value should always be set as "true". API will internally override the passed value to set it as "true". |
{- "comment": "comment1",
- "contact": "sanjay@hpe.com",
- "fqdn": "host1.hpe.com",
- "hostGroupIds": [
- "string"
], - "initiatorIds": [
- "string"
], - "initiatorsToCreate": [
- {
- "address": "iqn.1998-01.com.vmware:61f7c688-3e93-d360-8043-70106f7a7e18-0cba0054",
- "driverVersion": "4.1",
- "firmwareVersion": "10.0",
- "hbaModel": "model-5",
- "hostSpeed": 1000,
- "ipAddress": "15.212.100.100",
- "name": "init1",
- "protocol": "iSCSI",
- "vendor": "hpe"
}
], - "ipAddress": "15.212.100.100",
- "isVvolHost": true,
- "location": "India",
- "model": "model1",
- "name": "host1",
- "operatingSystem": "Windows Server",
- "persona": "AIX-Legacy",
- "protocol": "protocol1",
- "subnet": "255.255.255.0",
- "userCreated": true
}{- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "associatedSystems": [
- "string"
], - "comment": "a sample host comment",
- "consoleUri": "/data-ops-manager/host-initiators/0951b6508ec9f8747f08daf68925d81d",
- "contact": "sanjay@hpe.com",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "editStatus": "Delete_Failed",
- "fqdn": "host1.hpe.com",
- "generation": 1627534116,
- "hostGroups": [
- {
- "associatedSystems": [
- "string"
], - "consoleUri": "/data-ops-manager/data-access/host-initiator-groups/b150d0bc35844d8ea978a88cb2f6886e",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "generation": 1627534116,
- "id": "d548ef683c27403e96caa51816ddc72c",
- "isMergable": true,
- "markedForDelete": true,
- "name": "host-group1",
- "systems": [
- "string"
], - "type": "host-initiator-group",
- "userCreated": true
}
], - "id": "6848ef683c27403e96caa51816ddc72c",
- "initiators": [
- {
- "address": "100008F1EABFE61C",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "generation": 1627534116,
- "id": "d548ef683c27403e96caa51816ddc72c",
- "ipAddress": "15.212.100.100",
- "name": "init1",
- "protocol": "FC",
- "systems": [
- "string"
], - "type": "initiator"
}
], - "ipAddress": "15.212.100.100",
- "isMergable": true,
- "isVvolHost": true,
- "location": "India",
- "markedForDelete": true,
- "model": "model1",
- "name": "host1",
- "operatingSystem": "Windows",
- "persona": "AIX-Legacy",
- "protocol": "FC",
- "subnet": "255.255.255.0",
- "systems": [
- "string"
], - "type": "host-initiator",
- "userCreated": true
}Delete a host by {hostId}
| hostId required | string Example: 2b09e744496246859fde6c132b2091d3 Id of the Host. |
| force | boolean Example: force=true Forceful delete option |
| deleteAssociatedEmptyHostGroup | boolean Example: deleteAssociatedEmptyHostGroup=true Delete the resulting empty host group associated to this host option |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get the host details by {hostId}
| hostId required | string Example: 2b09e744496246859fde6c132b2091d3 Id of the Host. |
{- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "associatedSystems": [
- "string"
], - "comment": "comment1",
- "consoleUri": "/data-ops-manager/host-initiators/0951b6508ec9f8747f08daf68925d81d",
- "contact": "sanjay@hpe.com",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "editStatus": "Delete_Failed",
- "fqdn": "host1.hpe.com",
- "generation": 1627534116,
- "hostGroups": [
- {
- "id": "d548ef683c27403e96caa51816ddc72c",
- "isMergable": true,
- "markedForDelete": true,
- "name": "host-group1",
- "systems": [
- "string"
], - "userCreated": true
}
], - "id": "d548ef683c27403e96caa51816ddc72c",
- "initiators": [
- {
- "address": "100008F1EABFE61C",
- "id": "d548ef683c27403e96caa51816ddc72c",
- "ipAddress": "15.212.100.100",
- "name": "init1",
- "pathType": "FC",
- "protocol": "FC",
- "systems": [
- "string"
]
}
], - "ipAddress": "15.212.100.100",
- "isMergable": true,
- "isVvolHost": true,
- "location": "India",
- "markedForDelete": true,
- "model": "model1",
- "name": "host1",
- "operatingSystem": "Windows",
- "persona": "AIX-Legacy",
- "protocol": "FC",
- "requestUri": "/api/v1/host-initiators/1",
- "subnet": "255.255.255.0",
- "systems": [
- "string"
], - "type": "host-initiator",
- "userCreated": true
}Update host details by {hostId}. Host can only be updated with the same protocol initiators
| hostId required | string Example: 2b09e744496246859fde6c132b2091d3 Id of the Host. |
Array of objects or null (InitiatorInput) List of initiators to be created and added to this host | |
| name | string or null Name of the host. |
| updatedInitiators | Array of strings or null List of existing initiator IDs to be replaced to the host |
{- "initiatorsToCreate": [
- {
- "address": "iqn.1998-01.com.vmware:61f7c688-3e93-d360-8043-70106f7a7e18-0cba0054",
- "driverVersion": "4.1",
- "firmwareVersion": "10.0",
- "hbaModel": "model-5",
- "hostSpeed": 1000,
- "ipAddress": "15.212.100.100",
- "name": "init1",
- "protocol": "iSCSI",
- "vendor": "hpe"
}
], - "name": "host1",
- "updatedInitiators": [
- "string"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get Host CHAP details by {hostId}
| hostId required | string Example: 2b09e744496246859fde6c132b2091d3 Id of the Host. |
{- "items": [
- {
- "initiatorChapEnabled": true,
- "initiatorChapKey": "DHHC-1:01:xvNDJvVLNeOi/fC808nmnw3JTYFxRcGMkEewhdzia2P9LM6Z:",
- "initiatorChapName": "chapnameSetDSCC",
- "initiatorEncryptedChapSecret": "aa7164fee47c0723",
- "system": "SGH014XGSP",
- "targetChapEnabled": true,
- "targetChapKey": "DHHC-1:01:xvNDJvVLNeOi/fC808nmnw3JTYFxRcGMkEewhdzia2P9LM6Z:",
- "targetChapName": "chapnameSetDSCC",
- "targetEncryptedChapSecret": "aa7164fee47c0723"
}
], - "requestUri": "/api/v1/host-initiators",
- "total": 1
}CHAP can be updated only on iSCSI host on HPE Alletra Storage MP B10000 10.4.0 or later and NVMe/TCP host on HPE Alletra Storage MP B10000 10.5.0 or later.
| hostId required | string Example: 2b09e744496246859fde6c132b2091d3 Id of the Host. |
Array of objects or null or null (HostChapInputObject) |
{- "items": [
- {
- "initiatorChapEnabled": true,
- "initiatorChapKey": "DHHC-1:01:xvNDJvVLNeOi/fC808nmnw3JTYFxRcGMkEewhdzia2P9LM6Z:",
- "initiatorChapName": "chapnameSetDSCC",
- "initiatorEncryptedChapSecret": "dGVzdGNoYXBzZWNyZXQ",
- "system": "SGH014XGSP",
- "targetChapEnabled": true,
- "targetChapKey": "DHHC-1:01:xvNDJvVLNeOi/fC808nmnw3JTYFxRcGMkEewhdzia2P9LM6Z:",
- "targetChapName": "chapnameSetDSCC",
- "targetEncryptedChapSecret": "dGVzdGNoYXBzZWNyZXQ"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}CHAP key can be generated only on NVMe/TCP host on HPE Alletra Storage MP B10000 10.5.0 and above system OS versions.
| hostId required | string Example: 2b09e744496246859fde6c132b2091d3 Id of the Host. |
| hmacNum | string or null Enum: "NONE" "SHA256" "SHA384" "SHA512" HMAC function to use for key transformation. Expected values are NONE | SHA256 | SHA384 | SHA512. Default value is NONE. |
| secret required | string secret (in hexadecimal characters) to be used to initialize the key. Length of secret should be one of 64 | 96 | 128 based on hmacNum. (hmacNum, Length of secret): (NONE, 64) | (SHA256, 64) | (SHA384, 96) | (SHA512, 128) |
| system required | string system to which NVMe/TCP initiator has connectivity |
| type required | string Enum: "INITIATOR" "TARGET" type for generate CHAP key. Allowed values are INITIATOR | TARGET. |
{- "hmacNum": "SHA512",
- "secret": "DB174528097951E0CCF41D92476FCA228E77717F1AE82AB380FCA07A2A91ABCD",
- "system": "15.212.100.100",
- "type": "INITIATOR"
}{- "chapkey": "DHHC-1:00:2xdFKAl5UeDM9B2SR2/KIo53cX8a6CqzgPygeiqRq83MSNuW:"
}Get details of a host identified by {hostId} across its associated systems
| hostId required | string Example: 2b09e744496246859fde6c132b2091d3 Id of the Host. |
{- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "id": "d548ef683c27403e96caa51816ddc72c",
- "mappedDevices": [
- {
- "nameOnDevice": "host1",
- "systemId": "7CE751P312",
- "volumeNames": [
- {
- "name": "Vol1",
- "type": "Volume"
}
]
}
], - "name": "init1",
- "requestUri": "/api/v1/host-initiator-groups/d548ef683c27403e96caa51816ddc72c/mappedDevices"
}Get the volume performance history data associated with a host identified by {uid}
| hostId required | string Example: 2b09e744496246859fde6c132b2091d3 Id of the Host. |
| select | string Example: select=latencyMetricsDataMs Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=1440 It defines granularity in minutes. |
| topVolumesCount | integer Example: topVolumesCount=5 The number of top volumes to be returned, by default it will be 5 |
| filter | string Example: filter=uid in (4fcf3bdfeb519b6a69c294da4d457b1b, 528af28b87de03bde64d850a05a28b84) Lucene query to filter volumes or snapshot by name. |
{- "customerId": "string",
- "hostVolumePerfTrendData": {
- "iopsMetricsData": [
- {
- "historicalData": {
- "items": [
- {
- "read": 0.0005,
- "timestampMs": 1605063600,
- "value": 46,
- "write": 0.3
}
], - "total": 1
}, - "id": "60002AC0000000000000001B00025BB2",
- "systemId": "SGH014XGSP",
- "volumeName": "test-vv"
}
], - "latencyMetricsDataMs": [
- {
- "historicalData": {
- "items": [
- {
- "read": 0.0005,
- "timestampMs": 1605063600,
- "value": 46,
- "write": 0.3
}
], - "total": 1
}, - "id": "60002AC0000000000000001B00025BB2",
- "systemId": "SGH014XGSP",
- "volumeName": "test-vv"
}
], - "throughputMetricsDataKbps": [
- {
- "historicalData": {
- "items": [
- {
- "read": 0.0005,
- "timestampMs": 1605063600,
- "value": 46,
- "write": 0.3
}
], - "total": 1
}, - "id": "60002AC0000000000000001B00025BB2",
- "systemId": "SGH014XGSP",
- "volumeName": "test-vv"
}
]
}, - "requestUri": "/v1/host-initiators/2b09e744496246859fde6c132b2091d3/storage-performance-history"
}Get details of volumes associated with a host identified by {uid}
| hostId required | string Example: 2b09e744496246859fde6c132b2091d3 Id of the Host. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "intrinsicResource": "vvol",
- "iops": 4702,
- "latencyMs": 1.2,
- "lunId": 0,
- "pathCount": 2,
- "readLatency": 1.2,
- "resourceUri": "/v1/storage-systems/device-type1/7CE738P06J/volumes/e1839c72fef8784f2c77194efb8b2620",
- "systemId": "7CE751P312",
- "targetNQN": "nqn.2021-04.com.hpe:volume-1",
- "throughputKbps": 477219.2,
- "type": "volume or snapshot",
- "volumeName": "test-vv",
- "writeLatency": 1.2,
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/host-initiators/2b09e744496246859fde6c132b2091d3/volumes",
- "total": 1
}Get details volume/snapshot exported to host identified by {hostId} across its associated HPE Alletra Storage MP B10000 storage-systems
| hostId required | string Example: 2b09e744496246859fde6c132b2091d3 Id of the Host. |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq vol and wwn eq 60002AC000000000000000950002A85A Lucene query to filter volumes or snapshot by name or WWN. |
| sort | string Example: sort=name desc Lucene query to sort volumes or snapshot by name. |
{- "items": [
- {
- "name": "Vol1",
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE751P312/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd",
- "systemUid": "7CE751P312",
- "systemWWN": "2FF70002AC02A85A",
- "type": "Volume",
- "uid": "a7c4e6593f51d0b98f0e40d7e6df04fd",
- "wwn": "60002AC000000000000195BF0002A857"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/host-initiators/d548ef683c27403e96caa51816ddc72c/volumes-snapshots",
- "total": 1
}Get the list of hosts which have identical duplicates or are unique across different systems.
{- "items": [
- {
- "duplicateIds": [
- "string"
], - "id": "6848ef683c27403e96caa51816ddc72c",
- "members": [
- "string"
], - "name": "host1",
- "systems": [
- "string"
]
}
], - "requestUri": "/api/v1/host-initiators/bulkmerge",
- "total": 1
}Bulk Merge hosts into user created host
Array of objects (CreateBulkMergeCandidatesObject) |
{- "items": [
- {
- "duplicateIds": [
- "string"
], - "members": [
- "string"
], - "name": "host1",
- "systems": [
- "string"
]
}
]
}{- "items": [
- {
- "duplicateIds": [
- "string"
], - "id": "3e1d2a03c7a8e5513b7dd6e03553b79f"
}
]
}Merge hosts into user created host
| hostIds required | Array of strings or null host IDs of hosts which are needed to be merged. |
| name required | string or null Name of the host being created. |
| operatingSystem required | string or null Host operating system. Possible Values are: - AIX - Apple - Citrix Hypervisor(XenServer) - HP-UX - IBM VIO Server - InForm - NetApp/ONTAP - OE Linux UEK - OpenVMS - Oracle VM x86 - RHE Linux - RHE Virtualization - Solaris - SuSE Linux - SuSE Virtualization - Ubuntu - VMware (ESXi) - Windows Server |
{- "hostIds": [
- "string"
], - "name": "host1",
- "operatingSystem": "Windows Server"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get the list of initiators
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 oData query to filter hostservice by Key. |
| sort | string Example: sort=name desc oData query to sort hostservice by Key. |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
{- "items": [
- {
- "address": "100008F1EABFE61C",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "driverVersion": "4.1",
- "firmwareVersion": "10.0",
- "generation": 1627534116,
- "hbaModel": "myobject-5",
- "hostSpeed": 1000,
- "hosts": [
- {
- "editStatus": "Update_Success",
- "hostGroups": [
- {
- "id": "d548ef683c27403e96caa51816ddc72c",
- "isMergable": true,
- "markedForDelete": true,
- "name": "host-group1",
- "systems": [
- "string"
], - "userCreated": true
}
], - "id": "6848ef683c27403e96caa51816ddc72c",
- "ipAddress": "15.212.100.100",
- "isMergable": true,
- "isVvolHost": true,
- "markedForDelete": true,
- "name": "host1",
- "systems": [
- "string"
], - "userCreated": true
}
], - "id": "d548ef683c27403e96caa51816ddc72c",
- "ipAddress": "15.212.100.100",
- "name": "init1",
- "pathType": "string",
- "protocol": "FC",
- "systems": [
- "string"
], - "type": "initiator",
- "vendor": "hpe"
}
], - "pageLimit": 1,
- "pageOffset": 0,
- "requestUri": "/api/v1/initiators",
- "total": 1
}Create initiator
| address required | string or null Address of the initiator. |
| driverVersion | string or null Driver version of the host initiator. |
| firmwareVersion | string or null Firmware version of the host initiator. |
| hbaModel | string or null Host bus adaptor model of the host initiator |
| hostSpeed | integer or null <int64> Host speed |
| ipAddress | string or null IP address of the initiator. Supported only for iSCSI and NVMe protocols |
| name | string or null Name of the initiator. |
| protocol required | string or null protocol supported are : FC, iSCSI or NVMe |
| vendor | string or null Vendor of the host initiator |
{- "address": "iqn.1998-01.com.vmware:61f7c688-3e93-d360-8043-70106f7a7e18-0cba0054",
- "driverVersion": "4.1",
- "firmwareVersion": "10.0",
- "hbaModel": "model-5",
- "hostSpeed": 1000,
- "ipAddress": "15.212.100.100",
- "name": "init1",
- "protocol": "iSCSI",
- "vendor": "hpe"
}{- "address": "100008F1EABFE61C",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "driverVersion": "4.1",
- "firmwareVersion": "10.0",
- "generation": 1627534116,
- "hbaModel": "myobject-5",
- "hostSpeed": 1000,
- "hosts": [
- {
- "hostGroups": [
- {
- "id": "d548ef683c27403e96caa51816ddc72c",
- "isMergable": true,
- "markedForDelete": true,
- "name": "host-group1",
- "systems": [
- "string"
], - "userCreated": true
}
], - "id": "6848ef683c27403e96caa51816ddc72c",
- "ipAddress": "15.212.100.100",
- "isMergable": true,
- "isVvolHost": true,
- "markedForDelete": true,
- "name": "host1",
- "systems": [
- "string"
], - "userCreated": true
}
], - "id": "d548ef683c27403e96caa51816ddc72c",
- "ipAddress": "15.212.100.100",
- "name": "init1",
- "protocol": "FC",
- "systems": [
- "string"
], - "type": "initiator",
- "vendor": "hpe"
}Get the initiator details by {initiatorId}
| initiatorId required | string Example: e789e756496246859fde6c132b2091d3 UID of Initiator. |
{- "address": "100008F1EABFE61C",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "driverVersion": "4.1",
- "firmwareVersion": "10.0",
- "generation": 1627534116,
- "hbaModel": "myobject-5",
- "hostSpeed": 1000,
- "hosts": [
- {
- "hostGroups": [
- {
- "id": "d548ef683c27403e96caa51816ddc72c",
- "isMergable": true,
- "markedForDelete": true,
- "name": "host-group1",
- "systems": [
- "string"
], - "userCreated": true
}
], - "id": "6848ef683c27403e96caa51816ddc72c",
- "ipAddress": "15.212.100.100",
- "isMergable": true,
- "isVvolHost": true,
- "markedForDelete": true,
- "name": "host1",
- "systems": [
- "string"
], - "userCreated": true
}
], - "id": "e748ef683c27403e96caa51816ddc72c",
- "ipAddress": "15.212.100.100",
- "name": "init1",
- "pathType": "FC",
- "protocol": "FC",
- "requestUri": "/api/v1/initiators/1",
- "systems": [
- "string"
], - "type": "initiator",
- "vendor": "hpe"
}Get all nimble initiators details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter initiators by Key. |
| sort | string Example: sort=initiator_group_name desc oData query to sort initiators resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "access_protocol": "iscsi",
- "alias": "my_initiator-4",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "chapuser_id": "011c9973433673c3db000000000000000000000000",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "creation_time": 3400,
- "customerId": "string",
- "generation": 0,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "initiator_group_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "initiator_group_name": "myobject-5",
- "ip_address": "iqn.2007-11.com.storage:zmytestvol1-v0df0fe6f7dc7bb16.0000016b.70374579",
- "iqn": null,
- "label": "myobject-5",
- "last_modified": 3400,
- "override_existing_alias": null,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "sc_HostInitiatorId": "1223f5s",
- "type": "string",
- "wwpn": "af:32:f1:20:bc:ba:43:1a"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/host-initiators",
- "total": 1
}Get all nimble initiators details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| access_protocol required | string Access protocol used by the initiator. Possible values: 'iscsi', 'fc'. |
| alias | string or null Alias of the Fibre Channel initiator. Maximum alias length is 32 characters. Each initiator alias must have an associated WWPN specified using the 'wwpn' attribute.You can choose not to enter the WWPN for an initiator when using previously saved initiator alias.String of up to 32 alphanumeric characters, or one of $^-_.: cannot begin with non-alphanumeric character. |
| chapuser_id | string or null Identifier for the CHAP user. |
| initiator_group_id required | string Identifier of the initiator group that this initiator is assigned to. A 42 digit hexadecimal number. |
| ip_address | string or null IP address of the iSCSI initiator. Each initiator IP address must have an associated name specified using 'name' attribute.You can choose not to enter the name for an initiator if you prefer not to authenticate using both name and IP address, in this case the IQN name will be returned as ''. Alphanumeric, hyphenated, colon or period separated string of up to 255 characters or '' |
| iqn | string or null IQN name of the iSCSI initiator. Each initiator IQN name must have an associated IP address specified using the 'ip_address' attribute.You can choose not to enter the IP address for an initiator if you prefer not to authenticate using both name and IP address,in this case the IP address will be returned as '*'. |
| label | string or null Unique Identifier of the iSCSI initiator. Label is required when creating iSCSI initiator. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| override_existing_alias | boolean or null Forcibly add Fibre Channel initiator to initiator group by updating or removing conflicting Fibre Channel initiator aliases. |
| wwpn | string or null WWPN (World Wide Port Name) of the Fibre Channel initiator. WWPN is required when creating a Fibre Channel initiator. Each initiator WWPN can have an associated alias specified using the 'alias' attribute. You can choose not to enter the alias for an initiator if you prefer not to assign an initiator alias. Eight bytes expressed in hex separated by colons. |
{- "access_protocol": "iscsi",
- "alias": "my_initiator-4",
- "chapuser_id": "011c9973433673c3db000000000000000000000000",
- "initiator_group_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "ip_address": "iqn.2007-11.com.storage:zmytestvol1-v0df0fe6f7dc7bb16.0000016b.70374579",
- "iqn": "iqn.2007-11.com.storage:zmytestvol1-v0df0fe6f7dc7bb16.0000016b.70374579",
- "label": "myobject-5",
- "override_existing_alias": true,
- "wwpn": "af:32:f1:20:bc:ba:43:1a"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove Nimble Initiator identified by {hostInitiatorId} from Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| hostInitiatorId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of Host Initiator. A 42 digit hexadecimal number. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K Nimble Initiators identified by {hostInitiatorId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| hostInitiatorId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the nimble initiator. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "access_protocol": "string",
- "alias": "my_initiator-4",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "chapuser_id": "011c9973433673c3db000000000000000000000000",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "creation_time": 3400,
- "customerId": "string",
- "generation": 0,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "initiator_group_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "initiator_group_name": "myobject-5",
- "ip_address": "iqn.2007-11.com.storage:zmytestvol1-v0df0fe6f7dc7bb16.0000016b.70374579",
- "iqn": null,
- "label": "myobject-5",
- "last_modified": 3400,
- "override_existing_alias": null,
- "requestUri": "api/v1/storage-systems/devicetype2/2a0df0fe6f7dc7bb16000000000000000000004817/host-initiators/2a0df0fe6f7dc7bb16000000000000000000004007",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "sc_HostInitiatorId": "1223f5s",
- "type": "string",
- "wwpn": "af:32:f1:20:bc:ba:43:1a"
}Get details of Primera / Alletra 9K Host Paths
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter host path by Key. |
| sort | string Example: sort=HostSpeed desc oData query to sort host path resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "IPAddr": "1.1.1.1",
- "address": "810009440c9ce5824",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "-",
- "driverVersion": "v1.0.0",
- "firmwareVersion": "v1.0.0",
- "generation": 1652172206,
- "hostId": 101780,
- "hostName": "test-host",
- "hostSpeed": 100,
- "id": "1223f5s",
- "model": "model_1",
- "pathType": "FC",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "resourceUri": "/v1/storage-systems/host-paths/dbce79b2612cde02a6e0be8934c330ec",
- "sc_HostInitiatorId": "1223f5s",
- "switchPortWWN": "5001438026e98a60",
- "systemUid": "7CE727P35M",
- "systemWWN": "swK21",
- "uri": "/api/v3/hostpaths/dbce79b2612cde02a6e0be8934c330ec",
- "vendor": "-"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/host-paths",
- "total": 1
}Get details of Primera / Alletra 9K Host Path identified by {HostPathId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| hostPathId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the primera Host Path. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "IPAddr": "1.1.1.1",
- "address": "810009440c9ce5824",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "-",
- "driverVersion": "v1.0.0",
- "firmwareVersion": "v1.0.0",
- "generation": 1652172206,
- "hostId": 101780,
- "hostName": "test-host",
- "hostSpeed": 100,
- "id": "1223f5s",
- "model": "model_1",
- "pathType": "FC",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "resourceUri": "/v1/storage-systems/host-paths/dbce79b2612cde02a6e0be8934c330ec",
- "sc_HostInitiatorId": "1223f5s",
- "switchPortWWN": "5001438026e98a60",
- "systemUid": "7CE727P35M",
- "systemWWN": "swK21",
- "uri": "/api/v3/hostpaths/dbce79b2612cde02a6e0be8934c330ec",
- "vendor": "-"
}Get details of HPE Alletra Storage MP B10000 Host Paths
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter host path by Key. |
| sort | string Example: sort=HostSpeed desc oData query to sort host path resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "IPAddr": "1.1.1.1",
- "NvmeSubsystemNQN": "nqn.2020-07.com.hpe:8ee43ce5-8264-4fcf-9990-a894f56386c7",
- "address": "810009440c9ce5824",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "-",
- "driverVersion": "v1.0.0",
- "firmwareVersion": "v1.0.0",
- "generation": 1652172206,
- "hostId": 101780,
- "hostName": "test-host",
- "hostSpeed": 100,
- "id": "1223f5s",
- "model": "model_1",
- "pathType": "FC",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "resourceUri": "/v1/storage-systems/host-paths/dbce79b2612cde02a6e0be8934c330ec",
- "sc_HostInitiatorId": "1223f5s",
- "switchPortWWN": "5001438026e98a60",
- "systemUid": "7CE727P35M",
- "systemWWN": "swK21",
- "uri": "/api/v3/hostpaths/dbce79b2612cde02a6e0be8934c330ec",
- "vendor": "-"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/host-paths",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Host Path identified by {HostPathId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| hostPathId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the HPE Alletra Storage MP B10000 Host Path. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "IPAddr": "1.1.1.1",
- "NvmeSubsystemNQN": "nqn.2020-07.com.hpe:8ee43ce5-8264-4fcf-9990-a894f56386c7",
- "address": "810009440c9ce5824",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "-",
- "driverVersion": "v1.0.0",
- "firmwareVersion": "v1.0.0",
- "generation": 1652172206,
- "hostId": 101780,
- "hostName": "test-host",
- "hostSpeed": 100,
- "id": "1223f5s",
- "model": "model_1",
- "pathType": "FC",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/host-paths/14dbcb4be4836ff8f012a6d0118ba83a",
- "resourceUri": "/v1/storage-systems/host-paths/dbce79b2612cde02a6e0be8934c330ec",
- "sc_HostInitiatorId": "1223f5s",
- "switchPortWWN": "5001438026e98a60",
- "systemUid": "7CE727P35M",
- "systemWWN": "swK21",
- "uri": "/api/v3/hostpaths/dbce79b2612cde02a6e0be8934c330ec",
- "vendor": "-"
}Get details of Primera / Alletra 9K Host Sets
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter host set by Key. |
| sort | string Example: sort=HostSpeed desc oData query to sort host set resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "comment": "hostset comment",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "slt",
- "generation": 101780,
- "hostSetId": 101780,
- "id": "1223f5s",
- "members": [
- "string"
], - "name": "test-host-set",
- "resourceUri": "/v1/storage-systems/host-setss/dbce79b2612cde02a6e0be8934c330ec",
- "sc_HostGroupId": "1223f5s",
- "systemUid": "swK21",
- "systemWWN": "swK21",
- "uri": "/api/v3/hostsets/dbce79b2612cde02a6e0be8934c330ec",
- "uuid": "1223f5s"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type1/host-paths",
- "total": 1
}Get details of Primera / Alletra 9K Host Set identified by {HostSetId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| hostSetId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the primera Host Set. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "comment": "hostset comment",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "slt",
- "generation": 101780,
- "hostSetId": 101780,
- "id": "1223f5s",
- "members": [
- "string"
], - "name": "test-host-set",
- "requestUri": "/api/v1/storage-systems/device-type1/host-sets/b2d8dd2559e006e203600905c8dae212",
- "resourceUri": "/v1/storage-systems/host-setss/dbce79b2612cde02a6e0be8934c330ec",
- "sc_HostGroupId": "1223f5s",
- "systemUid": "swK21",
- "systemWWN": "swK21",
- "uri": "/api/v3/hostsets/dbce79b2612cde02a6e0be8934c330ec",
- "uuid": "1223f5s"
}Get details of HPE Alletra Storage MP B10000 Host Sets
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter host set by Key. |
| sort | string Example: sort=HostSpeed desc oData query to sort host set resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "comment": "hostset comment",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "slt",
- "generation": 101780,
- "hostSetId": 101780,
- "id": "1223f5s",
- "members": [
- "string"
], - "name": "test-host-set",
- "resourceUri": "/v1/storage-systems/host-setss/dbce79b2612cde02a6e0be8934c330ec",
- "sc_HostGroupId": "1223f5s",
- "systemUid": "swK21",
- "systemWWN": "swK21",
- "uri": "/api/v3/hostsets/dbce79b2612cde02a6e0be8934c330ec",
- "uuid": "1223f5s"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type4/host-paths",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Host Set identified by {HostSetId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| hostSetId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the HPE Alletra Storage MP B10000 Host Set. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "comment": "hostset comment",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "slt",
- "generation": 101780,
- "hostSetId": 101780,
- "id": "1223f5s",
- "members": [
- "string"
], - "name": "test-host-set",
- "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/host-sets/14dbcb4be4836ff8f012a6d0118ba83a",
- "resourceUri": "/v1/storage-systems/host-setss/dbce79b2612cde02a6e0be8934c330ec",
- "sc_HostGroupId": "1223f5s",
- "systemUid": "swK21",
- "systemWWN": "swK21",
- "uri": "/api/v3/hostsets/dbce79b2612cde02a6e0be8934c330ec",
- "uuid": "1223f5s"
}Get details of Primera / Alletra 9K Hosts
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter host by Key. |
| sort | string Example: sort=HostSpeed desc oData query to sort host resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "agent": {
- "IPAddr": "10.15.12.136",
- "architecture": "SAN",
- "bootFromSan": "yes",
- "clusterID": "113245",
- "clusterName": "SAN-cluster",
- "clusterSoftware": "Linux",
- "clusterVersion": "v1.0.0",
- "hostApps": "mysql",
- "lastUpdated": {
- "ms": 101780,
- "tz": "123545"
}, - "multiPathSoftware": "OS",
- "multiPathSoftwareVersion": "v1.0.0",
- "os": "Linux",
- "osPatch": "v1.0.0",
- "osVersion": "v1.0.0",
- "reportedName": "slvs"
}, - "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "descriptors": {
- "IPAddr": "1.1.1.1",
- "comment": "Comments",
- "contact": "1234567788e",
- "location": "US",
- "model": "AIX",
- "os": "Linux"
}, - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "slt",
- "generation": 1652172502,
- "hostId": 101780,
- "hostpaths": [
- {
- "IPAddr": "1.1.1.1",
- "address": "810009440c9ce5824",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "-",
- "driverVersion": "v1.0.0",
- "firmwareVersion": "v1.0.0",
- "generation": 1652172206,
- "hostId": 101780,
- "hostName": "test-host",
- "hostSpeed": 100,
- "id": "1223f5s",
- "model": "model_1",
- "pathType": "FC",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "resourceUri": "/v1/storage-systems/host-paths/dbce79b2612cde02a6e0be8934c330ec",
- "sc_HostInitiatorId": "1223f5s",
- "switchPortWWN": "5001438026e98a60",
- "systemUid": "7CE727P35M",
- "systemWWN": "swK21",
- "uri": "/api/v3/hostpaths/dbce79b2612cde02a6e0be8934c330ec",
- "vendor": "-"
}
], - "id": "132b493352ca3141456333edf403be0c",
- "initiatorChapEnabled": true,
- "initiatorChapName": "chapName",
- "initiatorEncryptedChapSecret": "secret",
- "minLunId": 10,
- "name": "test-host",
- "persona": {
- "capabilities": [
- "string"
], - "id": 101780,
- "name": "test-host"
}, - "resourceUri": "/api/v3/hosts/2492b4e84f7536577a38be78f0da0c1a",
- "sc_HostId": "132b493352ca3141456333edf403be0c",
- "state": {
- "detailed": {
- "args": [
- "string"
], - "default": "Host sltestish",
- "key": "HOST_NAME",
- "localized_text": "Localized text of the resource capabilities"
}, - "overallState": "NORMAL"
}, - "stateDescription": [
- "string"
], - "stateVal": 1,
- "systemUid": "swK21",
- "systemWWN": "swK21",
- "targetChapEnabled": true,
- "targetChapName": "sltest1",
- "targetEncryptedChapSecret": "Target Encrypted Chap Secret",
- "uaRepLun": true,
- "uri": "/api/v3/hosts/2492b4e84f7536577a38be78f0da0c1a"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type1/host-paths",
- "total": 1
}Get details of Primera / Alletra 9K Host identified by {HostId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| hostId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the primera Host Set. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "agent": {
- "IPAddr": "10.15.12.136",
- "architecture": "SAN",
- "bootFromSan": "yes",
- "clusterID": "113245",
- "clusterName": "SAN-cluster",
- "clusterSoftware": "Linux",
- "clusterVersion": "v1.0.0",
- "hostApps": "mysql",
- "lastUpdated": {
- "ms": 101780,
- "tz": "123545"
}, - "multiPathSoftware": "OS",
- "multiPathSoftwareVersion": "v1.0.0",
- "os": "Linux",
- "osPatch": "v1.0.0",
- "osVersion": "v1.0.0",
- "reportedName": "slvs"
}, - "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "descriptors": {
- "IPAddr": "1.1.1.1",
- "comment": "Comments",
- "contact": "1234567788e",
- "location": "US",
- "model": "AIX",
- "os": "Linux"
}, - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "slt",
- "generation": 1652172502,
- "hostId": 101780,
- "hostpaths": [
- {
- "IPAddr": "1.1.1.1",
- "address": "810009440c9ce5824",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "-",
- "driverVersion": "v1.0.0",
- "firmwareVersion": "v1.0.0",
- "generation": 1652172206,
- "hostId": 101780,
- "hostName": "test-host",
- "hostSpeed": 100,
- "id": "1223f5s",
- "model": "model_1",
- "pathType": "FC",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "resourceUri": "/v1/storage-systems/host-paths/dbce79b2612cde02a6e0be8934c330ec",
- "sc_HostInitiatorId": "1223f5s",
- "switchPortWWN": "5001438026e98a60",
- "systemUid": "7CE727P35M",
- "systemWWN": "swK21",
- "uri": "/api/v3/hostpaths/dbce79b2612cde02a6e0be8934c330ec",
- "vendor": "-"
}
], - "id": "132b493352ca3141456333edf403be0c",
- "initiatorChapEnabled": true,
- "initiatorChapName": "chapName",
- "initiatorEncryptedChapSecret": "secret",
- "minLunId": 10,
- "name": "test-host",
- "persona": {
- "capabilities": [
- "string"
], - "id": 101780,
- "name": "test-host"
}, - "requestUri": "/api/v1/storage-systems/device-type1/SGH014XGSP/hosts/9c3c4f29a82fd8d632ff379116fa0b8f",
- "resourceUri": "/api/v3/hosts/2492b4e84f7536577a38be78f0da0c1a",
- "sc_HostId": "132b493352ca3141456333edf403be0c",
- "state": {
- "detailed": {
- "args": [
- "string"
], - "default": "Host sltestish",
- "key": "HOST_NAME",
- "localized_text": "Localized text of the resource capabilities"
}, - "overallState": "NORMAL"
}, - "stateDescription": [
- "string"
], - "stateVal": 1,
- "systemUid": "swK21",
- "systemWWN": "swK21",
- "targetChapEnabled": true,
- "targetChapName": "sltest1",
- "targetEncryptedChapSecret": "Target Encrypted Chap Secret",
- "uaRepLun": true,
- "uri": "/api/v3/hosts/2492b4e84f7536577a38be78f0da0c1a"
}Get details of HPE Alletra Storage MP B10000 Hosts
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter host by Key. |
| sort | string Example: sort=HostSpeed desc oData query to sort host resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "agent": {
- "IPAddr": "10.15.12.136",
- "architecture": "SAN",
- "bootFromSan": "yes",
- "clusterID": "113245",
- "clusterName": "SAN-cluster",
- "clusterSoftware": "Linux",
- "clusterVersion": "v1.0.0",
- "hostApps": "mysql",
- "lastUpdated": {
- "ms": 101780,
- "tz": "123545"
}, - "multiPathSoftware": "OS",
- "multiPathSoftwareVersion": "v1.0.0",
- "os": "Linux",
- "osPatch": "v1.0.0",
- "osVersion": "v1.0.0",
- "reportedName": "slvs"
}, - "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "descriptors": {
- "IPAddr": "1.1.1.1",
- "comment": "Comments",
- "contact": "1234567788e",
- "location": "US",
- "model": "AIX",
- "os": "Linux"
}, - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "slt",
- "generation": 1652172502,
- "hostId": 101780,
- "hostpaths": [
- {
- "items": [
- {
- "IPAddr": "1.1.1.1",
- "NvmeSubsystemNQN": "nqn.2020-07.com.hpe:8ee43ce5-8264-4fcf-9990-a894f56386c7",
- "address": "810009440c9ce5824",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "-",
- "driverVersion": "v1.0.0",
- "firmwareVersion": "v1.0.0",
- "generation": 1652172206,
- "hostId": 101780,
- "hostName": "test-host",
- "hostSpeed": 100,
- "id": "1223f5s",
- "model": "model_1",
- "pathType": "FC",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "resourceUri": "/v1/storage-systems/host-paths/dbce79b2612cde02a6e0be8934c330ec",
- "sc_HostInitiatorId": "1223f5s",
- "switchPortWWN": "5001438026e98a60",
- "systemUid": "7CE727P35M",
- "systemWWN": "swK21",
- "uri": "/api/v3/hostpaths/dbce79b2612cde02a6e0be8934c330ec",
- "vendor": "-"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}
], - "id": "132b493352ca3141456333edf403be0c",
- "initiatorChapEnabled": true,
- "initiatorChapName": "chapName",
- "initiatorEncryptedChapSecret": "secret",
- "isNvmfStretched": true,
- "isVvolHost": true,
- "minLunId": 10,
- "name": "test-host",
- "persona": {
- "capabilities": [
- "string"
], - "id": 101780,
- "name": "test-host"
}, - "resourceUri": "/api/v3/hosts/2492b4e84f7536577a38be78f0da0c1a",
- "sc_HostId": "132b493352ca3141456333edf403be0c",
- "state": {
- "detailed": {
- "args": [
- "string"
], - "default": "Host sltestish",
- "key": "HOST_NAME",
- "localized_text": "Localized text of the resource capabilities"
}, - "overall": "NORMAL"
}, - "stateDescription": [
- "string"
], - "stateVal": 1,
- "systemUid": "swK21",
- "systemWWN": "swK21",
- "targetChapEnabled": true,
- "targetChapName": "sltest1",
- "targetEncryptedChapSecret": "Target Encrypted Chap Secret",
- "uaRepLun": true,
- "uri": "/api/v3/hosts/2492b4e84f7536577a38be78f0da0c1a"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type4/host-paths",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Host identified by {HostId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| hostId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the HPE Alletra Storage MP B10000 Host Set. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "agent": {
- "IPAddr": "10.15.12.136",
- "architecture": "SAN",
- "bootFromSan": "yes",
- "clusterID": "113245",
- "clusterName": "SAN-cluster",
- "clusterSoftware": "Linux",
- "clusterVersion": "v1.0.0",
- "hostApps": "mysql",
- "lastUpdated": {
- "ms": 101780,
- "tz": "123545"
}, - "multiPathSoftware": "OS",
- "multiPathSoftwareVersion": "v1.0.0",
- "os": "Linux",
- "osPatch": "v1.0.0",
- "osVersion": "v1.0.0",
- "reportedName": "slvs"
}, - "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "descriptors": {
- "IPAddr": "1.1.1.1",
- "comment": "Comments",
- "contact": "1234567788e",
- "location": "US",
- "model": "AIX",
- "os": "Linux"
}, - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "slt",
- "generation": 1652172502,
- "hostId": 101780,
- "hostpaths": [
- {
- "IPAddr": "1.1.1.1",
- "NvmeSubsystemNQN": "nqn.2020-07.com.hpe:8ee43ce5-8264-4fcf-9990-a894f56386c7",
- "address": "810009440c9ce5824",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "-",
- "driverVersion": "v1.0.0",
- "firmwareVersion": "v1.0.0",
- "generation": 1652172206,
- "hostId": 101780,
- "hostName": "test-host",
- "hostSpeed": 100,
- "id": "1223f5s",
- "model": "model_1",
- "pathType": "FC",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "resourceUri": "/v1/storage-systems/host-paths/dbce79b2612cde02a6e0be8934c330ec",
- "sc_HostInitiatorId": "1223f5s",
- "switchPortWWN": "5001438026e98a60",
- "systemUid": "7CE727P35M",
- "systemWWN": "swK21",
- "uri": "/api/v3/hostpaths/dbce79b2612cde02a6e0be8934c330ec",
- "vendor": "-"
}
], - "id": "132b493352ca3141456333edf403be0c",
- "initiatorChapEnabled": true,
- "initiatorChapName": "chapName",
- "initiatorEncryptedChapSecret": "secret",
- "isNvmfStretched": true,
- "isVvolHost": true,
- "minLunId": 10,
- "name": "test-host",
- "persona": {
- "capabilities": [
- "string"
], - "id": 101780,
- "name": "test-host"
}, - "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/hosts/14dbcb4be4836ff8f012a6d0118ba83a",
- "resourceUri": "/api/v3/hosts/2492b4e84f7536577a38be78f0da0c1a",
- "sc_HostId": "132b493352ca3141456333edf403be0c",
- "state": {
- "detailed": {
- "args": [
- "string"
], - "default": "Host sltestish",
- "key": "HOST_NAME",
- "localized_text": "Localized text of the resource capabilities"
}, - "overall": "NORMAL"
}, - "stateDescription": [
- "string"
], - "stateVal": 1,
- "systemUid": "swK21",
- "systemWWN": "swK21",
- "targetChapEnabled": true,
- "targetChapName": "sltest1",
- "targetEncryptedChapSecret": "Target Encrypted Chap Secret",
- "uaRepLun": true,
- "uri": "/api/v3/hosts/2492b4e84f7536577a38be78f0da0c1a"
}Returns the active (state="CREATED") issues for the account, which are associated with the resource-types for which the user has access. The user should also have the permission to view issues. Eg: if there are issues associated with 50 resources (of different resource-types) for a customer (obtained from the request header), and the user (obtained from the request headers), who has correct permissions to view the issues but has acceess to only 20 of those resources (ie access to their resource types), this API will return only the issues associated with those 20 resources. The grouped issues are places next to each other. The client will have to process them for any desired grouping
| offset | integer The number of items to skip before starting to collect the result set |
| limit | integer The numbers of items to return |
| filter | string The filter query parameter is used to filter the set of resources returned in the response.
The returned set of resources must match the criteria in the filter query parameter
A comparision compares a property name to a literal. The comparisons supported are the following:
“eq” : Is a property equal to value. Valid for number, boolean and string properties.
“gt” : Is a property greater than a value. Valid for number or string timestamp properties.
“lt” : Is a property less than a value. Valid for number or string timestamp properties
“in” : Is a value in a property (that is an array of strings)
Syntax:
“eq” : filter=
|
| sort | string Example: sort=/issues?sort=id desc resource property to sort, with an order appended Order may only be either “asc” (ascending) or “desc” (descending) |
| select | string The select query parameter is used to limit the properties returned with a resource or collection-level GET. Multiple properties can be listed to be returned. The server must only return the set of properties requested by the client. The property “select” is the name of the select query parameter; its value is the list of properties to return separated by commas. |
{- "items": [
- {
- "additionalDetails": {
- "consoleUri": "string"
}, - "body": "string",
- "category": "string",
- "clearedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "customerId": "string",
- "generation": "string",
- "id": "string",
- "issueType": "string",
- "lastOccurredAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "occurrenceCount": 0,
- "relatedResource": {
- "name": "string",
- "resourceUri": "string",
- "type": "string"
}, - "relatedResourceOwner": {
- "name": "string",
- "resourceUri": "string",
- "type": "string"
}, - "resourceUri": "string",
- "ruleId": "string",
- "severity": "string",
- "state": "string",
- "title": "string",
- "type": "string"
}
], - "pageLimit": 0,
- "pageOffset": 0,
- "total": 0
}Returns the active issue (state="CREATED") associated with the account (retrieved from the request headers) and with given Id
| id required | string <uuid> The UUID of the issue |
| select | string The select query parameter is used to limit the properties returned with a resource or collection-level GET. Multiple properties can be listed to be returned. The server must only return the set of properties requested by the client. The property “select” is the name of the select query parameter; its value is the list of properties to return separated by commas. |
{- "additionalDetails": {
- "consoleUri": "string"
}, - "body": "string",
- "category": "string",
- "clearedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "customerId": "string",
- "generation": "string",
- "id": "string",
- "issueType": "string",
- "lastOccurredAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "occurrenceCount": 0,
- "relatedResource": {
- "name": "string",
- "resourceUri": "string",
- "type": "string"
}, - "relatedResourceOwner": {
- "name": "string",
- "resourceUri": "string",
- "type": "string"
}, - "resourceUri": "string",
- "ruleId": "string",
- "severity": "string",
- "state": "string",
- "title": "string",
- "type": "string"
}Get details of Nimble / Alletra 6K local-key-manager
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "default",
- "active": true,
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "generation": 0,
- "purgeAge": 1234,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/local-key-manager",
- "total": 1
}Create local key manager for a Nimble / Alletra 6K storage system
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| passphrase required | string Passphrase for local key manager. String with size from 8 to 64 printable characters. |
{- "passphrase": "passphrase-91"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete Nimble / Alletra 6K local key manager identified by {localKeyManagerId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| localKeyManagerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of local key manager. A 42 digit hexadecimal number. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K local-key-manager identified by {localKeyManagerId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| localKeyManagerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of local key manager. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/local-key-manager/2a0df0fe6f7dc7bb16000000000000000000004007",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "default",
- "active": true,
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "generation": 0,
- "purgeAge": 1234,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "string"
}Edit local key manager for a Nimble / Alletra 6K identified by {localKeyManagerId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| localKeyManagerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of local key manager. A 42 digit hexadecimal number. |
| active | boolean Deprecated Whether the master key is active or not. Possible values: 'true', 'false'. |
| new_passphrase required | string New passphrase for local key manager. String with size from 8 to 64 printable characters. |
| passphrase required | string Existing passphrase for local key manager. String with size from 8 to 64 printable characters. |
{- "active": true,
- "new_passphrase": "passphrase-new",
- "passphrase": "passphrase-91"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}The Performance templates API allows the the management of performance policies
Get all performance-policies details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter performance Policy by Key. |
| sort | string Example: sort=name desc oData query to sort performance Policy resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "app_category": "Backup",
- "cache": false,
- "cache_policy": "normal",
- "compress": true,
- "creation_time": 1600169692,
- "dedupe_enabled": true,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "last_modified": 1600169692,
- "name": "Backup Repository",
- "predefined": true,
- "space_policy": "non_writable",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "block_size": 4096,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "dedupe_override_pools": [
- {
- "id": "0a1c9973433673c3db000000000000000000000001",
- "name": "default"
}
], - "description": "Performance policy suitable for use with Nimble Secondary Flash Array",
- "full_name": "Backup Repository",
- "generation": 0,
- "perfpolicy_creator_id": "0600000000000004d3000000000044000000000002",
- "perfpolicy_creator_name": "AF-123456",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "search_name": "Backup Repository",
- "type": "string",
- "volume_count": 0
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/performance-policies",
- "total": 1
}Create Nimble / Alletra 6K performance policy in a system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| app_category | string or null Specifies the application category of the associated volume. Plain string. Defaults to 'Unassigned'. |
| block_size | integer or null <int64> Block Size in bytes to be used by the volumes created with this specific performance policy. Supported block sizes are 4096 bytes (4 KB), 8192 bytes (8 KB), 16384 bytes(16 KB), and 32768 bytes (32 KB). Block size of a performance policy cannot be changed once the performance policy is created. Defaults to 4096. |
| cache | boolean or null Flag denoting if data in the associated volume should be cached. Defaults to 'true'. |
| cache_policy | string or null Specifies how data of associated volume should be cached. Supports two policies, 'normal' and 'aggressive'. 'normal' policy caches data but skips in certain conditions such as sequential I/O. 'aggressive' policy will accelerate caching of all data belonging to this volume, regardless of sequentiality. Possible values:'normal', 'no_write', 'aggressive_read_no_write', 'disabled', 'aggressive'. Defaults to 'normal'. |
| compress | boolean or null Flag denoting if data in the associated volume should be compressed. Defaults to 'true'. |
| dedupe_enabled | boolean or null Specifies if dedupe is enabled for volumes created with this performance policy. |
| description | string or null Description of a performance policy. String of up to 255 printable ASCII characters. |
| name required | string Name of the Performance Policy. String of up to 64 alphanumeric characters, - and . and : and space are allowed after first character. |
| space_policy | string or null Specifies the state of the volume upon space constraint violation such as volume limit violation or volumes above their volume reserve, if the pool free space is exhausted. Supports two policies, 'offline' and 'non_writable'. Possible values:'offline', 'login_only', 'non_writable', 'read_only', 'invalid'. Defaults to 'offline'. |
{- "app_category": "Unassigned",
- "block_size": 4096,
- "cache": true,
- "cache_policy": "normal",
- "compress": true,
- "dedupe_enabled": false,
- "description": "99.9999% availability",
- "name": "SQL Server Logs",
- "space_policy": "offline"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove performance-policies identified by {performancePolicyId} from Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| performancePolicyId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the performance Policy. A 42 digit hexadecimal number. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K performance-policy identified by {performancePolicyId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| performancePolicyId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the performance Policy. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/performance-policies/2a0df0fe6f7dc7bb16000000000000000000004007",
- "app_category": "Backup",
- "cache": false,
- "cache_policy": "normal",
- "compress": true,
- "creation_time": 1600169692,
- "dedupe_enabled": true,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "last_modified": 1600169692,
- "name": "Backup Repository",
- "predefined": true,
- "space_policy": "non_writable",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "block_size": 4096,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "dedupe_override_pools": [
- {
- "id": "0a1c9973433673c3db000000000000000000000001",
- "name": "default"
}
], - "description": "Performance policy suitable for use with Nimble Secondary Flash Array",
- "full_name": "Backup Repository",
- "generation": 0,
- "perfpolicy_creator_id": "0600000000000004d3000000000044000000000002",
- "perfpolicy_creator_name": "AF-123456",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "search_name": "Backup Repository",
- "type": "string",
- "volume_count": 0
}Edit details of Nimble / Alletra 6K performance policy identified by {performancePolicyId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| performancePolicyId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the performance Policy. A 42 digit hexadecimal number. |
| app_category | string or null Specifies the application category of the associated volume. Plain string. Defaults to 'Unassigned'. |
| cache | boolean or null Flag denoting if data in the associated volume should be cached. Defaults to 'true'. |
| cache_policy | string or null Specifies how data of associated volume should be cached. Supports two policies, 'normal' and 'aggressive'. 'normal' policy caches data but skips in certain conditions such as sequential I/O. 'aggressive' policy will accelerate caching of all data belonging to this volume, regardless of sequentiality. Possible values:'normal', 'no_write', 'aggressive_read_no_write', 'disabled', 'aggressive'. Defaults to 'normal'. |
| compress | boolean or null Flag denoting if data in the associated volume should be compressed. Defaults to 'true'. |
| dedupe_enabled | boolean or null Specifies if dedupe is enabled for volumes created with this performance policy. |
| description | string or null Description of a performance policy. String of up to 255 printable ASCII characters. |
| name | string or null Name of the Performance Policy. String of up to 64 alphanumeric characters, - and . and : and space are allowed after first character. |
| space_policy | string or null Specifies the state of the volume upon space constraint violation such as volume limit violation or volumes above their volume reserve, if the pool free space is exhausted. Supports two policies, 'offline' and 'non_writable'. Possible values:'offline', 'login_only', 'non_writable', 'read_only', 'invalid'. Defaults to 'offline'. |
{- "app_category": "Unassigned",
- "cache": true,
- "cache_policy": "normal",
- "compress": true,
- "dedupe_enabled": false,
- "description": "99.9999% availability",
- "name": "SQL Server Logs",
- "space_policy": "offline"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Primera / Alletra 9K Ports
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq 1:0:1 and systemWWN eq 2FF70002AC018D94 oData query to filter ports by Key. |
| sort | string Example: sort=name desc oData query to sort ports by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "nodes"
}
], - "cardType": {
- "default": "string",
- "key": "string"
}, - "class": 0,
- "class2": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "config": "valid",
- "configMode": "string",
- "connectionType": "string",
- "customerId": "string",
- "devices": [
- {
- "name": "string",
- "position": 0
}
], - "displayname": "string",
- "domain": "string",
- "failoverStatus": "string",
- "fcData": {
- "nodeWWN": "string",
- "portWWN": "string"
}, - "fwVersion": "12.2.396.1",
- "generation": 0,
- "id": "9d765763116c20a508e8996f2a10821d",
- "initiatorPorts": {
- "aliases": "string",
- "currentSpeed": "string",
- "hbaDriverVersion": "string",
- "hbaFirmwareVersion": "string",
- "hbaManufacturer": "string",
- "hbaModel": "string",
- "hbaOsNameVersion": "string",
- "hostName": "string",
- "number": 0,
- "osDeviceName": "string",
- "ssanQosSupport": "string",
- "ssanSecuritySupport": "string",
- "supportedSpeeds": "string",
- "wwn": "string"
}, - "interruptCoalesce": "string",
- "ipData": {
- "autoneg": true,
- "duplex": "string",
- "gatewayAddress": "string",
- "gatewayAddressV6": "string",
- "ipAddress": "string",
- "ipAddressV6": "string",
- "macAddress": "string",
- "mtu": "string",
- "subnetMask": "string",
- "subnetMaskV6": "string"
}, - "iscsiData": {
- "gatewayAddress": "string",
- "iSCSIName": "string",
- "iSNSPrimaryAddress": "string",
- "iSNSTcpPort": 0,
- "ipAddress": "string",
- "iscsiName": "string",
- "mACAddress": "string",
- "macAddress": "string",
- "mtu": "string",
- "sendTargetGroupTag": 0,
- "subnetMask": "string",
- "supportsVLAN": true,
- "supportsVlan": true,
- "targetPortalGroupTag": 0
}, - "label": "IP0",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "mode": "string",
- "modeChange": "string",
- "name": "string",
- "nodeCardId": "string",
- "nodeId": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "partner": {
- "nodeWwnOrName": "string",
- "portWwnOrIp": "string",
- "position": {
- "node": 0,
- "port": 0,
- "slot": 0
}
}, - "portSfp": {
- "fwVersion": "string",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "qualified": true,
- "rxLossPin": {
- "default": "string",
- "key": "string"
}, - "rxPowerLow": true,
- "speed": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "supportDDM": true,
- "txDisablePin": {
- "default": "string",
- "key": "string"
}, - "txFaultPin": {
- "default": "string",
- "key": "string"
}
}, - "portType": "string",
- "position": {
- "node": 0,
- "port": 0,
- "slot": 0
}, - "protocol": "string",
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/ports/220fcd48857f63c0f354c6723ec5d5cb",
- "revision": "string",
- "smartSAN": "string",
- "speedActual": "string",
- "speedConfigured": "string",
- "speedMax": "string",
- "speedMin": "string",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateDescription": [
- "string"
], - "systemId": "7CE751P312",
- "tgtModeWriteOpt": "string",
- "type": "string",
- "uniqueWWN": "string",
- "vlans": [
- {
- "gatewayAddress": "string",
- "iSNSPrimaryAddress": "string",
- "iSNSTcpPort": "string",
- "ipAddress": "string",
- "mtu": "string",
- "sendTargetGroupTag": "string",
- "subnetMask": "string",
- "targetPortalGroupTag": "string",
- "vlanId": "string"
}
]
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/7CE751P312/ports",
- "total": 1
}Get details of performance metrics of Primera/ Alletra 9K host ports on storage system identified by {systemid}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| reportType | string Example: reportType=Canned,Custom,Def,ApiUser parameter will be set to report type requested. For api users, set parameter as ApiUser |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
| compareBy | string Example: compareBy=top eq 5 and metrics eq readIops compareBy will define top and compare metrics for which query has to be made. Allowed values: |
| groupBy | string Example: groupBy=port_type,nsp groupBy will define comma separated groupBy parameters. By default, groupBy will be set to
|
| metricType | string Example: metricType=IOPS,LATENCY,THROUGHPUT,IOSIZE,QLEN,AVG_BUSY metricType will define comma separated metrics |
| filter | string Example: filter=port_type eq host and nsp in (0:3:1,0:4:1) filter will define objects to be filtered. Filterable columns are: * |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "avgbusyMetricsDataPerct": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "iopsMetricsData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "ioszMetricsDataKbs": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "latencyMetricsDataMs": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "qlenMetricsData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "throughputMetricsDataKbps": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
]
}, - "requestUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/performance-history",
- "startTime": 1625556314
}Get details of Primera / Alletra 9K Port identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "nodes"
}
], - "cardType": {
- "default": "string",
- "key": "string"
}, - "class": 0,
- "class2": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "config": "valid",
- "configMode": "string",
- "connectionType": "string",
- "consoleUri": "data-ops-manager/storage-systems/device-type1/7CE751P312/ports/220fcd48857f63c0f354c6723ec5d5cb",
- "customerId": "string",
- "devices": [
- {
- "name": "string",
- "position": 0
}
], - "displayname": "string",
- "domain": "string",
- "failoverStatus": "string",
- "fcData": {
- "nodeWWN": "string",
- "portWWN": "string"
}, - "fwVersion": "12.2.396.1",
- "generation": 0,
- "id": "9d765763116c20a508e8996f2a10821d",
- "initiatorPorts": {
- "aliases": "string",
- "currentSpeed": "string",
- "hbaDriverVersion": "string",
- "hbaFirmwareVersion": "string",
- "hbaManufacturer": "string",
- "hbaModel": "string",
- "hbaOsNameVersion": "string",
- "hostName": "string",
- "number": 0,
- "osDeviceName": "string",
- "ssanQosSupport": "string",
- "ssanSecuritySupport": "string",
- "supportedSpeeds": "string",
- "wwn": "string"
}, - "interruptCoalesce": "string",
- "ipData": {
- "autoneg": true,
- "duplex": "string",
- "gatewayAddress": "string",
- "gatewayAddressV6": "string",
- "ipAddress": "string",
- "ipAddressV6": "string",
- "macAddress": "string",
- "mtu": "string",
- "subnetMask": "string",
- "subnetMaskV6": "string"
}, - "iscsiData": {
- "gatewayAddress": "string",
- "iSCSIName": "string",
- "iSNSPrimaryAddress": "string",
- "iSNSTcpPort": 0,
- "ipAddress": "string",
- "iscsiName": "string",
- "mACAddress": "string",
- "macAddress": "string",
- "mtu": "string",
- "sendTargetGroupTag": 0,
- "subnetMask": "string",
- "supportsVLAN": true,
- "supportsVlan": true,
- "targetPortalGroupTag": 0
}, - "label": "IP0",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "mode": "string",
- "modeChange": "string",
- "name": "string",
- "nodeCardId": "string",
- "nodeId": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "partner": {
- "nodeWwnOrName": "string",
- "portWwnOrIp": "string",
- "position": {
- "node": 0,
- "port": 0,
- "slot": 0
}
}, - "portSfp": {
- "fwVersion": "string",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "qualified": true,
- "rxLossPin": {
- "default": "string",
- "key": "string"
}, - "rxPowerLow": true,
- "speed": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "supportDDM": true,
- "txDisablePin": {
- "default": "string",
- "key": "string"
}, - "txFaultPin": {
- "default": "string",
- "key": "string"
}
}, - "portType": "string",
- "position": {
- "node": 0,
- "port": 0,
- "slot": 0
}, - "protocol": "string",
- "requestUri": "/v1/storage-systems/device-type1/7CE751P312/ports/220fcd48857f63c0f354c6723ec5d5cb",
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/ports/220fcd48857f63c0f354c6723ec5d5cb",
- "revision": "string",
- "smartSAN": "string",
- "speedActual": "string",
- "speedConfigured": "string",
- "speedMax": "string",
- "speedMin": "string",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateDescription": [
- "string"
], - "systemId": "7CE751P312",
- "tgtModeWriteOpt": "string",
- "type": "string",
- "uniqueWWN": "string",
- "vlans": [
- {
- "gatewayAddress": "string",
- "iSNSPrimaryAddress": "string",
- "iSNSTcpPort": "string",
- "ipAddress": "string",
- "mtu": "string",
- "sendTargetGroupTag": "string",
- "subnetMask": "string",
- "targetPortalGroupTag": "string",
- "vlanId": "string"
}
]
}Port enable disable identified by {id} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| portEnable | boolean Port enable true or false |
{- "portEnable": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Clear the details of the ports identified by {id} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| ipType | string or null For RCIP ports, the IP version of the address that needs to be cleared from the port. Either the IPv4 address or IPv6 address or both addresses can be cleared. Possible values: v4,v6,both |
{- "ipType": "v6"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit iscsi ports identified by {id} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| gatewayAddress | string or null <ipv4> Gateway address to edit to |
| ipAddress | string <ipv4> IP address to edit to |
| label | string or null label of the port to edit to |
| mtu | string MTU to edit to. Possible Values: "1500", "9000" |
| netMask | string <ipv4> NetMask address to edit to |
| sendTargetGroupTag | integer or null <Uint32> |
{- "gatewayAddress": "255.255.255.0",
- "ipAddress": "192.168.193.21",
- "label": "port_123",
- "mtu": "1500",
- "netMask": "255.255.255.0",
- "sendTargetGroupTag": 13
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit rcip ports identified by {id} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| gatewayAddress | string or null <ipv4> Gateway address to edit to for IPv4 address |
| gatewayAddressV6 | string or null Gateway address to edit to for IPv6 address |
| ipAddress | string or null <ipv4> IPv4 address to edit to |
| ipAddressV6 | string or null IPv6 address to edit to |
| label | string or null Deprecated label of the port to edit to |
| mtu | string MTU to edit to. Possible Values: "1500", "9000" |
| netMask | string or null <ipv4> NetMask address to edit to for IPv4 address |
| netMaskV6 | string or null NetMask address to edit to for IPv6 address |
| speedConfigured | string or null Configured speed. Possible Values: auto, "1", "2", "4", "8", "16", "32" |
{- "gatewayAddress": "255.255.255.0",
- "gatewayAddressV6": "FE80::1",
- "ipAddress": "192.168.193.21",
- "ipAddressV6": "2001:db8:abcd:12:ffff:ffff:ffff:ff16",
- "label": "port_123",
- "mtu": "1500",
- "netMask": "255.255.255.0",
- "netMaskV6": "64",
- "speedConfigured": "1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit ports identified by {id} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| configMode | string or null Configuration of Port. Possible Values: Disk, Host, RCFC, Peer |
| connectionType | string or null Port connection Type. Possible Values: Point, Loop |
| interuptCoalesce | boolean or null Port interuptCoalesce enabled or not |
| label | string Port name |
| speedConfigured | string or null Port speed. Possible Values: auto, "4", "8", "16", "32" |
| uniqueWWN | boolean or null Port uniquewwn enabled or not |
| vcn | boolean or null VLUN change notification enabled or not |
{- "configMode": "Host",
- "connectionType": "Loop",
- "interuptCoalesce": true,
- "label": "FCPort1",
- "speedConfigured": "8",
- "uniqueWWN": true,
- "vcn": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Initialize the details of the ports identified by {id} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Ping iscsi ports identified by {id} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| ipAddress | string <ipv4> IP Address to ping. Cannot ping both IPv4 and IPv6 address simultaneously. Provide either IPv4 or IPv6 address. |
| ipAddressv6 | string <ipv6> IP Address to ping. Cannot ping both IPv4 and IPv6 address simultaneously. Provide either IPv4 or IPv6 address. |
| pingCount | integer ping count |
{- "ipAddress": "192.168.193.32",
- "ipAddressv6": "2001:db8:abcd:12:ffff:ffff:ffff:ff16",
- "pingCount": 4
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Ping rcip ports identified by {id} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| PacketSize | integer Packet size of the ping |
| WaitTime | integer Wait time |
| ipAddress | string <ipv4> IP Address to ping |
| ipAddressv6 | string <ipv6> IP Address to ping |
| pingCount | integer ping count |
{- "PacketSize": 4,
- "WaitTime": 100,
- "ipAddress": "192.168.193.32",
- "ipAddressv6": "2001:db8:abcd:12:ffff:ffff:ffff:ff16",
- "pingCount": 4
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get all fibre channel configs details of Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter Fibre Channel Configs by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_list": [
- {
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name": "myobject-5",
- "ctrlr_a_fc_config": {
- "fc_interface_list": {
- "bus_location": "myobject-5",
- "name": "myobject-5",
- "online": true,
- "port": 1234,
- "slot": 1234,
- "wwnn": "56:c9:ce:90:e0:f3:0f:00",
- "wwpn": "56:c9:ce:90:e0:f3:0f:02"
}, - "fc_port_list": {
- "bus_location": "myobject-5",
- "name": "myobject-5",
- "port": 1234,
- "slot": 1234
}
}, - "ctrlr_b_fc_config": {
- "fc_interface_list": {
- "bus_location": "myobject-5",
- "name": "myobject-5",
- "online": true,
- "port": 1234,
- "slot": 1234,
- "wwnn": "56:c9:ce:90:e0:f3:0f:00",
- "wwpn": "56:c9:ce:90:e0:f3:0f:02"
}, - "fc_port_list": {
- "bus_location": "myobject-5",
- "name": "myobject-5",
- "port": 1234,
- "slot": 1234
}
}, - "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "myobject-5"
}
], - "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "controller_name": "myobject-5",
- "customerId": "string",
- "generation": 0,
- "group_leader_array": "myobject-5",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/fibre-channel-configs",
- "total": 1
}Get fibre channel configs details of Nimble / Alletra 6K identified by {fcConfigId}.
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| fcConfigId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of fibre channel config. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/fibre-channel-configs/2a0df0fe6f7dc7bb16000000000000000000004007",
- "group_leader_array": "myobject-5",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_list": [
- {
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name": "myobject-5",
- "ctrlr_a_fc_config": {
- "fc_interface_list": {
- "bus_location": "myobject-5",
- "name": "myobject-5",
- "online": true,
- "port": 1234,
- "slot": 1234,
- "wwnn": "56:c9:ce:90:e0:f3:0f:00",
- "wwpn": "56:c9:ce:90:e0:f3:0f:02"
}, - "fc_port_list": {
- "bus_location": "myobject-5",
- "name": "myobject-5",
- "port": 1234,
- "slot": 1234
}
}, - "ctrlr_b_fc_config": {
- "fc_interface_list": {
- "bus_location": "myobject-5",
- "name": "myobject-5",
- "online": true,
- "port": 1234,
- "slot": 1234,
- "wwnn": "56:c9:ce:90:e0:f3:0f:00",
- "wwpn": "56:c9:ce:90:e0:f3:0f:02"
}, - "fc_port_list": {
- "bus_location": "myobject-5",
- "name": "myobject-5",
- "port": 1234,
- "slot": 1234
}
}, - "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "myobject-5"
}
], - "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "controller_name": "myobject-5",
- "customerId": "string",
- "generation": 0,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "string"
}Get details of all fibre channel interfaces of Nimble / Alletra 6K storage system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter fibre channel interfaces by Key. |
| sort | string Example: sort=name desc oData query to sort fibre channel interfaces resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "array_name_or_serial": "g1a1",
- "bus_location": "0000:81:00.0",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "controller_name": "fc1",
- "customerId": "string",
- "fabric_info": {
- "fabric_switch_name": "Switch_A1",
- "fabric_switch_port": "10",
- "fabric_switch_port_number": "fc/15",
- "fabric_switch_wwnn": "da:ad:da:ad:da:ad:da:ad",
- "fabric_switch_wwpn": "d0:0d:d0:0d:d0:0d:d0:0d",
- "fabric_wwn": "fa:b4:1c:fa:b4:1c:fa:b4",
- "fc_id": "1ceace",
- "logged_in": true
}, - "fc_port_id": "23",
- "fc_port_name": "fc1",
- "firmware_version": "1.1.59.0",
- "generation": 0,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "link_info": {
- "link_speed": "link_speed_1000M",
- "link_status": "plat_fc_link_status_reset",
- "max_link_speed": "link_speed_10000M",
- "operational_status": "plat_fc_operational_status_admin_offline"
}, - "logical_port_number": 0,
- "name": "fcinterface1",
- "online": true,
- "orientation": "left_to_right",
- "partial_response_ok": true,
- "peerzone": "peerzone",
- "port": 1,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "slot": 1,
- "type": "string",
- "wwnn": "da:ad:da:ad:da:ad:da:ad",
- "wwpn": "d0:0d:d0:0d:d0:0d:d0:0d"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/fibre-channel-interfaces",
- "total": 1
}Get all fibre channel sessions details of Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter Fibre Channel Sessions by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "consoleUri": "null",
- "customerId": "string",
- "generation": 0,
- "initiator_info": {
- "initiator_alias": "port5",
- "initiator_fcid": "181800",
- "initiator_switch_name": "MSDU_LS_E_CB2502",
- "initiator_switch_port": "42",
- "initiator_symbolic_nodename": "itor1_symbolic_portname",
- "initiator_symbolic_portname": "itor1_symbolic_nodename",
- "initiator_wwnn": "20:00:1c:98:ec:0a:82:96",
- "initiator_wwpn": "10:00:9c:dc:71:72:9f:43"
}, - "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "sc_HostInitiatorId": "1223f5s",
- "target_info": {
- "target_fcid": "1b2300",
- "target_port_array_name": "CS2-AF40-3445",
- "target_port_ctrlr_name": "A",
- "target_port_interface_name": "fc3b.1",
- "target_wwnn": "56:c9:ce:90:e0:f3:0f:00",
- "target_wwpn": "56:c9:ce:90:e0:f3:0f:02"
}, - "type": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/fibre-channel-sessions",
- "total": 1
}Get fibre channel session details of Nimble / Alletra 6K identified by {fcSessionId}.
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| fcSessionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the Fibre Channel Session. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/fibre-channel-sessions/2a0df0fe6f7dc7bb16000000000000000000004007",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "consoleUri": "null",
- "customerId": "string",
- "generation": 0,
- "initiator_info": {
- "initiator_alias": "port5",
- "initiator_fcid": "181800",
- "initiator_switch_name": "MSDU_LS_E_CB2502",
- "initiator_switch_port": "42",
- "initiator_symbolic_nodename": "itor1_symbolic_portname",
- "initiator_symbolic_portname": "itor1_symbolic_nodename",
- "initiator_wwnn": "20:00:1c:98:ec:0a:82:96",
- "initiator_wwpn": "10:00:9c:dc:71:72:9f:43"
}, - "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "sc_HostInitiatorId": "1223f5s",
- "target_info": {
- "target_fcid": "1b2300",
- "target_port_array_name": "CS2-AF40-3445",
- "target_port_ctrlr_name": "A",
- "target_port_interface_name": "fc3b.1",
- "target_wwnn": "56:c9:ce:90:e0:f3:0f:00",
- "target_wwpn": "56:c9:ce:90:e0:f3:0f:02"
}, - "type": "string"
}Get all network interfaces details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter Network Interface by Key. |
| sort | string Example: sort=name desc oData query to sort Network Interface resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "controller_name": "myobject-5",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "myobject-5",
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name_or_serial": "myobject-5",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "controller_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "customerId": "string",
- "generation": 0,
- "ip_list": [
- {
- "ip": "127.0.0.1",
- "vlan_id": 1
}
], - "is_present": true,
- "link_speed": "link_speed_1000M",
- "link_status": "link_status_up",
- "mac": "11:33:55:77:99:BB",
- "max_link_speed": "link_speed_1000M",
- "mtu": 1234,
- "nic_type": "nic_type_tp",
- "partial_response_ok": false,
- "port": 1234,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "slot": 1234,
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/network-interfaces",
- "total": 1
}Get all network interfaces details by Nimble / Alletra 6K identified by {networkInterfaceId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| networkInterfaceId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the Network Interface. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/network-interfaces/2a0df0fe6f7dc7bb16000000000000000000004007",
- "controller_name": "myobject-5",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "myobject-5",
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name_or_serial": "myobject-5",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "controller_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "customerId": "string",
- "generation": 0,
- "ip_list": [
- {
- "ip": "127.0.0.1",
- "vlan_id": 1
}
], - "is_present": true,
- "link_speed": "link_speed_1000M",
- "link_status": "link_status_up",
- "mac": "11:33:55:77:99:BB",
- "max_link_speed": "link_speed_1000M",
- "mtu": 1234,
- "nic_type": "nic_type_tp",
- "partial_response_ok": false,
- "port": 1234,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "slot": 1234,
- "type": "string"
}Get all ports details of Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter fibre channel interface ports by Key. |
| sort | string Example: sort=name desc oData query to sort fibre channel interface ports resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "fibre_channel_interface": {
- "items": [
- {
- "controller_name": "A",
- "fc_port_id": "1f01167316131",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "interface1.1",
- "wwnn": "56:c9:ce:90:9b:84:c9:00",
- "wwpn": "56:c9:ce:90:9b:84:c9:01",
- "array_name_or_serial": "g1a1",
- "bus_location": "0000:81:00.0",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "fabric_info": {
- "fabric_switch_name": "Switch_A1",
- "fabric_switch_port": 10,
- "fabric_switch_port_number": "fc/15",
- "fabric_switch_wwnn": "da:ad:da:ad:da:ad:da:ad",
- "fabric_switch_wwpn": "d0:0d:d0:0d:d0:0d:d0:0d",
- "fabric_wwn": "fa:b4:1c:fa:b4:1c:fa:b4",
- "fc_id": "1ceace",
- "logged_in": true
}, - "fc_port_name": "fc1",
- "firmware_version": "1.1.59.0",
- "generation": 0,
- "link_info": {
- "link_speed": "link_speed_1000M",
- "link_status": "plat_fc_link_status_reset",
- "max_link_speed": "link_speed_10000M",
- "operational_status": "plat_fc_operational_status_admin_offline"
}, - "logical_port_number": 0,
- "online": true,
- "orientation": "left_to_right",
- "partial_response_ok": true,
- "peerzone": "peerzone",
- "port": 1,
- "slot": 1,
- "type": "string"
}
], - "total": 2
}, - "network_interface": {
- "items": [
- {
- "array_id": "0900000000000004d3000000000000000000000004",
- "controller_name": "A",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "interface1.1",
- "array_name_or_serial": "myarray",
- "controller_id": "c300000000000004d3000000000000000400000000",
- "ip_list": {
- "ip": "xx.xx.xx",
- "vlan_id": 1
}, - "is_present": true,
- "link_speed": "link_speed_1000M",
- "link_status": "link_status_up",
- "mac": "11:33:55:77:99:BB",
- "max_link_speed": "link_speed_1000M",
- "mtu": 1500,
- "nic_type": "nic_type_tp",
- "partial_response_ok": true,
- "port": 0,
- "slot": 0
}
], - "total": 2
}, - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/ports",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "total": 4
}Get details of Nimble / Alletra 6K Port identified by {portId}.
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| portId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of port. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "array_id": "0900000000000004d3000000000000000000000004",
- "array_name_or_serial": "g1a1",
- "bus_location": "0000:81:00.0",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "controller_id": "c300000000000004d3000000000000000400000000",
- "controller_name": "A",
- "fabric_info": {
- "fabric_switch_name": "Switch_A1",
- "fabric_switch_port": 10,
- "fabric_switch_port_number": "fc/15",
- "fabric_switch_wwnn": "da:ad:da:ad:da:ad:da:ad",
- "fabric_switch_wwpn": "d0:0d:d0:0d:d0:0d:d0:0d",
- "fabric_wwn": "fa:b4:1c:fa:b4:1c:fa:b4",
- "fc_id": "1ceace",
- "logged_in": true
}, - "fc_port_id": "1f01167316131",
- "fc_port_name": "fc1",
- "firmware_version": "1.1.59.0",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "ip_list": {
- "ip": "xx.xx.xx",
- "vlan_id": 1
}, - "is_present": true,
- "link_info": {
- "link_speed": "link_speed_1000M",
- "link_status": "plat_fc_link_status_reset",
- "max_link_speed": "link_speed_10000M",
- "operational_status": "plat_fc_operational_status_admin_offline"
}, - "link_speed": "link_speed_1000M",
- "link_status": "link_status_up",
- "logical_port_number": 0,
- "mac": "11:33:55:77:99:BB",
- "max_link_speed": "link_speed_1000M",
- "mtu": 1500,
- "name": "interface1.1",
- "nic_type": "nic_type_tp",
- "online": true,
- "orientation": "left_to_right",
- "partial_response_ok": true,
- "peerzone": null,
- "port": 0,
- "slot": 0,
- "wwnn": "56:c9:ce:90:9b:84:c9:00",
- "wwpn": "56:c9:ce:90:9b:84:c9:01"
}Edit Nimble FC Port of Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| portId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of port. A 42 digit hexadecimal number. |
| online | boolean or null Identify whether the Fibre Channel interface is online. |
{- "online": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of HPE Alletra Storage MP B10000 Ports
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq 1:0:1 and systemWWN eq 2FF70002AC018D94 oData query to filter ports by Key. |
| sort | string Example: sort=name desc oData query to sort ports by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "nodes"
}
], - "cardType": {
- "default": "string",
- "key": "string"
}, - "class": 0,
- "class2": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "config": "valid",
- "configMode": "string",
- "connectionType": "string",
- "customerId": "string",
- "devices": [
- {
- "device": "string",
- "name": "string",
- "port": 0,
- "position": 0,
- "slot": 0
}
], - "displayname": "string",
- "domain": "string",
- "enclosureCardId": 0,
- "enclosureCardPCIUid": "string",
- "enclosureCardPCId": 0,
- "enclosureCardUid": "string",
- "enclosureId": 0,
- "enclosureUid": "string",
- "failoverStatus": "string",
- "fcData": {
- "nodeWWN": "string",
- "portWWN": "string"
}, - "fileData": {
- "failoverIPs": "string",
- "ipDisabled": true,
- "linkState": "string",
- "prefixLength": 0,
- "vlanId": 0
}, - "fwVersion": "12.2.396.1",
- "generation": 0,
- "hostVirtualPorts": [
- {
- "nodeWWN": "string",
- "portLinkState": "LINK_STATE_CONFIG_WAIT",
- "portType": "PORT_TYPE_FREE",
- "portWWN": "string",
- "protocol": "PORT_PROTOCOL_UNKNOWN",
- "vpi": 0
}
], - "id": "9d765763116c20a508e8996f2a10821d",
- "initiatorPorts": {
- "aliases": "string",
- "currentSpeed": "string",
- "hbaDriverVersion": "string",
- "hbaFirmwareVersion": "string",
- "hbaManufacturer": "string",
- "hbaModel": "string",
- "hbaOsNameVersion": "string",
- "hostName": "string",
- "number": 0,
- "osDeviceName": "string",
- "ssanQosSupport": "string",
- "ssanSecuritySupport": "string",
- "supportedSpeeds": "string",
- "wwn": "string"
}, - "interruptCoalesce": "string",
- "ipData": {
- "autoneg": true,
- "delimitedMacAddress": "string",
- "duplex": "string",
- "gatewayAddress": "string",
- "gatewayAddressV6": "string",
- "ipAddress": "string",
- "ipAddressV6": "string",
- "macAddress": "string",
- "mtu": "string",
- "subnetMask": "string",
- "subnetMaskV6": "string"
}, - "iscsiData": {
- "delimitedMacAddress": "string",
- "ethernetFlowControl": "string",
- "gatewayAddress": "string",
- "gatewayAddressV6": "string",
- "iSCSIName": "string",
- "iSNSPrimaryAddress": "string",
- "iSNSTcpPort": 0,
- "ipAddress": "string",
- "ipAddressV6": "string",
- "iscsiName": "string",
- "mACAddress": "string",
- "macAddress": "string",
- "mtu": "string",
- "peerEnabled": true,
- "sendTargetGroupTag": 0,
- "subnetMask": "string",
- "subnetMaskV6": "string",
- "supportsVLAN": true,
- "supportsVlan": true,
- "targetPortalGroupTag": 0
}, - "label": "IP0",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "mode": "string",
- "modeChange": "string",
- "name": "string",
- "nodeCardId": "string",
- "nodeId": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "nvmeData": {
- "delimitedMacAddress": "string",
- "eth": "string",
- "ethernetFlowControl": "string",
- "gatewayAddress": "string",
- "gatewayAddressV6": "FE80::1",
- "ipAddress": "string",
- "ipAddressV6": "2001:db8:abcd:12:ffff:ffff:ffff:ff16",
- "macAddress": "string",
- "mode": "string",
- "mtu": "string",
- "nqn": "string",
- "pcidev": "string",
- "prefixLength": 0,
- "prefixLengthV6": 13,
- "protocol": "string",
- "rate": "string",
- "state": "string",
- "transport": {
- "default": "string",
- "key": "string"
}, - "vlanCount": 0,
- "vlans": [
- {
- "eth": "string",
- "ethernetFlowControl": "string",
- "gatewayAddress": "string",
- "gatewayAddressV6": "FE80::1",
- "ipAddress": "string",
- "ipAddressV6": "2001:db8:abcd:12:ffff:ffff:ffff:ff16",
- "mtu": "string",
- "nqn": "string",
- "prefixLength": 0,
- "prefixLengthV6": 13,
- "vlanId": "string"
}
]
}, - "partner": {
- "nodeWwnOrName": "string",
- "portWwnOrIp": "string",
- "position": {
- "node": 0,
- "port": 0,
- "slot": 0
}
}, - "portSfp": {
- "fwVersion": "string",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "qualified": true,
- "rxLossPin": {
- "default": "string",
- "key": "string"
}, - "rxPowerLow": true,
- "speed": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "supportDDM": true,
- "txDisablePin": {
- "default": "string",
- "key": "string"
}, - "txFaultPin": {
- "default": "string",
- "key": "string"
}
}, - "portType": "string",
- "position": {
- "node": 0,
- "port": 0,
- "slot": 0
}, - "protocol": "string",
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/ports/220fcd48857f63c0f354c6723ec5d5cb",
- "revision": "string",
- "smartSAN": "string",
- "speedActual": "string",
- "speedConfigured": "string",
- "speedMax": "string",
- "speedMin": "string",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateDescription": [
- "string"
], - "systemId": "7CE751P312",
- "tgtModeWriteOpt": "string",
- "type": "string",
- "uniqueWWN": "string",
- "vcn": "string",
- "virtualPorts": [
- {
- "nodeWWN": "2EF70202AC02AB1C",
- "portLinkState": "LINK_STATE_READY",
- "portWWN": "20320202AB12AC1D"
}
], - "vlans": [
- {
- "ethernetFlowControl": "string",
- "gatewayAddress": "string",
- "gatewayAddressV6": "string",
- "iSNSPrimaryAddress": "string",
- "iSNSTcpPort": "string",
- "ipAddress": "string",
- "ipAddressV6": "string",
- "mtu": "string",
- "sendTargetGroupTag": 0,
- "subnetMask": "string",
- "subnetMaskV6": "string",
- "targetPortalGroupTag": 0,
- "vlanId": "string"
}
]
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/7CE751P312/ports",
- "total": 1
}Get details of performance metrics of host ports on storage system identified by {systemid}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| reportType | string Example: reportType=Canned,Custom,Def,ApiUser parameter will be set to report type requested. For api users, set parameter as ApiUser |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
| compareBy | string Example: compareBy=top eq 5 and metrics eq readIops compareBy will define top and compare metrics for which query has to be made. Allowed values: |
| groupBy | string Example: groupBy=port_type,nsp groupBy will define comma separated groupBy parameters. By default, groupBy will be set to
|
| metricType | string Example: metricType=IOPS,LATENCY,THROUGHPUT,IOSIZE,QLEN,AVG_BUSY metricType will define comma separated metrics |
| filter | string Example: filter=port_type eq host and nsp in (0:3:1,0:4:1) filter will define objects to be filtered. Filterable columns are: * |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "avgbusyMetricsDataPerct": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "iopsMetricsData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "ioszMetricsDataKbs": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "latencyMetricsDataMs": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "qlenMetricsData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "throughputMetricsDataKbps": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
]
}, - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/performance-history",
- "startTime": 1625556314
}Get details of HPE Alletra Storage MP B10000 Port identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "nodes"
}
], - "cardType": {
- "default": "string",
- "key": "string"
}, - "class": 0,
- "class2": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "config": "valid",
- "configMode": "string",
- "connectionType": "string",
- "consoleUri": "data-ops-manager/storage-systems/device-type4/7CE751P312/ports/220fcd48857f63c0f354c6723ec5d5cb",
- "customerId": "string",
- "devices": [
- {
- "device": "string",
- "name": "string",
- "port": 0,
- "position": 0,
- "slot": 0
}
], - "displayname": "string",
- "domain": "string",
- "enclosureCardId": 0,
- "enclosureCardPCIUid": "string",
- "enclosureCardPCId": 0,
- "enclosureCardUid": "string",
- "enclosureId": 0,
- "enclosureUid": "string",
- "failoverStatus": "string",
- "fcData": {
- "nodeWWN": "string",
- "portWWN": "string"
}, - "fileData": {
- "failoverIPs": "string",
- "ipDisabled": true,
- "linkState": "string",
- "prefixLength": 0,
- "vlanId": 0
}, - "fwVersion": "12.2.396.1",
- "generation": 0,
- "hostVirtualPorts": [
- {
- "nodeWWN": "string",
- "portLinkState": "LINK_STATE_CONFIG_WAIT",
- "portType": "PORT_TYPE_FREE",
- "portWWN": "string",
- "protocol": "PORT_PROTOCOL_UNKNOWN",
- "vpi": 0
}
], - "id": "9d765763116c20a508e8996f2a10821d",
- "initiatorPorts": {
- "aliases": "string",
- "currentSpeed": "string",
- "hbaDriverVersion": "string",
- "hbaFirmwareVersion": "string",
- "hbaManufacturer": "string",
- "hbaModel": "string",
- "hbaOsNameVersion": "string",
- "hostName": "string",
- "number": 0,
- "osDeviceName": "string",
- "ssanQosSupport": "string",
- "ssanSecuritySupport": "string",
- "supportedSpeeds": "string",
- "wwn": "string"
}, - "interruptCoalesce": "string",
- "ipData": {
- "autoneg": true,
- "delimitedMacAddress": "string",
- "duplex": "string",
- "gatewayAddress": "string",
- "gatewayAddressV6": "string",
- "ipAddress": "string",
- "ipAddressV6": "string",
- "macAddress": "string",
- "mtu": "string",
- "subnetMask": "string",
- "subnetMaskV6": "string"
}, - "iscsiData": {
- "delimitedMacAddress": "string",
- "ethernetFlowControl": "string",
- "gatewayAddress": "string",
- "gatewayAddressV6": "string",
- "iSCSIName": "string",
- "iSNSPrimaryAddress": "string",
- "iSNSTcpPort": 0,
- "ipAddress": "string",
- "ipAddressV6": "string",
- "iscsiName": "string",
- "mACAddress": "string",
- "macAddress": "string",
- "mtu": "string",
- "peerEnabled": true,
- "sendTargetGroupTag": 0,
- "subnetMask": "string",
- "subnetMaskV6": "string",
- "supportsVLAN": true,
- "supportsVlan": true,
- "targetPortalGroupTag": 0
}, - "label": "IP0",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "mode": "string",
- "modeChange": "string",
- "name": "string",
- "nodeCardId": "string",
- "nodeId": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "nvmeData": {
- "delimitedMacAddress": "string",
- "eth": "string",
- "ethernetFlowControl": "string",
- "gatewayAddress": "string",
- "gatewayAddressV6": "FE80::1",
- "ipAddress": "string",
- "ipAddressV6": "2001:db8:abcd:12:ffff:ffff:ffff:ff16",
- "macAddress": "string",
- "mode": "string",
- "mtu": "string",
- "nqn": "string",
- "pcidev": "string",
- "prefixLength": 0,
- "prefixLengthV6": 13,
- "protocol": "string",
- "rate": "string",
- "state": "string",
- "transport": {
- "default": "string",
- "key": "string"
}, - "vlanCount": 0,
- "vlans": [
- {
- "eth": "string",
- "ethernetFlowControl": "string",
- "gatewayAddress": "string",
- "gatewayAddressV6": "FE80::1",
- "ipAddress": "string",
- "ipAddressV6": "2001:db8:abcd:12:ffff:ffff:ffff:ff16",
- "mtu": "string",
- "nqn": "string",
- "prefixLength": 0,
- "prefixLengthV6": 13,
- "vlanId": "string"
}
]
}, - "partner": {
- "nodeWwnOrName": "string",
- "portWwnOrIp": "string",
- "position": {
- "node": 0,
- "port": 0,
- "slot": 0
}
}, - "portSfp": {
- "fwVersion": "string",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "qualified": true,
- "rxLossPin": {
- "default": "string",
- "key": "string"
}, - "rxPowerLow": true,
- "speed": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "supportDDM": true,
- "txDisablePin": {
- "default": "string",
- "key": "string"
}, - "txFaultPin": {
- "default": "string",
- "key": "string"
}
}, - "portType": "string",
- "position": {
- "node": 0,
- "port": 0,
- "slot": 0
}, - "protocol": "string",
- "requestUri": "/v1/storage-systems/device-type4/7CE751P312/ports/220fcd48857f63c0f354c6723ec5d5cb",
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/ports/220fcd48857f63c0f354c6723ec5d5cb",
- "revision": "string",
- "smartSAN": "string",
- "speedActual": "string",
- "speedConfigured": "string",
- "speedMax": "string",
- "speedMin": "string",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateDescription": [
- "string"
], - "systemId": "7CE751P312",
- "tgtModeWriteOpt": "string",
- "type": "string",
- "uniqueWWN": "string",
- "vcn": "string",
- "virtualPorts": [
- {
- "nodeWWN": "2EF70202AC02AB1C",
- "portLinkState": "LINK_STATE_READY",
- "portWWN": "20320202AB12AC1D"
}
], - "vlans": [
- {
- "ethernetFlowControl": "string",
- "gatewayAddress": "string",
- "gatewayAddressV6": "string",
- "iSNSPrimaryAddress": "string",
- "iSNSTcpPort": "string",
- "ipAddress": "string",
- "ipAddressV6": "string",
- "mtu": "string",
- "sendTargetGroupTag": 0,
- "subnetMask": "string",
- "subnetMaskV6": "string",
- "targetPortalGroupTag": 0,
- "vlanId": "string"
}
]
}Port enable disable identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| portEnable | boolean Port enable true or false |
{- "portEnable": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Clear the details of the ports identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| ipType | string or null For RCIP ports, the IP version of the address that needs to be cleared from the port. Either the IPv4 address or IPv6 address or both addresses can be cleared. Possible values: v4,v6,both |
{- "ipType": "v6"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit file ports identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}. This operation is supported from OS version 10.5.0 and later.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| ipAddress required | string <ipv4> IPv4 address to edit File port |
{- "ipAddress": "192.168.193.21"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit iscsi ports identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| enablePeer | boolean or null Make the iSCSI port peer enabled. This is supported from OS version 10.4.0. |
| ethernetFlowControl | string or null Enum: "None" "EthPause" "DCB" Flow Control setting of the port. Applicable for HPE Alletra Storage MP B10000 10.5.0 OS version and above. Ethernet Pause (EthPause) pauses transmission of all traffic on a physical Ethernet link. Data center bridging (DCB) is an enhancement to the Ethernet-pause protocol, that enables 0-drop packet delivery for certain traffic classes. |
| label | string or null label of the port to edit to |
| mtu | string Maximum transmission unit (MTU) size |
| targetProtocol | string or null Enum: "iSCSI" null Ports configured with NVMe/TCP can be changed to iSCSI. If you are editing a port with iSCSI protocol, no value is required for this parameter. This parameter is supported from OS version 10.6.0 onwards. |
Array of objects or null or null Port VLANs information. Specifying VLAN id is mandatory to configure VLAN. |
{- "enablePeer": true,
- "ethernetFlowControl": "None",
- "label": "port_123",
- "mtu": "1500",
- "targetProtocol": "iSCSI",
- "vlans": [
- {
- "gatewayAddress": "255.255.255.0",
- "gatewayAddressV6": "2001:db8:85a3::8a2e:370:7114",
- "ipAddress": "192.168.193.21",
- "ipAddressV6": "2001:db8:85a3::8a2e:370:7334",
- "netMask": "255.255.255.0",
- "netMaskV6": "12",
- "sendTargetGroupTag": 13,
- "vlanId": "1234"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit nvme ports identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| ethernetFlowControl | string or null Enum: "None" "EthPause" "DCB" Flow Control setting of the port. Applicable for HPE Alletra Storage MP B10000 10.5.0 OS version and above. Ethernet Pause (EthPause) pauses transmission of all traffic on a physical Ethernet link. Data center bridging (DCB) is an enhancement to the Ethernet-pause protocol, that enables 0-drop packet delivery for certain traffic classes. |
| label | string Label of the port to edit to |
| mtu | string Maximum transmission unit (MTU) size |
| targetProtocol | string or null Enum: "NVMe" null Ports configured with iSCSI can be changed to NVMe/TCP. If you are editing a port with NVMe/TCP protocol, no value is required for this parameter. This parameter is supported from OS version 10.6.0 onwards. |
Array of objects or null or null Port VLANs information. Specifying VLAN id is mandatory to configure VLAN. |
{- "ethernetFlowControl": "None",
- "label": "port_123",
- "mtu": "1500",
- "targetProtocol": "NVMe",
- "vlans": [
- {
- "gatewayAddress": "255.255.255.0",
- "gatewayAddressV6": "FE80::1",
- "ipAddress": "192.168.193.21",
- "ipAddressV6": "2001:db8:abcd:12:ffff:ffff:ffff:ff16",
- "mtu": "1500",
- "prefixLength": 13,
- "prefixLengthV6": 13,
- "vlanID": "vlan123"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit rcip ports identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| gatewayAddress | string or null <ipv4> Gateway address to edit to for IPv4 address |
| gatewayAddressV6 | string or null Gateway address to edit to for IPv6 address |
| ipAddress | string or null <ipv4> IPv4 address to edit to |
| ipAddressV6 | string or null IPv6 address to edit to |
| label | string or null Deprecated label of the port to edit to |
| mtu | string MTU to edit to. Possible Values: "1500", "9000" |
| netMask | string or null <ipv4> NetMask address to edit to for IPv4 address |
| netMaskV6 | string or null NetMask address to edit to for IPv6 address |
| speedConfigured | string or null Configured speed. Possible Values: auto, "1", "2", "4", "8", "16", "32" |
{- "gatewayAddress": "255.255.255.0",
- "gatewayAddressV6": "FE80::1",
- "ipAddress": "192.168.193.21",
- "ipAddressV6": "2001:db8:abcd:12:ffff:ffff:ffff:ff16",
- "label": "port_123",
- "mtu": "1500",
- "netMask": "255.255.255.0",
- "netMaskV6": "64",
- "speedConfigured": "1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit ports identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| configMode | string or null Configuration of Port. Possible Values: Disk, Host, RCFC, Peer |
| connectionType | string or null Port connection Type. Possible Values: Point, Loop |
| interuptCoalesce | boolean or null Port interuptCoalesce enabled or not |
| label | string Port name |
| speedConfigured | string or null Port speed. Possible Values: auto, "4", "8", "16", "32" |
| uniqueWWN | boolean or null Port uniquewwn enabled or not |
| vcn | boolean or null VLUN change notification enabled or not |
{- "configMode": "Host",
- "connectionType": "Loop",
- "interuptCoalesce": true,
- "label": "FCPort1",
- "speedConfigured": "8",
- "uniqueWWN": true,
- "vcn": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Initialize the details of the ports identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Ping file ports identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}. This operation is supported from OS version 10.5.0 and later.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| PacketSize required | integer Packet size of the ping |
| WaitTime required | integer Wait time |
| ipAddress required | string <ipv4> IP Address to ping |
| pingCount required | integer ping count |
{- "PacketSize": 4,
- "WaitTime": 100,
- "ipAddress": "192.168.193.32",
- "pingCount": 4
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Ping iscsi ports identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| ipAddress | string <ipv4> IP Address to ping. Cannot ping both IPv4 and IPv6 address simultaneously. Provide either IPv4 or IPv6 address. |
| ipAddressv6 | string <ipv6> IP Address to ping. Cannot ping both IPv4 and IPv6 address simultaneously. Provide either IPv4 or IPv6 address. |
| pingCount | integer ping count |
| vlanId | string VLAN ID |
{- "ipAddress": "192.168.193.32",
- "ipAddressv6": "2001:db8:abcd:12:ffff:ffff:ffff:ff16",
- "pingCount": 4,
- "vlanId": "4"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Ping nvme ports identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| PacketSize | integer Packet size for the NVMe ping operation |
| WaitTime | integer Wait time for the NVMe ping operation |
| ipAddress | string <ipv4> IP address of NVMe port |
| ipAddressv6 | string <ipv6> IP address of NVMe port |
| pingCount | integer Count for the NVMe ping operation |
{- "PacketSize": 4,
- "WaitTime": 100,
- "ipAddress": "192.168.193.32",
- "ipAddressv6": "2001:db8:abcd:12:ffff:ffff:ffff:ff16",
- "pingCount": 4
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Ping rcip ports identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: d0fcfe2ff572f44e5beb0a9712c76d5d UID of the port |
| PacketSize | integer Packet size of the ping |
| WaitTime | integer Wait time |
| ipAddress | string <ipv4> IP Address to ping |
| ipAddressv6 | string <ipv6> IP Address to ping |
| pingCount | integer ping count |
{- "PacketSize": 4,
- "WaitTime": 100,
- "ipAddress": "192.168.193.32",
- "ipAddressv6": "2001:db8:abcd:12:ffff:ffff:ffff:ff16",
- "pingCount": 4
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get all protection-templates details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter Protection Template by Key. |
| sort | string Example: sort=name desc oData query to sort Protection Template resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "agent_hostname": "myobject-5",
- "app_cluster_name": "myobject-5",
- "app_id": "exchange_dag",
- "app_server": "myobject-5",
- "app_service_name": "myobject-5",
- "app_sync": "vss",
- "creation_time": 1604387561,
- "id": "1200000000000004d3000000000000000000000011",
- "last_modified": 1604387561,
- "name": "Retain-48Hourly-30Daily-52Weekly",
- "vcenter_hostname": "myobject-5",
- "agent_username": "myobject-5",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "description": "Provides hourly snapshots retained for 2 days, daily snapshots retained for 30 days, and weekly snapshots retained for 52 weeks.",
- "full_name": "Retain-48Hourly-30Daily-52Weekly",
- "generation": 0,
- "repl_priority": "normal",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "schedule_list": [
- {
- "active": false,
- "at_time": 0,
- "days": "all",
- "disable_appsync": true,
- "downstream_partner": "abc",
- "downstream_partner_id": "0c1c9973433673c3db000000000000000000000008",
- "downstream_partner_name": "abc",
- "id": "0c1c9973433673c3db000000000000000000000008",
- "mfa_protected": true,
- "name": "daily",
- "num_retain": 30,
- "num_retain_replica": 0,
- "period": 1,
- "period_unit": "days",
- "repl_alert_thres": 86400,
- "replicate_every": 0,
- "schedule_id": "0c1c9973433673c3db000000000000000000000008",
- "schedule_name": "daily",
- "schedule_type": "regular",
- "skip_db_consistency_check": false,
- "snap_verify": true,
- "until_time": 86399
}
], - "search_name": "Retain-48Hourly-30Daily-52Weekly",
- "type": "string",
- "vcenter_username": "myobject-5"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/protection-templates",
- "total": 1
}Create protection template on Nimble / Alletra 6K in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| app_cluster_name | string or null If the application is running within a Windows cluster environment then this is the cluster name. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| app_id | string or null Application ID running on the server. Application ID can only be specified if application synchronization is VSS. Possible values: 'inval', 'exchange', 'exchange_dag', 'hyperv', 'sql2005', 'sql2008', 'sql2012', 'sql2014', 'sql2016', 'sql2017'. |
| app_server | string or null Application server hostname. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| app_service_name | string or null If the application is running within a Windows cluster environment then this is the instance name of the service running within the cluster environment. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| app_sync | string or null Application synchronization. Possible values: 'none', 'vss'. |
| description | string or null Text description of protection template. String of up to 255 printable ASCII characters. |
| name | string Name of the protection template. User provided identifier. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
Array of objects (ProtectionScheduleInput) List of protection schedules. |
{- "app_cluster_name": "xyz.net",
- "app_id": "sql2005",
- "app_server": "abc.com",
- "app_service_name": "Service1",
- "app_sync": "none",
- "description": "Every day",
- "name": "string",
- "schedules": [
- {
- "at_time": 0,
- "days": "monday,sunday",
- "description": "Every day",
- "disable_appsync": true,
- "downstream_partner": "partner1",
- "downstream_partner_id": "005319ed73385876a4000000000000000000000001",
- "name": "snapshot1",
- "num_retain": 0,
- "num_retain_replica": 1234,
- "period": 1234,
- "period_unit": "minutes",
- "repl_alert_thres": 3400,
- "replicate_every": 0,
- "schedule_type": "string",
- "skip_db_consistency_check": true,
- "snap_verify": true,
- "until_time": 0
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K protection-templates identified by {protectionTemplateId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| protectionTemplateId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the Protection Template. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/protection-templates/2a0df0fe6f7dc7bb16000000000000000000004007",
- "agent_hostname": "myobject-5",
- "app_cluster_name": "myobject-5",
- "app_id": "exchange_dag",
- "app_server": "myobject-5",
- "app_service_name": "myobject-5",
- "app_sync": "vss",
- "creation_time": 1604387561,
- "id": "1200000000000004d3000000000000000000000011",
- "last_modified": 1604387561,
- "name": "Retain-48Hourly-30Daily-52Weekly",
- "vcenter_hostname": "myobject-5",
- "agent_username": "myobject-5",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "description": "Provides hourly snapshots retained for 2 days, daily snapshots retained for 30 days, and weekly snapshots retained for 52 weeks.",
- "full_name": "Retain-48Hourly-30Daily-52Weekly",
- "generation": 0,
- "repl_priority": "normal",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "schedule_list": [
- {
- "active": false,
- "at_time": 0,
- "days": "all",
- "disable_appsync": true,
- "downstream_partner": "abc",
- "downstream_partner_id": "0c1c9973433673c3db000000000000000000000008",
- "downstream_partner_name": "abc",
- "id": "0c1c9973433673c3db000000000000000000000008",
- "mfa_protected": true,
- "name": "daily",
- "num_retain": 30,
- "num_retain_replica": 0,
- "period": 1,
- "period_unit": "days",
- "repl_alert_thres": 86400,
- "replicate_every": 0,
- "schedule_id": "0c1c9973433673c3db000000000000000000000008",
- "schedule_name": "daily",
- "schedule_type": "regular",
- "skip_db_consistency_check": false,
- "snap_verify": true,
- "until_time": 86399
}
], - "search_name": "Retain-48Hourly-30Daily-52Weekly",
- "type": "string",
- "vcenter_username": "myobject-5"
}Edit details of Nimble / Alletra 6K Protection-templates identified by {protectionTemplateId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| protectionTemplateId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the Protection Template. A 42 digit hexadecimal number. |
Array of objects or null (ProtectionScheduleInput) List of protection schedules to be added. | |
| app_cluster_name | string or null If the application is running within a Windows cluster environment then this is the cluster name. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| app_id | string or null Application ID running on the server. Application ID can only be specified if application synchronization is VSS. Possible values: 'inval', 'exchange', 'exchange_dag', 'hyperv', 'sql2005', 'sql2008', 'sql2012', 'sql2014', 'sql2016', 'sql2017'. |
| app_server | string or null Application server hostname. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| app_service_name | string or null If the application is running within a Windows cluster environment then this is the instance name of the service running within the cluster environment. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| app_sync | string or null Application synchronization. Possible values: 'none', 'vss'. |
| description | string or null Text description of protection template. String of up to 255 printable ASCII characters. |
Array of objects or null or null (NimbleNsSchedule) List of protection schedules to be edited. | |
| name | string Name of the protection template. User provided identifier. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
Array of objects or null (ProtectionScheduleActionNimble) List of protection schedules to be removed. |
{- "addSchedules": [
- {
- "at_time": 0,
- "days": "monday,sunday",
- "description": "Every day",
- "disable_appsync": true,
- "downstream_partner": "partner1",
- "downstream_partner_id": "005319ed73385876a4000000000000000000000001",
- "name": "snapshot1",
- "num_retain": 0,
- "num_retain_replica": 1234,
- "period": 1234,
- "period_unit": "minutes",
- "repl_alert_thres": 3400,
- "replicate_every": 0,
- "schedule_type": "string",
- "skip_db_consistency_check": true,
- "snap_verify": true,
- "until_time": 0
}
], - "app_cluster_name": "xyz.net",
- "app_id": "sql2005",
- "app_server": "abc.com",
- "app_service_name": "Service1",
- "app_sync": "none",
- "description": "Every day",
- "editSchedules": [
- {
- "active": false,
- "at_time": 0,
- "days": "all",
- "disable_appsync": true,
- "downstream_partner": "abc",
- "downstream_partner_id": "0c1c9973433673c3db000000000000000000000008",
- "downstream_partner_name": "abc",
- "id": "0c1c9973433673c3db000000000000000000000008",
- "mfa_protected": true,
- "name": "daily",
- "num_retain": 30,
- "num_retain_replica": 0,
- "period": 1,
- "period_unit": "days",
- "repl_alert_thres": 86400,
- "replicate_every": 0,
- "schedule_id": "0c1c9973433673c3db000000000000000000000008",
- "schedule_name": "daily",
- "schedule_type": "regular",
- "skip_db_consistency_check": false,
- "snap_verify": true,
- "until_time": 86399
}
], - "name": "string",
- "removeSchedules": [
- {
- "id": "3a0df0fe6f7dc7bb16000000000000000000003467"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove protection templates for Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
required | Array of objects (ProtectionTemplateAction) List of protection templates to be deleted |
{- "protectionTemplates": [
- {
- "protectionTemplateId": "3a0df0fe6f7dc7bb16000000000000000000003467"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Perform action clone Nimble / Alletra 6K on a snapshot collection identified by {snapshotCollectionId} in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| snapshotCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of snapshot Collection. A 42 digit hexadecimal number. |
required | Array of objects (CloneVolumesInput) List of clone volumes. |
{- "clone_volumes": [
- {
- "clone_volume_name": "vol1-clone",
- "parent_volume_name": "vol1"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Primera / Alletra 9K Enclosures
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-card-ports",
- "type": "enclosure-card-ports"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards",
- "type": "enclosure-cards"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks",
- "type": "enclosure-disks"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds",
- "type": "enclosure-sleds"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-fans",
- "type": "enclosure-fans"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-expanders",
- "type": "enclosure-expanders"
}
], - "chainPosLoopA": 0,
- "chainPosLoopB": 0,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "dc4data": {
- "cpuStatus": "string",
- "fwStatus": "string",
- "fwVersion": true
}, - "dcsdata": {
- "fwStatus": "string",
- "fwVersion": "string"
}, - "detailedState": null,
- "displayname": "string",
- "domain": null,
- "enclosureId": 0,
- "enclosureType": "ENCLOSURE_DCS8",
- "errors": [
- {
- "alarmCode": "string",
- "alarmText": "string",
- "iom": "string"
}
], - "failIndicator": false,
- "failRequested": false,
- "formFactor": "SFF",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "location": "string",
- "loopSplit": true,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "cage1",
- "nodeWwn": "50050CC106233428",
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "state": {
- "detailed": "string",
- "overall": "STATE_UNKNOWN"
}, - "subType": "string",
- "systemId": "7CE751P312",
- "type": "string",
- "warnIndicator": false,
- "warnRequested": false
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures",
- "total": 1
}Get details of Primera / Alletra 9K disks identified by {cageId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| cageId required | string <int64> Example: e9d353bf98fc1a6bdb90b824e3ca14b5 cage ID |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemId eq 7CE751P312 oData query to filter Disk by Key. |
| sort | string Example: sort=name asc oData query to sort Disk by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "admitTime": {
- "ms": 1591599192000,
- "tz": "Asia/Calcutta"
}, - "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/0",
- "type": "enclosures"
}
], - "capacity": {
- "allocatedMiB": 595968,
- "failedMiB": 0,
- "freeMiB": 1233920,
- "totalMiB": 595968,
- "unavailableMiB": 0
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consumableSizeMiB": 1829888,
- "customerId": "string",
- "devType": "DEVTYPE_SSD",
- "diskId": 1,
- "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": null,
- "fwStatus": "--",
- "fwVersion": "3P00",
- "generation": 0,
- "id": "d4b13e70924d29afdb77d932f7563ea6",
- "lifeLeftPCT": 100,
- "loopA0": {
- "degraded": false,
- "disabled": false,
- "port": {
- "node": 0,
- "port": 2,
- "slot": 0
}, - "primary": false
}, - "loopA1": {
- "degraded": false,
- "disabled": false,
- "port": {
- "node": 0,
- "port": 2,
- "slot": 0
}, - "primary": false
}, - "loopB0": {
- "degraded": false,
- "disabled": false,
- "port": {
- "node": 0,
- "port": 2,
- "slot": 0
}, - "primary": false
}, - "loopB1": {
- "degraded": false,
- "disabled": false,
- "port": {
- "node": 0,
- "port": 2,
- "slot": 0
}, - "primary": false
}, - "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "mediaType": "MLC",
- "mfgCapacityGB": 1920,
- "positionLast": {
- "cage": 0,
- "disk": 0,
- "side": "SIDE_NONE",
- "sled": 2
}, - "positionNow": {
- "cage": 0,
- "disk": 0,
- "side": "SIDE_NONE",
- "sled": 2
}, - "protocol": "SAS",
- "rawSizeMiB": 1831420,
- "readErrors": {
- "correctable": 0,
- "uncorrectable": 0
}, - "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/0/disks/d4b13e70924d29afdb77d932f7563ea6",
- "sedStatus": "FIPS Capable",
- "speed": -1,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "tempMax": 35,
- "tempMin": 31,
- "tempNow": 34,
- "type": "string",
- "writeErrors": {
- "correctable": 0,
- "uncorrectable": 0
}, - "wwn": "5002538B10249591"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/0/disks",
- "total": 1
}Get details of Primera / Alletra 9K disk identified by {cageId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| cageId required | string <int64> Example: e9d353bf98fc1a6bdb90b824e3ca14b5 cage ID |
| id required | string Example: d4b13e70924d29afdb77d932f7563ea6 UID of the disk |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "admitTime": {
- "ms": 1591599192000,
- "tz": "Asia/Calcutta"
}, - "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/0",
- "type": "enclosures"
}
], - "capacity": {
- "allocatedMiB": 595968,
- "failedMiB": 0,
- "freeMiB": 1233920,
- "totalMiB": 595968,
- "unavailableMiB": 0
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/disks/d4b13e70924d29afdb77d932f7563ea6",
- "consumableSizeMiB": 1829888,
- "customerId": "string",
- "devType": "DEVTYPE_SSD",
- "diskId": 1,
- "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": null,
- "fwStatus": "--",
- "fwVersion": "3P00",
- "generation": 0,
- "id": "d4b13e70924d29afdb77d932f7563ea6",
- "lifeLeftPCT": 100,
- "loopA0": {
- "degraded": false,
- "disabled": false,
- "port": {
- "node": 0,
- "port": 2,
- "slot": 0
}, - "primary": false
}, - "loopA1": {
- "degraded": false,
- "disabled": false,
- "port": {
- "node": 0,
- "port": 2,
- "slot": 0
}, - "primary": false
}, - "loopB0": {
- "degraded": false,
- "disabled": false,
- "port": {
- "node": 0,
- "port": 2,
- "slot": 0
}, - "primary": false
}, - "loopB1": {
- "degraded": false,
- "disabled": false,
- "port": {
- "node": 0,
- "port": 2,
- "slot": 0
}, - "primary": false
}, - "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "mediaType": "MLC",
- "mfgCapacityGB": 1920,
- "positionLast": {
- "cage": 0,
- "disk": 0,
- "side": "SIDE_NONE",
- "sled": 2
}, - "positionNow": {
- "cage": 0,
- "disk": 0,
- "side": "SIDE_NONE",
- "sled": 2
}, - "protocol": "SAS",
- "rawSizeMiB": 1831420,
- "readErrors": {
- "correctable": 0,
- "uncorrectable": 0
}, - "requestUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/disks/d4b13e70924d29afdb77d932f7563ea6",
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/0/disks/d4b13e70924d29afdb77d932f7563ea6",
- "sedStatus": "FIPS Capable",
- "speed": -1,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "tempMax": 35,
- "tempMin": 31,
- "tempNow": 34,
- "type": "string",
- "writeErrors": {
- "correctable": 0,
- "uncorrectable": 0
}, - "wwn": "5002538B10249591"
}Get details of Primera / Alletra 9K Enclosure Card Ports identified by {enclosureId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "dc4data": {
- "linkRxLED": "LED_UNKNOWN",
- "linkTxLED": "LED_UNKNOWN"
}, - "dcsdata": {
- "sasLinkEnabled": true,
- "sasLinkOnline": true
}, - "disabled": true,
- "displayname": "Drive Enclosure - 0, IO Module - 0, Port - DP-1",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureCardDeviceId": 1,
- "enclosureCardId": "4c592313a65224f9dc804ca4ced2b88b",
- "enclosureCardPortId": 0,
- "enclosureCardPortType": "External",
- "enclosureDeviceId": 1,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "linkSpeed": "string",
- "locateEnabled": false,
- "loopA": false,
- "loopIndex": 2,
- "nodePort": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "osDisplayName": "DP-3",
- "portWwn": "50050CC111510A3E",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-card-ports/8621946048c1cb24bdfc57e9b3b460ac",
- "sfp": {
- "fwVersion": "string",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "string",
- "qualified": true,
- "rxLossPin": "string",
- "rxPowerLow": true,
- "speed": 1,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "txDisablePin": "string",
- "txFaultPin": "string"
}, - "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-card-ports",
- "total": 1
}Get details of Primera / Alletra 9K Enclosure Card Port identified by {enclosureId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure card port |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-card-ports/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "dc4data": {
- "linkRxLED": "LED_UNKNOWN",
- "linkTxLED": "LED_UNKNOWN"
}, - "dcsdata": {
- "sasLinkEnabled": true,
- "sasLinkOnline": true
}, - "disabled": true,
- "displayname": "Drive Enclosure - 0, IO Module - 0, Port - DP-1",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureCardDeviceId": 1,
- "enclosureCardId": "4c592313a65224f9dc804ca4ced2b88b",
- "enclosureCardPortId": 0,
- "enclosureCardPortType": "External",
- "enclosureDeviceId": 1,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "linkSpeed": "string",
- "locateEnabled": false,
- "loopA": false,
- "loopIndex": 2,
- "nodePort": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "osDisplayName": "DP-3",
- "portWwn": "50050CC111510A3E",
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-card-ports/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-card-ports/8621946048c1cb24bdfc57e9b3b460ac",
- "sfp": {
- "fwVersion": "string",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "string",
- "qualified": true,
- "rxLossPin": "string",
- "rxPowerLow": true,
- "speed": 1,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "txDisablePin": "string",
- "txFaultPin": "string"
}, - "systemId": "7CE751P312",
- "type": "string"
}Get details of Primera / Alletra 9K Enclosure Cards identified by {enclosureId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "dc4data": {
- "hplLED": "LED_UNKNOWN",
- "splitLED": "LED_UNKNOWN",
- "systemLED": "LED_UNKNOWN"
}, - "dcsdata": {
- "fwStatus": "string",
- "fwVersion": "string",
- "master": true,
- "sasStatus": "string"
}, - "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureCardId": 0,
- "enclosureDeviceId": 1,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "failIndicator": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "loopA": false,
- "loopB": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards",
- "total": 1
}Get details of Primera / Alletra 9K Enclosure Card identified by {enclosureId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure card |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "dc4data": {
- "hplLED": "LED_UNKNOWN",
- "splitLED": "LED_UNKNOWN",
- "systemLED": "LED_UNKNOWN"
}, - "dcsdata": {
- "fwStatus": "string",
- "fwVersion": "string",
- "master": true,
- "sasStatus": "string"
}, - "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureCardId": 0,
- "enclosureDeviceId": 1,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "failIndicator": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "loopA": false,
- "loopB": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "systemId": "7CE751P312",
- "type": "string"
}Locate IO Module of Primera / Alletra 9K identified by {id}. This API endpoint is deprecated.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure card |
| locate | boolean Indicates if the locate beacon should be enabled or not |
{- "locate": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Primera / Alletra 9K Enclosure Disks identified by {enclosureId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "dc4data": {
- "esi": true,
- "esiStatus": "string",
- "systemLED": "LED_UNKNOWN"
}, - "dcsdata": {
- "esi": true,
- "esiStatus": "string"
}, - "displayname": "string",
- "domain": null,
- "enclosureDeviceId": 1,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "loopA": {
- "alpa": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}
}, - "loopB": {
- "alpa": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}
}, - "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "position": {
- "cage": 0,
- "disk": 0,
- "side": "SIDE_NONE",
- "sled": 0
}, - "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks/8621946048c1cb24bdfc57e9b3b460ac",
- "systemId": "7CE751P312",
- "temperature": 0,
- "type": "string",
- "wwn": "5000C500997AB7B0"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks",
- "total": 1
}Get details of Primera / Alletra 9K Enclosure Disk identified by {enclosureId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure disk |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "dc4data": {
- "esi": true,
- "esiStatus": "string",
- "systemLED": "LED_UNKNOWN"
}, - "dcsdata": {
- "esi": true,
- "esiStatus": "string"
}, - "displayname": "string",
- "domain": null,
- "enclosureDeviceId": 1,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "loopA": {
- "alpa": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}
}, - "loopB": {
- "alpa": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}
}, - "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "position": {
- "cage": 0,
- "disk": 0,
- "side": "SIDE_NONE",
- "sled": 0
}, - "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks/8621946048c1cb24bdfc57e9b3b460ac",
- "systemId": "7CE751P312",
- "temperature": 0,
- "type": "string",
- "wwn": "5000C500997AB7B0"
}Get details of Primera / Alletra 9K Enclosure Expanders identified by {enclosureId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "address": "string",
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureDeviceId": 1,
- "enclosureExpanderId": 0,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "name": "string",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-expanders/8621946048c1cb24bdfc57e9b3b460ac",
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-fans",
- "total": 1
}Get details of Primera / Alletra 9K Enclosure Expander identified by {enclosureId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure expander |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "address": "string",
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-expanders/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureDeviceId": 1,
- "enclosureExpanderId": 0,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "name": "string",
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-expanders/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-expanders/8621946048c1cb24bdfc57e9b3b460ac",
- "systemId": "7CE751P312",
- "type": "string"
}Get details of Primera / Alletra 9K Enclosure Fans identified by {enclosureId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureCoolingFanId": 0,
- "enclosureDeviceId": 1,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "failIndicator": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "partNumber": "string",
- "protocol": "SAS",
- "psId": 0,
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-fans/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "speed": "string",
- "speedRpm": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string",
- "wwn": "5000C500997AB7B0"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-fans",
- "total": 1
}Get details of Primera / Alletra 9K Enclosure Fan identified by {enclosureId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure fan |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-fans/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureCoolingFanId": 0,
- "enclosureDeviceId": 1,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "failIndicator": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "partNumber": "string",
- "protocol": "SAS",
- "psId": 0,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-fans/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-fans/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "speed": "string",
- "speedRpm": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string",
- "wwn": "5000C500997AB7B0"
}Get details of Primera / Alletra 9K Enclosure Powers identified by {enclosureId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "acStatus": "string",
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "dcStatus": "string",
- "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureDeviceId": 1,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "enclosurePowerId": 0,
- "enclosureType": "ENCLOSURE_DCS8",
- "failIndicator": false,
- "failInput": false,
- "failOutput": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "modelReadOnly": false,
- "name": "SASB",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-powers/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-powers",
- "total": 1
}Get details of Primera / Alletra 9K Enclosure Power identified by {enclosureId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure power |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "acStatus": "string",
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-powers/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "dcStatus": "string",
- "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureDeviceId": 1,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "enclosurePowerId": 0,
- "enclosureType": "ENCLOSURE_DCS8",
- "failIndicator": false,
- "failInput": false,
- "failOutput": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "modelReadOnly": false,
- "name": "SASB",
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-powers/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-powers/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string"
}Locate PCM of Primera / Alletra 9K identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure power |
| locate | boolean Indicates if the locate beacon should be enabled or not |
{- "locate": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Primera / Alletra 9K Enclosure Sleds identified by {enclosureId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "dc4data": {
- "hplLED": "LED_UNKNOWN",
- "left": true,
- "right": true,
- "systemLED": "LED_UNKNOWN"
}, - "diskCount": 1,
- "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureDeviceId": 1,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "failIndicator": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "okIndicator": false,
- "portBypassA": false,
- "portBypassB": false,
- "power": false,
- "predFailIndicator": false,
- "protocol": "SAS",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "sledId": 0,
- "stateLoopA": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateLoopB": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "temperature": 30,
- "type": "string",
- "wwn": "5000C500997AB7B0"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds",
- "total": 1
}Get details of Primera / Alletra 9K Enclosure Sled identified by {enclosureId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure sled |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "dc4data": {
- "hplLED": "LED_UNKNOWN",
- "left": true,
- "right": true,
- "systemLED": "LED_UNKNOWN"
}, - "diskCount": 1,
- "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureDeviceId": 1,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "failIndicator": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "okIndicator": false,
- "portBypassA": false,
- "portBypassB": false,
- "power": false,
- "predFailIndicator": false,
- "protocol": "SAS",
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "sledId": 0,
- "stateLoopA": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateLoopB": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "temperature": 30,
- "type": "string",
- "wwn": "5000C500997AB7B0"
}Locate drive of Primera / Alletra 9K identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure sled |
| locate | boolean Indicates if the locate beacon should be enabled or not |
{- "locate": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Primera / Alletra 9K Enclosure identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-card-ports",
- "type": "enclosure-card-ports"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards",
- "type": "enclosure-cards"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks",
- "type": "enclosure-disks"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds",
- "type": "enclosure-sleds"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-fans",
- "type": "enclosure-fans"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-expanders",
- "type": "enclosure-expanders"
}
], - "chainPosLoopA": 0,
- "chainPosLoopB": 0,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "customerId": "string",
- "dc4data": {
- "cpuStatus": "string",
- "fwStatus": "string",
- "fwVersion": true
}, - "dcsdata": {
- "fwStatus": "string",
- "fwVersion": "string"
}, - "detailedState": null,
- "displayname": "string",
- "domain": null,
- "enclosureId": 0,
- "enclosureType": "ENCLOSURE_DCS8",
- "errors": [
- {
- "alarmCode": "string",
- "alarmText": "string",
- "iom": "string"
}
], - "failIndicator": false,
- "failRequested": false,
- "formFactor": "SFF",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "location": "string",
- "loopSplit": true,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "cage1",
- "nodeWwn": "50050CC106233428",
- "requestUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "subType": "string",
- "systemId": "7CE751P312",
- "type": "string",
- "warnIndicator": false,
- "warnRequested": false
}Locate enclosure drive of Primera / Alletra 9K identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| locate | boolean Indicates if the locate beacon should be enabled or not |
{- "locate": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit details of Primera / Alletra 9K Enclosure identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id | string or null New Id of the enclosure |
| location | string or null Location of the enclosure in the datacenter |
{- "id": "5",
- "location": "MIP-01 H29 36-38"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of performance metrics of Primera/ Alletra 9K physicalDrives on storage system identified by {systemid}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| reportType | string Example: reportType=Canned,Custom,Def,ApiUser parameter will be set to report type requested. For api users, set parameter as ApiUser |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
| compareBy | string Example: compareBy=top eq 5 and metrics eq readIops compareBy will define top and compare metrics for which query has to be made. Allowed values: |
| groupBy | string Example: groupBy=pdId groupBy will define comma separated groupBy parameters. Allowed value: |
| metricType | string Example: metricType=IOPS,LATENCY,THROUGHPUT,IOSIZE,QLEN,AVG_BUSY metricType will define comma separated metrics |
| filter | string Example: filter=pdId in (1,2) filter will define objects to be filtered. Filterable columns are: * |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "avgbusyMetricsDataPerct": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "iopsMetricsData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "ioszMetricsDataKbs": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "latencyMetricsDataMs": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "qlenMetricsData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "throughputMetricsDataKbps": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
]
}, - "requestUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/performance-history",
- "startTime": 1625556314
}Get all shelves details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter shelves by Key. |
| sort | string Example: sort=name desc oData query to sort shelves resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name": "myobject-5",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "model": "CS210",
- "serial": "AA-100373",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "chassis_sensors": [
- {
- "cid": "A",
- "display_name": "motherboard",
- "location": "motherboard",
- "name": "motherboard",
- "status": "OK",
- "type": "fan",
- "value": 23
}
], - "chassis_type": "chassis_4u24",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "ctrlrs": [
- {
- "cached_serial": "cs-18bb66",
- "ctrlr_attrset_list": [
- {
- "cached_serial": "AA-100373",
- "disk_serials": "disk_sdf:2:0:0:0,disk_sdg:2:0:1:0,disk_sdh:2:0:2:0,disk_sdi:2:0:3:0,disk_sdj:2:0:4:0,disk_sdk:2:0:5:0,disk_sdb:1:0:0:0,disk_sdc:1:0:1:0,disk_sdd:1:0:2:0,disk_sde:1:0:3:0,disk_sdl:2:0:6:0,disk_sdm:2:0:8:0,disk_sdn:2:0:9:0,disk_sdo:2:0:10:0,disk_sdp:2:0:11:0,disk_sdq:2:0:12:0",
- "disk_types": "WD-WCAW31074925,WD-WCAW31562278,WD-WCAW31543481,WD-WCAW31546957,CVPO105101AQ080JGN,CVPO1051023B080JGN,WD-WCAW31507140,WD-WCAW31545053,WD-WCAW31549016,WD-WCAW31544371",
- "hw_state": "ready",
- "session_serial": "shelf_0_0x5003048000b0567f_1456884624.213307",
- "sw_type": "Disk Shelf"
}
], - "ctrlr_hw_model": "head_x8",
- "ctrlr_sensor_last_run": 0,
- "ctrlr_sensors": [
- {
- "cid": "A",
- "display_name": "motherboard",
- "location": "motherboard",
- "name": "motherboard",
- "status": "OK",
- "type": "fan",
- "value": 23
}
], - "ctrlr_side": "A",
- "enc_loc_id": 0,
- "exp_sas_addr": "0x5003048000b0567f",
- "extra_attributes": [
- "string"
], - "fan_overall_status": "Missing",
- "hw_master_state": "master",
- "hw_mship_failure": false,
- "identify_status": false,
- "port_info": [
- {
- "port_errors": "string",
- "port_idx": 0,
- "port_name": "SAS PORT1",
- "port_status": "disconnected",
- "port_type": "downstream",
- "remote_loc_id": 4294967295,
- "remote_port_id": 4294967295,
- "remote_sas_addr": "string",
- "remote_sas_domain": "A",
- "remote_sas_phy_id": "string"
}
], - "psu_overall_status": "Failed",
- "sw_master_state": "release master",
- "temp_overall_status": "Missing"
}
], - "customerId": "string",
- "disk_sets": [
- {
- "ave_mb_ps": 0,
- "ave_segment_ps": 0,
- "ave_ttc": 0,
- "driveset": 0,
- "is_capacity_valid": false,
- "is_flash_shelf": false,
- "pause_state": 0,
- "pct_completion": 0,
- "raw_cache_capacity": 34359738368,
- "raw_capacity": 476741369856,
- "sw_state": "online",
- "usable_cache_capacity": 244695092429,
- "usable_capacity": 244695092429
}
], - "fan_overall_status": "Failed",
- "generation": 0,
- "model_ext": "CS210-8T-160F",
- "psu_overall_status": "Failed",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "temp_overall_status": "Failed",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/shelves",
- "total": 1
}Get details of Nimble / Alletra 6K Shelf identified by {shelfId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| shelfId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of shelf. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/shelves/2a0df0fe6f7dc7bb16000000000000000000004007",
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name": "myobject-5",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "model": "CS210",
- "serial": "AA-100373",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "chassis_sensors": [
- {
- "cid": "A",
- "display_name": "motherboard",
- "location": "motherboard",
- "name": "motherboard",
- "status": "OK",
- "type": "fan",
- "value": 23
}
], - "chassis_type": "chassis_4u24",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "ctrlrs": [
- {
- "cached_serial": "cs-18bb66",
- "ctrlr_attrset_list": [
- {
- "cached_serial": "AA-100373",
- "disk_serials": "disk_sdf:2:0:0:0,disk_sdg:2:0:1:0,disk_sdh:2:0:2:0,disk_sdi:2:0:3:0,disk_sdj:2:0:4:0,disk_sdk:2:0:5:0,disk_sdb:1:0:0:0,disk_sdc:1:0:1:0,disk_sdd:1:0:2:0,disk_sde:1:0:3:0,disk_sdl:2:0:6:0,disk_sdm:2:0:8:0,disk_sdn:2:0:9:0,disk_sdo:2:0:10:0,disk_sdp:2:0:11:0,disk_sdq:2:0:12:0",
- "disk_types": "WD-WCAW31074925,WD-WCAW31562278,WD-WCAW31543481,WD-WCAW31546957,CVPO105101AQ080JGN,CVPO1051023B080JGN,WD-WCAW31507140,WD-WCAW31545053,WD-WCAW31549016,WD-WCAW31544371",
- "hw_state": "ready",
- "session_serial": "shelf_0_0x5003048000b0567f_1456884624.213307",
- "sw_type": "Disk Shelf"
}
], - "ctrlr_hw_model": "head_x8",
- "ctrlr_sensor_last_run": 0,
- "ctrlr_sensors": [
- {
- "cid": "A",
- "display_name": "motherboard",
- "location": "motherboard",
- "name": "motherboard",
- "status": "OK",
- "type": "fan",
- "value": 23
}
], - "ctrlr_side": "A",
- "enc_loc_id": 0,
- "exp_sas_addr": "0x5003048000b0567f",
- "extra_attributes": [
- "string"
], - "fan_overall_status": "Missing",
- "hw_master_state": "master",
- "hw_mship_failure": false,
- "identify_status": false,
- "port_info": [
- {
- "port_errors": "string",
- "port_idx": 0,
- "port_name": "SAS PORT1",
- "port_status": "disconnected",
- "port_type": "downstream",
- "remote_loc_id": 4294967295,
- "remote_port_id": 4294967295,
- "remote_sas_addr": "string",
- "remote_sas_domain": "A",
- "remote_sas_phy_id": "string"
}
], - "psu_overall_status": "Failed",
- "sw_master_state": "release master",
- "temp_overall_status": "Missing"
}
], - "customerId": "string",
- "disk_sets": [
- {
- "ave_mb_ps": 0,
- "ave_segment_ps": 0,
- "ave_ttc": 0,
- "driveset": 0,
- "is_capacity_valid": false,
- "is_flash_shelf": false,
- "pause_state": 0,
- "pct_completion": 0,
- "raw_cache_capacity": 34359738368,
- "raw_capacity": 476741369856,
- "sw_state": "online",
- "usable_cache_capacity": 244695092429,
- "usable_capacity": 244695092429
}
], - "fan_overall_status": "Failed",
- "generation": 0,
- "model_ext": "CS210-8T-160F",
- "psu_overall_status": "Failed",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "temp_overall_status": "Failed",
- "type": "string"
}Locate chassis of Nimble / Alletra 6K shelf identified by {shelfId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| shelfId required | string Example: 001df0fe6f7dc7bb16000000000000000000004817 ID of the shelf. |
| cid required | string Which controller this sensor applies to. Possible values:'A', 'B'. |
| status required | boolean Status value of identifier to set. Possible values: 'true', 'false'. |
{- "cid": "A",
- "status": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Activate shelves of a Nimble / Alletra 6K storage system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
required | Array of objects (NimbleShelfListDetails) List of shelves details. |
{- "shelf_list": [
- {
- "driveset_list": [
- {
- "accept_dedupe_impact": false,
- "accept_foreign": false,
- "driveset": 0
}
], - "shelf_id": "2a0df0fe6f7dc7bb16000000000000000000004817"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of HPE Alletra Storage MP B10000 Enclosure Cards identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "dcsdata": {
- "fwStatus": "string",
- "fwVersion": "string",
- "master": true,
- "sasStatus": "string"
}, - "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureCardId": 0,
- "enclosureId": 1,
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "failIndicator": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "isNodeCard": false,
- "locateEnabled": false,
- "locateSevenSegDisplay": "string",
- "loopA": false,
- "loopB": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX `Filter, Sort`",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88 `Filter, Sort`",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "sevenSegDisplay": "string",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Enclosure Connectors
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "connector": 0,
- "currentSpeed": "currentSpeed",
- "customerId": "string",
- "disabled": "disabled",
- "displayname": "display name",
- "domain": "string",
- "elementStatusCode": {
- "default": "string",
- "key": "string"
}, - "enclosureCardId": 0,
- "enclosureCardPCIUid": "PCIUID",
- "enclosureCardUid": "CardUID",
- "enclosureId": 0,
- "enclosureName": "name",
- "enclosureUid": "uid",
- "generation": 0,
- "id": "id",
- "ipv4Address": "ipv4",
- "ipv6Address": "ipv6",
- "label": "label",
- "linkSpeed": "speed",
- "locate": "locate",
- "macAddress": "mac",
- "nodePort": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-connectors/8621946048c1cb24bdfc57e9b3b460ac",
- "slot": 0,
- "systemId": "4UW0004156",
- "type": "type1",
- "typeConnection": "External"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-connectors",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Enclosures
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-powers",
- "type": "enclosure-powers"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards",
- "type": "enclosure-cards"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks",
- "type": "enclosure-disks"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds",
- "type": "enclosure-sleds"
}
], - "chainPosLoopA": 0,
- "chainPosLoopB": 0,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "dcsdata": {
- "fwStatus": "string",
- "fwVersion": "string"
}, - "detailedState": null,
- "displayname": "string",
- "domain": null,
- "enclosureId": 0,
- "enclosureType": "ENCLOSURE_DCS8",
- "errors": [
- {
- "alarmCode": "string",
- "alarmText": "string",
- "iom": "string"
}
], - "failIndicator": false,
- "failRequested": false,
- "formFactor": "SFF",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "location": "string",
- "loopSplit": true,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "cage1",
- "nodeWwn": "50050CC106233428",
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "subType": "string",
- "systemId": "7CE751P312",
- "type": "string",
- "warnIndicator": false,
- "warnRequested": false
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 disks identified by {cageId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| cageId required | string <int64> Example: e9d353bf98fc1a6bdb90b824e3ca14b5 cage ID |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemId eq 7CE751P312 oData query to filter Disk by Key. |
| sort | string Example: sort=name asc oData query to sort Disk by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "admitTime": {
- "ms": 1591599192000,
- "tz": "Asia/Calcutta"
}, - "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/0",
- "type": "enclosures"
}
], - "capacity": {
- "allocatedMiB": 595968,
- "failedMiB": 0,
- "freeMiB": 1233920,
- "totalMiB": 595968,
- "unavailableMiB": 0
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consumableSizeMiB": 1829888,
- "customerId": "string",
- "devType": "DEVTYPE_SSD",
- "diskId": 1,
- "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": null,
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "fwStatus": "--",
- "fwVersion": "3P00",
- "generation": 0,
- "id": "d4b13e70924d29afdb77d932f7563ea6",
- "insertTime": {
- "ms": 1591599192000,
- "tz": "Asia/Calcutta"
}, - "lifeLeftPCT": 100,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "mediaType": "MLC",
- "mfgCapacityGB": 1920,
- "paths": [
- {
- "degraded": false,
- "disabled": false,
- "port": {
- "node": 0,
- "port": 2,
- "slot": 0
}, - "primary": false
}
], - "positionLast": {
- "cage": 0,
- "sled": 2
}, - "positionNow": {
- "cage": 0,
- "sled": 2
}, - "protocol": "SAS",
- "rawSizeMiB": 1831420,
- "readErrors": {
- "correctable": 0,
- "uncorrectable": 0
}, - "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/0/disks/d4b13e70924d29afdb77d932f7563ea6",
- "sedStatus": "FIPS Capable",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string",
- "writeErrors": {
- "correctable": 0,
- "uncorrectable": 0
}, - "wwn": "5002538B10249591"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/0/disks",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 disk identified by {cageId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| cageId required | string <int64> Example: e9d353bf98fc1a6bdb90b824e3ca14b5 cage ID |
| id required | string Example: d4b13e70924d29afdb77d932f7563ea6 UID of the disk |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "admitTime": {
- "ms": 1591599192000,
- "tz": "Asia/Calcutta"
}, - "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/0",
- "type": "enclosures"
}
], - "capacity": {
- "allocatedMiB": 595968,
- "failedMiB": 0,
- "freeMiB": 1233920,
- "totalMiB": 595968,
- "unavailableMiB": 0
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/disks/d4b13e70924d29afdb77d932f7563ea6",
- "consumableSizeMiB": 1829888,
- "customerId": "string",
- "devType": "DEVTYPE_SSD",
- "diskId": 1,
- "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": null,
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "fwStatus": "--",
- "fwVersion": "3P00",
- "generation": 0,
- "id": "d4b13e70924d29afdb77d932f7563ea6",
- "insertTime": {
- "ms": 1591599192000,
- "tz": "Asia/Calcutta"
}, - "lifeLeftPCT": 100,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "mediaType": "MLC",
- "mfgCapacityGB": 1920,
- "paths": [
- {
- "degraded": false,
- "disabled": false,
- "port": {
- "node": 0,
- "port": 2,
- "slot": 0
}, - "primary": false
}
], - "positionLast": {
- "cage": 0,
- "sled": 2
}, - "positionNow": {
- "cage": 0,
- "disk": 0,
- "side": "SIDE_NONE",
- "sled": 2
}, - "protocol": "SAS",
- "rawSizeMiB": 1831420,
- "readErrors": {
- "correctable": 0,
- "uncorrectable": 0
}, - "requestUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/disks/d4b13e70924d29afdb77d932f7563ea6",
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/0/disks/d4b13e70924d29afdb77d932f7563ea6",
- "sedStatus": "FIPS Capable",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string",
- "writeErrors": {
- "correctable": 0,
- "uncorrectable": 0
}, - "wwn": "5002538B10249591"
}Get details of HPE Alletra Storage MP B10000 Enclosure Card Ports identified by {enclosureId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "disabled": true,
- "displayname": "Drive Enclosure - 0, IO Module - 0, Port - DP-1",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureCardDeviceId": 1,
- "enclosureCardId": "4c592313a65224f9dc804ca4ced2b88b",
- "enclosureCardPCIUid": "4c592313a65224f9dc804ca4ced2b88b",
- "enclosureCardPortId": 0,
- "enclosureCardPortType": "External",
- "enclosureDeviceId": 1,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "linkSpeed": "string",
- "loopA": false,
- "loopIndex": 2,
- "nodePort": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "nodePortString": "0:1:1",
- "osDisplayName": "DP-3",
- "portWwn": "50050CC111510A3E",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-card-ports/8621946048c1cb24bdfc57e9b3b460ac",
- "sfp": {
- "fwVersion": "string",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "string",
- "qualified": true,
- "rxLossPin": "string",
- "rxPowerLow": true,
- "speed": 1,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "txDisablePin": "string",
- "txFaultPin": "string"
}, - "slot": 1,
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-card-ports",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Enclosure Card Port identified by {enclosureId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure card port |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-card-ports/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "disabled": true,
- "displayname": "Drive Enclosure - 0, IO Module - 0, Port - DP-1",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureCardDeviceId": 1,
- "enclosureCardId": "4c592313a65224f9dc804ca4ced2b88b",
- "enclosureCardPCIUid": "4c592313a65224f9dc804ca4ced2b88b",
- "enclosureCardPortId": 0,
- "enclosureCardPortType": "External",
- "enclosureDeviceId": 1,
- "enclosureId": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "linkSpeed": "string",
- "loopA": false,
- "loopIndex": 2,
- "nodePort": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "nodePortString": "0:1:1",
- "osDisplayName": "DP-3",
- "portWwn": "50050CC111510A3E",
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-card-ports/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-card-ports/8621946048c1cb24bdfc57e9b3b460ac",
- "sfp": {
- "fwVersion": "string",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "string",
- "qualified": true,
- "rxLossPin": "string",
- "rxPowerLow": true,
- "speed": 1,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "txDisablePin": "string",
- "txFaultPin": "string"
}, - "slot": 1,
- "systemId": "7CE751P312",
- "type": "string"
}Get details of HPE Alletra Storage MP B10000 Enclosure Cards identified by {enclosureId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "dcsdata": {
- "fwStatus": "string",
- "fwVersion": "string",
- "master": true,
- "sasStatus": "string"
}, - "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureCardId": 0,
- "enclosureId": 1,
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "failIndicator": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "isNodeCard": false,
- "locateEnabled": false,
- "locateSevenSegDisplay": "string",
- "loopA": false,
- "loopB": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX `Filter, Sort`",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88 `Filter, Sort`",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "sevenSegDisplay": "string",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Enclosure Card identified by {enclosureId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure card |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "dcsdata": {
- "fwStatus": "string",
- "fwVersion": "string",
- "master": true,
- "sasStatus": "string"
}, - "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureCardBootDrives": {
- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "string",
- "domain": "stringvalue",
- "enclosureCardId": 0,
- "enclosureCardUid": "string",
- "enclosureId": 9,
- "enclosureUid": "string",
- "euiWwn": "string",
- "fwVersion": "string",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "path": "string",
- "sedStatus": "string",
- "sizeMiB": 0,
- "slot": 0,
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "enclosureCardCpu": {
- "items": [
- {
- "busSpeed": 0,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "cpuCores": 0,
- "customerId": "string",
- "displayname": "string",
- "domain": "string",
- "enclosureCardId": 0,
- "enclosureCardUid": "string",
- "enclosureId": 0,
- "enclosureUid": "string",
- "generation": 0,
- "id": "string",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "slot": 0,
- "speed": 0,
- "systemId": "string",
- "threads": 0,
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "enclosureCardFan": {
- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureCardFanId": 0,
- "enclosureCardId": 0,
- "enclosureCardUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "enclosureId": 0,
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "failIndicator": false,
- "fanId": "7CE751P312",
- "fanUid": "7CE751P312",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "speed": "string",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "enclosureCardId": 0,
- "enclosureCardMem": {
- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "string",
- "domain": "string",
- "enclosureCardId": 0,
- "enclosureCardMemType": "string",
- "enclosureCardUid": "string",
- "enclosureId": 0,
- "enclosureUid": "string",
- "generation": 0,
- "id": "string",
- "index": 0,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "string",
- "rcd": "string",
- "size": 0,
- "speed": 0,
- "systemId": "string",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "enclosureCardPci": {
- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "string",
- "domain": "string",
- "enclosureCardId": 0,
- "enclosureCardPCIType": "string",
- "enclosureCardUid": "string",
- "enclosureId": 0,
- "enclosureUid": "string",
- "fwVersion": "string",
- "generation": 0,
- "id": "string",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "portCount": 1,
- "revision": "string",
- "slot": 1,
- "systemId": "string",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "enclosureCardTpm": {
- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "string",
- "domain": "string",
- "enclosureCardId": 0,
- "enclosureCardTpmId": 0,
- "enclosureCardTpmType": "string",
- "enclosureCardUid": "string",
- "enclosureId": 0,
- "enclosureUid": "string",
- "family": "string",
- "fwVersion": "string",
- "generation": 0,
- "id": "string",
- "level": 0,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "revision": "string",
- "systemId": "string",
- "type": "string",
- "vendor": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "enclosureId": 1,
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "failIndicator": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "isNodeCard": false,
- "locateEnabled": false,
- "locateSevenSegDisplay": "string",
- "loopA": false,
- "loopB": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "sevenSegDisplay": "string",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string"
}Locate IO Module of HPE Alletra Storage MP B10000 identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure card |
| locate | boolean Indicates if the locate beacon should be enabled or not |
{- "locate": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of HPE Alletra Storage MP B10000 Enclosure Connectors identified by {enclosureId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "connector": 0,
- "currentSpeed": "currentSpeed",
- "customerId": "string",
- "disabled": "disabled",
- "displayname": "display name",
- "domain": "string",
- "elementStatusCode": {
- "default": "string",
- "key": "string"
}, - "enclosureCardId": 0,
- "enclosureCardPCIUid": "PCIUID",
- "enclosureCardUid": "CardUID",
- "enclosureId": 0,
- "enclosureName": "name",
- "enclosureUid": "uid",
- "generation": 0,
- "id": "id",
- "ipv4Address": "ipv4",
- "ipv6Address": "ipv6",
- "label": "label",
- "linkSpeed": "speed",
- "locate": "locate",
- "macAddress": "mac",
- "nodePort": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-connectors/8621946048c1cb24bdfc57e9b3b460ac",
- "slot": 0,
- "systemId": "4UW0004156",
- "type": "type1",
- "typeConnection": "External"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-connectors",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Enclosure Connector identified by {enclosureId} and {enclosureConnectorId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| enclosureConnectorId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure connector |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "connector": 0,
- "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-connectors/8621946048c1cb24bdfc57e9b3b460ac",
- "currentSpeed": "currentSpeed",
- "customerId": "string",
- "disabled": "disabled",
- "displayname": "display name",
- "domain": "string",
- "elementStatusCode": {
- "default": "string",
- "key": "string"
}, - "enclosureCardId": 0,
- "enclosureCardPCIUid": "PCIUID",
- "enclosureCardUid": "CardUID",
- "enclosureId": 0,
- "enclosureName": "name",
- "enclosureUid": "uid",
- "generation": 0,
- "id": "uid",
- "ipv4Address": "ipv4",
- "ipv6Address": "ipv6",
- "label": "label",
- "linkSpeed": "speed",
- "locate": "locate",
- "macAddress": "mac",
- "nodePort": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-connectors/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-connectors/8621946048c1cb24bdfc57e9b3b460ac",
- "slot": 0,
- "systemId": "4UW0004156",
- "type": "type1",
- "typeConnection": "External"
}Get details of HPE Alletra Storage MP B10000 Enclosure Disks identified by {enclosureId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "dc4data": {
- "esi": true,
- "esiStatus": "string",
- "systemLED": "LED_UNKNOWN"
}, - "dcsdata": {
- "esi": true,
- "esiStatus": "string"
}, - "displayname": "string",
- "domain": null,
- "enclosureId": 1,
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "loopA": {
- "alpa": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}
}, - "loopB": {
- "alpa": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}
}, - "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "position": {
- "cage": 0,
- "disk": 0,
- "side": "SIDE_NONE",
- "sled": 0
}, - "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks/8621946048c1cb24bdfc57e9b3b460ac",
- "systemId": "7CE751P312",
- "temperature": 0,
- "type": "string",
- "wwn": "5000C500997AB7B0"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Enclosure Disk identified by {enclosureId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure disk |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "dc4data": {
- "esi": true,
- "esiStatus": "string",
- "systemLED": "LED_UNKNOWN"
}, - "dcsdata": {
- "esi": true,
- "esiStatus": "string"
}, - "displayname": "string",
- "domain": null,
- "enclosureId": 1,
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "loopA": {
- "alpa": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}
}, - "loopB": {
- "alpa": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}
}, - "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "position": {
- "cage": 0,
- "disk": 0,
- "side": "SIDE_NONE",
- "sled": 0
}, - "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks/8621946048c1cb24bdfc57e9b3b460ac",
- "systemId": "7CE751P312",
- "temperature": 0,
- "type": "string",
- "wwn": "5000C500997AB7B0"
}Get details of HPE Alletra Storage MP B10000 Enclosure Powers identified by {enclosureId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "acStatus": "string",
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "dcStatus": "string",
- "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureId": 1,
- "enclosureName": "string",
- "enclosurePowerId": 0,
- "enclosurePowerSupplyId": 0,
- "enclosureType": "ENCLOSURE_DCS8",
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "failIndicator": false,
- "failInput": false,
- "failOutput": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "modelReadOnly": false,
- "name": "SASB",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-powers/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-powers",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Enclosure Power identified by {enclosureId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure power |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "acStatus": "string",
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-powers/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "dcStatus": "string",
- "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureId": 1,
- "enclosureName": "string",
- "enclosurePowerId": 0,
- "enclosurePowerSupplyId": 0,
- "enclosureType": "ENCLOSURE_DCS8",
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "failIndicator": false,
- "failInput": false,
- "failOutput": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "modelReadOnly": false,
- "name": "SASB",
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-powers/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-powers/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string"
}Get details of HPE Alletra Storage MP B10000 Enclosure Sleds identified by {enclosureId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter enclosure resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort enclosure resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "dc4data": {
- "hplLED": "LED_UNKNOWN",
- "left": true,
- "right": true,
- "systemLED": "LED_UNKNOWN"
}, - "diskCount": 1,
- "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureId": 1,
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "failIndicator": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "okIndicator": false,
- "portBypassA": false,
- "portBypassB": false,
- "power": false,
- "predFailIndicator": false,
- "protocol": "SAS",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "sledId": 0,
- "stateLoopA": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateLoopB": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "temperature": 30,
- "type": "string",
- "wwn": "5000C500997AB7B0"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Enclosure Sled identified by {enclosureId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure sled |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "enclosures"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "dc4data": {
- "hplLED": "LED_UNKNOWN",
- "left": true,
- "right": true,
- "systemLED": "LED_UNKNOWN"
}, - "diskCount": 1,
- "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureId": 1,
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "failIndicator": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "okIndicator": false,
- "portBypassA": false,
- "portBypassB": false,
- "power": false,
- "predFailIndicator": false,
- "protocol": "SAS",
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "sledId": 0,
- "stateLoopA": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateLoopB": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "temperature": 30,
- "type": "string",
- "wwn": "5000C500997AB7B0"
}Locate drive of HPE Alletra Storage MP B10000 identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| enclosureId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure sled |
| locate | boolean Indicates if the locate beacon should be enabled or not |
{- "locate": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of HPE Alletra Storage MP B10000 Enclosure identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-powers",
- "type": "enclosure-powers"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards",
- "type": "enclosure-cards"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks",
- "type": "enclosure-disks"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds",
- "type": "enclosure-sleds"
}
], - "chainPosLoopA": 0,
- "chainPosLoopB": 0,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "customerId": "string",
- "dcsdata": {
- "fwStatus": "string",
- "fwVersion": "string"
}, - "detailedState": null,
- "disks": {
- "items": [
- {
- "admitTime": {
- "ms": 1591599192000,
- "tz": "Asia/Calcutta"
}, - "capacity": {
- "allocatedMiB": 595968,
- "failedMiB": 0,
- "freeMiB": 1233920,
- "totalMiB": 595968,
- "unavailableMiB": 0
}, - "consumableSizeMiB": 1829888,
- "customerId": "string",
- "devType": "DEVTYPE_SSD",
- "diskId": 1,
- "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": null,
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "fwStatus": "--",
- "fwVersion": "3P00",
- "generation": 0,
- "id": "d4b13e70924d29afdb77d932f7563ea6",
- "insertTime": {
- "ms": 1591599192000,
- "tz": "Asia/Calcutta"
}, - "lifeLeftPCT": 100,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "mediaType": "MLC",
- "mfgCapacityGB": 1920,
- "paths": [
- {
- "degraded": false,
- "disabled": false,
- "port": {
- "node": 0,
- "port": 2,
- "slot": 0
}, - "primary": false
}
], - "positionLast": {
- "cage": 0,
- "sled": 2
}, - "positionNow": {
- "cage": 0,
- "disk": 0,
- "side": "SIDE_NONE",
- "sled": 2
}, - "protocol": "SAS",
- "rawSizeMiB": 1831420,
- "readErrors": {
- "correctable": 0,
- "uncorrectable": 0
}, - "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/0/disks/d4b13e70924d29afdb77d932f7563ea6",
- "sedStatus": "FIPS Capable",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string",
- "writeErrors": {
- "correctable": 0,
- "uncorrectable": 0
}, - "wwn": "5002538B10249591"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "displayname": "string",
- "domain": null,
- "enclosureCards": {
- "items": [
- {
- "customerId": "string",
- "dcsdata": {
- "fwStatus": "string",
- "fwVersion": "string",
- "master": true,
- "sasStatus": "string"
}, - "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureCardId": 0,
- "enclosureId": 1,
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "failIndicator": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "isNodeCard": false,
- "locateEnabled": false,
- "locateSevenSegDisplay": "string",
- "loopA": false,
- "loopB": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "sevenSegDisplay": "string",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "enclosureCdms": {
- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "Enclosure 1 CDM",
- "domain": "string",
- "elementStatusCode": "ok",
- "enclosureId": 1,
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "failInd": false,
- "fwVersion": "string",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b80",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "okInt": false,
- "osVersion": "string",
- "pUid": "51402EC0011762B0",
- "safeToRemove": true,
- "systemId": "9c3c4f29a82fd8d632ff379116fa0b88",
- "type": "string",
- "updating": false
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "enclosureDisks": {
- "items": [
- {
- "customerId": "string",
- "dc4data": {
- "esi": true,
- "esiStatus": "string",
- "systemLED": "LED_UNKNOWN"
}, - "dcsdata": {
- "esi": true,
- "esiStatus": "string"
}, - "displayname": "string",
- "domain": null,
- "enclosureId": 1,
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "loopA": {
- "alpa": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}
}, - "loopB": {
- "alpa": 0,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}
}, - "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "position": {
- "cage": 0,
- "disk": 0,
- "side": "SIDE_NONE",
- "sled": 0
}, - "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-disks/8621946048c1cb24bdfc57e9b3b460ac",
- "systemId": "7CE751P312",
- "temperature": 0,
- "type": "string",
- "wwn": "5000C500997AB7B0"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "enclosureId": 0,
- "enclosurePowerSupplies": {
- "items": [
- {
- "acStatus": "string",
- "customerId": "string",
- "dcStatus": "string",
- "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureId": 1,
- "enclosureName": "string",
- "enclosurePowerId": 0,
- "enclosurePowerSupplyId": 0,
- "enclosureType": "ENCLOSURE_DCS8",
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "failIndicator": false,
- "failInput": false,
- "failOutput": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "modelReadOnly": false,
- "name": "SASB",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-powers/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "enclosureSleds": {
- "items": [
- {
- "customerId": "string",
- "dc4data": {
- "hplLED": "LED_UNKNOWN",
- "left": true,
- "right": true,
- "systemLED": "LED_UNKNOWN"
}, - "diskCount": 1,
- "displayname": "string",
- "domain": null,
- "elementStatusCode": "string",
- "enclosureId": 1,
- "enclosureName": "string",
- "enclosureType": "ENCLOSURE_DCS8",
- "enclosureUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "failIndicator": false,
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "SASB",
- "okIndicator": false,
- "portBypassA": false,
- "portBypassB": false,
- "power": false,
- "predFailIndicator": false,
- "protocol": "SAS",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-sleds/8621946048c1cb24bdfc57e9b3b460ac",
- "safeToRemove": false,
- "sledId": 0,
- "stateLoopA": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateLoopB": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "temperature": 30,
- "type": "string",
- "wwn": "5000C500997AB7B0"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "enclosureType": "ENCLOSURE_DCS8",
- "errors": [
- {
- "alarmCode": "string",
- "alarmText": "string",
- "iom": "string"
}
], - "failIndicator": false,
- "failRequested": false,
- "formFactor": "SFF",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "location": "string",
- "loopSplit": true,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "cage1",
- "nodeWwn": "50050CC106233428",
- "nodes": {
- "items": [
- {
- "customerId": "string",
- "displayname": "Controller Node 0",
- "domain": null,
- "enclosureCardId": 0,
- "enclosureCardUid": "string",
- "enclosureId": 0,
- "enclosureUid": "string",
- "generation": 0,
- "id": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "inCluster": true,
- "kernelVersion": "4.2.1",
- "master": true,
- "memoryMiB": 5,
- "name": "4UW0002941-0",
- "nodeId": 0,
- "online": true,
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "type": "string",
- "uptime": {
- "ms": 123423423,
- "tz": "IST"
}
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "requestUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "subType": "string",
- "systemId": "7CE751P312",
- "type": "string",
- "warnIndicator": false,
- "warnRequested": false
}Locate enclosure drive of HPE Alletra Storage MP B10000 identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| locate | boolean Indicates if the locate beacon should be enabled or not |
{- "locate": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit details of HPE Alletra Storage MP B10000 Enclosure identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the enclosure |
| id | string or null New Id of the enclosure |
| location | string or null Location of the enclosure in the datacenter |
{- "id": "5",
- "location": "MIP-01 H29 36-38"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of performance metrics of physical drives on storage system identified by {systemid}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| reportType | string Example: reportType=Canned,Custom,Def,ApiUser parameter will be set to report type requested. For api users, set parameter as ApiUser |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
| compareBy | string Example: compareBy=top eq 5 and metrics eq readIops compareBy will define top and compare metrics for which query has to be made. Allowed values: |
| groupBy | string Example: groupBy=pdId groupBy will define comma separated groupBy parameters. Allowed value: |
| metricType | string Example: metricType=IOPS,LATENCY,THROUGHPUT,IOSIZE,QLEN,AVG_BUSY metricType will define comma separated metrics |
| filter | string Example: filter=pdId in (1,2) filter will define objects to be filtered. Filterable columns are: * |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "avgbusyMetricsDataPerct": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "iopsMetricsData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "ioszMetricsDataKbs": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "latencyMetricsDataMs": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "qlenMetricsData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "throughputMetricsDataKbps": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
]
}, - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/performance-history",
- "startTime": 1625556314
}Get all storage pools for a device {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq CPG_1 oData query to filter pools by Key. |
| sort | string Example: sort=name desc oData query to sort pools by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems",
- "type": "storage-systems"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE809P009/storage-pools/8fdba044f8d90c7922c17b9340b65178/volumes",
- "type": "volumes"
}
], - "capacityUsed": 56446,
- "customerId": "string",
- "domain": "domain",
- "generation": 0,
- "id": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "name": "Vega_7_test",
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE809P009/storage-pools/8fdba044f8d90c7922c17b9340b65178",
- "systemId": "7CE809P009",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 0,
- "requestUri": "/api/v1/storage-systems/7CE809P009/storage-pools",
- "total": 1
}Get details of storage pools identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: 147c439db3ecb34d1ccccc932d14fd60 Identifier of pool. A 32 digit number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems",
- "type": "storage-systems"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE809P009/storage-pools/8fdba044f8d90c7922c17b9340b65178/volumes",
- "type": "volumes"
}
], - "capacityUsed": 56446,
- "customerId": "string",
- "domain": "domain",
- "generation": 0,
- "id": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "name": "Vega_7_test",
- "requestUri": "/api/v1/storage-systems/CZ232906QR/storage-pools/be46ad12679c1b2d8f186992e6b70265",
- "resourceUri": "/api/storage-systems/device-type1/7CE809P009/storage-pools/8fdba044f8d90c7922c17b9340b65178",
- "systemId": "7CE809P009",
- "type": "string"
}Get all volumes for storage-pool identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: 147c439db3ecb34d1ccccc932d14fd60 Identifier of pool. A 32 digit number. |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/storage-pools/{uid}",
- "type": "storage-pools"
}, - {
- "resourceUri": "/v1/storage-systems/volume-sets/{uid}",
- "type": "volume-sets"
}, - {
- "resourceUri": "/v1/storage-systems/{uid}",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/{uid}/volumes",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "generation": 0,
- "healthState": "NORMAL",
- "hostWrittenCapacityMiB": 0,
- "id": "e66ed5ce8d35961481a48b4f78bb06b4",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "intrinsicResource": "volume",
- "isInternal": false,
- "isSystemVolume": false,
- "name": "Finance",
- "productFamily": "deviceType1",
- "provisionedSizeMiB": 2048,
- "resourceUri": "/v1/storage-systems/volumes",
- "sizeMiB": 2048,
- "spaceWarning": 0,
- "subType": "PROVTYPE_DDS",
- "systemId": "7CE751P312",
- "thinSavings": "1:1",
- "type": "volume",
- "usedCapacityPercent": 1.2345,
- "usedSizeMiB": 0,
- "volumeSetId": "7CE751P312",
- "volumeType": "VVTYPE_BASE",
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/volumes",
- "total": 1
}Get all storage-pools details by Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq CPG_1 oData query to filter pools by Key. |
| sort | string Example: sort=name desc oData query to sort pools by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "alert": {
- "fail": "--",
- "limit": "--",
- "warn": "--",
- "warnPercent": 2
}, - "allocationSettings": {
- "HA": {
- "default": "string",
- "key": "string"
}, - "RAIDType": "RAID_SIX",
- "chunkletPosPref": "Position1",
- "deviceSpeed": {
- "default": "string",
- "key": "string",
- "text": "string",
- "value": 0
}, - "deviceType": "DEVICE_TYPE_SSD",
- "diskFilter": "test",
- "requestedHA": {
- "default": "string",
- "key": "string"
}, - "setSize": "6 data, 2 parity",
- "stepSize": -1
}, - "aoConfigID": 1,
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE809P009",
- "type": "storage-systems"
}, - {
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE809P009/storage-pools/8fdba044f8d90c7922c17b9340b65178/volumes",
- "type": "volumes"
}
], - "baseSizeMiB": 67584,
- "baseSizePrivateMiB": 1215872,
- "baseSizeRawMiB": 90111,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compactRatio": 5.722643930878938,
- "compressRatio": 4.233684210526316,
- "customerId": "string",
- "dataReduceRatio": 2.25,
- "dedupCapable": true,
- "dedupRatio": 2.2464644143676713,
- "dedupVersion": {
- "default": "string",
- "key": "string"
}, - "displayname": "CPG Vega_7_test",
- "domain": "testdomain",
- "freeForAllocationMiB": 4141056,
- "freeSizeMiB": 44672,
- "freeSizeRawMiB": 16896,
- "generation": 0,
- "id": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "name": "Vega_7_test",
- "numberOfSnapRC": 5,
- "numberOfTDVV": 14,
- "numberOfTPVV": 1062,
- "numberOfUserRC": 5,
- "overProvRatio": 0.58,
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE809P009/storage-pools/8fdba044f8d90c7922c17b9340b65178",
- "saGrow": {
- "args": "-p -devtype SSD",
- "limitMiB": 10,
- "sizeMiB": 12,
- "warnMiB": 10
}, - "sdGrow": {
- "args": "-p -devtype SSD",
- "limitMiB": 10,
- "sizeMiB": 12,
- "warnMiB": 10
}, - "sharedSizeMiB": 512,
- "snapSizePrivateMiB": 526848,
- "snapSizeRawMiB": 56831,
- "snapSpaceAdmin": {
- "ldCount": 4,
- "totalMiB": 83968,
- "totalRawMiB": 251904,
- "usedMiB": 75008,
- "usedRawMiB": 225024
}, - "snapSpaceData": {
- "ldCount": 4,
- "totalMiB": 83968,
- "totalRawMiB": 251904,
- "usedMiB": 75008,
- "usedRawMiB": 225024
}, - "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "storagePoolId": 4,
- "systemId": "7CE809P009",
- "totalReservedMiB": 1806336,
- "totalSizeMiB": 122880,
- "totalSizeRawMiB": 163839,
- "type": "string",
- "userSpace": {
- "ldCount": 4,
- "totalMiB": 83968,
- "totalRawMiB": 251904,
- "usedMiB": 75008,
- "usedRawMiB": 225024
}, - "volumesCount": 5,
- "warnPercent": 5
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE809P009/storage-pools",
- "total": 1
}Get details of Primera / Alletra 9K storage-pool identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: 147c439db3ecb34d1ccccc932d14fd60 Identifier of pool. A 32 digit number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "alert": {
- "fail": "--",
- "limit": "--",
- "warn": "--",
- "warnPercent": 2
}, - "allocationSettings": {
- "HA": {
- "default": "string",
- "key": "string"
}, - "RAIDType": "RAID_SIX",
- "chunkletPosPref": "Position1",
- "deviceSpeed": {
- "default": "string",
- "key": "string",
- "text": "string",
- "value": 0
}, - "deviceType": "DEVICE_TYPE_SSD",
- "diskFilter": "test",
- "requestedHA": {
- "default": "string",
- "key": "string"
}, - "setSize": "6 data, 2 parity",
- "stepSize": -1
}, - "aoConfigID": 1,
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE809P009",
- "type": "storage-systems"
}, - {
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE809P009/storage-pools/8fdba044f8d90c7922c17b9340b65178/volumes",
- "type": "volumes"
}
], - "baseSizeMiB": 67584,
- "baseSizePrivateMiB": 1215872,
- "baseSizeRawMiB": 90111,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compactRatio": 5.722643930878938,
- "compressRatio": 4.233684210526316,
- "customerId": "string",
- "dataReduceRatio": 2.25,
- "dedupCapable": true,
- "dedupRatio": 2.2464644143676713,
- "dedupVersion": {
- "default": "string",
- "key": "string"
}, - "displayname": "CPG Vega_7_test",
- "domain": "testdomain",
- "freeForAllocationMiB": 4141056,
- "freeSizeMiB": 44672,
- "freeSizeRawMiB": 16896,
- "generation": 0,
- "id": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "name": "Vega_7_test",
- "numberOfSnapRC": 5,
- "numberOfTDVV": 14,
- "numberOfTPVV": 1062,
- "numberOfUserRC": 5,
- "overProvRatio": 0.58,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE809P009/storage-pools/8fdba044f8d90c7922c17b9340b65178",
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE809P009/storage-pools/8fdba044f8d90c7922c17b9340b65178",
- "saGrow": {
- "args": "-p -devtype SSD",
- "limitMiB": 10,
- "sizeMiB": 12,
- "warnMiB": 10
}, - "sdGrow": {
- "args": "-p -devtype SSD",
- "limitMiB": 10,
- "sizeMiB": 12,
- "warnMiB": 10
}, - "sharedSizeMiB": 512,
- "snapSizePrivateMiB": 526848,
- "snapSizeRawMiB": 56831,
- "snapSpaceAdmin": {
- "ldCount": 4,
- "totalMiB": 83968,
- "totalRawMiB": 251904,
- "usedMiB": 75008,
- "usedRawMiB": 225024
}, - "snapSpaceData": {
- "ldCount": 4,
- "totalMiB": 83968,
- "totalRawMiB": 251904,
- "usedMiB": 75008,
- "usedRawMiB": 225024
}, - "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "storagePoolId": 4,
- "systemId": "7CE809P009",
- "totalReservedMiB": 1806336,
- "totalSizeMiB": 122880,
- "totalSizeRawMiB": 163839,
- "type": "string",
- "userSpace": {
- "ldCount": 4,
- "totalMiB": 83968,
- "totalRawMiB": 251904,
- "usedMiB": 75008,
- "usedRawMiB": 225024
}, - "warnPercent": 5
}Get all volumes for storage-pool identified by {uuid} of Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: 147c439db3ecb34d1ccccc932d14fd60 Identifier of pool. A 32 digit number. |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "associatedLinks": [
- {
- "resourceUri": "v1/storage-systems/{systemUid}/contollers",
- "type": "controllers"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/shelves",
- "type": "shelves"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/disks",
- "type": "disks"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-ports",
- "type": "storage-ports"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-devices-settings",
- "type": "storage-devices-settings"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-pools",
- "type": "storage-pools"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/volume-sets",
- "type": "volume-sets"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/host-groups",
- "type": "host-groups"
}
], - "baseId": 0,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compactEfficiency": 0,
- "compressionEfficiency": 0,
- "compressionPolicy": "string",
- "consoleUri": "/block/volumes/device-type1/f9860a60fd9ff04d2bfa7663622ae401?systemUid=4UW0002936",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copiedMB": 0,
- "copiedPerc": 0,
- "copyOfID": 0,
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "dataReduction": "string",
- "ddcSize": 0,
- "ddsSize": 0,
- "dedup": "string",
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "ms": 0,
- "tz": "string"
}, - "expirationTime": {
- "ms": 0,
- "tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "id": "string",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "parentID": 0,
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "resourceUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes/{uid}",
- "retentionTime": {
- "ms": 0,
- "tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "sizeMiB": 2048,
- "snapShotTier": "string",
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "snapshotCpgID": 0,
- "snapshotCpgName": "string",
- "snapshotSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotUsedToVirtualPercent": 0,
- "spaceCalculationTime": {
- "ms": 0,
- "tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "storageTier": "string",
- "systemId": "7CE751P312",
- "thinProvisioned": true,
- "thinSavings": "string",
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSpaceMiB": 0,
- "type": "string",
- "unrefSpaceFreedTime": {
- "ms": 0,
- "tz": "string"
}, - "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0,
- "vlunSectorSize": 0,
- "volumeId": 0,
- "volumePerformance": {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "iops": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "latencyMs": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "requestUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "resourceUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "throughputKbps": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}
}, - "volumeType": "VVTYPE_BASE",
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes",
- "total": 1
}Get performance history of Nimble / Alletra 6K Pools
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
| compareBy | string Example: compareBy=top eq 5 and metrics eq readIops compareBy will define top and compare metrics for which query has to be made. Allowed values: |
| filter | string Example: filter=vvname in (vvname1,vvname2,vvname3) ,deviceName in (cage1) filter will define objects to be filtered |
| metricType | string Example: metricType=IOPS,LATENCY,THROUGHPUT metricTypes will define comma separated metrics |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "iopsMetricsData": [
- {
- "chartLegendId": "VolumeName",
- "resourceId": "001c0920dff4b68c9d000000000000000000000001",
- "timeseriesData": {
- "items": [
- {
- "name": "VolumeName",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "latencyMetricsDataMs": [
- {
- "chartLegendId": "VolumeName",
- "resourceId": "001c0920dff4b68c9d000000000000000000000001",
- "timeseriesData": {
- "items": [
- {
- "name": "VolumeName",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "throughputMetricsDataKbps": [
- {
- "chartLegendId": "VolumeName",
- "resourceId": "001c0920dff4b68c9d000000000000000000000001",
- "timeseriesData": {
- "items": [
- {
- "name": "VolumeName",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
]
}, - "requestUri": "/v1/storage-systems/device-type2/0000000110000000/volumes/volume-performance",
- "startTime": 1625556314
}Get all pools details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter pools by Key. |
| sort | string Example: sort=name desc oData query to sort pools resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "pool0.0645689306120438",
- "all_flash": true,
- "array_count": 2,
- "array_list": [
- {
- "evac_time": 0,
- "evac_usage": 0,
- "migrate": "in",
- "snap_usage_compressed_bytes": 0,
- "usable_capacity": 0,
- "usage": 0,
- "usage_valid": true,
- "vol_usage_compressed_bytes": 0,
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name": "Array1",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Array1"
}
], - "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "cache_capacity": 256,
- "capacity": 1024,
- "clone_ratio": 9.18,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compression_ratio": 9.18,
- "consoleUri": "null",
- "creation_time": 343200,
- "customerId": "string",
- "data_reduction_ratio": 9.18,
- "dedupe_all_volumes": false,
- "dedupe_all_volumes_capable": false,
- "dedupe_capable": true,
- "dedupe_capacity_bytes": 10,
- "dedupe_ratio": 9.18,
- "dedupe_usage_bytes": 0,
- "description": "HA pool",
- "folder_list": [
- {
- "fqn": "Folder0",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817"
}
], - "free_space": 1024,
- "full_name": "pool0.0645689306120438",
- "generation": 0,
- "is_default": true,
- "last_modified": 343200,
- "pinnable_cache_capacity": 128,
- "pinned_cache_capacity": 128,
- "pinned_vol_list": [
- {
- "size_pinned_cache_bytes": 4817,
- "agent_type": "vvol",
- "has_locked_snapshots": false,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Volume0",
- "vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "vol_name": "Volume0",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
], - "reserve": 165432,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "savings": 54,
- "savings_clone": 64,
- "savings_compression": 48,
- "savings_data_reduction": 107,
- "savings_dedupe": 58,
- "savings_ratio": 9.18,
- "savings_vol_thin_provisioning": 1073,
- "search_name": "pool0.0645689306120438",
- "snap_count": 8,
- "snapcoll_count": 0,
- "type": "string",
- "unassigned_array_list": [
- {
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name": "Array1",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Array1"
}
], - "uncompressed_snap_usage_bytes": 165432,
- "uncompressed_vol_usage_bytes": 165432,
- "unused_reserve": 15,
- "usage": 256,
- "usage_valid": true,
- "vol_count": 5,
- "vol_list": [
- {
- "agent_type": "vvol",
- "has_locked_snapshots": false,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Volume0",
- "vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "vol_name": "Volume0",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
], - "vol_thin_provisioning_ratio": 9.18
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/storage-pools",
- "total": 1
}Create storage pool from Nimble / Alletra 6K system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
required | Array of objects (CreatePoolNimbleArrayDetail) List of arrays identified by their IDs, in the pool. |
| dedupe_all_volumes | boolean or null Indicates if dedupe is enabled by default for new volumes on this pool. Defaults to false. |
| description | string or null Text description of pool. String of up to 255 printable ASCII characters. Defaults to empty string. |
| name required | string Name of pool. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
{- "array_list": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004801"
}
], - "dedupe_all_volumes": false,
- "description": "99.9999% availability",
- "name": "pool-1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete pool identified by {storagePoolId} from Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| storagePoolId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of pool. A 42 digit hexadecimal number. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K pool identified by {storagePoolId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| storagePoolId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of pool. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/storage-pools/2a0df0fe6f7dc7bb16000000000000000000004007",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "pool0.0645689306120438",
- "all_flash": true,
- "array_count": 2,
- "array_list": [
- {
- "evac_time": 0,
- "evac_usage": 0,
- "migrate": "in",
- "snap_usage_compressed_bytes": 0,
- "usable_capacity": 0,
- "usage": 0,
- "usage_valid": true,
- "vol_usage_compressed_bytes": 0,
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name": "Array1",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Array1"
}
], - "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "cache_capacity": 256,
- "capacity": 1024,
- "clone_ratio": 9.18,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compression_ratio": 9.18,
- "consoleUri": "null",
- "creation_time": 343200,
- "customerId": "string",
- "data_reduction_ratio": 9.18,
- "dedupe_all_volumes": false,
- "dedupe_all_volumes_capable": false,
- "dedupe_capable": true,
- "dedupe_capacity_bytes": 10,
- "dedupe_ratio": 9.18,
- "dedupe_usage_bytes": 0,
- "description": "HA pool",
- "folder_list": [
- {
- "fqn": "Folder0",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817"
}
], - "free_space": 1024,
- "full_name": "pool0.0645689306120438",
- "generation": 0,
- "is_default": true,
- "last_modified": 343200,
- "pinnable_cache_capacity": 128,
- "pinned_cache_capacity": 128,
- "pinned_vol_list": [
- {
- "size_pinned_cache_bytes": 4817,
- "agent_type": "vvol",
- "has_locked_snapshots": false,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Volume0",
- "vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "vol_name": "Volume0",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
], - "reserve": 165432,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "savings": 54,
- "savings_clone": 64,
- "savings_compression": 48,
- "savings_data_reduction": 107,
- "savings_dedupe": 58,
- "savings_ratio": 9.18,
- "savings_vol_thin_provisioning": 1073,
- "search_name": "pool0.0645689306120438",
- "snap_count": 8,
- "snapcoll_count": 0,
- "type": "string",
- "unassigned_array_list": [
- {
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name": "Array1",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Array1"
}
], - "uncompressed_snap_usage_bytes": 165432,
- "uncompressed_vol_usage_bytes": 165432,
- "unused_reserve": 15,
- "usage": 256,
- "usage_valid": true,
- "vol_count": 5,
- "vol_list": [
- {
- "agent_type": "vvol",
- "has_locked_snapshots": false,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Volume0",
- "vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "vol_name": "Volume0",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
], - "vol_thin_provisioning_ratio": 9.18
}Edit details of Nimble / Alletra 6K pool identified by {storagePoolId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| storagePoolId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of pool. A 42 digit hexadecimal number. |
Array of objects or null (EditPoolNimbleArrayDetail) List of arrays identified by their IDs, in the pool. | |
| dedupe_all_volumes | boolean or null Indicates if dedupe is enabled by default for new volumes on this pool. |
| dedupe_capable | boolean or null Indicates whether the pool is capable of hosting deduped volumes. |
| description | string or null Text description of pool. String of up to 255 printable ASCII characters. |
| force | boolean or null Forcibly delete the specified pool even if it contains deleted volumes whose space is being reclaimed. Forcibly remove an array from array_list via an update operation even if the array is not reachable. There should no volumes currently in the pool for the forced update operation to succeed. |
| is_default | boolean or null Indicates if this is the default pool. |
| name | string or null Name of pool. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
{- "array_list": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004801"
}
], - "dedupe_all_volumes": false,
- "dedupe_capable": false,
- "description": "99.9999% availability",
- "force": false,
- "is_default": false,
- "name": "pool-1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Merge pool identified by {storagePoolId} from Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| storagePoolId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of pool. A 42 digit hexadecimal number. |
| force | boolean or null Forcibly merge the specified pool into target pool. Defaults to false. |
| target_pool_id required | string ID of the target pool. A 42 digit hexadecimal number. |
{- "force": false,
- "target_pool_id": "2a0df0fe6f7dc7bb16000000000000000000004801"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get storage pool capacity trend data of Nimble / Alletra 6K storage pool identified by {storagePoolId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| storagePoolId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of storage pool. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "count": 127,
- "requestUri": "/api/v1/storage-systems/device-type2/00473102de2f5f39d8000000000000000000000001/storage-pools/37473102de2f5f39d8000000000000000000000027/capacity-history",
- "series_data": [
- {
- "savings": 5,
- "timestamp": 1605063600,
- "usage": 4
}
], - "total": 127
}Get performance trend data of Nimble / Alletra 6K storage pool identified by {storagePoolId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| storagePoolId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of storage pool. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "iops_metrics_data": {
- "series_data": [
- {
- "read_value": 46,
- "timestamp": 1605063600,
- "total_value": 89.76,
- "write_value": 23.76
}
], - "total": 5
}, - "latency_metrics_data": {
- "series_data": [
- {
- "read_value": 46,
- "timestamp": 1605063600,
- "total_value": 89.76,
- "write_value": 23.76
}
], - "total": 5
}, - "requestUri": "/api/v1/storage-systems/device-type2/00473102de2f5f39d8000000000000000000000001/storage-pools/37473102de2f5f39d8000000000000000000000027/performance-history",
- "throughput_metrics_data": {
- "series_data": [
- {
- "read_value": 46,
- "timestamp": 1605063600,
- "total_value": 89.76,
- "write_value": 23.76
}
], - "total": 5
}
}Get performance statistics of Nimble / Alletra 6K storage pool identified by {storagePoolId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| storagePoolId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of storage pool. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "iops": {
- "avg_1day": 33.65,
- "avg_1hour": 40.4,
- "avg_8hours": 50.98,
- "avg_latest": 3.4
}, - "latency": {
- "avg_1day": 33.65,
- "avg_1hour": 40.4,
- "avg_8hours": 50.98,
- "avg_latest": 3.4
}, - "requestUri": "/api/v1/storage-systems/device-type2/00473102de2f5f39d8000000000000000000000001/storage-pools/37473102de2f5f39d8000000000000000000000027/performance-statistics",
- "throughput": {
- "avg_1day": 33.65,
- "avg_1hour": 40.4,
- "avg_8hours": 50.98,
- "avg_latest": 3.4
}
}Get all storage-pools details by HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq CPG_1 oData query to filter pools by Key. |
| sort | string Example: sort=name desc oData query to sort pools by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "alert": {
- "fail": "--",
- "limit": "--",
- "warn": "--",
- "warnPercent": 2
}, - "allocationSettings": {
- "HA": {
- "default": "string",
- "key": "string"
}, - "RAIDType": "RAID_SIX",
- "chunkletPosPref": "Position1",
- "deviceSpeed": {
- "default": "string",
- "key": "string",
- "text": "string",
- "value": 0
}, - "deviceType": "DEVICE_TYPE_SSD",
- "diskFilter": "test",
- "requestedHA": {
- "default": "string",
- "key": "string"
}, - "setSize": "6 data, 2 parity",
- "stepSize": -1
}, - "aoConfigID": 1,
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE809P009",
- "type": "storage-systems"
}, - {
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE809P009/storage-pools/8fdba044f8d90c7922c17b9340b65178/volumes",
- "type": "volumes"
}
], - "baseSizeMiB": 67584,
- "baseSizePrivateMiB": 1215872,
- "baseSizeRawMiB": 90111,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compactRatio": 5.722643930878938,
- "compressRatio": 4.233684210526316,
- "compressSavings": 1,
- "customerId": "string",
- "dataReduceRatio": 2.25,
- "dedupCapable": true,
- "dedupRatio": 2.2464644143676713,
- "dedupSavings": 1,
- "dedupVersion": {
- "default": "string",
- "key": "string"
}, - "displayname": "CPG Vega_7_test",
- "domain": "testdomain",
- "freeForAllocationMiB": 4141056,
- "freeSizeMiB": 44672,
- "freeSizeRawMiB": 16896,
- "generation": 0,
- "hostWrt": 1,
- "id": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "name": "Vega_7_test",
- "nonReducibleData": 2,
- "numberOfSnapRC": 5,
- "numberOfTDVV": 14,
- "numberOfTPVV": 1062,
- "numberOfUserRC": 5,
- "overProvRatio": 0.58,
- "reduceSavings": 2,
- "reducibleReduceSavings": 2,
- "reducibleReduceSavingsRatio": 0.08,
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE809P009/storage-pools/8fdba044f8d90c7922c17b9340b65178",
- "saGrow": {
- "args": "-p -devtype SSD",
- "limitMiB": 10,
- "sizeMiB": 12,
- "warnMiB": 10
}, - "sdGrow": {
- "args": "-p -devtype SSD",
- "limitMiB": 10,
- "sizeMiB": 12,
- "warnMiB": 10
}, - "sharedSizeMiB": 512,
- "snapSizePrivateMiB": 526848,
- "snapSizeRawMiB": 56831,
- "snapSpaceAdmin": {
- "ldCount": 4,
- "totalMiB": 83968,
- "totalRawMiB": 251904,
- "usedMiB": 75008,
- "usedRawMiB": 225024
}, - "snapSpaceData": {
- "ldCount": 4,
- "totalMiB": 83968,
- "totalRawMiB": 251904,
- "usedMiB": 75008,
- "usedRawMiB": 225024
}, - "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "storagePoolId": 4,
- "systemId": "7CE809P009",
- "thinSavings": 1,
- "thinSavingsRatio": 0.08,
- "totalReservedMiB": 1806336,
- "totalSavings": 2,
- "totalSavingsRatio": 0.08,
- "totalSizeMiB": 122880,
- "totalSizeRawMiB": 163839,
- "type": "string",
- "userSpace": {
- "ldCount": 4,
- "totalMiB": 83968,
- "totalRawMiB": 251904,
- "usedMiB": 75008,
- "usedRawMiB": 225024
}, - "volumesCount": 5,
- "warnPercent": 5
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE809P009/storage-pools",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 storage-pool identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: 147c439db3ecb34d1ccccc932d14fd60 Identifier of pool. A 32 digit number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "alert": {
- "fail": "--",
- "limit": "--",
- "warn": "--",
- "warnPercent": 2
}, - "allocationSettings": {
- "HA": {
- "default": "string",
- "key": "string"
}, - "RAIDType": "RAID_SIX",
- "chunkletPosPref": "Position1",
- "deviceSpeed": {
- "default": "string",
- "key": "string",
- "text": "string",
- "value": 0
}, - "deviceType": "DEVICE_TYPE_SSD",
- "diskFilter": "test",
- "requestedHA": {
- "default": "string",
- "key": "string"
}, - "setSize": "6 data, 2 parity",
- "stepSize": -1
}, - "aoConfigID": 1,
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE809P009",
- "type": "storage-systems"
}, - {
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE809P009/storage-pools/8fdba044f8d90c7922c17b9340b65178/volumes",
- "type": "volumes"
}
], - "baseSizeMiB": 67584,
- "baseSizePrivateMiB": 1215872,
- "baseSizeRawMiB": 90111,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compactRatio": 5.722643930878938,
- "compressRatio": 4.233684210526316,
- "compressSavings": 1,
- "customerId": "string",
- "dataReduceRatio": 2.25,
- "dedupCapable": true,
- "dedupRatio": 2.2464644143676713,
- "dedupSavings": 1,
- "dedupVersion": {
- "default": "string",
- "key": "string"
}, - "displayname": "CPG Vega_7_test",
- "domain": "testdomain",
- "freeForAllocationMiB": 4141056,
- "freeSizeMiB": 44672,
- "freeSizeRawMiB": 16896,
- "generation": 0,
- "hostWrt": 1,
- "id": "e9d353bf98fc1a6bdb90b824e3ca14b5",
- "name": "Vega_7_test",
- "nonReducibleData": 2,
- "numberOfSnapRC": 5,
- "numberOfTDVV": 14,
- "numberOfTPVV": 1062,
- "numberOfUserRC": 5,
- "overProvRatio": 0.58,
- "reduceSavings": 2,
- "reducibleReduceSavings": 2,
- "reducibleReduceSavingsRatio": 0.08,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE809P009/storage-pools/8fdba044f8d90c7922c17b9340b65178",
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE809P009/storage-pools/8fdba044f8d90c7922c17b9340b65178",
- "saGrow": {
- "args": "-p -devtype SSD",
- "limitMiB": 10,
- "sizeMiB": 12,
- "warnMiB": 10
}, - "sdGrow": {
- "args": "-p -devtype SSD",
- "limitMiB": 10,
- "sizeMiB": 12,
- "warnMiB": 10
}, - "sharedSizeMiB": 512,
- "snapSizePrivateMiB": 526848,
- "snapSizeRawMiB": 56831,
- "snapSpaceAdmin": {
- "ldCount": 4,
- "totalMiB": 83968,
- "totalRawMiB": 251904,
- "usedMiB": 75008,
- "usedRawMiB": 225024
}, - "snapSpaceData": {
- "ldCount": 4,
- "totalMiB": 83968,
- "totalRawMiB": 251904,
- "usedMiB": 75008,
- "usedRawMiB": 225024
}, - "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "storagePoolId": 4,
- "systemId": "7CE809P009",
- "thinSavings": 1,
- "thinSavingsRatio": 0.08,
- "totalReservedMiB": 1806336,
- "totalSavings": 2,
- "totalSavingsRatio": 0.08,
- "totalSizeMiB": 122880,
- "totalSizeRawMiB": 163839,
- "type": "string",
- "userSpace": {
- "ldCount": 4,
- "totalMiB": 83968,
- "totalRawMiB": 251904,
- "usedMiB": 75008,
- "usedRawMiB": 225024
}, - "volumesCount": 5,
- "warnPercent": 5
}Get all volumes for storage-pool identified by {uuid} of HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: 147c439db3ecb34d1ccccc932d14fd60 Identifier of pool. A 32 digit number. |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "associatedLinks": [
- {
- "resourceUri": "v1/storage-systems/{systemUid}/contollers",
- "type": "controllers"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/shelves",
- "type": "shelves"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/disks",
- "type": "disks"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-ports",
- "type": "storage-ports"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-devices-settings",
- "type": "storage-devices-settings"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-pools",
- "type": "storage-pools"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/volume-sets",
- "type": "volume-sets"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/host-groups",
- "type": "host-groups"
}
], - "baseId": 0,
- "bulkvv": true,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compressionPolicy": "string",
- "consoleUri": "/block/volumes/device-type4/f9860a60fd9ff04d2bfa7663622ae401?systemUid=4UW0002936",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copyOfID": 0,
- "copyOfShortName": "VegaCopyOfShortNames~66",
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "dataReduction": "string",
- "dedup": "string",
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "Ms": 0,
- "Tz": "string"
}, - "expirationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "id": "string",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "nguid": "60002AC0000800660002AC130007EEFD",
- "parentID": 0,
- "pevv": true,
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "ransomware": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "resourceUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes/{uid}",
- "retentionTime": {
- "Ms": 0,
- "Tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "shortName": "VegaVolumesShortName~67245",
- "snapShotTier": "string",
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "spaceCalculationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "storageTier": "string",
- "systemId": "7CE751P312",
- "thinProvisioned": true,
- "type": "string",
- "unrefSpaceFreedTime": {
- "Ms": 0,
- "Tz": "string"
}, - "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "usrCpgShortName": "VegaUserCpgShortName~97",
- "vlunSectorSize": 0,
- "volumeCapacity": {
- "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "branchUsedBlocksMiB": 0,
- "branchVSizeMiB": 2048,
- "compactEfficiency": 0,
- "compressSavings": 0,
- "compressionEfficiency": 0,
- "copiedMB": 0,
- "copiedPerc": 0,
- "ddcSize": 0,
- "ddsSize": 0,
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "nonReducibleData": 0,
- "reduceSavings": 0,
- "reduceSavingsRatio": 0,
- "reducibleReduceSavings": 0,
- "reducibleReduceSavingsRatio": 0,
- "sizeMiB": 2048,
- "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotUsedToVirtualPercent": 0,
- "thinSaving": 0,
- "thinSavings": "string",
- "thinSavingsRatio": 0,
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSavings": 0,
- "totalSavingsRatio": 0,
- "totalSpaceMiB": 0,
- "treeVirtualSize": 0,
- "usedBlocksMiB": 0,
- "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0,
- "vvtreeHostWrt": 0
}, - "volumeId": 0,
- "volumePerformance": {
- "iops": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "latencyMs": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "resourceUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "throughputKbps": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}
}, - "volumeType": "VVTYPE_BASE",
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes",
- "total": 1
}Get all storage systems
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq VEGA_CB1507_8400_2N_150 oData query to filter systems by Key. |
| sort | string Example: sort=id asc,name desc Query to sort the response with specified key and order |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "arrayList": [
- {
- "model": "CS3000",
- "name": "NimbleArray45"
}
], - "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/contollers",
- "type": "controllers"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/shelves",
- "type": "shelves"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/disks",
- "type": "disks"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/storage-ports",
- "type": "storage-ports"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/storage-devices-settings",
- "type": "storage-devices-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/storage-pools",
- "type": "storage-pools"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/volume-sets",
- "type": "volume-sets"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/host-groups",
- "type": "host-groups"
}
], - "callhomeStatus": "ENABLED_NORMAL",
- "collectionStatus": {
- "configStatus": {
- "status": "NORMAL"
}, - "metricStatus": {
- "status": "NORMAL"
}, - "overAllStatus": "NORMAL"
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "connectionStatus": "CONNECTED",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "description": "string",
- "fqdn": "s9.in.hpecorp.net",
- "generation": 0,
- "id": "7CE751P312",
- "lastConnectedTime": 1600084190299,
- "maxVolumeDecoSizeMib": "67108864",
- "mgmtIp": "192.168.0.1",
- "minVolumeDecoSizeMib": "256",
- "model": "string",
- "name": "DeviceType1Billing",
- "productFamily": "deviceType1",
- "resourceUri": "/api/v1/storage-systems/2FF70002AC018D94",
- "serialNumber": "CZ2D2407WM",
- "softwareVersion": "string",
- "softwareVersions": "string",
- "state": "NORMAL",
- "systemWWN": "2FF70002AC018D94",
- "tierName": "HPE Alletra Storage MP B10000",
- "tierType": "STORAGE_TIER_UNKNOWN",
- "type": "string",
- "upSince": 1600084190299
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/",
- "total": 1
}Get storage system object identified by {id}
| id required | string Example: SGH029VBHV Serial number of the device-type1 storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "arrayList": [
- {
- "model": "CS3000",
- "name": "NimbleArray45"
}
], - "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/contollers",
- "type": "controllers"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/shelves",
- "type": "shelves"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/disks",
- "type": "disks"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/storage-ports",
- "type": "storage-ports"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/storage-devices-settings",
- "type": "storage-devices-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/storage-pools",
- "type": "storage-pools"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/volume-sets",
- "type": "volume-sets"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/host-groups",
- "type": "host-groups"
}
], - "callhomeStatus": "ENABLED_NORMAL",
- "collectionStatus": {
- "configStatus": {
- "status": "NORMAL"
}, - "metricStatus": {
- "status": "NORMAL"
}, - "overAllStatus": "NORMAL"
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "connectionStatus": "CONNECTED",
- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "description": "string",
- "fqdn": "s9.in.hpecorp.net",
- "generation": 0,
- "id": "7CE751P312",
- "lastConnectedTime": 1600084190299,
- "maxVolumeDecoSizeMib": "67108864",
- "mgmtIp": "192.168.0.1",
- "minVolumeDecoSizeMib": "256",
- "model": "string",
- "name": "DeviceType1Billing",
- "productFamily": "deviceType1",
- "requestUri": "/api/v1/storage-systems/7CE751P312",
- "resourceUri": "/api/v1/storage-systems/7CE751P312",
- "serialNumber": "CZ2D2407WM",
- "softwareVersion": "string",
- "softwareVersions": "string",
- "state": "NORMAL",
- "systemWWN": "2FF70002AC018D94",
- "tierName": "HPE Alletra Storage MP B10000",
- "tierType": "STORAGE_TIER_UNKNOWN",
- "type": "string",
- "upSince": 1600084190299
}Get all Primera / Alletra 9K storage systems
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq VEGA_CB1507_8400_2N_150 oData query to filter systems by Key. |
| sort | string Example: sort=id asc,name desc Query to sort the response with specified key and order |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/recommendations",
- "type": "recommendations"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/supportsettings",
- "type": "support-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/telemetry",
- "type": "telemetry"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/capacity-summary",
- "type": "system capacity"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/network-settings",
- "type": "network-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/component-summary",
- "type": "component-summary"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/certificates",
- "type": "certificates"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/mail-settings",
- "type": "mail-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/network-services",
- "type": "network-services"
}
], - "centerplaneType": "4 Node Centerplane",
- "chunkletSizeMiB": 1024,
- "clusterLED": "LED_UNKNOWN",
- "customerId": "string",
- "descriptors": {
- "comment": "",
- "contact": "First Last, 12345678, prabhakar.jasiwal@hpe.com",
- "location": "",
- "owner": ""
}, - "deviceId": 101780,
- "deviceType": {
- "default": "HPE_3PAR 8450",
- "key": "sys_type-41"
}, - "displayname": "System VEGA_CB1507_8400_2N_150",
- "domain": "string",
- "fqdn": "s9.in.hpecorp.net",
- "generation": 0,
- "id": "7CE751P312",
- "inClusterNodes": [
- 0,
- 1
], - "isFIPSEnabled": true,
- "locateEnabled": true,
- "maintenanceMode": [
- {
- "comment": "string",
- "endTime": {
- "ms": 0,
- "tz": "string"
}, - "instances": 0,
- "reasonCode": "string",
- "startTime": {
- "ms": 0,
- "tz": "string"
}, - "user": "string"
}
], - "manufacturing": {
- "assemblyRev": "string",
- "checkSum": "string",
- "hpeModelName": "string",
- "manufacturer": "HPE 3PAR",
- "model": "HPE_3PAR 8400",
- "saleablePartNumber": "string",
- "saleableSerialNumber": "string",
- "serialNumber": "MXN5442108",
- "sparePartNumber": "string"
}, - "masterNode": 4,
- "minimumPasswordLength": 6,
- "name": "VEGA_CB1507_8400_2N_150",
- "networkMasterNode": 1,
- "nodeMemory": "16",
- "nodesCount": 2,
- "nodesPresent": [
- 0,
- 1
], - "onlineNodes": [
- 0,
- 1
], - "overallState": "NORMAL",
- "parameters": {
- "ServiceProcessorCookie": "SPMXN5442108",
- "allowDomainUsersAffectNoDomain": true,
- "allowSSZ": true,
- "allowWrtbackSingleNode": 7,
- "allowWrtbackUpgrade": 7,
- "autoAdmitTune": true,
- "autoExportAfterReboot": true,
- "complianceOfficerApproval": true,
- "disableChunkletInitUNMAP": true,
- "enableAIQoS": "yes",
- "eventLogNum": 1,
- "eventLogSize": "4M",
- "failoverMatchedSet": true,
- "fcRawSpaceAlert": 1,
- "hostDIF": "yes",
- "hostDIFTemplate": "STD_HOST_DIF",
- "maxVolumeRetention": 1209600,
- "nlRawSpaceAlert": 0,
- "overprovRatioLimit": 0,
- "overprovRatioWarning": 0,
- "personaProfile": "block-only",
- "portFailoverEnabled": true,
- "r6LayoutVersion": "Default",
- "remoteCopyHostThrottling": true,
- "remoteSysLog": 0,
- "remoteSysLogHost": "0.0.0.0",
- "remoteSysLogSecurityHost": "0.0.0.0",
- "sessionTimeout": 3600,
- "singleLunHost": true,
- "ssdRawSpaceAlert": 0,
- "thermalShutdown": true
}, - "resourceUri": "/api/v1/storage-systems/device-type1/7CE751P312",
- "safeToRemove": true,
- "softwareVersions": {
- "baseVersion": "4.2.0",
- "components": [
- {
- "baseVersion": "4.2.0.48",
- "fullVersion": "4.2.0.48",
- "name": "CLI Server",
- "release": "",
- "showLevel": 0
}
], - "fullVersion": "4.2.0.48",
- "patches": "",
- "release": ""
}, - "state": {
- "detailed": [
- "string"
], - "overall": "STATE_UNKNOWN"
}, - "sysLogStatus": {
- "general": "None,None,None",
- "security": "None,None,None"
}, - "systemDate": 1597918380,
- "systemHeadroom": {
- "performanceHeadroom": {
- "availableHeadroom": "Low",
- "headroomUtilization": "Low",
- "utilization": 10
}
}, - "systemWWN": "2FF70002AC018D94",
- "timezone": "Asia/Calcutta",
- "type": "string",
- "uptime": {
- "ms": 123423423,
- "tz": "IST"
}, - "version": {
- "base": "4.2.0",
- "display": "4.2.0",
- "full": "4.2.0.48",
- "fullWithoutPatches": "4.2.0.48"
}
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type1",
- "total": 1
}Get Primera / Alletra 9K object identified by {id}
| id required | string Example: SGH029VBHV Serial number of the device-type1 storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/recommendations",
- "type": "recommendations"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/supportsettings",
- "type": "support-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/telemetry",
- "type": "telemetry"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/capacity-summary",
- "type": "system capacity"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/network-settings",
- "type": "network-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/component-summary",
- "type": "component-summary"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/certificates",
- "type": "certificates"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/mail-settings",
- "type": "mail-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type1/network-services",
- "type": "network-services"
}
], - "centerplaneType": "4 Node Centerplane",
- "chunkletSizeMiB": 1024,
- "clusterLED": "LED_UNKNOWN",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP",
- "customerId": "string",
- "descriptors": {
- "comment": "",
- "contact": "First Last, 12345678, prabhakar.jasiwal@hpe.com",
- "location": "",
- "owner": ""
}, - "deviceId": 101780,
- "deviceType": {
- "default": "HPE_3PAR 8450",
- "key": "sys_type-41"
}, - "displayname": "System VEGA_CB1507_8400_2N_150",
- "domain": "string",
- "fqdn": "s9.in.hpecorp.net",
- "generation": 0,
- "id": "7CE751P312",
- "inClusterNodes": [
- 0,
- 1
], - "isFIPSEnabled": true,
- "locateEnabled": true,
- "maintenanceMode": [
- {
- "comment": "string",
- "endTime": {
- "ms": 0,
- "tz": "string"
}, - "instances": 0,
- "reasonCode": "string",
- "startTime": {
- "ms": 0,
- "tz": "string"
}, - "user": "string"
}
], - "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "masterNode": 4,
- "minimumPasswordLength": 6,
- "name": "VEGA_CB1507_8400_2N_150",
- "networkMasterNode": 1,
- "nodeMemory": "16",
- "nodesCount": 2,
- "nodesPresent": [
- 0,
- 1
], - "onlineNodes": [
- 0,
- 1
], - "parameters": {
- "ServiceProcessorCookie": "SPMXN5442108",
- "allowDomainUsersAffectNoDomain": true,
- "allowSSZ": true,
- "allowWrtbackSingleNode": 7,
- "allowWrtbackUpgrade": 7,
- "autoAdmitTune": true,
- "autoExportAfterReboot": true,
- "complianceOfficerApproval": true,
- "disableChunkletInitUNMAP": true,
- "enableAIQoS": "yes",
- "eventLogNum": 1,
- "eventLogSize": "4M",
- "failoverMatchedSet": true,
- "fcRawSpaceAlert": 1,
- "hostDIF": "yes",
- "hostDIFTemplate": "STD_HOST_DIF",
- "maxVolumeRetention": 1209600,
- "nlRawSpaceAlert": 0,
- "overprovRatioLimit": 0,
- "overprovRatioWarning": 0,
- "personaProfile": "block-only",
- "portFailoverEnabled": true,
- "r6LayoutVersion": "Default",
- "remoteCopyHostThrottling": true,
- "remoteSysLog": 0,
- "remoteSysLogHost": "0.0.0.0",
- "remoteSysLogSecurityHost": "0.0.0.0",
- "sessionTimeout": 3600,
- "singleLunHost": true,
- "ssdRawSpaceAlert": 0,
- "thermalShutdown": true
}, - "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312",
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE751P312",
- "safeToRemove": true,
- "softwareVersions": {
- "baseVersion": "4.2.0",
- "components": [
- {
- "baseVersion": "4.2.0.48",
- "fullVersion": "4.2.0.48",
- "name": "CLI Server",
- "release": ""
}
], - "fullVersion": "4.2.0.48",
- "patches": "",
- "release": ""
}, - "state": {
- "detailed": [
- "string"
], - "overall": "STATE_UNKNOWN"
}, - "sysLogStatus": {
- "general": "None,None,None",
- "security": "None,None,None"
}, - "systemDate": 1597918380,
- "systemHeadroom": {
- "performanceHeadroom": {
- "availableHeadroom": "Low",
- "headroomUtilization": "Low",
- "utilization": 10
}
}, - "systemWWN": "2FF70002AC018D94",
- "timezone": "Asia/Calcutta",
- "type": "string",
- "uptime": {
- "ms": 123423423,
- "tz": "IST"
}, - "version": {
- "base": "4.2.0",
- "display": "4.2.0",
- "full": "4.2.0.48",
- "fullWithoutPatches": "4.2.0.48"
}
}Locate system of Primera / Alletra 9K
| id required | string Example: SGH029VBHV Serial number of the device-type1 storage system |
| locateEnabled | boolean Indicates if the locate beacon should be enabled or not |
{- "locateEnabled": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get Application Summary for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "items": [
- {
- "applicationSetType": "Microsoft Exchange",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "totalSizeMiB": 307200,
- "totalUsedSizeMiB": 7200,
- "volumesCount": 5
}
], - "requestUri": "/v1/storage-systems/device-type1/SGH014XGSP/application-summary",
- "total": 2
}Get capacity trend data for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 1440 10080 Example: timeIntervalMin=1440 It defines granularity in minutes. |
{- "capacityData": {
- "customerId": "string",
- "items": [
- {
- "timestampMs": 1605063600,
- "usageMiB": 4
}
], - "total": 1
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "endTime": 1625209133,
- "requestUri": "/v1/storage-systems/device-type1/SGH014XGSP/capacity-history",
- "startTime": 1625122733
}Get system capacity for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/{uid}",
- "type": "systems"
}
], - "capacityByTier": {
- "fcFree": 0,
- "fcUsed": 0,
- "nlFree": 58368,
- "nlUsed": 17408,
- "ssdFree": 0,
- "ssdUsed": 0,
- "totalUsed": 17408,
- "usableCapacity": 58368
}, - "capacityDetail": {
- "snapSpace": 228565.15,
- "volumeSpace": 233359.43
}, - "capacitySummary": {
- "allocated": {
- "cpgs": 0,
- "cpgsFree": 0,
- "cpgsPrivate": 0,
- "cpgsPrivateBase": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsPrivateSnap": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsShared": 0,
- "legacyVolumes": 0,
- "legacyVolumesSnap": 0,
- "legacyVolumesUser": 0,
- "system": 3782656,
- "systemAdmin": 0,
- "systemInternal": 122880,
- "systemSpare": 3659776,
- "systemSpareUnused": 3659776,
- "systemSpareUsed": 0,
- "total": 7152640,
- "unmapped": 0
}, - "allocatedPercentage": 0.23703678566580696,
- "compaction": 8384.594860579551,
- "compression": 0,
- "dataReduction": 0,
- "dedup": 0,
- "failed": 2048,
- "failedPercentage": 0.00006787023211619383,
- "free": 23020544,
- "freeInitialized": 23020544,
- "freePercentage": 0.7628953441020768,
- "freeUninitialized": 0,
- "overProvisioning": 0.08,
- "total": 30175232,
- "unavailable": 0,
- "unavailablePercentage": 0
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "fcCapacitySummary": {
- "allocated": {
- "cpgs": 0,
- "cpgsFree": 0,
- "cpgsPrivate": 0,
- "cpgsPrivateBase": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsPrivateSnap": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsShared": 0,
- "legacyVolumes": 0,
- "legacyVolumesSnap": 0,
- "legacyVolumesUser": 0,
- "system": 3782656,
- "systemAdmin": 0,
- "systemInternal": 122880,
- "systemSpare": 3659776,
- "systemSpareUnused": 3659776,
- "systemSpareUsed": 0,
- "total": 7152640,
- "unmapped": 0
}, - "allocatedPercentage": 0.23703678566580696,
- "compaction": 8384.594860579551,
- "compression": 0,
- "dataReduction": 0,
- "dedup": 0,
- "failed": 2048,
- "failedPercentage": 0.00006787023211619383,
- "free": 23020544,
- "freeInitialized": 23020544,
- "freePercentage": 0.7628953441020768,
- "freeUninitialized": 0,
- "overProvisioning": 0.08,
- "total": 30175232,
- "unavailable": 0,
- "unavailablePercentage": 0
}, - "id": "string",
- "nlCapacitySummary": {
- "allocated": {
- "cpgs": 0,
- "cpgsFree": 0,
- "cpgsPrivate": 0,
- "cpgsPrivateBase": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsPrivateSnap": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsShared": 0,
- "legacyVolumes": 0,
- "legacyVolumesSnap": 0,
- "legacyVolumesUser": 0,
- "system": 3782656,
- "systemAdmin": 0,
- "systemInternal": 122880,
- "systemSpare": 3659776,
- "systemSpareUnused": 3659776,
- "systemSpareUsed": 0,
- "total": 7152640,
- "unmapped": 0
}, - "allocatedPercentage": 0.23703678566580696,
- "compaction": 8384.594860579551,
- "compression": 0,
- "dataReduction": 0,
- "dedup": 0,
- "failed": 2048,
- "failedPercentage": 0.00006787023211619383,
- "free": 23020544,
- "freeInitialized": 23020544,
- "freePercentage": 0.7628953441020768,
- "freeUninitialized": 0,
- "overProvisioning": 0.08,
- "total": 30175232,
- "unavailable": 0,
- "unavailablePercentage": 0
}, - "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/capacity-summary",
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE751P312/capacity-summary",
- "ssdCapacitySummary": {
- "allocated": {
- "cpgs": 0,
- "cpgsFree": 0,
- "cpgsPrivate": 0,
- "cpgsPrivateBase": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsPrivateSnap": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsShared": 0,
- "legacyVolumes": 0,
- "legacyVolumesSnap": 0,
- "legacyVolumesUser": 0,
- "system": 3782656,
- "systemAdmin": 0,
- "systemInternal": 122880,
- "systemSpare": 3659776,
- "systemSpareUnused": 3659776,
- "systemSpareUsed": 0,
- "total": 7152640,
- "unmapped": 0
}, - "allocatedPercentage": 0.23703678566580696,
- "compaction": 8384.594860579551,
- "compression": 0,
- "dataReduction": 0,
- "dedup": 0,
- "failed": 2048,
- "failedPercentage": 0.00006787023211619383,
- "free": 23020544,
- "freeInitialized": 23020544,
- "freePercentage": 0.7628953441020768,
- "freeUninitialized": 0,
- "overProvisioning": 0.08,
- "total": 30175232,
- "unavailable": 0,
- "unavailablePercentage": 0
}, - "systemId": "7CE751P312",
- "utilizationSummary": {
- "capacityUsageData": {
- "freeSizeMiB": 7240704,
- "usedSizeMiB": 3072
}, - "provisionedCapacity": 16384
}
}Get component performance statistics details for a storage system Primera / Alletra 9K idenfified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "cachePercentage": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "cpuPercentage": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "customerId": "string",
- "requestUri": "v1/storage-systems/device-type1/7CE751P312/component-performance-statistics"
}Get system level saturation details of system identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin required | integer Enum: 5 60 1440 Example: timeIntervalMin=60 Time interval granularity in minutes |
{- "averageHeadroomUtilizationData": {
- "headroom": 20.3,
- "headroomUtilization": "low"
}, - "customerId": "string",
- "endTime": 1669880791,
- "granularityInMin": 60,
- "headroomUtilizationData": [
- {
- "level": "low",
- "timestampMs": 1669794420000,
- "value": 0.47
}
], - "requestUri": "/api/v1/storage-systems/device-type1/ABC239XFZ9/headroom-utilization",
- "startTime": 1669794391
}Get system level latency factors of system identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin required | integer Enum: 5 60 1440 Example: timeIntervalMin=60 Time interval granularity in minutes |
{- "customerId": "string",
- "endTime": 1669880791,
- "latencyBands": {
- "read": [
- {
- "endTime": 1669880791,
- "startTime": 1669880791,
- "topFactors": [
- "string"
]
}
], - "write": [
- {
- "endTime": 1669880791,
- "startTime": 1669880791,
- "topFactors": [
- "string"
]
}
]
}, - "startTime": 1669794391,
- "systemFactorsMetrics": [
- {
- "cpuBusy": 2.47,
- "dackSsd": 2.47,
- "pdSsdAvgBusy": 2.47,
- "readCacheMiss": 2.47,
- "timestamp": 1669880791,
- "writeCacheMiss": 2.47
}
], - "systemId": "string"
}Get performance trend data for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "endTime": 1625642714,
- "historyData": {
- "iopsMetricsData": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "ioszMetricsDataKbs": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "latencyMetricsDataMs": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "qlenMetricsData": {
- "items": [
- {
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}, - "throughputMetricsDataKbps": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}
}, - "requestUri": "/api/v1/storage-systems/device-type1/SGH014XGSP/performance-history",
- "startTime": 1625556314
}Get performance statistics for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "iops": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "latency": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "requestUri": "/api/v1/storage-systems/device-type1/SGH014XGSP/performance-statistics",
- "resourceUri": "/api/v1/storage-systems/device-type1/SGH014XGSP/performance-statistics",
- "throughput": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}Get QoS policy data for a storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| targetName | string Example: targetName=targetName eq volume1 targetName will define the QoS target name in which query has to be made. |
| targetType | string Example: targetType=targetType eq vv targetType will define the QoS target type in which query has to be made. |
{- "qospolicyDetails": {
- "qosCappedObjsData": {
- "items": [
- {
- "customerId": "string",
- "generation": 0,
- "targetName": "volume1",
- "targetType": "vv",
- "timestampms": [
- 1605063600
], - "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "qosUnCappedObjsData": {
- "items": [
- {
- "customerId": "string",
- "generation": 0,
- "targetName": "volume1",
- "targetType": "vv",
- "timestampms": [
- 1605063600
], - "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "recvdTotal": 1,
- "total": 1
}, - "requestURI": "/api/v1/storage-systems/device-type1/SGH014XGSP/qos-policy"
}Get QoS performance trend data of Primera / Alletra 9K target identified by {targetName}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| targetName required | string Example: targetName eq volume1 targetName will define the QoS target name in which query has to be made. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "qosMetricsData": {
- "customerId": "string",
- "items": [
- {
- "bwLimitKbps": 10,
- "consoleUri": "data-ops-manager/storage-systems/device-type1/001491cb6652a03a6b000000000000000000000001/qos/name",
- "generation": 0,
- "timestampms": 1605063600,
- "type": "string",
- "wqlen": 10
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "requestURI": "/v1/storage-systems/device-type1/SGH014XGSP/targets/testtarget/performance-history"
}Get all storage systems by Nimble / Alletra 6K
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=NAME eq g1a1 Lucene query to filter systems by Key. |
| sort | string Example: sort=name desc Lucene query to sort systems by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "g1a1",
- "access_protocol_list": [
- "iscsi"
], - "alarms_enabled": true,
- "alert_from_email_addr": "bob@example.com",
- "alert_min_level": "critical",
- "alert_to_email_addrs": "john-doe@example.com",
- "allow_analytics_gui": true,
- "allow_support_tunnel": false,
- "array_unassign_migration_status": [
- {
- "bytes_migrated": 0,
- "bytes_remaining": 0,
- "destination_arrays": [
- {
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name": "Array1",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Array1"
}
], - "estimated_completion_time": 0,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Array052",
- "start_time": 0
}
], - "arrays": {
- "items": [
- {
- "all_flash": false,
- "allow_lower_limits": true,
- "available_bytes": 1234,
- "brand": "string",
- "consoleUri": null,
- "create_pool": true,
- "creation_time": 3400,
- "ctrlr_a_support_ip": "128.0.0.1",
- "ctrlr_b_support_ip": "128.0.0.1",
- "customerId": "string",
- "dedupe_capacity_bytes": 1234,
- "dedupe_usage_bytes": 1234,
- "extended_model": "myobject-5",
- "fc_port_count": 1234,
- "force": false,
- "full_name": "myobject-5",
- "generation": 0,
- "gig_nic_port_count": 1234,
- "group_state": "initialized",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "is_fully_dedupe_capable": false,
- "is_sfa": false,
- "is_supported_hw_config": true,
- "last_modified": 3400,
- "model": "myobject-5",
- "model_sub_type": "VMWare",
- "name": "NimbleArray",
- "nic_list": [
- {
- "data_ip": "128.0.0.1",
- "name": "NICName",
- "subnet_label": "255.255.255.0",
- "tagged": true
}
], - "oem": "string",
- "pending_delete_bytes": 1234,
- "pool_description": "99.9999% availability",
- "pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "pool_name": "myobject-5",
- "public_key": {
- "key": "DAQABAAABAQDR7pnlz5kehtrqNT9jIDP3KEVZdrYG64DH0ogJwLBM5fF27n/kssZt/NgcstPa2VvE6QTJQqW+3",
- "key_name": "root@abc",
- "key_type": "rsa"
}, - "raw_capacity_bytes": 1234,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "role": "leader",
- "search_name": "vol:1",
- "secondary_mgmt_ip": "128.0.0.1",
- "serial": "AC-109084",
- "snap_compression": 9.18,
- "snap_saved_bytes": 1234,
- "snap_space_reduction": 9.18,
- "snap_usage_bytes": 1234,
- "snap_usage_uncompressed_bytes": 1234,
- "status": "reachable",
- "ten_gig_sfp_nic_port_count": 1234,
- "ten_gig_t_nic_port_count": 1234,
- "type": "string",
- "upgrade": {
- "messages": [
- {
- "code": "SM_update_net_degrade",
- "severity": "info",
- "text": "Error occurred."
}
], - "stage": "finish",
- "state": "in_progress",
- "type": "offline"
}, - "usable_cache_capacity_bytes": 1234,
- "usable_capacity_bytes": 1234,
- "usage": 1234,
- "usage_valid": true,
- "version": "myobject-5",
- "vol_compression": 9.18,
- "vol_saved_bytes": 1234,
- "vol_usage_bytes": 1234,
- "vol_usage_uncompressed_bytes": 1234,
- "zconf_ipaddrs": [
- {
- "ip_addr": "128.0.0.1"
}
]
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/controllers/010df0fe6f7dc7bb16000000000000000000000007",
- "type": "controllers"
}
], - "auto_switchover_enabled": true,
- "auto_switchover_messages": [
- {
- "code": "SM_update_net_degrade",
- "severity": "info",
- "text": "Error occurred."
}
], - "autoclean_unmanaged_snapshots_enabled": false,
- "autoclean_unmanaged_snapshots_ttl_unit": 0,
- "autosupport_enabled": true,
- "cc_mode_enabled": false,
- "clone_ratio": 9.18,
- "cloud_management": "read_only",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compressed_snap_usage_bytes": 0,
- "compressed_vol_usage_bytes": 0,
- "compression_ratio": 9.18,
- "consoleUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "customerId": "string",
- "data_rebalance_status": [
- {
- "array_data_migration_status": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "is_data_source": true,
- "name": "Array056",
- "space_utilization": 0
}
], - "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Pool3",
- "pool_avg_space_utilization": 0
}
], - "data_reduction_ratio": 9.18,
- "date": 1598267193,
- "dedupe_ratio": 9.18,
- "default_iscsi_target_scope": "group",
- "default_snap_limit_percent": -1,
- "default_snap_reserve": 0,
- "default_snap_warn_level": 0,
- "default_volume_limit": 100,
- "default_volume_reserve": 0,
- "default_volume_warn_level": 80,
- "dns_servers": [
- {
- "ip_addr": "10.0.0.11"
}
], - "domain_name": "example-1.com",
- "encryption_config": {
- "cipher": "none",
- "encryption_active": true,
- "encryption_key_manager": "local",
- "master_key_set": true,
- "mode": "none",
- "scope": "none"
}, - "failover_mode": "Manual",
- "fc_enabled": false,
- "free_space": 244695092429,
- "generation": 0,
- "group_snapshot_ttl": 0,
- "group_target_enabled": true,
- "group_target_name": "iqn.2007-11.com.abc:g1a1-g00000000000004d3",
- "iscsi_automatic_connection_method": false,
- "iscsi_connection_rebalancing": false,
- "iscsi_enabled": true,
- "isns_enabled": true,
- "isns_port": 3205,
- "isns_server": "example-1.com",
- "last_login": "admin @ 2020-08-06T17:26:01-0700",
- "leader_array_name": "arr1",
- "leader_array_serial": "AC-109084",
- "management_service_backup_array_name": "nimbleArray",
- "management_service_backup_status": "setup_in_progress",
- "max_lock_period": 1209600,
- "member_list": [
- "nimbleArray"
], - "merge_group_name": "g1a2",
- "merge_state": "none",
- "ntp_server": "0.abc.pool.ntp.org",
- "num_connections": 0,
- "num_snapcolls": 0,
- "num_snaps": 0,
- "pending_deletes": 0,
- "proxy_port": 1234,
- "proxy_server": "example-1.com",
- "proxy_username": "usr1",
- "raw_cache_capacity": 17179869184,
- "raw_capacity": 476741369856,
- "repl_throttle_list": [
- {
- "creation_time": 0,
- "days": "example day",
- "description": "Throttle one",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "last_modified": 0,
- "name": "Throttle1",
- "thr_at_time": 10800,
- "thr_bandwidth": 14,
- "thr_bandwidth_kbps": 1400,
- "thr_bandwidth_limit_kbps": 1400,
- "thr_day_mask": 41,
- "thr_partner_id": "001d9973433673c3db000000000000000000000001",
- "thr_until_time": 14400
}
], - "repl_throttled_bandwidth": -1,
- "repl_throttled_bandwidth_kbps": -1,
- "replication_enabled": false,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "savings": 1073741824,
- "savings_clone": 0,
- "savings_compression": 0,
- "savings_data_reduction": 0,
- "savings_dedupe": 0,
- "savings_ratio": 9.18,
- "savings_vol_thin_provisioning": 1073741824,
- "scsi_vendor_id": "Nimble",
- "send_alert_to_support": true,
- "smtp_auth_enabled": false,
- "smtp_port": 25,
- "smtp_server": "string",
- "snap_compression_ratio": 9.18,
- "snap_retn_meter_high": 0,
- "snap_retn_meter_very_high": 0,
- "snap_usage_populated": 0,
- "snmp_community": "public",
- "snmp_get_enabled": false,
- "snmp_get_port": 161,
- "snmp_sys_contact": "JD",
- "snmp_sys_location": "example-location",
- "snmp_trap_enabled": true,
- "snmp_trap_host": "example-1.com",
- "snmp_trap_port": 162,
- "space_info_valid": false,
- "syslogd_enabled": true,
- "syslogd_port": 514,
- "syslogd_server": "example-1.com",
- "syslogd_servers": [
- {
- "syslogd_port": 1080,
- "syslogd_server": "sysloghost-1.com"
}
], - "systemHeadroom": {
- "performanceHeadroom": {
- "availableHeadroom": "Low",
- "headroomUtilization": "Low",
- "utilization": 10
}
}, - "tdz_enabled": false,
- "tdz_prefix": "peerzone",
- "timezone": "America/Los_Angeles",
- "tlsv1_enabled": false,
- "type": "string",
- "uncompressed_snap_usage_bytes": 0,
- "uncompressed_vol_usage_bytes": 0,
- "unique_name_enabled": false,
- "unused_reserve_bytes": 0,
- "update_array_names": "name,app_id",
- "update_download_end_time": 1460477575,
- "update_download_error_code": "SM_ok",
- "update_download_start_time": 1460477565,
- "update_downloading": false,
- "update_end_time": 3400,
- "update_error_code": "SM_ok",
- "update_progress_msg": "example progress message",
- "update_start_time": 3400,
- "update_state": "normal",
- "usable_cache_capacity": 13432258560,
- "usable_capacity_bytes": 244695092429,
- "usage": 0,
- "usage_valid": true,
- "user_inactivity_timeout": 1800,
- "version_current": "5.3.0.0-746508-opt",
- "version_rollback": "v1",
- "version_target": "v1",
- "vol_compression_ratio": 9.18,
- "vol_thin_provisioning_ratio": 9.18,
- "volume_migration_status": [
- {
- "array_list": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "is_data_source": true,
- "name": "Array056",
- "space_utilization": 0
}
], - "dest_pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "dest_pool_name": "Pool2",
- "move_bytes_migrated": 0,
- "move_bytes_remaining": 0,
- "move_est_compl_time": 0,
- "move_start_time": 0,
- "root_vol_id": "string",
- "root_vol_name": "Root volume",
- "source_pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "source_pool_name": "Pool1"
}
], - "vss_validation_timeout": 60,
- "vvol_enabled": true,
- "witness_status": [
- {
- "array_name": "Nimble Array056",
- "role": "leader",
- "witness_connectivity_message": "example reachability message",
- "witness_connectivity_state": "reachable"
}
]
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2",
- "total": 1
}Get Nimble / Alletra 6K object identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "g1a1",
- "access_protocol_list": [
- "iscsi"
], - "alarms_enabled": true,
- "alert_from_email_addr": "bob@example.com",
- "alert_min_level": "critical",
- "alert_to_email_addrs": "john-doe@example.com",
- "allow_analytics_gui": true,
- "allow_support_tunnel": false,
- "array_unassign_migration_status": [
- {
- "bytes_migrated": 0,
- "bytes_remaining": 0,
- "destination_arrays": [
- {
- "array_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "array_name": "Array1",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Array1"
}
], - "estimated_completion_time": 0,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Array052",
- "start_time": 0
}
], - "arrays": {
- "items": [
- {
- "all_flash": false,
- "allow_lower_limits": true,
- "available_bytes": 1234,
- "brand": "string",
- "consoleUri": null,
- "create_pool": true,
- "creation_time": 3400,
- "ctrlr_a_support_ip": "128.0.0.1",
- "ctrlr_b_support_ip": "128.0.0.1",
- "customerId": "string",
- "dedupe_capacity_bytes": 1234,
- "dedupe_usage_bytes": 1234,
- "extended_model": "myobject-5",
- "fc_port_count": 1234,
- "force": false,
- "full_name": "myobject-5",
- "generation": 0,
- "gig_nic_port_count": 1234,
- "group_state": "initialized",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "is_fully_dedupe_capable": false,
- "is_sfa": false,
- "is_supported_hw_config": true,
- "last_modified": 3400,
- "model": "myobject-5",
- "model_sub_type": "VMWare",
- "name": "NimbleArray",
- "nic_list": [
- {
- "data_ip": "128.0.0.1",
- "name": "NICName",
- "subnet_label": "255.255.255.0",
- "tagged": true
}
], - "oem": "string",
- "pending_delete_bytes": 1234,
- "pool_description": "99.9999% availability",
- "pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "pool_name": "myobject-5",
- "public_key": {
- "key": "DAQABAAABAQDR7pnlz5kehtrqNT9jIDP3KEVZdrYG64DH0ogJwLBM5fF27n/kssZt/NgcstPa2VvE6QTJQqW+3",
- "key_name": "root@abc",
- "key_type": "rsa"
}, - "raw_capacity_bytes": 1234,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "role": "leader",
- "search_name": "vol:1",
- "secondary_mgmt_ip": "128.0.0.1",
- "serial": "AC-109084",
- "snap_compression": 9.18,
- "snap_saved_bytes": 1234,
- "snap_space_reduction": 9.18,
- "snap_usage_bytes": 1234,
- "snap_usage_uncompressed_bytes": 1234,
- "status": "reachable",
- "ten_gig_sfp_nic_port_count": 1234,
- "ten_gig_t_nic_port_count": 1234,
- "type": "string",
- "upgrade": {
- "messages": [
- {
- "code": "SM_update_net_degrade",
- "severity": "info",
- "text": "Error occurred."
}
], - "stage": "finish",
- "state": "in_progress",
- "type": "offline"
}, - "usable_cache_capacity_bytes": 1234,
- "usable_capacity_bytes": 1234,
- "usage": 1234,
- "usage_valid": true,
- "version": "myobject-5",
- "vol_compression": 9.18,
- "vol_saved_bytes": 1234,
- "vol_usage_bytes": 1234,
- "vol_usage_uncompressed_bytes": 1234,
- "zconf_ipaddrs": [
- {
- "ip_addr": "128.0.0.1"
}
]
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/controllers/010df0fe6f7dc7bb16000000000000000000000007",
- "type": "controllers"
}
], - "auto_switchover_enabled": true,
- "auto_switchover_messages": [
- {
- "code": "SM_update_net_degrade",
- "severity": "info",
- "text": "Error occurred."
}
], - "autoclean_unmanaged_snapshots_enabled": false,
- "autoclean_unmanaged_snapshots_ttl_unit": 0,
- "autosupport_enabled": true,
- "cc_mode_enabled": false,
- "clone_ratio": 9.18,
- "cloud_management": "read_only",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compressed_snap_usage_bytes": 0,
- "compressed_vol_usage_bytes": 0,
- "compression_ratio": 9.18,
- "consoleUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "customerId": "string",
- "data_rebalance_status": [
- {
- "array_data_migration_status": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "is_data_source": true,
- "name": "Array056",
- "space_utilization": 0
}
], - "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Pool3",
- "pool_avg_space_utilization": 0
}
], - "data_reduction_ratio": 9.18,
- "date": 1598267193,
- "dedupe_ratio": 9.18,
- "default_iscsi_target_scope": "group",
- "default_snap_limit_percent": -1,
- "default_snap_reserve": 0,
- "default_snap_warn_level": 0,
- "default_volume_limit": 100,
- "default_volume_reserve": 0,
- "default_volume_warn_level": 80,
- "dns_servers": [
- {
- "ip_addr": "10.0.0.11"
}
], - "domain_name": "example-1.com",
- "encryption_config": {
- "cipher": "none",
- "encryption_active": true,
- "encryption_key_manager": "local",
- "master_key_set": true,
- "mode": "none",
- "scope": "none"
}, - "failover_mode": "Manual",
- "fc_enabled": false,
- "free_space": 244695092429,
- "generation": 0,
- "group_snapshot_ttl": 0,
- "group_target_enabled": true,
- "group_target_name": "iqn.2007-11.com.abc:g1a1-g00000000000004d3",
- "iscsi_automatic_connection_method": false,
- "iscsi_connection_rebalancing": false,
- "iscsi_enabled": true,
- "isns_enabled": true,
- "isns_port": 3205,
- "isns_server": "example-1.com",
- "last_login": "admin @ 2020-08-06T17:26:01-0700",
- "leader_array_name": "arr1",
- "leader_array_serial": "AC-109084",
- "management_service_backup_array_name": "nimbleArray",
- "management_service_backup_status": "setup_in_progress",
- "max_lock_period": 1209600,
- "member_list": [
- "nimbleArray"
], - "merge_group_name": "g1a2",
- "merge_state": "none",
- "ntp_server": "0.abc.pool.ntp.org",
- "num_connections": 0,
- "num_snapcolls": 0,
- "num_snaps": 0,
- "pending_deletes": 0,
- "proxy_port": 1234,
- "proxy_server": "example-1.com",
- "proxy_username": "usr1",
- "raw_cache_capacity": 17179869184,
- "raw_capacity": 476741369856,
- "repl_throttle_list": [
- {
- "creation_time": 0,
- "days": "example day",
- "description": "Throttle one",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "last_modified": 0,
- "name": "Throttle1",
- "thr_at_time": 10800,
- "thr_bandwidth": 14,
- "thr_bandwidth_kbps": 1400,
- "thr_bandwidth_limit_kbps": 1400,
- "thr_day_mask": 41,
- "thr_partner_id": "001d9973433673c3db000000000000000000000001",
- "thr_until_time": 14400
}
], - "repl_throttled_bandwidth": -1,
- "repl_throttled_bandwidth_kbps": -1,
- "replication_enabled": false,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "savings": 1073741824,
- "savings_clone": 0,
- "savings_compression": 0,
- "savings_data_reduction": 0,
- "savings_dedupe": 0,
- "savings_ratio": 9.18,
- "savings_vol_thin_provisioning": 1073741824,
- "scsi_vendor_id": "Nimble",
- "send_alert_to_support": true,
- "smtp_auth_enabled": false,
- "smtp_port": 25,
- "smtp_server": "string",
- "snap_compression_ratio": 9.18,
- "snap_retn_meter_high": 0,
- "snap_retn_meter_very_high": 0,
- "snap_usage_populated": 0,
- "snmp_community": "public",
- "snmp_get_enabled": false,
- "snmp_get_port": 161,
- "snmp_sys_contact": "JD",
- "snmp_sys_location": "example-location",
- "snmp_trap_enabled": true,
- "snmp_trap_host": "example-1.com",
- "snmp_trap_port": 162,
- "space_info_valid": false,
- "syslogd_enabled": true,
- "syslogd_port": 514,
- "syslogd_server": "example-1.com",
- "syslogd_servers": [
- {
- "syslogd_port": 1080,
- "syslogd_server": "sysloghost-1.com"
}
], - "systemHeadroom": {
- "performanceHeadroom": {
- "availableHeadroom": "Low",
- "headroomUtilization": "Low",
- "utilization": 10
}
}, - "tdz_enabled": false,
- "tdz_prefix": "peerzone",
- "timezone": "America/Los_Angeles",
- "tlsv1_enabled": false,
- "type": "string",
- "uncompressed_snap_usage_bytes": 0,
- "uncompressed_vol_usage_bytes": 0,
- "unique_name_enabled": false,
- "unused_reserve_bytes": 0,
- "update_array_names": "name,app_id",
- "update_download_end_time": 1460477575,
- "update_download_error_code": "SM_ok",
- "update_download_start_time": 1460477565,
- "update_downloading": false,
- "update_end_time": 3400,
- "update_error_code": "SM_ok",
- "update_progress_msg": "example progress message",
- "update_start_time": 3400,
- "update_state": "normal",
- "usable_cache_capacity": 13432258560,
- "usable_capacity_bytes": 244695092429,
- "usage": 0,
- "usage_valid": true,
- "user_inactivity_timeout": 1800,
- "version_current": "5.3.0.0-746508-opt",
- "version_rollback": "v1",
- "version_target": "v1",
- "vol_compression_ratio": 9.18,
- "vol_thin_provisioning_ratio": 9.18,
- "volume_migration_status": [
- {
- "array_list": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "is_data_source": true,
- "name": "Array056",
- "space_utilization": 0
}
], - "dest_pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "dest_pool_name": "Pool2",
- "move_bytes_migrated": 0,
- "move_bytes_remaining": 0,
- "move_est_compl_time": 0,
- "move_start_time": 0,
- "root_vol_id": "string",
- "root_vol_name": "Root volume",
- "source_pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "source_pool_name": "Pool1"
}
], - "vss_validation_timeout": 60,
- "vvol_enabled": true,
- "witness_status": [
- {
- "array_name": "Nimble Array056",
- "role": "leader",
- "witness_connectivity_message": "example reachability message",
- "witness_connectivity_state": "reachable"
}
]
}Edit settings of Nimble / Alletra 6K system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| auto_switchover_enabled | boolean or null Whether automatic switchover of Group management services feature is enabled. |
| autoclean_unmanaged_snapshots_enabled | boolean or null Whether auto-clean unmanaged snapshots feature is enabled. |
| autoclean_unmanaged_snapshots_ttl_unit | integer or null <int64> Unit for unmanaged snapshot time to live. |
| cc_mode_enabled | boolean or null Enable or disable Common Criteria mode. |
| date | integer or null <int64> Unix epoch time local to the group. Seconds since last epoch i.e. 00:00 January 1, 1970. Setting this along with ntp_server causes ntp_server to be reset. |
| default_iscsi_target_scope | string or null Newly created volumes are exported under iSCSI Group Target or iSCSI Volume Target. |
| group_snapshot_ttl | integer or null <int64> Snapshot Time-to-live(TTL) configured at group level for automatic deletion of unmanaged snapshots. Value 0 indicates unlimited TTL. |
| group_target_name | string or null Iscsi target name for this group. Plain string. |
| max_lock_period | integer or null <int64> Maximum seconds to keep any snapshot as immutable within a Nimble group. Default value would be 1209600 seconds. |
| name | string or null Name of the group. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| ntp_server | string or null Either IP address or hostname of the NTP server for this group. |
| tdz_enabled | boolean or null Is Target Driven Zoning (TDZ) enabled on this group. |
| tdz_prefix | string or null Target Driven Zoning (TDZ) prefix for peer zones created by TDZ. |
| timezone | string or null Timezone in which this group is located. Plain string. |
| tlsv1_enabled | boolean or null Enable or disable TLSv1.0 and TLSv1.1. |
{- "auto_switchover_enabled": true,
- "autoclean_unmanaged_snapshots_enabled": false,
- "autoclean_unmanaged_snapshots_ttl_unit": 0,
- "cc_mode_enabled": false,
- "date": 1598267193,
- "default_iscsi_target_scope": "group",
- "group_snapshot_ttl": 0,
- "group_target_name": "iqn.2007-11.com.abc:g1a1-g00000000000004d3",
- "max_lock_period": 1209600,
- "name": "myobject-5",
- "ntp_server": "0.abc.pool.ntp.org",
- "tdz_enabled": false,
- "tdz_prefix": "peerzone",
- "timezone": "America/Los_Angeles",
- "tlsv1_enabled": false
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Perform group merge with the specified group.
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| force | boolean Ignore warnings and forcibly merge specified group with this group. Possible values: 'true', 'false'. |
| skip_secondary_mgmt_ip | boolean Skip check for secondary management IP address. Possible values: 'true', 'false'. |
| src_group_ip required | string or null IP address of the source group. Four numbers in the range [0,255] separated by periods. Example: '128.0.0.1'. |
| src_group_name required | string or null Name of the source group. String of up to 64 alphanumeric characters, - is allowed after first character. Example: 'g1-exchange'. |
| src_passphrase | string Source group encryption passphrase. Encryption passphrase. String with size from 8 to 64 printable characters. Example: 'passphrase-91'. |
| src_password required | string or null Password of the source group. String of 8 to 255 printable characters excluding ampersand and ;[]`. Example: 'password-91'. |
| src_username required | string or null Username of the source group. String of up to 80 alphanumeric characters, beginning with a letter. For Active Directory users, it can include backslash (), dash (-), period (.), underscore (_) and space. Example: 'user1', 'companydomain\user1'. |
{- "force": true,
- "skip_secondary_mgmt_ip": true,
- "src_group_ip": "123.12.12.32",
- "src_group_name": "group1",
- "src_passphrase": "passphrase-91",
- "src_password": "password1",
- "src_username": "admin"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get Application Summary for Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "ab1c23645d67891e11abcdec222cc1ab",
- "items": [
- {
- "applicationSetType": "Microsoft Exchange",
- "totalSizeMiB": 307200,
- "totalUsedSizeMiB": 7200,
- "volumesCount": 5
}
], - "requestUri": "/api/v1/storage-systems/device-type2/00123456ab7f5f39d8000000000000000000000001/application-summary",
- "total": 2
}Get capacity stats of Application identified by {id} for a storage system Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| id required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the application-summery. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/applications/00473102de2f5f39d8000000000000000000000001/capacity-stats",
- "app_category_id": "360000000000000000000000000000000000000006",
- "app_category_name": "Virtual Server",
- "block_size": 4096,
- "clone_ratio": 1,
- "compressed_usage_bytes": 878976,
- "compression_ratio": 40.3879423328965,
- "dedupe_ratio": 1,
- "deduped": true,
- "encrypted": false,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "logical_dedupe_usage": 0,
- "physical_dedupe_usage": 0,
- "pool_id": "0a473102de2f5f39d8000000000000000000000001",
- "pool_name": "default",
- "savings_clone": 0,
- "savings_compression": 34621056,
- "savings_dedupe": 0,
- "snap_logical_usage": 0,
- "uncompressed_usage_bytes": 35500032,
- "usage": 878976,
- "vol_logical_usage": 35500032,
- "vol_mapped_usage": 35500032,
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type2/001491cb6652a03a6b000000000000000000000001/storage-pools/071491cb6652a03a6b000000000000000000000006",
- "customerId": "string",
- "deduped_volume_count": 0,
- "generation": 0,
- "perf_policy_names": [
- {
- "name": "Hyper-V 2012 VM Storage"
}
], - "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "sample_rate": 255,
- "type": "string",
- "volume_count": 3,
- "volumes": [
- {
- "agent_type": "vvol",
- "has_locked_snapshots": false,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Volume0",
- "vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "vol_name": "Volume0",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
]
}Get capacity stats of Applications for a storage system Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter application summery by Key. |
| sort | string Example: sort=name desc oData query to sort application summery resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "app_category_id": "360000000000000000000000000000000000000006",
- "app_category_name": "Virtual Server",
- "block_size": 4096,
- "clone_ratio": 1,
- "compressed_usage_bytes": 878976,
- "compression_ratio": 40.3879423328965,
- "dedupe_ratio": 1,
- "deduped": true,
- "encrypted": false,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "logical_dedupe_usage": 0,
- "physical_dedupe_usage": 0,
- "pool_id": "0a473102de2f5f39d8000000000000000000000001",
- "pool_name": "default",
- "savings_clone": 0,
- "savings_compression": 34621056,
- "savings_dedupe": 0,
- "snap_logical_usage": 0,
- "uncompressed_usage_bytes": 35500032,
- "usage": 878976,
- "vol_logical_usage": 35500032,
- "vol_mapped_usage": 35500032,
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type2/001491cb6652a03a6b000000000000000000000001/storage-pools/071491cb6652a03a6b000000000000000000000006",
- "customerId": "string",
- "deduped_volume_count": 0,
- "generation": 0,
- "perf_policy_names": [
- {
- "name": "Hyper-V 2012 VM Storage"
}
], - "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "sample_rate": 255,
- "type": "string",
- "volume_count": 3,
- "volumes": [
- {
- "agent_type": "vvol",
- "has_locked_snapshots": false,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Volume0",
- "vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "vol_name": "Volume0",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
]
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/applications/capacity-stats",
- "total": 1
}Get all arrays details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter array by Key. |
| sort | string Example: sort=name desc oData query to sort array resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "model": "myobject-5",
- "name": "NimbleArray",
- "pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "serial": "AC-109084",
- "all_flash": false,
- "allow_lower_limits": true,
- "available_bytes": 1234,
- "brand": "myobject-5",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "create_pool": true,
- "creation_time": 3400,
- "ctrlr_a_support_ip": "128.0.0.1",
- "ctrlr_b_support_ip": "128.0.0.1",
- "customerId": "string",
- "dedupe_capacity_bytes": 1234,
- "dedupe_usage_bytes": 1234,
- "extended_model": "myobject-5",
- "fc_port_count": 1234,
- "force": false,
- "full_name": "myobject-5",
- "generation": 0,
- "gig_nic_port_count": 1234,
- "group_state": "initialized",
- "is_fully_dedupe_capable": false,
- "is_sfa": false,
- "is_supported_hw_config": true,
- "last_modified": 3400,
- "model_sub_type": "VMWare",
- "nic_list": [
- {
- "data_ip": "128.0.0.1",
- "name": "NICName",
- "subnet_label": "255.255.255.0",
- "tagged": true
}
], - "oem": "myobject-5",
- "pending_delete_bytes": 1234,
- "pool_description": "99.9999% availability",
- "pool_name": "myobject-5",
- "public_key": {
- "key": "DAQABAAABAQDR7pnlz5kehtrqNT9jIDP3KEVZdrYG64DH0ogJwLBM5fF27n/kssZt/NgcstPa2VvE6QTJQqW+3",
- "key_name": "root@abc",
- "key_type": "rsa"
}, - "raw_capacity_bytes": 1234,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/arrays",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "role": "leader",
- "search_name": "vol:1",
- "secondary_mgmt_ip": "128.0.0.1",
- "snap_compression": 9.18,
- "snap_saved_bytes": 1234,
- "snap_space_reduction": 9.18,
- "snap_usage_bytes": 1234,
- "snap_usage_uncompressed_bytes": 1234,
- "status": "reachable",
- "ten_gig_sfp_nic_port_count": 1234,
- "ten_gig_t_nic_port_count": 1234,
- "type": "string",
- "upgrade": {
- "messages": [
- {
- "code": "SM_update_net_degrade",
- "severity": "info",
- "text": "Error occurred."
}
], - "stage": "finish",
- "state": "in_progress",
- "type": "offline"
}, - "usable_cache_capacity_bytes": 1234,
- "usable_capacity_bytes": 1234,
- "usage": 1234,
- "usage_valid": true,
- "version": "myobject-5",
- "vol_compression": 9.18,
- "vol_saved_bytes": 1234,
- "vol_usage_bytes": 1234,
- "vol_usage_uncompressed_bytes": 1234,
- "zconf_ipaddrs": [
- {
- "ip_addr": "128.0.0.1"
}
]
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}Create Nimble / Alletra 6K array identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| allow_lower_limits | boolean or null Whether to create associated pool during array create. Possible values: 'true', 'false'. |
| create_pool | boolean or null Whether to create associated pool during array create. Possible values: 'true', 'false'. |
| ctrlr_a_support_ip required | string Controller A Support IP address. |
| ctrlr_b_support_ip required | string Controller B Support IP address. |
| dedupe_disabled | boolean or null Is data deduplication disabled for this array. Possible values: 'true', 'false'. |
| name required | string The user provided name of the array. It is also the array's hostname. String of up to 63 alphanumeric and can include hyphens characters but cannot start with hyphen. |
required | Array of objects or null (NICDetails) List of NICs information. Used while creating an array. |
| pool_description | string or null Text description of the pool to be created during array creation. String of up to 255 printable ASCII characters. |
| pool_name required | string Name of pool to which this is a member. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| secondary_mgmt_ip | string Secondary management IP address for the Group. |
| serial required | string Serial number of the array. |
{- "allow_lower_limits": false,
- "create_pool": false,
- "ctrlr_a_support_ip": "128.0.0.1",
- "ctrlr_b_support_ip": "128.0.0.1",
- "dedupe_disabled": false,
- "name": "NimbleArray",
- "nic_list": [
- {
- "data_ip": "128.0.0.1",
- "name": "NICName",
- "subnet_label": "255.255.255.0",
- "tagged": true
}
], - "pool_description": "99.9999% availability",
- "pool_name": "myobject-5",
- "secondary_mgmt_ip": "128.0.0.1",
- "serial": "AC-109084"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete Nimble / Alletra 6K array identified by {arrayId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| arrayId required | string Example: 001df0fe6f7dc7bb16000000000000000000004817 ID of the array. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K array identified by {arrayId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| arrayId required | string Example: 001df0fe6f7dc7bb16000000000000000000004817 ID of the array. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/arrays",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "model": "myobject-5",
- "name": "NimbleArray",
- "pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "serial": "AC-109084",
- "all_flash": false,
- "allow_lower_limits": true,
- "available_bytes": 1234,
- "brand": "myobject-5",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "create_pool": true,
- "creation_time": 3400,
- "ctrlr_a_support_ip": "128.0.0.1",
- "ctrlr_b_support_ip": "128.0.0.1",
- "customerId": "string",
- "dedupe_capacity_bytes": 1234,
- "dedupe_usage_bytes": 1234,
- "extended_model": "myobject-5",
- "fc_port_count": 1234,
- "force": false,
- "full_name": "myobject-5",
- "generation": 0,
- "gig_nic_port_count": 1234,
- "group_state": "initialized",
- "is_fully_dedupe_capable": false,
- "is_sfa": false,
- "is_supported_hw_config": true,
- "last_modified": 3400,
- "model_sub_type": "VMWare",
- "nic_list": [
- {
- "data_ip": "128.0.0.1",
- "name": "NICName",
- "subnet_label": "255.255.255.0",
- "tagged": true
}
], - "oem": "myobject-5",
- "pending_delete_bytes": 1234,
- "pool_description": "99.9999% availability",
- "pool_name": "myobject-5",
- "public_key": {
- "key": "DAQABAAABAQDR7pnlz5kehtrqNT9jIDP3KEVZdrYG64DH0ogJwLBM5fF27n/kssZt/NgcstPa2VvE6QTJQqW+3",
- "key_name": "root@abc",
- "key_type": "rsa"
}, - "raw_capacity_bytes": 1234,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "role": "leader",
- "search_name": "vol:1",
- "secondary_mgmt_ip": "128.0.0.1",
- "snap_compression": 9.18,
- "snap_saved_bytes": 1234,
- "snap_space_reduction": 9.18,
- "snap_usage_bytes": 1234,
- "snap_usage_uncompressed_bytes": 1234,
- "status": "reachable",
- "ten_gig_sfp_nic_port_count": 1234,
- "ten_gig_t_nic_port_count": 1234,
- "type": "string",
- "upgrade": {
- "messages": [
- {
- "code": "SM_update_net_degrade",
- "severity": "info",
- "text": "Error occurred."
}
], - "stage": "finish",
- "state": "in_progress",
- "type": "offline"
}, - "usable_cache_capacity_bytes": 1234,
- "usable_capacity_bytes": 1234,
- "usage": 1234,
- "usage_valid": true,
- "version": "myobject-5",
- "vol_compression": 9.18,
- "vol_saved_bytes": 1234,
- "vol_usage_bytes": 1234,
- "vol_usage_uncompressed_bytes": 1234,
- "zconf_ipaddrs": [
- {
- "ip_addr": "128.0.0.1"
}
]
}Edit details of Nimble / Alletra 6K array identified by {arrayId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| arrayId required | string Example: 001df0fe6f7dc7bb16000000000000000000004817 ID of the array. |
| name required | string The user provided name of the array. It is also the array's hostname. String of up to 63 alphanumeric and can include hyphens characters but cannot start with hyphen. |
{- "name": "NimbleArray"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Perform failover of Nimble / Alletra 6K array identified by {arrayId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| arrayId required | string Example: 001df0fe6f7dc7bb16000000000000000000004817 ID of the array. |
| force | boolean Initiate failover without performing any precheck. |
{- "force": false
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get capacity trend data for a storage system Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "count": 127,
- "requestUri": "/api/v1/storage-systems/nimble/00473102de2f5f39d8000000000000000000000001/capacity-history",
- "series_data": [
- {
- "savings": 5,
- "timestamp": 1605063600,
- "usage": 4
}
], - "total": 127
}Get performance trend data for a storage system Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "iops_metrics_data": {
- "series_data": [
- {
- "read_value": 46,
- "timestamp": 1605063600,
- "total_value": 89.76,
- "write_value": 23.76
}
], - "total": 5
}, - "latency_metrics_data": {
- "series_data": [
- {
- "read_value": 46,
- "timestamp": 1605063600,
- "total_value": 89.76,
- "write_value": 23.76
}
], - "total": 5
}, - "requestUri": "/api/v1/storage-systems/nimble/00473102de2f5f39d8000000000000000000000001/performance-history",
- "throughput_metrics_data": {
- "series_data": [
- {
- "read_value": 46,
- "timestamp": 1605063600,
- "total_value": 89.76,
- "write_value": 23.76
}
], - "total": 5
}
}Get all uninitialized arrays details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
{- "items": [
- {
- "all_flash": true,
- "array_name": "Nimble Array056",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "consoleUri": "data-ops-manager/storage-systems/device-type2/0041aca441479e44e5000000000000000000000001/uninitialized-arrays/c463732d3633346563330000000000000000000000",
- "count_of_fc_ports": 1234,
- "customerId": "string",
- "dedupe_configurable": true,
- "generation": 0,
- "id": "c463732d3633346563330000000000000000000000",
- "model_str": "myobject-5",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "serial": "AC-109084",
- "type": "string",
- "version": "myobject-5",
- "zconf_ipaddrs": [
- {
- "ip_addr": "127.0.0.1"
}
]
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}Get uninitialized arrays details by Nimble / Alletra 6K identified by {uninitializedArrayId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| uninitializedArrayId required | string Example: c463732d6436306437370000000000000000000000 ID of the uninitialized Array.A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| id required | string or null Identifier for the uninitialized array. A 42 digit hexadecimal number |
{- "id": "c463732d6436306437370000000000000000000000"
}{- "items": [
- {
- "all_flash": true,
- "array_name": "Nimble Array056",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "consoleUri": "data-ops-manager/storage-systems/device-type2/0041aca441479e44e5000000000000000000000001/uninitialized-arrays/c463732d3633346563330000000000000000000000",
- "count_of_fc_ports": 1234,
- "customerId": "string",
- "dedupe_configurable": true,
- "generation": 0,
- "id": "c463732d3633346563330000000000000000000000",
- "model_str": "myobject-5",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "serial": "AC-109084",
- "type": "string",
- "version": "myobject-5",
- "zconf_ipaddrs": [
- {
- "ip_addr": "127.0.0.1"
}
]
}
]
}Get all HPE Alletra Storage MP B10000 storage systems
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq VEGA_CB1507_8400_2N_150 oData query to filter systems by Key. |
| sort | string Example: sort=id asc,name desc Query to sort the response with specified key and order |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/recommendations",
- "type": "recommendations"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/supportsettings",
- "type": "support-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/telemetry",
- "type": "telemetry"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/capacity-summary",
- "type": "system capacity"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/network-settings",
- "type": "network-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/component-summary",
- "type": "component-summary"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/certificates",
- "type": "certificates"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/mail-settings",
- "type": "mail-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/network-services",
- "type": "network-services"
}
], - "brandingInfo": {
- "hwModel": "HPE Alletra Storage MP B10000",
- "hwProduct": "Alletra Storage MP B10000",
- "hwProductFull": "HPE Alletra Storage MP B10000",
- "osFull": "HPE Alletra Storage ArcusOS",
- "osName": "HPE Alletra Storage ArcusOS",
- "product": "Alletra Storage MP B10000",
- "productFull": "HPE Alletra Storage MP B10000",
- "productNoSpace": "HPE_Alletra_Storage",
- "softProduct": "Alletra Storage",
- "softProductFull": "HPE Alletra Storage",
- "uiName": "Alletra Storage UI",
- "uiNameFull": "HPE Alletra Storage ui",
- "vendor": "HPE"
}, - "centerplaneType": "4 Node Centerplane",
- "chunkletSizeMiB": 1024,
- "clusterLED": "LED_UNKNOWN",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "controlSecurity": {
- "isFIPSEnabled": true
}, - "customerId": "string",
- "descriptors": {
- "comment": "",
- "contact": "First Last, 12345678, prabhakar.jasiwal@hpe.com",
- "location": "",
- "owner": ""
}, - "deviceId": 101780,
- "deviceType": {
- "default": "HPE_3PAR 8450",
- "key": "sys_type-41"
}, - "displayname": "System VEGA_CB1507_8400_2N_150",
- "domain": "string",
- "fileServiceInfo": {
- "capacitySummary": {
- "fileAvailableCapacityInMiB": 0,
- "fileUsedCapacityInMiB": 0,
- "totalSystemCapacityInMiB": 0
}, - "defaultQOS": {
- "bwLimitInKiB": 0,
- "iopsLimit": 0
}, - "fileServiceId": "string",
- "isFileCapable": true,
- "isFileEnabled": true
}, - "fqdn": "s9.in.hpecorp.net",
- "generation": 0,
- "id": "7CE751P312",
- "inClusterNodes": [
- 0,
- 1
], - "isFIPSEnabled": true,
- "locateEnabled": true,
- "maintenanceMode": [
- {
- "comment": "string",
- "endTime": {
- "ms": 0,
- "tz": "string"
}, - "instances": 0,
- "reasonCode": "string",
- "startTime": {
- "ms": 0,
- "tz": "string"
}, - "user": "string"
}
], - "manufacturing": {
- "assemblyRev": "string",
- "checkSum": "string",
- "hpeModelName": "string",
- "manufacturer": "HPE 3PAR",
- "model": "HPE_3PAR 8400",
- "saleablePartNumber": "string",
- "saleableSerialNumber": "string",
- "serialNumber": "MXN5442108",
- "sparePartNumber": "string"
}, - "masterNode": 4,
- "minimumPasswordLength": 6,
- "name": "VEGA_CB1507_8400_2N_150",
- "networkMasterNode": 1,
- "nodeMemory": "16",
- "nodesCount": 2,
- "nodesPresent": [
- 0,
- 1
], - "onlineNodes": [
- 0,
- 1
], - "overallState": "NORMAL",
- "overallStateDescription": "Degraded Resources: disks, nodes",
- "parameters": {
- "ServiceProcessorCookie": "SPMXN5442108",
- "allowDomainUsersAffectNoDomain": true,
- "allowSSZ": true,
- "allowWrtbackSingleNode": 7,
- "allowWrtbackUpgrade": 7,
- "autoAdmitTune": true,
- "autoExportAfterReboot": true,
- "cablingConfig": "Capacity",
- "complianceOfficerApproval": true,
- "disableChunkletInitUNMAP": true,
- "dsccReadOnly": "yes",
- "enableAIQoS": "yes",
- "eventLogNum": 1,
- "eventLogSize": "4M",
- "failoverMatchedSet": true,
- "fcRawSpaceAlert": 1,
- "hostDIF": "yes",
- "hostDIFTemplate": "STD_HOST_DIF",
- "maxVolumeRetention": 1209600,
- "nlRawSpaceAlert": 0,
- "overprovRatioLimit": 0,
- "overprovRatioWarning": 0,
- "personaProfile": "block-only",
- "portFailoverEnabled": true,
- "r6LayoutVersion": "Default",
- "remoteCopyHostThrottling": true,
- "remoteSysLog": 0,
- "remoteSysLogHost": "0.0.0.0",
- "remoteSysLogSecurityHost": "0.0.0.0",
- "rwareConfidence": "string",
- "rwareRetentionTime": "1209600",
- "sessionTimeout": 3600,
- "singleLunHost": true,
- "ssdRawSpaceAlert": 0,
- "thermalShutdown": true
}, - "resourceUri": "/api/v1/storage-systems/device-type4/7CE751P312",
- "safeToRemove": true,
- "softwareVersions": {
- "baseVersion": "4.2.0",
- "components": [
- {
- "baseVersion": "4.2.0.48",
- "fullVersion": "4.2.0.48",
- "name": "CLI Server",
- "release": "",
- "showLevel": 1
}
], - "fullVersion": "4.2.0.48",
- "patches": "",
- "release": ""
}, - "state": {
- "detailed": [
- "string"
], - "overall": "STATE_UNKNOWN"
}, - "sysLogStatus": {
- "general": "None,None,None",
- "security": "None,None,None"
}, - "systemDate": 1597918380,
- "systemHeadroom": {
- "performanceHeadroom": {
- "availableHeadroom": "Low",
- "headroomUtilization": "Low",
- "utilization": 10
}
}, - "systemWWN": "2FF70002AC018D94",
- "timezone": "Asia/Calcutta",
- "type": "string",
- "uptime": {
- "ms": 123423423,
- "tz": "IST"
}, - "version": {
- "base": "4.2.0",
- "display": "4.2.0",
- "full": "4.2.0.48",
- "fullWithoutPatches": "4.2.0.48"
}
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type4",
- "total": 1
}Get HPE Alletra Storage MP B10000 object identified by {id}
| id required | string Example: SGH029VBHV Serial number of the device-type1 storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/recommendations",
- "type": "recommendations"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/supportsettings",
- "type": "support-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/telemetry",
- "type": "telemetry"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/capacity-summary",
- "type": "system capacity"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/network-settings",
- "type": "network-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/component-summary",
- "type": "component-summary"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/certificates",
- "type": "certificates"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/mail-settings",
- "type": "mail-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/network-services",
- "type": "network-services"
}
], - "brandingInfo": {
- "hwModel": "HPE Alletra Storage MP B10000",
- "hwProduct": "Alletra Storage MP B10000",
- "hwProductFull": "HPE Alletra Storage MP B10000",
- "osFull": "HPE Alletra Storage ArcusOS",
- "osName": "HPE Alletra Storage ArcusOS",
- "product": "Alletra Storage MP B10000",
- "productFull": "HPE Alletra Storage MP B10000",
- "productNoSpace": "HPE_Alletra_Storage",
- "softProduct": "Alletra Storage",
- "softProductFull": "HPE Alletra Storage",
- "uiName": "Alletra Storage UI",
- "uiNameFull": "HPE Alletra Storage ui",
- "vendor": "HPE"
}, - "centerplaneType": "4 Node Centerplane",
- "chunkletSizeMiB": 1024,
- "clusterLED": "LED_UNKNOWN",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP",
- "controlSecurity": {
- "isFIPSEnabled": true
}, - "customerId": "string",
- "descriptors": {
- "comment": "",
- "contact": "First Last, 12345678, prabhakar.jasiwal@hpe.com",
- "location": "",
- "owner": ""
}, - "deviceId": 101780,
- "deviceType": {
- "default": "HPE_3PAR 8450",
- "key": "sys_type-41"
}, - "displayname": "System VEGA_CB1507_8400_2N_150",
- "domain": "string",
- "fileServiceInfo": {
- "capacitySummary": {
- "fileAvailableCapacityInMiB": 0,
- "fileUsedCapacityInMiB": 0,
- "totalSystemCapacityInMiB": 0
}, - "defaultQOS": {
- "bwLimitInKiB": 0,
- "iopsLimit": 0
}, - "fileServiceId": "string",
- "isFileCapable": true,
- "isFileEnabled": true
}, - "fqdn": "s9.in.hpecorp.net",
- "generation": 0,
- "id": "7CE751P312",
- "inClusterNodes": [
- 0,
- 1
], - "isFIPSEnabled": true,
- "locateEnabled": true,
- "maintenanceMode": [
- {
- "comment": "string",
- "endTime": {
- "ms": 0,
- "tz": "string"
}, - "instances": 0,
- "reasonCode": "string",
- "startTime": {
- "ms": 0,
- "tz": "string"
}, - "user": "string"
}
], - "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "masterNode": 4,
- "minimumPasswordLength": 6,
- "name": "VEGA_CB1507_8400_2N_150",
- "networkMasterNode": 1,
- "nodeMemory": "16",
- "nodesCount": 2,
- "nodesPresent": [
- 0,
- 1
], - "onlineNodes": [
- 0,
- 1
], - "overallState": "NORMAL",
- "overallStateDescription": "Degraded Resources: disks, nodes",
- "parameters": {
- "ServiceProcessorCookie": "SPMXN5442108",
- "allowDomainUsersAffectNoDomain": true,
- "allowSSZ": true,
- "allowWrtbackSingleNode": 7,
- "allowWrtbackUpgrade": 7,
- "autoAdmitTune": true,
- "autoExportAfterReboot": true,
- "cablingConfig": "Capacity",
- "complianceOfficerApproval": true,
- "disableChunkletInitUNMAP": true,
- "dsccReadOnly": "yes",
- "enableAIQoS": "yes",
- "eventLogNum": 1,
- "eventLogSize": "4M",
- "failoverMatchedSet": true,
- "fcRawSpaceAlert": 1,
- "hostDIF": "yes",
- "hostDIFTemplate": "STD_HOST_DIF",
- "maxVolumeRetention": 1209600,
- "nlRawSpaceAlert": 0,
- "overprovRatioLimit": 0,
- "overprovRatioWarning": 0,
- "personaProfile": "block-only",
- "portFailoverEnabled": true,
- "r6LayoutVersion": "Default",
- "remoteCopyHostThrottling": true,
- "remoteSysLog": 0,
- "remoteSysLogHost": "0.0.0.0",
- "remoteSysLogSecurityHost": "0.0.0.0",
- "rwareConfidence": "string",
- "rwareRetentionTime": "1209600",
- "sessionTimeout": 3600,
- "singleLunHost": true,
- "ssdRawSpaceAlert": 0,
- "thermalShutdown": true
}, - "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312",
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE751P312",
- "safeToRemove": true,
- "softwareVersions": {
- "baseVersion": "4.2.0",
- "components": [
- {
- "baseVersion": "4.2.0.48",
- "fullVersion": "4.2.0.48",
- "name": "CLI Server",
- "release": "",
- "showLevel": 1
}
], - "fullVersion": "4.2.0.48",
- "patches": "",
- "release": ""
}, - "state": {
- "detailed": [
- "string"
], - "overall": "STATE_UNKNOWN"
}, - "sysLogStatus": {
- "general": "None,None,None",
- "security": "None,None,None"
}, - "systemDate": 1597918380,
- "systemHeadroom": {
- "performanceHeadroom": {
- "availableHeadroom": "Low",
- "headroomUtilization": "Low",
- "utilization": 10
}
}, - "systemWWN": "2FF70002AC018D94",
- "timezone": "Asia/Calcutta",
- "type": "string",
- "uptime": {
- "ms": 123423423,
- "tz": "IST"
}, - "version": {
- "base": "4.2.0",
- "display": "4.2.0",
- "full": "4.2.0.48",
- "fullWithoutPatches": "4.2.0.48"
}
}Locate system of HPE Alletra Storage MP B10000
| id required | string Example: SGH029VBHV Serial number of the device-type1 storage system |
| locateEnabled | boolean Indicates if the locate beacon should be enabled or not |
{- "locateEnabled": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get Application Summary for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "items": [
- {
- "applicationSetType": "Microsoft Exchange",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "totalSizeMiB": 307200,
- "totalUsedSizeMiB": 7200,
- "volumesCount": 5
}
], - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/application-summary",
- "total": 2
}Get latest capacity trend data and forecasted data
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| startTime | integer Example: startTime=1591601529000 Start time from which forecasted data is needed |
{- "confidenceLevel": 90,
- "customerId": "string",
- "forecasted": [
- {
- "maxUsedMiB": 4,
- "minUsedMiB": 4,
- "timestampMs": 1605063600,
- "totalMiB": 4,
- "usedMiB": 4
}
], - "historic": [
- {
- "timestampMs": 1605063600,
- "totalMiB": 4,
- "usedMiB": 4
}
], - "message": "No data available",
- "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/capacity-forecast"
}Get capacity trend data for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 1440 10080 Example: timeIntervalMin=1440 It defines granularity in minutes. |
{- "capacityData": {
- "customerId": "string",
- "items": [
- {
- "timestampMs": 1605063600,
- "usableTotalMiB": 4,
- "usageMiB": 4
}
], - "total": 1
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "endTime": 1625209133,
- "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/capacity-history",
- "startTime": 1625122733
}Get system capacity for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/{uid}",
- "type": "systems"
}
], - "capacityByTier": {
- "fcFree": 0,
- "fcUsed": 0,
- "nlFree": 58368,
- "nlUsed": 17408,
- "qlcFree": 0,
- "qlcUsed": 0,
- "ssdFree": 0,
- "ssdUsed": 0,
- "totalUsed": 17408,
- "usableCapacity": 58368
}, - "capacityDetail": {
- "snapSpace": 228565.15,
- "volumeSpace": 233359.43
}, - "capacitySummary": {
- "allocated": {
- "cpgs": 0,
- "cpgsFree": 0,
- "cpgsPrivate": 0,
- "cpgsPrivateBase": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsPrivateSnap": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsShared": 0,
- "legacyVolumes": 0,
- "legacyVolumesSnap": 0,
- "legacyVolumesUser": 0,
- "system": 3782656,
- "systemAdmin": 0,
- "systemInternal": 122880,
- "systemSpare": 3659776,
- "systemSpareUnused": 3659776,
- "systemSpareUsed": 0,
- "total": 7152640,
- "unmapped": 0
}, - "allocatedPercentage": 0.23703678566580696,
- "bulkvvPrivateSnp": 0.08,
- "bulkvvsAdmin": 0.08,
- "bulkvvsCopy": 0.08,
- "bulkvvsUsr": 0.08,
- "compaction": 8384.594860579551,
- "compressSavings": 1,
- "compression": 0,
- "compressratio": 0.08,
- "cpgsAdminUnused": 0.08,
- "cpgsAdminUsed": 0.08,
- "cpgsCopy": 0.08,
- "cpgsCopyUsed": 0.08,
- "cpgsDedupttes": 0.08,
- "cpgsMetadata": 0.08,
- "cpgsSvcnt": 0.08,
- "cpgsTotCountSD": 0.08,
- "cpgsTotCountSd": 0.08,
- "cpgsTotUsedSize": 0.08,
- "cpgsUnused": 0.08,
- "cpgsUsr": 0.08,
- "cpgsUsrUsed": 0.08,
- "cpgsVirtualSize": 0.08,
- "dataReduction": 0,
- "dedup": 0,
- "dedupSavings": 1,
- "dedupratio": 0.08,
- "failed": 2048,
- "failedPercentage": 0.00006787023211619383,
- "free": 23020544,
- "freeInitialized": 23020544,
- "freePercentage": 0.7628953441020768,
- "freeUninitialized": 0,
- "hostWrt": 1,
- "nonReducibleData": 2,
- "overAllocspace": 0.08,
- "overAvail": 0.08,
- "overFreespace": 0.08,
- "overProvisioning": 0.08,
- "overUsedspace": 0.08,
- "overVsize": 0.08,
- "privateszMetadata": 0.08,
- "privateszSnp": 0.08,
- "privateszTot": 0.08,
- "privateszTotSnp": 0.08,
- "reduceSavings": 2,
- "reducibleReduceSavings": 2,
- "reducibleReduceSavingsRatio": 0.08,
- "thinSavings": 1,
- "thinSavingsRatio": 0.08,
- "total": 30175232,
- "totalFree": 0.08,
- "totalSavings": 2,
- "totalSavingsRatio": 0.08,
- "totalUsed": 0.08,
- "unavailable": 0,
- "unavailablePercentage": 0,
- "unusable": 0.08,
- "usable": 0.08,
- "vvUnused": 0.08
}, - "customerId": "string",
- "fcCapacitySummary": {
- "allocated": {
- "cpgs": 0,
- "cpgsFree": 0,
- "cpgsPrivate": 0,
- "cpgsPrivateBase": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsPrivateSnap": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsShared": 0,
- "legacyVolumes": 0,
- "legacyVolumesSnap": 0,
- "legacyVolumesUser": 0,
- "system": 3782656,
- "systemAdmin": 0,
- "systemInternal": 122880,
- "systemSpare": 3659776,
- "systemSpareUnused": 3659776,
- "systemSpareUsed": 0,
- "total": 7152640,
- "unmapped": 0
}, - "allocatedPercentage": 0.23703678566580696,
- "bulkvvPrivateSnp": 0.08,
- "bulkvvsAdmin": 0.08,
- "bulkvvsCopy": 0.08,
- "bulkvvsUsr": 0.08,
- "compaction": 8384.594860579551,
- "compressSavings": 1,
- "compression": 0,
- "compressratio": 0.08,
- "cpgsAdminUnused": 0.08,
- "cpgsAdminUsed": 0.08,
- "cpgsCopy": 0.08,
- "cpgsCopyUsed": 0.08,
- "cpgsDedupttes": 0.08,
- "cpgsMetadata": 0.08,
- "cpgsSvcnt": 0.08,
- "cpgsTotCountSD": 0.08,
- "cpgsTotCountSd": 0.08,
- "cpgsTotUsedSize": 0.08,
- "cpgsUnused": 0.08,
- "cpgsUsr": 0.08,
- "cpgsUsrUsed": 0.08,
- "cpgsVirtualSize": 0.08,
- "dataReduction": 0,
- "dedup": 0,
- "dedupSavings": 1,
- "dedupratio": 0.08,
- "failed": 2048,
- "failedPercentage": 0.00006787023211619383,
- "free": 23020544,
- "freeInitialized": 23020544,
- "freePercentage": 0.7628953441020768,
- "freeUninitialized": 0,
- "hostWrt": 1,
- "nonReducibleData": 2,
- "overAllocspace": 0.08,
- "overAvail": 0.08,
- "overFreespace": 0.08,
- "overProvisioning": 0.08,
- "overUsedspace": 0.08,
- "overVsize": 0.08,
- "privateszMetadata": 0.08,
- "privateszSnp": 0.08,
- "privateszTot": 0.08,
- "privateszTotSnp": 0.08,
- "reduceSavings": 2,
- "reducibleReduceSavings": 2,
- "reducibleReduceSavingsRatio": 0.08,
- "thinSavings": 1,
- "thinSavingsRatio": 0.08,
- "total": 30175232,
- "totalFree": 0.08,
- "totalSavings": 2,
- "totalSavingsRatio": 0.08,
- "totalUsed": 0.08,
- "unavailable": 0,
- "unavailablePercentage": 0,
- "unusable": 0.08,
- "usable": 0.08,
- "vvUnused": 0.08
}, - "fcUsableCapacitySummary": {
- "allocated": {
- "cpgs": 0,
- "cpgsFree": 0,
- "cpgsPrivate": 0,
- "cpgsPrivateBase": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsPrivateSnap": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsShared": 0,
- "legacyVolumes": 0,
- "legacyVolumesSnap": 0,
- "legacyVolumesUser": 0,
- "system": 3782656,
- "systemAdmin": 0,
- "systemInternal": 122880,
- "systemSpare": 3659776,
- "systemSpareUnused": 3659776,
- "systemSpareUsed": 0,
- "total": 7152640,
- "unmapped": 0
}, - "allocatedPercentage": 0.23703678566580696,
- "bulkvvPrivateSnp": 0.08,
- "bulkvvsAdmin": 0.08,
- "bulkvvsCopy": 0.08,
- "bulkvvsUsr": 0.08,
- "compaction": 8384.594860579551,
- "compressSavings": 1,
- "compression": 0,
- "compressratio": 0.08,
- "cpgsAdminUnused": 0.08,
- "cpgsAdminUsed": 0.08,
- "cpgsCopy": 0.08,
- "cpgsCopyUsed": 0.08,
- "cpgsDedupttes": 0.08,
- "cpgsMetadata": 0.08,
- "cpgsSvcnt": 0.08,
- "cpgsTotCountSD": 0.08,
- "cpgsTotCountSd": 0.08,
- "cpgsTotUsedSize": 0.08,
- "cpgsUnused": 0.08,
- "cpgsUsr": 0.08,
- "cpgsUsrUsed": 0.08,
- "cpgsVirtualSize": 0.08,
- "dataReduction": 0,
- "dedup": 0,
- "dedupSavings": 1,
- "dedupratio": 0.08,
- "failed": 2048,
- "failedPercentage": 0.00006787023211619383,
- "free": 23020544,
- "freeInitialized": 23020544,
- "freePercentage": 0.7628953441020768,
- "freeUninitialized": 0,
- "hostWrt": 1,
- "nonReducibleData": 2,
- "overAllocspace": 0.08,
- "overAvail": 0.08,
- "overFreespace": 0.08,
- "overProvisioning": 0.08,
- "overUsedspace": 0.08,
- "overVsize": 0.08,
- "privateszMetadata": 0.08,
- "privateszSnp": 0.08,
- "privateszTot": 0.08,
- "privateszTotSnp": 0.08,
- "reduceSavings": 2,
- "reducibleReduceSavings": 2,
- "reducibleReduceSavingsRatio": 0.08,
- "thinSavings": 1,
- "thinSavingsRatio": 0.08,
- "total": 30175232,
- "totalFree": 0.08,
- "totalSavings": 2,
- "totalSavingsRatio": 0.08,
- "totalUsed": 0.08,
- "unavailable": 0,
- "unavailablePercentage": 0,
- "unusable": 0.08,
- "usable": 0.08,
- "vvUnused": 0.08
}, - "id": "string",
- "nlCapacitySummary": {
- "allocated": {
- "cpgs": 0,
- "cpgsFree": 0,
- "cpgsPrivate": 0,
- "cpgsPrivateBase": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsPrivateSnap": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsShared": 0,
- "legacyVolumes": 0,
- "legacyVolumesSnap": 0,
- "legacyVolumesUser": 0,
- "system": 3782656,
- "systemAdmin": 0,
- "systemInternal": 122880,
- "systemSpare": 3659776,
- "systemSpareUnused": 3659776,
- "systemSpareUsed": 0,
- "total": 7152640,
- "unmapped": 0
}, - "allocatedPercentage": 0.23703678566580696,
- "bulkvvPrivateSnp": 0.08,
- "bulkvvsAdmin": 0.08,
- "bulkvvsCopy": 0.08,
- "bulkvvsUsr": 0.08,
- "compaction": 8384.594860579551,
- "compressSavings": 1,
- "compression": 0,
- "compressratio": 0.08,
- "cpgsAdminUnused": 0.08,
- "cpgsAdminUsed": 0.08,
- "cpgsCopy": 0.08,
- "cpgsCopyUsed": 0.08,
- "cpgsDedupttes": 0.08,
- "cpgsMetadata": 0.08,
- "cpgsSvcnt": 0.08,
- "cpgsTotCountSD": 0.08,
- "cpgsTotCountSd": 0.08,
- "cpgsTotUsedSize": 0.08,
- "cpgsUnused": 0.08,
- "cpgsUsr": 0.08,
- "cpgsUsrUsed": 0.08,
- "cpgsVirtualSize": 0.08,
- "dataReduction": 0,
- "dedup": 0,
- "dedupSavings": 1,
- "dedupratio": 0.08,
- "failed": 2048,
- "failedPercentage": 0.00006787023211619383,
- "free": 23020544,
- "freeInitialized": 23020544,
- "freePercentage": 0.7628953441020768,
- "freeUninitialized": 0,
- "hostWrt": 1,
- "nonReducibleData": 2,
- "overAllocspace": 0.08,
- "overAvail": 0.08,
- "overFreespace": 0.08,
- "overProvisioning": 0.08,
- "overUsedspace": 0.08,
- "overVsize": 0.08,
- "privateszMetadata": 0.08,
- "privateszSnp": 0.08,
- "privateszTot": 0.08,
- "privateszTotSnp": 0.08,
- "reduceSavings": 2,
- "reducibleReduceSavings": 2,
- "reducibleReduceSavingsRatio": 0.08,
- "thinSavings": 1,
- "thinSavingsRatio": 0.08,
- "total": 30175232,
- "totalFree": 0.08,
- "totalSavings": 2,
- "totalSavingsRatio": 0.08,
- "totalUsed": 0.08,
- "unavailable": 0,
- "unavailablePercentage": 0,
- "unusable": 0.08,
- "usable": 0.08,
- "vvUnused": 0.08
}, - "nlUsableCapacitySummary": {
- "allocated": {
- "cpgs": 0,
- "cpgsFree": 0,
- "cpgsPrivate": 0,
- "cpgsPrivateBase": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsPrivateSnap": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsShared": 0,
- "legacyVolumes": 0,
- "legacyVolumesSnap": 0,
- "legacyVolumesUser": 0,
- "system": 3782656,
- "systemAdmin": 0,
- "systemInternal": 122880,
- "systemSpare": 3659776,
- "systemSpareUnused": 3659776,
- "systemSpareUsed": 0,
- "total": 7152640,
- "unmapped": 0
}, - "allocatedPercentage": 0.23703678566580696,
- "bulkvvPrivateSnp": 0.08,
- "bulkvvsAdmin": 0.08,
- "bulkvvsCopy": 0.08,
- "bulkvvsUsr": 0.08,
- "compaction": 8384.594860579551,
- "compressSavings": 1,
- "compression": 0,
- "compressratio": 0.08,
- "cpgsAdminUnused": 0.08,
- "cpgsAdminUsed": 0.08,
- "cpgsCopy": 0.08,
- "cpgsCopyUsed": 0.08,
- "cpgsDedupttes": 0.08,
- "cpgsMetadata": 0.08,
- "cpgsSvcnt": 0.08,
- "cpgsTotCountSD": 0.08,
- "cpgsTotCountSd": 0.08,
- "cpgsTotUsedSize": 0.08,
- "cpgsUnused": 0.08,
- "cpgsUsr": 0.08,
- "cpgsUsrUsed": 0.08,
- "cpgsVirtualSize": 0.08,
- "dataReduction": 0,
- "dedup": 0,
- "dedupSavings": 1,
- "dedupratio": 0.08,
- "failed": 2048,
- "failedPercentage": 0.00006787023211619383,
- "free": 23020544,
- "freeInitialized": 23020544,
- "freePercentage": 0.7628953441020768,
- "freeUninitialized": 0,
- "hostWrt": 1,
- "nonReducibleData": 2,
- "overAllocspace": 0.08,
- "overAvail": 0.08,
- "overFreespace": 0.08,
- "overProvisioning": 0.08,
- "overUsedspace": 0.08,
- "overVsize": 0.08,
- "privateszMetadata": 0.08,
- "privateszSnp": 0.08,
- "privateszTot": 0.08,
- "privateszTotSnp": 0.08,
- "reduceSavings": 2,
- "reducibleReduceSavings": 2,
- "reducibleReduceSavingsRatio": 0.08,
- "thinSavings": 1,
- "thinSavingsRatio": 0.08,
- "total": 30175232,
- "totalFree": 0.08,
- "totalSavings": 2,
- "totalSavingsRatio": 0.08,
- "totalUsed": 0.08,
- "unavailable": 0,
- "unavailablePercentage": 0,
- "unusable": 0.08,
- "usable": 0.08,
- "vvUnused": 0.08
}, - "qlcCapacitySummary": {
- "allocated": {
- "cpgs": 0,
- "cpgsFree": 0,
- "cpgsPrivate": 0,
- "cpgsPrivateBase": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsPrivateSnap": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsShared": 0,
- "legacyVolumes": 0,
- "legacyVolumesSnap": 0,
- "legacyVolumesUser": 0,
- "system": 3782656,
- "systemAdmin": 0,
- "systemInternal": 122880,
- "systemSpare": 3659776,
- "systemSpareUnused": 3659776,
- "systemSpareUsed": 0,
- "total": 7152640,
- "unmapped": 0
}, - "allocatedPercentage": 0.23703678566580696,
- "bulkvvPrivateSnp": 0.08,
- "bulkvvsAdmin": 0.08,
- "bulkvvsCopy": 0.08,
- "bulkvvsUsr": 0.08,
- "compaction": 8384.594860579551,
- "compressSavings": 1,
- "compression": 0,
- "compressratio": 0.08,
- "cpgsAdminUnused": 0.08,
- "cpgsAdminUsed": 0.08,
- "cpgsCopy": 0.08,
- "cpgsCopyUsed": 0.08,
- "cpgsDedupttes": 0.08,
- "cpgsMetadata": 0.08,
- "cpgsSvcnt": 0.08,
- "cpgsTotCountSD": 0.08,
- "cpgsTotCountSd": 0.08,
- "cpgsTotUsedSize": 0.08,
- "cpgsUnused": 0.08,
- "cpgsUsr": 0.08,
- "cpgsUsrUsed": 0.08,
- "cpgsVirtualSize": 0.08,
- "dataReduction": 0,
- "dedup": 0,
- "dedupSavings": 1,
- "dedupratio": 0.08,
- "failed": 2048,
- "failedPercentage": 0.00006787023211619383,
- "free": 23020544,
- "freeInitialized": 23020544,
- "freePercentage": 0.7628953441020768,
- "freeUninitialized": 0,
- "hostWrt": 1,
- "nonReducibleData": 2,
- "overAllocspace": 0.08,
- "overAvail": 0.08,
- "overFreespace": 0.08,
- "overProvisioning": 0.08,
- "overUsedspace": 0.08,
- "overVsize": 0.08,
- "privateszMetadata": 0.08,
- "privateszSnp": 0.08,
- "privateszTot": 0.08,
- "privateszTotSnp": 0.08,
- "reduceSavings": 2,
- "reducibleReduceSavings": 2,
- "reducibleReduceSavingsRatio": 0.08,
- "thinSavings": 1,
- "thinSavingsRatio": 0.08,
- "total": 30175232,
- "totalFree": 0.08,
- "totalSavings": 2,
- "totalSavingsRatio": 0.08,
- "totalUsed": 0.08,
- "unavailable": 0,
- "unavailablePercentage": 0,
- "unusable": 0.08,
- "usable": 0.08,
- "vvUnused": 0.08
}, - "qlcUsableCapacitySummary": {
- "allocated": {
- "cpgs": 0,
- "cpgsFree": 0,
- "cpgsPrivate": 0,
- "cpgsPrivateBase": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsPrivateSnap": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsShared": 0,
- "legacyVolumes": 0,
- "legacyVolumesSnap": 0,
- "legacyVolumesUser": 0,
- "system": 3782656,
- "systemAdmin": 0,
- "systemInternal": 122880,
- "systemSpare": 3659776,
- "systemSpareUnused": 3659776,
- "systemSpareUsed": 0,
- "total": 7152640,
- "unmapped": 0
}, - "allocatedPercentage": 0.23703678566580696,
- "bulkvvPrivateSnp": 0.08,
- "bulkvvsAdmin": 0.08,
- "bulkvvsCopy": 0.08,
- "bulkvvsUsr": 0.08,
- "compaction": 8384.594860579551,
- "compressSavings": 1,
- "compression": 0,
- "compressratio": 0.08,
- "cpgsAdminUnused": 0.08,
- "cpgsAdminUsed": 0.08,
- "cpgsCopy": 0.08,
- "cpgsCopyUsed": 0.08,
- "cpgsDedupttes": 0.08,
- "cpgsMetadata": 0.08,
- "cpgsSvcnt": 0.08,
- "cpgsTotCountSD": 0.08,
- "cpgsTotCountSd": 0.08,
- "cpgsTotUsedSize": 0.08,
- "cpgsUnused": 0.08,
- "cpgsUsr": 0.08,
- "cpgsUsrUsed": 0.08,
- "cpgsVirtualSize": 0.08,
- "dataReduction": 0,
- "dedup": 0,
- "dedupSavings": 1,
- "dedupratio": 0.08,
- "failed": 2048,
- "failedPercentage": 0.00006787023211619383,
- "free": 23020544,
- "freeInitialized": 23020544,
- "freePercentage": 0.7628953441020768,
- "freeUninitialized": 0,
- "hostWrt": 1,
- "nonReducibleData": 2,
- "overAllocspace": 0.08,
- "overAvail": 0.08,
- "overFreespace": 0.08,
- "overProvisioning": 0.08,
- "overUsedspace": 0.08,
- "overVsize": 0.08,
- "privateszMetadata": 0.08,
- "privateszSnp": 0.08,
- "privateszTot": 0.08,
- "privateszTotSnp": 0.08,
- "reduceSavings": 2,
- "reducibleReduceSavings": 2,
- "reducibleReduceSavingsRatio": 0.08,
- "thinSavings": 1,
- "thinSavingsRatio": 0.08,
- "total": 30175232,
- "totalFree": 0.08,
- "totalSavings": 2,
- "totalSavingsRatio": 0.08,
- "totalUsed": 0.08,
- "unavailable": 0,
- "unavailablePercentage": 0,
- "unusable": 0.08,
- "usable": 0.08,
- "vvUnused": 0.08
}, - "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/capacity-summary",
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE751P312/capacity-summary",
- "ssdCapacitySummary": {
- "allocated": {
- "cpgs": 0,
- "cpgsFree": 0,
- "cpgsPrivate": 0,
- "cpgsPrivateBase": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsPrivateSnap": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsShared": 0,
- "legacyVolumes": 0,
- "legacyVolumesSnap": 0,
- "legacyVolumesUser": 0,
- "system": 3782656,
- "systemAdmin": 0,
- "systemInternal": 122880,
- "systemSpare": 3659776,
- "systemSpareUnused": 3659776,
- "systemSpareUsed": 0,
- "total": 7152640,
- "unmapped": 0
}, - "allocatedPercentage": 0.23703678566580696,
- "bulkvvPrivateSnp": 0.08,
- "bulkvvsAdmin": 0.08,
- "bulkvvsCopy": 0.08,
- "bulkvvsUsr": 0.08,
- "compaction": 8384.594860579551,
- "compressSavings": 1,
- "compression": 0,
- "compressratio": 0.08,
- "cpgsAdminUnused": 0.08,
- "cpgsAdminUsed": 0.08,
- "cpgsCopy": 0.08,
- "cpgsCopyUsed": 0.08,
- "cpgsDedupttes": 0.08,
- "cpgsMetadata": 0.08,
- "cpgsSvcnt": 0.08,
- "cpgsTotCountSD": 0.08,
- "cpgsTotCountSd": 0.08,
- "cpgsTotUsedSize": 0.08,
- "cpgsUnused": 0.08,
- "cpgsUsr": 0.08,
- "cpgsUsrUsed": 0.08,
- "cpgsVirtualSize": 0.08,
- "dataReduction": 0,
- "dedup": 0,
- "dedupSavings": 1,
- "dedupratio": 0.08,
- "failed": 2048,
- "failedPercentage": 0.00006787023211619383,
- "free": 23020544,
- "freeInitialized": 23020544,
- "freePercentage": 0.7628953441020768,
- "freeUninitialized": 0,
- "hostWrt": 1,
- "nonReducibleData": 2,
- "overAllocspace": 0.08,
- "overAvail": 0.08,
- "overFreespace": 0.08,
- "overProvisioning": 0.08,
- "overUsedspace": 0.08,
- "overVsize": 0.08,
- "privateszMetadata": 0.08,
- "privateszSnp": 0.08,
- "privateszTot": 0.08,
- "privateszTotSnp": 0.08,
- "reduceSavings": 2,
- "reducibleReduceSavings": 2,
- "reducibleReduceSavingsRatio": 0.08,
- "thinSavings": 1,
- "thinSavingsRatio": 0.08,
- "total": 30175232,
- "totalFree": 0.08,
- "totalSavings": 2,
- "totalSavingsRatio": 0.08,
- "totalUsed": 0.08,
- "unavailable": 0,
- "unavailablePercentage": 0,
- "unusable": 0.08,
- "usable": 0.08,
- "vvUnused": 0.08
}, - "ssdUsableCapacitySummary": {
- "allocated": {
- "cpgs": 0,
- "cpgsFree": 0,
- "cpgsPrivate": 0,
- "cpgsPrivateBase": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsPrivateSnap": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsShared": 0,
- "legacyVolumes": 0,
- "legacyVolumesSnap": 0,
- "legacyVolumesUser": 0,
- "system": 3782656,
- "systemAdmin": 0,
- "systemInternal": 122880,
- "systemSpare": 3659776,
- "systemSpareUnused": 3659776,
- "systemSpareUsed": 0,
- "total": 7152640,
- "unmapped": 0
}, - "allocatedPercentage": 0.23703678566580696,
- "bulkvvPrivateSnp": 0.08,
- "bulkvvsAdmin": 0.08,
- "bulkvvsCopy": 0.08,
- "bulkvvsUsr": 0.08,
- "compaction": 8384.594860579551,
- "compressSavings": 1,
- "compression": 0,
- "compressratio": 0.08,
- "cpgsAdminUnused": 0.08,
- "cpgsAdminUsed": 0.08,
- "cpgsCopy": 0.08,
- "cpgsCopyUsed": 0.08,
- "cpgsDedupttes": 0.08,
- "cpgsMetadata": 0.08,
- "cpgsSvcnt": 0.08,
- "cpgsTotCountSD": 0.08,
- "cpgsTotCountSd": 0.08,
- "cpgsTotUsedSize": 0.08,
- "cpgsUnused": 0.08,
- "cpgsUsr": 0.08,
- "cpgsUsrUsed": 0.08,
- "cpgsVirtualSize": 0.08,
- "dataReduction": 0,
- "dedup": 0,
- "dedupSavings": 1,
- "dedupratio": 0.08,
- "failed": 2048,
- "failedPercentage": 0.00006787023211619383,
- "free": 23020544,
- "freeInitialized": 23020544,
- "freePercentage": 0.7628953441020768,
- "freeUninitialized": 0,
- "hostWrt": 1,
- "nonReducibleData": 2,
- "overAllocspace": 0.08,
- "overAvail": 0.08,
- "overFreespace": 0.08,
- "overProvisioning": 0.08,
- "overUsedspace": 0.08,
- "overVsize": 0.08,
- "privateszMetadata": 0.08,
- "privateszSnp": 0.08,
- "privateszTot": 0.08,
- "privateszTotSnp": 0.08,
- "reduceSavings": 2,
- "reducibleReduceSavings": 2,
- "reducibleReduceSavingsRatio": 0.08,
- "thinSavings": 1,
- "thinSavingsRatio": 0.08,
- "total": 30175232,
- "totalFree": 0.08,
- "totalSavings": 2,
- "totalSavingsRatio": 0.08,
- "totalUsed": 0.08,
- "unavailable": 0,
- "unavailablePercentage": 0,
- "unusable": 0.08,
- "usable": 0.08,
- "vvUnused": 0.08
}, - "systemId": "7CE751P312",
- "systemid": "7CE751P312",
- "usableCapacitySummary": {
- "allocated": {
- "cpgs": 0,
- "cpgsFree": 0,
- "cpgsPrivate": 0,
- "cpgsPrivateBase": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsPrivateSnap": {
- "reserved": 0,
- "reservedVVols": 0,
- "total": 0
}, - "cpgsShared": 0,
- "legacyVolumes": 0,
- "legacyVolumesSnap": 0,
- "legacyVolumesUser": 0,
- "system": 3782656,
- "systemAdmin": 0,
- "systemInternal": 122880,
- "systemSpare": 3659776,
- "systemSpareUnused": 3659776,
- "systemSpareUsed": 0,
- "total": 7152640,
- "unmapped": 0
}, - "allocatedPercentage": 0.23703678566580696,
- "bulkvvPrivateSnp": 0.08,
- "bulkvvsAdmin": 0.08,
- "bulkvvsCopy": 0.08,
- "bulkvvsUsr": 0.08,
- "compaction": 8384.594860579551,
- "compressSavings": 1,
- "compression": 0,
- "compressratio": 0.08,
- "cpgsAdminUnused": 0.08,
- "cpgsAdminUsed": 0.08,
- "cpgsCopy": 0.08,
- "cpgsCopyUsed": 0.08,
- "cpgsDedupttes": 0.08,
- "cpgsMetadata": 0.08,
- "cpgsSvcnt": 0.08,
- "cpgsTotCountSD": 0.08,
- "cpgsTotCountSd": 0.08,
- "cpgsTotUsedSize": 0.08,
- "cpgsUnused": 0.08,
- "cpgsUsr": 0.08,
- "cpgsUsrUsed": 0.08,
- "cpgsVirtualSize": 0.08,
- "dataReduction": 0,
- "dedup": 0,
- "dedupSavings": 1,
- "dedupratio": 0.08,
- "failed": 2048,
- "failedPercentage": 0.00006787023211619383,
- "free": 23020544,
- "freeInitialized": 23020544,
- "freePercentage": 0.7628953441020768,
- "freeUninitialized": 0,
- "hostWrt": 1,
- "nonReducibleData": 2,
- "overAllocspace": 0.08,
- "overAvail": 0.08,
- "overFreespace": 0.08,
- "overProvisioning": 0.08,
- "overUsedspace": 0.08,
- "overVsize": 0.08,
- "privateszMetadata": 0.08,
- "privateszSnp": 0.08,
- "privateszTot": 0.08,
- "privateszTotSnp": 0.08,
- "reduceSavings": 2,
- "reducibleReduceSavings": 2,
- "reducibleReduceSavingsRatio": 0.08,
- "thinSavings": 1,
- "thinSavingsRatio": 0.08,
- "total": 30175232,
- "totalFree": 0.08,
- "totalSavings": 2,
- "totalSavingsRatio": 0.08,
- "totalUsed": 0.08,
- "unavailable": 0,
- "unavailablePercentage": 0,
- "unusable": 0.08,
- "usable": 0.08,
- "vvUnused": 0.08
}, - "utilizationSummary": {
- "capacityUsageData": {
- "freeSizeMiB": 7240704,
- "usedSizeMiB": 3072
}, - "provisionedCapacity": 16384
}
}Get capacity time until full data for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
{- "customerId": null,
- "deviceType": "deviceType4",
- "requestUri": "/api/v1/storage-systems/device-type4/4UW0004226/capacity-timeuntilfull",
- "systemId": "4UW0004226",
- "timeUntilFull": 1605063600000
}Get component performance statistics details for a storage system HPE Alletra Storage MP B10000 idenfified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "cachePercentage": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "cpuPercentage": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "customerId": "string",
- "requestUri": "v1/storage-systems/device-type4/7CE751P312/component-performance-statistics"
}Get Top headroom contribution by volumes/Apps for device-type4
| systemId required | string Example: ABC239XFZ9 SystemId of the HPE Alletra Storage MP B10000 storage system |
| resourceType | string Default: "VOLUMES" Enum: "VOLUMES" "VOLUME-SET" Example: resourceType=VOLUMES Query to select resource (volumes, volume-set) for getting Headroom Contributors |
| timeIntervalMin required | integer Enum: 5 60 1440 Time interval granularity in minutes |
| range required | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 Specifies the time period for which hotspot metrics are to be calculated. Both startTime and endTime should be specified |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/{uid}",
- "type": "systems"
}
], - "averageHeadroomUtilization": {
- "system": {
- "headroom": 12.29,
- "headroomUtilised": "High"
}
}, - "customerId": "string",
- "endTime": 1669880791,
- "headroomContribution": {
- "resources": [
- {
- "resourceName": "test-volume",
- "seriesData": [
- {
- "headroom": 12.29,
- "headroomPct": 20,
- "headroomUtilized": "High",
- "timestampMs": 1669794420000
}
]
}
]
}, - "remaining": [
- {
- "headroom": 12.29,
- "headroomPct": 20,
- "headroomUtilized": "High",
- "timestampMs": 1669794420000
}
], - "requestUri": "/api/v1/storage-systems/device-type4/7CEFVC12/headroom-contribution",
- "resourceType": "string",
- "startTime": 1669794391,
- "system": [
- {
- "headroom": 12.29,
- "headroomPct": 20,
- "headroomUtilized": "High",
- "timestampMs": 1669794420000
}
], - "systemId": "7CEFVC12"
}Get the top hotspots segregated into read and write categories
| systemId required | string Example: ABC239XFZ9 SystemId of the HPE Alletra Storage MP B10000 storage system |
| timeIntervalMin required | integer Enum: 5 60 1440 Time interval granularity in minutes |
| range required | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 Specifies the time period for which hotspot metrics are to be calculated. Both startTime and endTime should be specified |
| operationType | string Enum: "READ" "WRITE" "ALL" Example: operationType=READ Indicates if hotspots metrics to be calculated for read, write or both operations. If this field is not provided, hotspots are calculated for both operations |
| resourceType | string Default: "VOLUMES" Enum: "VOLUMES" "VOLUME-SET" Example: resourceType=VOLUMES Query to select resource (volumes, volume-set) for analytics |
| metricType | string Default: "LATENCY" Value: "LATENCY" Example: metricType=LATENCY Query to select metric for which hotspot is to calculated |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/{uid}",
- "type": "systems"
}
], - "customerId": "string",
- "endTime": 1669880791,
- "hotspots": {
- "readHotspots": [
- {
- "maxValue": 7.88,
- "resourceId": "34d6c72ba337757dde27e4a31971a46f",
- "resourceName": "VV0081",
- "seriesData": [
- {
- "timestampMs": 1669794420000,
- "value": 0.47
}
]
}
], - "writeHotspots": [
- {
- "maxValue": 7.88,
- "resourceId": "34d6c72ba337757dde27e4a31971a46f",
- "resourceName": "VV0081",
- "seriesData": [
- {
- "timestampMs": 1669794420000,
- "value": 0.47
}
]
}
]
}, - "metricType": "latency",
- "requestUri": "/api/v1/storage-systems/device-type4/ABC239XFZ9/insights/hotspots",
- "resourceType": "volumes",
- "startTime": 1669794391,
- "systemId": "ABC239XFZ9"
}Get system level latency factors of system identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin required | integer Enum: 5 60 1440 Time interval granularity in minutes |
{- "customerId": "string",
- "endTime": 1669880791,
- "latencyBands": {
- "read": [
- {
- "endTime": 1669880791,
- "startTime": 1669880791,
- "topFactors": [
- "string"
]
}
], - "write": [
- {
- "endTime": 1669880791,
- "startTime": 1669880791,
- "topFactors": [
- "string"
]
}
]
}, - "requestUri": "api/v1/storage-systems/device-type4/CZ232906J9/insights/latencyfactors?timeIntervalMin=1440",
- "startTime": 1669794391,
- "systemFactorsMetrics": [
- {
- "cpuBusy": 2.47,
- "dackSsd": 2.47,
- "pdSsdAvgBusy": 2.47,
- "readCacheMiss": 2.47,
- "timestamp": 1669880791,
- "writeCacheMiss": 2.47
}
], - "systemId": "string"
}Get the top volume contributors and timeseries data for disk and cpu resource contention
| systemId required | string Example: ABC239XFZ9 SystemId of the HPE Alletra Storage MP B10000 storage system |
| timeIntervalMin required | integer Enum: 5 60 1440 Time interval granularity in minutes |
| range required | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 Specifies the time period for which hotspot metrics are to be calculated. Both startTime and endTime should be specified |
| resourceContentionType | string Enum: "DISK" "CPU" "ALL" Example: resourceContentionType=DISK Indicates if resource contention has to be calculated for disk, cpu or both resources. If this field is not provided, resource contention is calculated for both resources |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/{uid}",
- "type": "systems"
}
], - "cpuContention": {
- "resourceMetricData": [
- {
- "timestampMs": 1669794420000,
- "value": 0.47
}
], - "topContributors": [
- {
- "appsetType": "Oracle",
- "provType": "tpvv",
- "readLatency": 40.25,
- "readThroughput": 17.25,
- "totalIops": 22.36,
- "volumeName": "VV-S2444-IOPS-1.0",
- "volumeStatus": "Normal",
- "volumeUid": "bdce8ba359c68370085e66bf2615c30d",
- "volumeWWN": "60002AC000000000000000130002AE0B",
- "writeLatency": 85.25,
- "writeThroughput": 20.75
}
]
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "diskContention": {
- "resourceMetricData": [
- {
- "timestampMs": 1669794420000,
- "value": 0.47
}
], - "topContributors": [
- {
- "appsetType": "Oracle",
- "provType": "tpvv",
- "readLatency": 40.25,
- "readThroughput": 17.25,
- "totalIops": 22.36,
- "volumeName": "VV-S2444-IOPS-1.0",
- "volumeStatus": "Normal",
- "volumeUid": "bdce8ba359c68370085e66bf2615c30d",
- "volumeWWN": "60002AC000000000000000130002AE0B",
- "writeLatency": 85.25,
- "writeThroughput": 20.75
}
]
}, - "endTime": 1669880791,
- "iomRecommended": true,
- "requestUri": "/api/v1/storage-systems/device-type4/ABC239XFZ9/insights/resource-contention",
- "startTime": 1669794391,
- "systemId": "ABC239XFZ9"
}Get licenses of the storage system identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/recommendations",
- "type": "recommendations"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/supportsettings",
- "type": "support-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/telemetry",
- "type": "telemetry"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/capacity-summary",
- "type": "system capacity"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/network-settings",
- "type": "network-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/component-summary",
- "type": "component-summary"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/certificates",
- "type": "certificates"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/mail-settings",
- "type": "mail-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/network-services",
- "type": "network-services"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "string",
- "customerId": "string",
- "diskCount": "2",
- "features": {
- "property1": [
- {
- "data": "102400",
- "expiration": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "id": 260,
- "name": "string",
- "sizeOrCount": "2"
}
], - "property2": [
- {
- "data": "102400",
- "expiration": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "id": 260,
- "name": "string",
- "sizeOrCount": "2"
}
]
}, - "issueDate": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "requestUri": "/v1/storage-systems/device-type4/7CE751P312/licenses",
- "resourceUri": "string",
- "type": "string",
- "version": 1
}Get performance trend data for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "endTime": 1625642714,
- "historyData": {
- "iopsMetricsData": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "ioszMetricsDataKbs": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "latencyMetricsDataMs": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "qlenMetricsData": {
- "items": [
- {
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}, - "throughputMetricsDataKbps": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}
}, - "requestUri": "/api/v1/storage-systems/device-type4/SGH014XGSP/performance-history",
- "startTime": 1625556314
}Get performance statistics for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "customerId": "string",
- "iops": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "latency": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "requestUri": "/api/v1/storage-systems/device-type4/SGH014XGSP/performance-statistics",
- "resourceUri": "/api/v1/storage-systems/device-type4/SGH014XGSP/performance-statistics",
- "throughput": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}List all insights.
| filter | string GET /api/v1/insights?filter=type eq 'TIME_UNTIL_FULL' GET /api/v1/insights?filter=score lt 3 GET /api/v1/insights?filter=value gt 60 GET /api/v1/insights?filter=date eq '2024-05-12' |
{- "members": [
- {
- "category": "CAPACITY",
- "cause": "string",
- "createTime": 0,
- "date": "2019-08-24",
- "details": {
- "additionalDetails": "string",
- "endTime": 0,
- "startTime": 0
}, - "id": "string",
- "insightDetailsUri": "string",
- "insightUri": "string",
- "lastUpdatedTime": 0,
- "remediation": "string",
- "resourceDetails": {
- "resourceType": "string",
- "resourceUid": "string",
- "resourceUri": "string"
}, - "score": 0,
- "severity": "CRITICAL",
- "state": "string",
- "subType": "string",
- "symptom": "string",
- "systemDetails": {
- "systemId": "string",
- "systemUri": "string",
- "type": "string"
}, - "systemId": "string",
- "tenantId": "string",
- "title": "string",
- "type": "TIME_UNTIL_FULL",
- "value": 0
}
], - "requestUri": "/api/v1/storage-systems/device-type4/systemInsights/insights"
}provisioning recommendations
| hostGroupId | string or null host group id |
| productFamily | string or null Storage device type |
| sizeMib required | integer volume size requirement |
{- "hostGroupId": "a7c4e6593f51d0b98f0e40d7e6df04fd",
- "productFamily": "string",
- "sizeMib": 16384
}{- "items": [
- {
- "capacityInfo": {
- "capacitySummary": {
- "free": 0,
- "total": 0
}
}, - "id": "RTYTY123",
- "mgmtIp": "1.2.3.4",
- "name": "system_Name",
- "productFamily": "deviceType1",
- "state": "NORMAL",
- "systemWWN": "2FF70002AC018D94"
}
], - "requestUri": "/api/v1/storage-systems/recommendations",
- "total": 1
}{- "items": [
- {
- "description": "HPE deviceType1 Storage",
- "deviceType": "deviceType1"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/storage-types",
- "total": 0
}Get details of HPE Alletra Storage MP B10000 Switch ports
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter switch resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort switch resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "device": "node1",
- "devicePort": "2:2",
- "displayname": "Switch sw1 port 14",
- "domain": "switch",
- "enclosure": "cage1",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "ipAddress": "16.1.9.2",
- "macAddress": "90:20:c2:c2:35:00",
- "portDescription": "eth14",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switch-port/8621946048c1cb24bdfc57e9b3b460ac",
- "sfp": {
- "cableLength": "2.00",
- "cableTechnology": "active",
- "connector": "QSFP28_AOC",
- "connectorStatus": "supported",
- "formFactor": "",
- "longXcvrDesc": "100G QSFP28 2m AOC",
- "maxSpeed": 100000,
- "propPartNumber": "5400-3937",
- "propProductNumber": "JL856A",
- "propSerialNumber": "CN26L1319D",
- "vendorName": "FINISAR CORP",
- "vendorOui": "00-90-65",
- "vendorPartNumber": "FCBN425QE2C02-PR",
- "vendorRevision": "A0",
- "vendorSerialNumber": "CN26L13023"
}, - "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "switchName": "sw1",
- "switchPortId": 1,
- "switchUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switch-port",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Switches
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter switch resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort switch resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "activeIPAddress": "16.1.9.251",
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "dhcpServers": [
- {
- "status": "operational",
- "vrfName": "inband"
}
], - "displayname": "Switch sw2",
- "domain": "switch",
- "fanState": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "fwVersion": "GL.10.11.0001",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "macAddress": "90:20:c2:c2:35:00",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "mode": "online",
- "name": "sw1",
- "primaryPath": "Active",
- "ps1State": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "ps2State": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/8621946048c1cb24bdfc57e9b3b460ac",
- "secondaryPath": "Inactive",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "switchId": 1,
- "systemId": "7CE751P312",
- "temperatureDetail": "online",
- "temperatureState": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "type": "string",
- "vlans": [
- {
- "operationalState": "ok",
- "vlanId": 1,
- "vlanName": "DEFAULT_VLAN_1"
}
]
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Switch identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the switch |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "activeIPAddress": "16.1.9.251",
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/switches/9c3c4f29a82fd8d632ff379116fa0b8f",
- "customerId": "string",
- "dhcpServers": [
- {
- "status": "operational",
- "vrfName": "inband"
}
], - "displayname": "Switch sw2",
- "domain": "switch",
- "fanState": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "fwVersion": "GL.10.11.0001",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "locateEnabled": false,
- "macAddress": "90:20:c2:c2:35:00",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "mode": "online",
- "name": "sw1",
- "primaryPath": "Active",
- "ps1State": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "ps2State": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/9c3c4f29a82fd8d632ff379116fa0b8f",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/enclosures/9c3c4f29a82fd8d632ff379116fa0b8f/enclosure-cards/8621946048c1cb24bdfc57e9b3b460ac",
- "secondaryPath": "Inactive",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "switchFans": {
- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/switches/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "switches"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-fans/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "displayname": "Fan 5",
- "domain": "switch",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "localizedSpeedA": {
- "default": "Normal",
- "key": "SWITCH_FAN_SPEED_NORMAL"
}, - "localizedSpeedB": {
- "default": "Normal",
- "key": "SWITCH_FAN_SPEED_NORMAL"
}, - "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "Tray-1/5/1",
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-fans/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-fans/8621946048c1cb24bdfc57e9b3b460ac",
- "speedA": "normal",
- "speedB": "normal",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateA": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateB": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "switchFanId": 1,
- "switchName": "sw1",
- "switchUid": "2bc9220b01fae89ef88f10994394b180",
- "systemId": "7CE751P312",
- "type": "string"
}
]
}, - "switchId": 1,
- "switchPort": {
- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-port/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "device": "node1",
- "devicePort": "2:2",
- "displayname": "Switch sw1 port 14",
- "domain": "switch",
- "enclosure": "cage1",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "ipAddress": "16.1.9.2",
- "macAddress": "90:20:c2:c2:35:00",
- "portDescription": "eth14",
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-port/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-port/8621946048c1cb24bdfc57e9b3b460ac",
- "sfp": {
- "cableLength": "2.00",
- "cableTechnology": "active",
- "connector": "QSFP28_AOC",
- "connectorStatus": "supported",
- "formFactor": "",
- "longXcvrDesc": "100G QSFP28 2m AOC",
- "maxSpeed": 100000,
- "propPartNumber": "5400-3937",
- "propProductNumber": "JL856A",
- "propSerialNumber": "CN26L1319D",
- "vendorName": "FINISAR CORP",
- "vendorOui": "00-90-65",
- "vendorPartNumber": "FCBN425QE2C02-PR",
- "vendorRevision": "A0",
- "vendorSerialNumber": "CN26L13023"
}, - "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "switchName": "sw1",
- "switchPortId": 1,
- "switchUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "systemId": "7CE751P312",
- "type": "string"
}
]
}, - "switchPowerSupplies": {
- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/switches/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "switches"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-ps/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "displayname": "Fan 5",
- "domain": "switch",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "Tray-1/5/1",
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-ps/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-ps/8621946048c1cb24bdfc57e9b3b460ac",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "switchName": "sw1",
- "switchPSId": 1,
- "switchUid": "2bc9220b01fae89ef88f10994394b180",
- "systemId": "7CE751P312",
- "type": "string"
}
]
}, - "systemId": "7CE751P312",
- "temperatureDetail": "online",
- "temperatureState": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "type": "string",
- "vlans": [
- {
- "operationalState": "ok",
- "vlanId": 1,
- "vlanName": "DEFAULT_VLAN_1"
}
]
}Locate switch of HPE Alletra Storage MP B10000 identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the switch |
| locate | boolean Indicates if the locate beacon should be enabled or not |
{- "locate": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of HPE Alletra Storage MP B10000 Switch Fans identified by switch id
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| switchId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the switch |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter switch resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort switch resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/switches/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "switches"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "Fan 5",
- "domain": "switch",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "localizedSpeedA": {
- "default": "Normal",
- "key": "SWITCH_FAN_SPEED_NORMAL"
}, - "localizedSpeedB": {
- "default": "Normal",
- "key": "SWITCH_FAN_SPEED_NORMAL"
}, - "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "Tray-1/5/1",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/8621946048c1cb24bdfc57e9b3b460ac/switch-fans",
- "speedA": "normal",
- "speedB": "normal",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateA": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateB": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "switchFanId": 1,
- "switchName": "sw1",
- "switchUid": "2bc9220b01fae89ef88f10994394b180",
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/8621946048c1cb24bdfc57e9b3b460ac/switch-fans",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Switch Fan identified by switchId and Fan id
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| switchId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the switch |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the switch fan |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/switches/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "switches"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-fans/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "displayname": "Fan 5",
- "domain": "switch",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "localizedSpeedA": {
- "default": "Normal",
- "key": "SWITCH_FAN_SPEED_NORMAL"
}, - "localizedSpeedB": {
- "default": "Normal",
- "key": "SWITCH_FAN_SPEED_NORMAL"
}, - "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "Tray-1/5/1",
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-fans/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-fans/8621946048c1cb24bdfc57e9b3b460ac",
- "speedA": "normal",
- "speedB": "normal",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateA": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "stateB": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "switchFanId": 1,
- "switchName": "sw1",
- "switchUid": "2bc9220b01fae89ef88f10994394b180",
- "systemId": "7CE751P312",
- "type": "string"
}Get details of HPE Alletra Storage MP B10000 Switch ports identified by {switchId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| switchId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the switch |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter switch resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort switch resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "device": "node1",
- "devicePort": "2:2",
- "displayname": "Switch sw1 port 14",
- "domain": "switch",
- "enclosure": "cage1",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "ipAddress": "16.1.9.2",
- "macAddress": "90:20:c2:c2:35:00",
- "portDescription": "eth14",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switch-port/8621946048c1cb24bdfc57e9b3b460ac",
- "sfp": {
- "cableLength": "2.00",
- "cableTechnology": "active",
- "connector": "QSFP28_AOC",
- "connectorStatus": "supported",
- "formFactor": "",
- "longXcvrDesc": "100G QSFP28 2m AOC",
- "maxSpeed": 100000,
- "propPartNumber": "5400-3937",
- "propProductNumber": "JL856A",
- "propSerialNumber": "CN26L1319D",
- "vendorName": "FINISAR CORP",
- "vendorOui": "00-90-65",
- "vendorPartNumber": "FCBN425QE2C02-PR",
- "vendorRevision": "A0",
- "vendorSerialNumber": "CN26L13023"
}, - "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "switchName": "sw1",
- "switchPortId": 1,
- "switchUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switch-port",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Switch identified by {switchId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| switchId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the switch |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the switch fan |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-port/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "device": "node1",
- "devicePort": "2:2",
- "displayname": "Switch sw1 port 14",
- "domain": "switch",
- "enclosure": "cage1",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "ipAddress": "16.1.9.2",
- "macAddress": "90:20:c2:c2:35:00",
- "portDescription": "eth14",
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-port/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-port/8621946048c1cb24bdfc57e9b3b460ac",
- "sfp": {
- "cableLength": "2.00",
- "cableTechnology": "active",
- "connector": "QSFP28_AOC",
- "connectorStatus": "supported",
- "formFactor": "",
- "longXcvrDesc": "100G QSFP28 2m AOC",
- "maxSpeed": 100000,
- "propPartNumber": "5400-3937",
- "propProductNumber": "JL856A",
- "propSerialNumber": "CN26L1319D",
- "vendorName": "FINISAR CORP",
- "vendorOui": "00-90-65",
- "vendorPartNumber": "FCBN425QE2C02-PR",
- "vendorRevision": "A0",
- "vendorSerialNumber": "CN26L13023"
}, - "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "switchName": "sw1",
- "switchPortId": 1,
- "switchUid": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "systemId": "7CE751P312",
- "type": "string"
}Get details of HPE Alletra Storage MP B10000 Switch power supplies identified by {switchId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| switchId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the switch |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter switch resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort switch resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/switches/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "switches"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayname": "Fan 5",
- "domain": "switch",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "Tray-1/5/1",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/8621946048c1cb24bdfc57e9b3b460ac/switch-ps",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "switchName": "sw1",
- "switchPSId": 1,
- "switchUid": "2bc9220b01fae89ef88f10994394b180",
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/8621946048c1cb24bdfc57e9b3b460ac/switch-ps",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 Switch Power Supplies identified by {switchId} and {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| switchId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the switch |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the switch fan |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/switches/9c3c4f29a82fd8d632ff379116fa0b8f",
- "type": "switches"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-ps/8621946048c1cb24bdfc57e9b3b460ac",
- "customerId": "string",
- "displayname": "Fan 5",
- "domain": "switch",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}, - "name": "Tray-1/5/1",
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-ps/8621946048c1cb24bdfc57e9b3b460ac",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/switches/9c3c4f29a82fd8d632ff379116fa0b8f/switch-ps/8621946048c1cb24bdfc57e9b3b460ac",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "switchName": "sw1",
- "switchPSId": 1,
- "switchUid": "2bc9220b01fae89ef88f10994394b180",
- "systemId": "7CE751P312",
- "type": "string"
}Get alert-contact details for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| sort | string Example: sort=firstName desc oData query to sort contacts by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/{id}",
- "type": "systems"
}
], - "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "company": "HPE",
- "companyCode": "HPE",
- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/settings/system-settings",
- "country": "US",
- "customerId": "fc5f41652a53497e88cdcebc715cc1sd",
- "fax": "+1 323 555 1234",
- "firstName": "john",
- "generation": 1627540907421,
- "id": "67d09515-8526-9b02-c0c4-c1f443a39402",
- "includeSvcAlerts": false,
- "lastName": "kevin",
- "notificationSeverities": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
], - "preferredLanguage": "en",
- "primaryEmail": "kevin.john@hpe.com",
- "primaryPhone": "98783456",
- "receiveEmail": true,
- "receiveGrouped": true,
- "secondaryEmail": "winny.pooh@hpe.com",
- "secondaryPhone": "23456789",
- "systemId": "7CE751P312",
- "systemSupportContact": false,
- "type": "alert-contacts"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE809P009/alert-contacts",
- "systemId": "4UW0001540",
- "total": 1
}Add Alert/Mail contact details
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| company | string or null Company |
| companyCode | string or null Company code |
| country | string or null Country |
| fax | string or null Fax number |
| firstName | string or null First name |
| includeSvcAlerts | boolean or null Email sent to contact shall include service alert |
| lastName | string or null Last name |
| notificationSeverities | Array of integers or null Severities of notifications the contact will be notificated. An array of number: 0 - Fatal, 1 - Critical, 2 - Major, 3 - Minor, 4 - Degraded, 5 - Info, 6 - Debug |
| preferredLanguage | string or null Preferred language when being contacted or emailed |
| primaryEmail | string or null Primary email address |
| primaryPhone | string or null Primary phone |
| receiveEmail | boolean or null Contact will receive email notifications. This is a deprecated field and will always pass true to be inline with UI. |
| receiveGrouped | boolean or null Contact will receive grouped low urgency email notifications |
| secondaryEmail | string or null Secondary email address |
| secondaryPhone | string or null Secondary phone |
{- "company": "HPE",
- "companyCode": "HPE",
- "country": "US",
- "fax": "fax_id",
- "firstName": "john",
- "includeSvcAlerts": false,
- "lastName": "kevin",
- "notificationSeverities": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
], - "preferredLanguage": "en",
- "primaryEmail": "kevin.john@hpe.com",
- "primaryPhone": "98783456",
- "receiveEmail": true,
- "receiveGrouped": true,
- "secondaryEmail": "winny.pooh@hpe.com",
- "secondaryPhone": "23456789"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete Alert/Email contact of storage system Primera / Alletra 9K identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a4c78226-69cd-b9e7-af3e-445ca8f8a655 Unique Identifier of the alert contact |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get alert-contact details for a storage system Primera / Alletra 9K identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a4c78226-69cd-b9e7-af3e-445ca8f8a655 Unique Identifier of the alert contact |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "company": "HPE",
- "companyCode": "HPE",
- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/settings/system-settings",
- "country": "US",
- "customerId": "fc5f41652a53497e88cdcebc715cc1sd",
- "fax": "+1 323 555 1234",
- "firstName": "john",
- "generation": 1627540907421,
- "id": "67d09515-8526-9b02-c0c4-c1f443a39402",
- "includeSvcAlerts": false,
- "lastName": "kevin",
- "notificationSeverities": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
], - "preferredLanguage": "en",
- "primaryEmail": "kevin.john@hpe.com",
- "primaryPhone": "98783456",
- "receiveEmail": true,
- "receiveGrouped": true,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE809P009/alert-contacts",
- "secondaryEmail": "winny.pooh@hpe.com",
- "secondaryPhone": "23456789",
- "systemId": "7CE751P312",
- "systemSupportContact": false,
- "type": "alert-contacts"
}Edit Alert/Email contact details of storage system Primera / Alletra 9K identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a4c78226-69cd-b9e7-af3e-445ca8f8a655 Unique Identifier of the alert contact |
| company | string or null Company |
| companyCode | string or null Company code |
| country | string or null Country |
| fax | string or null Fax number |
| firstName | string or null First name |
| includeSvcAlerts | boolean or null Email sent to contact shall include service alert |
| lastName | string or null Last name |
| notificationSeverities | Array of integers or null Severities of notifications the contact will be notificated. An array of number: 0 - Fatal, 1 - Critical, 2 - Major, 3 - Minor, 4 - Degraded, 5 - Info, 6 - Debug |
| preferredLanguage | string or null Preferred language when being contacted or emailed |
| primaryEmail | string or null Primary email address |
| primaryPhone | string or null Primary phone |
| receiveEmail | boolean or null Contact will receive email notifications. This is a deprecated field and will always pass true to be inline with UI. |
| receiveGrouped | boolean or null Contact will receive grouped low urgency email notifications |
| secondaryEmail | string or null Secondary email address |
| secondaryPhone | string or null Secondary phone |
{- "company": "HPE",
- "companyCode": "HPE",
- "country": "US",
- "fax": "fax_id",
- "firstName": "john",
- "includeSvcAlerts": false,
- "lastName": "kevin",
- "notificationSeverities": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
], - "preferredLanguage": "en",
- "primaryEmail": "kevin.john@hpe.com",
- "primaryPhone": "98783456",
- "receiveEmail": true,
- "receiveGrouped": true,
- "secondaryEmail": "winny.pooh@hpe.com",
- "secondaryPhone": "23456789"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get array certificates by Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=service eq qw-client Lucene query to filter Certificates by Key. |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE809P009",
- "type": "systems"
}
], - "certType": "cert",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "commonname": "HPE_3PAR C630-4UW0002940",
- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "displayname": "Certificate HPE_3PAR C630-4UW0002940",
- "domain": "hpe.com",
- "enddate": {
- "ms": 1611599192000,
- "tz": "Local"
}, - "fingerprint": "string",
- "generation": 1627533096726,
- "id": "99691e493067b2b2acf1774fc0ccc011",
- "issuer": "CN=HPE_3PAR C630-4UW0002940",
- "pem": "string",
- "serial": "1",
- "service": "unified-server",
- "signaturetype": "self-signed",
- "startdate": {
- "ms": 1591789652000,
- "tz": "Local"
}, - "subject": "CN=HPE_3PAR C630-4UW0002940",
- "subjectaltname": "DNS:HPE_3PAR C630-4UW0002940",
- "systemId": "7CE809P009",
- "text": "string",
- "type": "certificates",
- "uri": "/api/v3/certificates/99691e493067b2b2acf1774fc0ccc011"
}
], - "pageLimit": 1,
- "pageOffset": 0,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE809P009/certificates",
- "total": 1
}Create certificate on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| authorityChain | string The authority chain for Quorum Witness server certificate. |
| commonName | string CommonName for the certificate. |
| country | string Two-letter code for the country where organization is located. |
| days | integer <int64> Number of days valid for the certificate. |
| keyLength | integer <int64> Key length for the certificate. |
| locality | string Locality where organization is located. |
| organization | string Organization for the certificate |
| organizationUnit | string Division of organization handling the certificate. |
| province | string Province where organization is located. |
| service required | string Enum: "QW_CLIENT" "QW_SERVER" "WSAPI" "CLI" "CIM" "VASA" "EKM_CLIENT" "SYSLOG_GEN_CLIENT" "SYSLOG_SEC_CLIENT" "UNIFIED_SERVER" Name of service the certificate is for. |
object (certSubjectAltName) Subject Alternative Name for the certificate. | |
| type required | string Type of certificate to create. |
{- "authorityChain": "-----BEGIN CERTIFICATE REQUEST-----abc----END CERTIFICATE REQUEST-----",
- "commonName": "hpe.com CA - Intermediate",
- "country": "IN",
- "days": 365,
- "keyLength": 2048,
- "locality": "BLR",
- "organization": "HPE",
- "organizationUnit": "HPE Primera",
- "province": "Karnataka",
- "service": "QW_CLIENT",
- "subjectAltName": {
- "DNS": "7CE815P2BH",
- "IP": "15.213.65.129",
- "email": "abc@hpe.com"
}, - "type": "csr"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get array certificates by Primera / Alletra 9K identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: 99691e493067b2b2acf1774fc0ccc011 ID of the certificate |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE809P009",
- "type": "systems"
}
], - "certType": "cert",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "commonname": "HPE_3PAR C630-4UW0002940\"",
- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "displayname": "Certificate HPE_3PAR C630-4UW0002940",
- "domain": "hpe.com",
- "enddate": {
- "ms": 1611599192000,
- "tz": "Local"
}, - "fingerprint": "string",
- "generation": 1627533096726,
- "id": "99691e493067b2b2acf1774fc0ccc011",
- "issuer": "CN=HPE_3PAR C630-4UW0002940",
- "pem": "string",
- "requestUri": "/api/v1/storage-systems/device-type1/7CE809P009/certificates/99691e493067b2b2acf1774fc0ccc011",
- "serial": "1",
- "service": "unified-server",
- "signaturetype": "self-signed",
- "startdate": {
- "ms": 1591789652000,
- "tz": "Local"
}, - "subject": "CN=HPE_3PAR C630-4UW0002940",
- "subjectaltname": "DNS:HPE_3PAR C630-4UW0002940",
- "systemId": "7CE809P009",
- "text": "string",
- "type": "certificates",
- "uri": "/api/v3/certificates/99691e493067b2b2acf1774fc0ccc011"
}Import certificate identified by {id} on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: 99691e493067b2b2acf1774fc0ccc011 ID of the certificate |
| authorityChain required | string The authority chain for the new certificate. |
| certificate required | string The certificate that results from the Certificate Signing Request (CSR). |
{- "authorityChain": "-----BEGIN CERTIFICATE REQUEST-----abc----END CERTIFICATE REQUEST----- \\n-----BEGIN CERTIFICATE REQUEST-----pqr----END CERTIFICATE REQUEST-----",
- "certificate": "-----BEGIN CERTIFICATE REQUEST-----abc----END CERTIFICATE REQUEST-----"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete certificates from storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
required | Array of objects (RemoveCertificateInput) List of certificate IDs to be deleted |
{- "certificates": [
- {
- "certificate": "99691e493067b2b2acf1774fc0ccc011"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Trigger a collection on the storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| action | string or null Enum: "PERFCOLLECTION" "INSPLORECOLLECTION" "APPDUMPCOLLECTION" "CRASHDUMPCOLLECTION" "SPLORCOLLECTION" "WEEKLYCOLLECTION" Type of a collection. |
| options | Array of strings or null Options needed for the collection. If options are not specified, default values will be used. INSPLORECOLLECTION can have any or all of "clidata", "nodedata" and "tocdata" Default options - ["clidata","nodedata","tocdata"] PERFCOLLECTION should have 3 options,
Default options - ["60","10","-default"] Other collection types won't require any options, if provided will be ignored. |
[- {
- "action": "PERFCOLLECTION",
- "options": [
- "string"
]
}
]{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete SMTP/mail server settings
| systemId required | string Example: 7CE751P312 systemId of the storage system |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get the system's SMTP/Mail server settigs
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE751P312",
- "type": "systems"
}
], - "authenticationRequired": "enabled",
- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cq",
- "friendlyCert": {
- "ValidFrom": {
- "ms": 1552301131000,
- "tz": "UTC"
}, - "ValidUntil": {
- "ms": 1615416331000,
- "tz": "UTC"
}, - "issuedTo": "example.hpe.com",
- "issuer": "CA"
}, - "generation": 1627540911681,
- "mailHostDomain": "hpe.com",
- "mailHostServer": "example.hpe.com",
- "port": 25,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/mailsettings",
- "senderEmailId": "someone@maildomain.com",
- "type": "mail-settings",
- "username": "username"
}Add SMTP/Mail server settigs
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| authenticationRequired | string or null Enum: "enabled" "disabled" Authentication needed for SMTP settings. Allowed values are: enabled or disabled. If this parameter is omitted, or explicitly set to disabled, authentication will be disabled. By default, it is disabled. |
| mailHostDomain | string or null SMTP server's Host Domain |
| mailHostServer | string or null SMTP server address/IP |
| password | string or null Encrypted base64 SMTP server's password for authentication. (Required only if Authentication required is enabled) |
| port | integer or null <int64> Enum: 25 465 587 2525 SMTP server's port number |
| senderEmailId | string or null Sender email address |
| username | string or null SMTP server's username authentication. (Required only if Authentication required is enabled) |
{- "authenticationRequired": "enabled",
- "mailHostDomain": "hpe.com",
- "mailHostServer": "example.hpe.com",
- "password": "cGFzc3dvcmQ=",
- "port": 25,
- "senderEmailId": "string",
- "username": "username"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit SMTP/Mail server settigs
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| authenticationRequired | string or null Enum: "enabled" "disabled" Authentication needed for SMTP settings. Allowed values are: enabled or disabled. If this parameter is omitted, or explicitly set to disabled, authentication will be disabled. By default, it is disabled. |
| mailHostDomain | string or null SMTP server's Host Domain |
| mailHostServer | string or null SMTP server address/IP |
| password | string or null Encrypted base64 SMTP server's password for authentication. (Required only if Authentication required is enabled) |
| port | integer or null <int64> Enum: 25 465 587 2525 SMTP server's port number |
| senderEmailId | string or null Sender email address |
| username | string or null SMTP server's username authentication. (Required only if Authentication required is enabled) |
{- "authenticationRequired": "enabled",
- "mailHostDomain": "hpe.com",
- "mailHostServer": "example.hpe.com",
- "password": "cGFzc3dvcmQ=",
- "port": 25,
- "senderEmailId": "string",
- "username": "username"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get CIM Network-Service details for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/{uid}",
- "type": "systems"
}
], - "cim": {
- "cimPolicy": "replica_entity,one_hwid_per_view,use_pegasus_interop_namespace,no_tls_strict",
- "cimState": "Active",
- "cimVersion": "V1",
- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1qw",
- "generation": 1627533171477,
- "httpPort": 5988,
- "httpState": false,
- "httpsPort": 5989,
- "httpsState": true,
- "id": "012e5dce5c029c4c56bdda9b3e1eaaad",
- "pgVersion": "2.14.1",
- "serviceState": true,
- "slpPort": 427,
- "slpState": true,
- "systemId": "4UW0001540",
- "systemWWN": "2FF70002AC018D94",
- "type": "cim-settings"
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "systemId": "4UW0001540"
}, - "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/network-services/cim"
}Edit CIM network service configuration
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object or null |
{- "cim": {
- "cimPolicy": true,
- "enableCimService": true,
- "httpState": true,
- "httpsState": true,
- "id": "string",
- "slpState": true
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get SNMP-Manager Network-Service details for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/{uid}",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "snmp": {
- "items": [
- {
- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1fg",
- "generation": 1627533045690,
- "id": "8be9321600cbf18e9c8c96bb3217f610",
- "managerIP": "15.218.169.163",
- "notify": "STANDARD",
- "port": 162,
- "systemId": "4UW0001540",
- "systemWWN": "2FF70002AC018D94",
- "type": "snmp-manager-settings",
- "user": "user1",
- "version": 2
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "systemId": "4UW0001540"
}, - "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/network-services/snmp-mgr"
}Add SNMP Manager settings
| systemId required | string Example: 7CE751P312 systemId of the storage system |
Array of objects or null (SnmpConfigParams) Specify the SNMP params |
{- "snmpConfig": [
- {
- "managerIP": "15.218.169.163",
- "notify": "STANDARD",
- "port": 162,
- "retry": 2,
- "timeoutSecs": 162,
- "user": "user1",
- "version": 2
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete SNMP manager settings identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the SNMP manager |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get a specific SNMP-Manager Network-Service details for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the SNMP manager |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/{uid}",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "snmp": {
- "items": [
- {
- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1fg",
- "generation": 1627533045690,
- "id": "8be9321600cbf18e9c8c96bb3217f610",
- "managerIP": "15.218.169.163",
- "notify": "STANDARD",
- "port": 162,
- "systemId": "4UW0001540",
- "systemWWN": "2FF70002AC018D94",
- "type": "snmp-manager-settings",
- "user": "user1",
- "version": 2
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "systemId": "4UW0001540"
}, - "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/network-services/snmp-mgr"
}Edit SNMP Manager settings for the specified Id
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the SNMP manager |
| managerIP | string Specify the IP address of the host from which the manager runs |
| notify | string or null Enum: "ALL" "NODUP" "STANDARD" Indicates the trap notification types defined by the HPE deviceType1 MIB |
| port | integer or null <int64> Specify the port number where the SNMP manager receives traps |
| retry | integer or null <int64> Specify the number of times to send a trap (retry) if the SNMP manager is not available. |
| timeoutSecs | integer or null <int64> Specify the number of seconds to wait before sending a trap (timeout). |
| user | string or null Specify the SNMPv3 user name |
| version | integer or null Specify the SNMP version supported |
{- "managerIP": "15.218.169.163",
- "notify": "STANDARD",
- "port": 162,
- "retry": 2,
- "timeoutSecs": 162,
- "user": "user1",
- "version": 2
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get VASA Network-Service details for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/{uid}",
- "type": "systems"
}
], - "systemId": "4UW0001540",
- "vasa": {
- "certMgmt": {
- "default": "server",
- "key": "VASA_CERTMGMT_MODE-1"
}, - "certSubject": "Unknown",
- "certThumbprint": "Unknown",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1xz",
- "enabled": false,
- "generation": 1627538867363,
- "httpsEnabled": true,
- "httpsPort": 9997,
- "id": "8be9321600cbf18e9c8c96bb3217f610",
- "memUsageMiB": 134,
- "serverName": "xppa6614.in.rdlabs.hpecorp.net",
- "systemId": "4UW0001540",
- "systemWWN": "2FF70002AC018D94",
- "type": "vasa-settings",
- "version": "4.0.9.1"
}
}, - "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/network-services/vasa"
}Enables, disable or reset vasa service on a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vasaId required | string Example: a9c455bf98fc1a6bdb90b824e3ac20b8 ID of the VASA service |
| action | string Specify the action on vasa service. Either START, STOP or RESET |
{- "action": "START"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Enables, disable and updates the cert management mode for vasa services on a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vasaId required | string Example: a9c455bf98fc1a6bdb90b824e3ac20b8 ID of the VASA service |
| certMgmt | string or null Specify the cert mode for vasa provider, supports values either server or locked_client |
| vasaStateEnabled | boolean or null Specify the status of vasa service. |
{- "certMgmt": "server",
- "vasaStateEnabled": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get Network-Settings details for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "portManagement": {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/{uid}",
- "type": "systems"
}
], - "authenticationRequired": "enabled",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cv",
- "defaultRouteIPv4": "15.212.12.30",
- "defaultRouteIPv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "displayname": "Management Port",
- "dnsServer": "10.112.132.43",
- "domain": "sample.com",
- "generation": 1627533960634,
- "id": "eb5149ef0d3bc95f2a7e24c4b29edc92",
- "ipV4Data": {
- "activeNode": 1,
- "autoSense": true,
- "fullDuplex": true,
- "ipAddress": "15.12.123.234",
- "netMask": "255.255.255.0",
- "speed": 1000,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "Active"
}, - "ipV6Data": {
- "activeNode": 1,
- "autoSense": true,
- "fullDuplex": true,
- "ipAddress": "15.12.123.234",
- "netMask": "255.255.255.0",
- "speed": 1000,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "Active"
}, - "newDefaultRouteIPv4": "15.212.12.30",
- "newDefaultRouteIPv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "newIpV4Data": {
- "activeNode": 1,
- "autoSense": true,
- "fullDuplex": true,
- "ipAddress": "15.12.123.234",
- "netMask": "255.255.255.0",
- "speed": 1000,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "Active"
}, - "newIpv6Data": {
- "activeNode": 1,
- "autoSense": true,
- "fullDuplex": true,
- "ipAddress": "15.12.123.234",
- "netMask": "255.255.255.0",
- "speed": 1000,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "Active"
}, - "ntpServer": "16.110.23.123 16.110.23.124",
- "proxyPort": 45,
- "proxyProtocol": "HTTP",
- "proxyServer": "proxy.company.net",
- "proxyUser": "proxySampleUser",
- "systemId": "7CEFVC12",
- "type": "network-settings"
}, - "requestUri": "/api/v1/storage-systems/device-type1/7CE809P009/network-settings"
}Post Network-Settings details for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| dnsAddresses | Array of strings or null Dns address of the system |
| ipv4Address | string or null ipv4 address of the system |
| ipv4Gateway | string or null ipv4 gateway of the system |
| ipv4SubnetMask | string or null NetMask for IPV4 address |
| ipv6Address | string or null IPV6 address of the system |
| ipv6Gateway | string or null IPV6 address of the system |
| ipv6PrefixLen | string or null IPV6 Prefix length |
object or null Proxy Setting details for a device |
{- "dnsAddresses": [
- "string"
], - "ipv4Address": "string",
- "ipv4Gateway": "string",
- "ipv4SubnetMask": "string",
- "ipv6Address": "string",
- "ipv6Gateway": "string",
- "ipv6PrefixLen": "string",
- "proxyParams": {
- "authenticationRequired": "enabled",
- "proxyPassword": "string",
- "proxyPort": 0,
- "proxyProtocol": "string",
- "proxyServer": "string",
- "proxyUser": "string"
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get service ports for nodes of all storage systems of Primera / Alletra 9K identified by {systemId} and {nodeId }
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 Primary ID of the node |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=ipv4address eq "169.254.77.160" oData query to filter systems by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "nodes"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "domain": "domain_name",
- "generation": 0,
- "id": "f5306b97759d80aab4bb5dcdf28dfff3",
- "ipv4address": "169.254.77.160",
- "ipv4netmask": "255.255.0.0",
- "ipv6address": "fe80::cbf3:360d:9ad:996a",
- "ipv6vnetmask": "64",
- "mode": "Service",
- "name": "Name_1",
- "node": "0",
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/nodes/0/serviceports",
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/{systemUid}/nodes/serviceports",
- "total": 2
}Get service ports for nodes of all storage systems of Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=ipv4address eq "169.254.77.160" oData query to filter systems by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "nodes"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "domain": "domain_name",
- "generation": 0,
- "id": "f5306b97759d80aab4bb5dcdf28dfff3",
- "ipv4address": "169.254.77.160",
- "ipv4netmask": "255.255.0.0",
- "ipv6address": "fe80::cbf3:360d:9ad:996a",
- "ipv6vnetmask": "64",
- "mode": "Service",
- "name": "Name_1",
- "node": "0",
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/nodes/0/serviceports",
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/{systemUid}/nodes/serviceports",
- "total": 2
}Get details of performance metrics of Primera/ Alletra 9K remote copy links on storage system identified by {systemid}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| reportType | string Example: reportType=Canned,Custom,Def,ApiUser parameter will be set to report type requested. For api users, set parameter as ApiUser |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
| compareBy | string Example: compareBy=top eq 5 and metrics eq linkRoundTripTime compareBy will define top and compare metrics for which query has to be made. Allowed values: |
| groupBy | string Example: groupBy=replicationPartnerName,portNsp groupBy will define comma separated groupBy parameters. Allowed value: |
| metricType | string Example: metricType=linkThroughput,linkRoundTripTime,transmittedData metricType will define comma separated metrics |
| filter | string Example: filter=remoteCopyLinkId in (57f2dc8c75144e21dbfc09705e499580,a8e2c8d70f5a97074e72935af10d9926) filter will define objects to be filtered. Filterable columns are: * |
{- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "linkRoundTripTimeData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "linkThroughputData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "transmittedData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
]
}, - "requestUri": "/v1/storage-systems/device-type1/SGH014XGSP/remotecopylinks-performance",
- "startTime": 1625556314
}Get support settings for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/{uid}",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "connectToHPE": "disabled",
- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1az",
- "emailNotifications": "enabled",
- "enterpriseServerURL": "server.com/collect",
- "generation": 1627540915530,
- "id": "7CE726P1VX",
- "miniInsploreEnabled": "disabled",
- "rapForwarding": "enabled",
- "remoteAccess": "ENABLE_NONROOT",
- "remoteRequest": [
- {
- "remoteAccessRequest": {
- "data": [
- {
- "email": "xyz@hpe.com",
- "id": "12rft5567d"
}
], - "message": {
- "args": [
- "string"
], - "default": "Remote access has been requested",
- "key": "NEW_ACCESS_REQUEST"
}
}, - "remoteSession": {
- "data": [
- {
- "email": "xyz@hpe.com",
- "id": "12rft5567d"
}
], - "message": {
- "args": [
- "string"
], - "default": "Remote access has been requested",
- "key": "NEW_ACCESS_REQUEST"
}
}
}
], - "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/supportsettings",
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE751P312/supportsettings",
- "rtsEnabled": "disabled",
- "type": "support-settings"
}Add support settings for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| connectToHPE required | string Enable remote support by allowing sending of files from device to HPE. Allowed values: enabled or disabled. It is mandatory. |
| deviceId | string Id of the array. User can get Id info from GET response and this can not be changed. |
| enterpriseServerURL | string or null Callhome collection server URL |
| miniInsploreEnabled | string or null Enables/Disable scheduled Mini-Insplore collection. Allowed values: enabled or disabled. |
| rapForwarding required | string Enable/Disable RAP forwarding. Allowed values: enabled or disabled. It is mandatory. |
| remoteAccess required | string Enum: "DISABLE" "ENABLE_NONROOT" "ENABLE_ROOT" Allow HPE Support to access the device remotely. Allowed values: ENABLE_ROOT or DISABLE or ENABLE_NONROOT. It is mandatory. |
object or null (remoteRequestAcknowledge) Accept/Deny/Close the Remote Access request. | |
| rtsEnabled required | string Enable/Disable Real time data scrubbing. Allowed values: enabled or disabled. It is mandatory. |
{- "connectToHPE": "string",
- "deviceId": "string",
- "enterpriseServerURL": "string",
- "miniInsploreEnabled": "string",
- "rapForwarding": "string",
- "remoteAccess": "DISABLE",
- "remoteRequestAcknowledge": {
- "id": "string",
- "supportEmail": "string",
- "userAction": "ACCEPT"
}, - "rtsEnabled": "string"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit support settings for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| connectToHPE required | string Enable remote support by allowing sending of files from device to HPE. Allowed values: enabled or disabled. It is mandatory. |
| deviceId | string Id of the array. User can get Id info from GET response and this can not be changed. |
| enterpriseServerURL | string or null Callhome collection server URL |
| miniInsploreEnabled | string or null Enables/Disable scheduled Mini-Insplore collection. Allowed values: enabled or disabled. |
| rapForwarding required | string Enable/Disable RAP forwarding. Allowed values: enabled or disabled. It is mandatory. |
| remoteAccess required | string Enum: "DISABLE" "ENABLE_NONROOT" "ENABLE_ROOT" Allow HPE Support to access the device remotely. Allowed values: ENABLE_ROOT or DISABLE or ENABLE_NONROOT. It is mandatory. |
object or null (remoteRequestAcknowledge) Accept/Deny/Close the Remote Access request. | |
| rtsEnabled required | string Enable/Disable Real time data scrubbing. Allowed values: enabled or disabled. It is mandatory. |
{- "connectToHPE": "string",
- "deviceId": "string",
- "enterpriseServerURL": "string",
- "miniInsploreEnabled": "string",
- "rapForwarding": "string",
- "remoteAccess": "DISABLE",
- "remoteRequestAcknowledge": {
- "id": "string",
- "supportEmail": "string",
- "userAction": "ACCEPT"
}, - "rtsEnabled": "string"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get the system settings configuration details
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/{id}",
- "type": "systems"
}
], - "authMode": "Time-based one-time password mode",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/settings/system-settings",
- "customerId": "fv5f41632a53497e88cdcebc715cc1cf",
- "encryption": {
- "backupSaved": false,
- "darState": "normal",
- "enabled": false,
- "failedDisks": 2,
- "fipsCompliant": "NotCompliant",
- "keyLocation": "LKM",
- "kmpiProtocols": [
- "1.1",
- "1.2"
], - "licensed": false,
- "notFIPSPD": 2,
- "notNodeSED": 2,
- "notSEDPD": 2,
- "seqNum": 2,
- "serverCount": 2,
- "serverNames": [
- "server1",
- "server2"
], - "serverPort": 2,
- "serverUser": "Username"
}, - "generation": 1627541300145,
- "installationsites": {
- "city": "Bangalore",
- "company": "Hewlett Packard Enterprise",
- "country": "India",
- "hpePassportId": "annajohn@gmail.com",
- "hpePassword": "password",
- "id": "2FF70002AC07E9C6",
- "postalCode": "560001",
- "setSystemLocation": false,
- "state": "Karnataka",
- "streetAddress": "7992 Woodland Street",
- "supportProvider": "HPE",
- "systemId": "7CE751P312"
}, - "isFIPSEnabled": false,
- "name": "Array1",
- "ntpServer": "15.213.68.208",
- "remoteSyslogSettings": {
- "remoteSysLog": 0,
- "remoteSysLogHost": "[ 4.3.2.1:8080,1.2.3.4:8080 ]",
- "remoteSysLogSecurityHost": "[ 5.6.7.8:8080,8.7.5.6:8080 ]"
}, - "srinfo": {
- "percentUsed": 2,
- "totalCapacityMiB": 90714,
- "usedCapacityMiB": 1559
}, - "supportcontact": {
- "company": "HPE",
- "companyCode": "HPE",
- "country": "US",
- "fax": "fax_id",
- "firstName": "john",
- "id": "67d09515-8526-9b02-c0c4-c1f443a39402",
- "includeSvcAlerts": false,
- "lastName": "kevin",
- "notificationSeverities": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
], - "preferredLanguage": "en",
- "primaryEmail": "kevin.john@hpe.com",
- "primaryPhone": "98783456",
- "receiveEmail": true,
- "receiveGrouped": true,
- "secondaryEmail": "winny.pooh@hpe.com",
- "secondaryPhone": "23456789",
- "systemId": "7CE751P312",
- "systemSupportContact": false
}, - "systemDate": 1580068830,
- "systemId": "7CE751P312",
- "systemParameters": {
- "allowWrtbackSingleNode": 7,
- "allowWrtbackUpgrade": 7,
- "enableAIQoS": "yes",
- "fcRawSpaceAlert": 1,
- "hostDIF": "yes",
- "hostDIFTemplate": "STD_HOST_DIF",
- "maxVolumeRetention": 1209600,
- "overprovRatioLimit": 0,
- "overprovRatioWarning": 0
}, - "timezone": "Asia/Calcutta",
- "type": "system-settings"
}, - "requestUri": "/api/v1/storage-systems/device-type1/7CE809P009/system-settings"
}Edit system settings configuration
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object or null | |
| dateTime | string or null system date time |
object or null | |
| name | string or null system name |
| ntpAddresses | Array of strings or null or null system ntp addresses |
object or null | |
object or null | |
object or null (ContactsEditDetails) Contacts details set to receive alerts | |
object or null | |
| timezone | string or null system time zone |
{- "authMode": {
- "authmode": "ciphertext"
}, - "dateTime": "01/15/2020 10:00:00",
- "installationSites": {
- "city": "Bangalore",
- "company": "Hewlett Packard Enterprise",
- "country": "India",
- "postalCode": "560001",
- "setSystemLocation": false,
- "state": "Karnataka",
- "streetAddress": "7992 Woodland Street",
- "supportProvider": "HPE"
}, - "name": "Array1",
- "ntpAddresses": [
- "string"
], - "remoteSyslogSettings": {
- "remoteSysLog": 0,
- "remoteSysLogHost": [
- "4.3.2.1:8080,1.2.3.4:8080"
], - "remoteSysLogSecurityHost": [
- "5.6.7.8:8080,8.7.5.6:8080"
]
}, - "srinfo": {
- "newCapacityMiB": 11000
}, - "supportContact": {
- "company": "HPE",
- "companyCode": "HPE",
- "country": "US",
- "fax": "fax_id",
- "firstName": "john",
- "id": "67d09515-8526-9b02-c0c4-c1f443a39402",
- "includeSvcAlerts": false,
- "lastName": "kevin",
- "notificationSeverities": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
], - "preferredLanguage": "en",
- "primaryEmail": "kevin.john@hpe.com",
- "primaryPhone": "98783456",
- "receiveEmail": true,
- "receiveGrouped": true,
- "secondaryEmail": "winny.pooh@hpe.com",
- "secondaryPhone": "23456789",
- "systemId": "7CE751P312"
}, - "systemParameters": {
- "allowWrtbackSingleNode": 7,
- "enableAIQoS": "yes",
- "hostDIF": "yes",
- "hostDIFTemplate": "STD_HOST_DIF",
- "overprovRatioLimit": 2,
- "overprovRatioWarning": 1
}, - "timezone": "Asia/Calcutta"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit system settings configuration
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object or null | |
| dateTime | string or null system date time |
object or null | |
| name | string or null system name |
| ntpAddresses | Array of strings or null or null system ntp addresses |
object or null | |
object or null | |
object or null (ContactsEditDetails) Contacts details set to receive alerts | |
object or null | |
| timezone | string or null system time zone |
{- "authMode": {
- "authmode": "ciphertext"
}, - "dateTime": "01/15/2020 10:00:00",
- "installationSites": {
- "city": "Bangalore",
- "company": "Hewlett Packard Enterprise",
- "country": "India",
- "postalCode": "560001",
- "setSystemLocation": false,
- "state": "Karnataka",
- "streetAddress": "7992 Woodland Street",
- "supportProvider": "HPE"
}, - "name": "Array1",
- "ntpAddresses": [
- "string"
], - "remoteSyslogSettings": {
- "remoteSysLog": 0,
- "remoteSysLogHost": [
- "4.3.2.1:8080,1.2.3.4:8080"
], - "remoteSysLogSecurityHost": [
- "5.6.7.8:8080,8.7.5.6:8080"
]
}, - "srinfo": {
- "newCapacityMiB": 11000
}, - "supportContact": {
- "company": "HPE",
- "companyCode": "HPE",
- "country": "US",
- "fax": "fax_id",
- "firstName": "john",
- "id": "67d09515-8526-9b02-c0c4-c1f443a39402",
- "includeSvcAlerts": false,
- "lastName": "kevin",
- "notificationSeverities": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
], - "preferredLanguage": "en",
- "primaryEmail": "kevin.john@hpe.com",
- "primaryPhone": "98783456",
- "receiveEmail": true,
- "receiveGrouped": true,
- "secondaryEmail": "winny.pooh@hpe.com",
- "secondaryPhone": "23456789",
- "systemId": "7CE751P312"
}, - "systemParameters": {
- "allowWrtbackSingleNode": 7,
- "enableAIQoS": "yes",
- "hostDIF": "yes",
- "hostDIFTemplate": "STD_HOST_DIF",
- "overprovRatioLimit": 2,
- "overprovRatioWarning": 1
}, - "timezone": "Asia/Calcutta"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get Storage Container details for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/SGH239WW5S",
- "type": "systems"
}
], - "autoDissmissed": 3,
- "comment": "storage container 1",
- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH239WW5S/settings/system-settings",
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1xz",
- "displayname": "storage-container1",
- "domain": "Domain",
- "generation": 1627538867363,
- "id": "fc5f41652a53497e88cdcebc715cc1xz",
- "inUseMiB": 243,
- "lastModifiedEpoch": 3,
- "name": "vvolsc1",
- "numOfVMs": 3,
- "numOfVvols": 6,
- "provisionedMiB": 23,
- "resourceUri": "/v1/storage-systems/device-type1/SGH239WW5S/vvolscs/9c3c4f29a82fd8d632ff379116fa0b8f",
- "sc_uuid": "fc5f41652a53497e88cdcebc715cc1xz",
- "systemId": "7CE751P312",
- "systemWWN": "4UW001500",
- "totalMiB": 458,
- "type": "storage Container",
- "uri": "/api/v1/storage-systems/device-type1/7CE751P312/network-services/vvolscs",
- "vvSetId": 23
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/network-services/vvolscs",
- "total": 1
}Delete storage container of storage system Primera / Alletra 9K identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vvolscId required | string Example: d09b59cd7bd07a4e9559e78dcea07498 Storage container UID |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get quorum witness configuration details from storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq afb4961e47212e5bc88dd35db5be5c83 oData query to filter witness by key. |
| sort | string Example: sort=id desc oData query to sort witness resource by key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "id": "5a5ce66d4814a5e5156de428abb0a589",
- "associatedLinks": [
- {
- "link": "/v1/storage-systems/SGH000XWEE",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "generation": 0,
- "isRemoteArraySupportReplication": true,
- "name": "IPSource",
- "quorumATFTimeout": 30,
- "quorumIpAddress": "10.10.10.11",
- "quorumSSLPort": 8843,
- "quorumStatus": "Initializing",
- "quorumStatusQual": "NA",
- "quorumVersion": "2.0",
- "remoteId": "6a5ce66d4814a5e5156de428abb0a580",
- "remoteName": "IPTarget",
- "remoteSystemId": "SGH000XWEF",
- "remoteSystemName": "System102",
- "resourceUri": "/api/v1/storage-systems/device-type1/SGH000XWEE/system-settings/quorum-witness/5a5ce66d4814a5e5156de428abb0a589",
- "systemId": "SGH000XWEE",
- "systemName": "s1511",
- "type": "quorum-witness"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type1/SGH000XWEE/system-settings/quorum-witness",
- "total": 1
}Create quorum witness on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
required | object Parameters for create quorum witness action |
| replicationPartnerSystemId required | string SystemId of target replication partner |
| srcReplicationId required | string Id of source replication partner on which quorum witness is to be configured |
| startQuorumWitness | boolean or null Specifies start/stop Quorum Witness connectivity on the storage system. If set true, ATF configuration is activated. If set false, ATF configuration is deactivated. |
| targetReplicationId required | string Id of target replication partner on which quorum witness is to be configured |
{- "parameters": {
- "ipAddress": "15.112.47.239",
- "port": 8843,
- "ssl": true
}, - "replicationPartnerSystemId": "7CE816P0SR",
- "srcReplicationId": "afb4961e47212e5bc88dd35db5be5c83",
- "startQuorumWitness": true,
- "targetReplicationId": "afb4961e47212e5bc88dd35db5be5c83"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete quorum witness identified by {replicationPartnerId} on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| replicationPartnerId required | string Example: aedec7d11d02f73611a6ff992c256bdb id of device-type1 replication partner |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of quorum witness configured on replication partner identified by {replicationPartnerId} on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| replicationPartnerId required | string Example: aedec7d11d02f73611a6ff992c256bdb id of device-type1 replication partner |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH000XWEE/system-settings/quorum-witness/5a5ce66d4814a5e5156de428abb0a589",
- "requestUri": "/api/v1/storage-systems/device-type1/SGH000XWEE/system-settings/quorum-witness/5a5ce66d4814a5e5156de428abb0a589",
- "id": "5a5ce66d4814a5e5156de428abb0a589",
- "associatedLinks": [
- {
- "link": "/v1/storage-systems/SGH000XWEE",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "generation": 0,
- "isRemoteArraySupportReplication": true,
- "name": "IPSource",
- "quorumATFTimeout": 30,
- "quorumIpAddress": "10.10.10.11",
- "quorumSSLPort": 8843,
- "quorumStatus": "Initializing",
- "quorumStatusQual": "NA",
- "quorumVersion": "2.0",
- "remoteId": "6a5ce66d4814a5e5156de428abb0a580",
- "remoteName": "IPTarget",
- "remoteSystemId": "SGH000XWEF",
- "remoteSystemName": "System102",
- "resourceUri": "/api/v1/storage-systems/device-type1/SGH000XWEE/system-settings/quorum-witness/5a5ce66d4814a5e5156de428abb0a589",
- "systemId": "SGH000XWEE",
- "systemName": "s1511",
- "type": "quorum-witness"
}Edit quorum witness identified by {replicationPartnerId} on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| replicationPartnerId required | string Example: aedec7d11d02f73611a6ff992c256bdb id of device-type1 replication partner |
| replicationPartnerSystemId required | string SystemId of target replication partner |
| startQuorumWitness required | boolean Specifies start/stop Quorum Witness connectivity on the storage system. If set true, ATF configuration is activated. If set false, ATF configuration is deactivated. |
| targetReplicationId required | string Id of target replication partner on which quorum witness is configured |
{- "replicationPartnerSystemId": "7CE816P0SR",
- "startQuorumWitness": true,
- "targetReplicationId": "afb4961e47212e5bc88dd35db5be5c83"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of replication partners on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemId eq 7CE751P312 oData query to filter replication partners by key. |
| sort | string Example: sort=systemId desc oData query to sort nodes resource by key. |
| includeIndirectPartners | boolean Example: includeIndirectPartners=true Include indirect partners. Indirect partners are excluded by default. This parameter cannot be used with other query parameters. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "health": 0,
- "id": "5a5ce66d4814a5e5156de428abb0a589",
- "name": "RCPartner12",
- "quorumIpAddress": "10.10.10.11",
- "remoteReplicationId": 0,
- "replicationId": 0,
- "replicationPartnerType": "FC",
- "status": "Ready",
- "systemId": "SGH000XWEE",
- "systemName": "string",
- "associatedLinks": [
- {
- "link": "/v1/storage-systems/SGH000XWEE",
- "type": "systems"
}
], - "bufferSizeB": 1024,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "displayName": "RCPartner12",
- "domain": "domain1",
- "flags": 1,
- "generation": 0,
- "isRemoteArraySupportReplication": true,
- "minPeriodSecs": 300,
- "nodeWWN": "2FF70002AC020DA1",
- "numSockets": 2,
- "policies": {
- "mirrorConfig": true
}, - "quorumATFTimeout": 0,
- "quorumSSLPort": 0,
- "quorumStatus": "Initializing",
- "quorumStatusQual": "NA",
- "quorumVersion": "2.0",
- "remoteId": "6a5ce66d4814a5e5156de428abb0a580",
- "remoteName": "FC-02",
- "remoteSystemId": "SGH000XWEF",
- "remoteSystemName": "System102",
- "replicationPartnerLinks": {
- "items": [
- {
- "IPC": "RCs12",
- "displayName": "sp2bh_1_3_1",
- "domain": "domain1",
- "id": "5a5ce66d4814a5e5156de428abb0a58a",
- "name": "sp2bh_1_3_1",
- "partnerName": "RCPartner12",
- "port": "1079",
- "portPos": {
- "node": 1,
- "port": 3,
- "slot": 0
}, - "rcLinkId": 1,
- "remoteAddress": "20230002AC020CEG",
- "remoteId": "6b5ce66d4814a5e5156de428abb0a79a",
- "remotePortPos": {
- "node": 1,
- "port": 3,
- "slot": 0
}, - "remoteState": "UNKNOWN",
- "remoteStatus": "Down",
- "sourceAddress": "20230002AC020CEF",
- "state": "UNKNOWN",
- "status": "Down",
- "systemId": "SGH000XWEE",
- "systemWWN": "2FF70002AC020CEF",
- "targetName": "RCPartner12",
- "throughputKByteSec": 1024,
- "type": 2
}
], - "total": 1
}, - "replicationSystemId": 1,
- "resourceUri": "/api/v1/storage-systems/device-type1/SGH000XWEE/system-settings/replication-partners/5a5ce66d4814a5e5156de428abb0a589",
- "state": "UNKNOWN",
- "systemWWN": "2FF70002AC020CEF",
- "type": "replication-partner",
- "version": 41
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type1/SGH000XWEE/system-settings/replication-partners",
- "total": 1
}Create replication partners on Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
required | Array of objects (ReplicationPartnerInput) |
{- "replicationPartners": [
- {
- "replicationPartnerSystemId": "string",
- "source": {
- "disabled": true,
- "name": "sample_RCtarget",
- "nodeWWN": "2FF70002AC020DA1",
- "portPosAndLink": [
- {
- "link": "10.100.65.128",
- "portPosition": {
- "node": 0,
- "port": 3,
- "slot": 1
}
}
], - "type": 1
}, - "target": {
- "disabled": true,
- "name": "sample_RCtarget",
- "nodeWWN": "2FF70002AC020DA1",
- "portPosAndLink": [
- {
- "link": "10.100.65.128",
- "portPosition": {
- "node": 0,
- "port": 3,
- "slot": 1
}
}
], - "type": 1
}
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of replication partner identified by {replicationPartnerId} on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| replicationPartnerId required | string Example: aedec7d11d02f73611a6ff992c256bdb id of device-type1 replication partner |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH000XWEE/system-settings/replication-partners/5a5ce66d4814a5e5156de428abb0a589",
- "requestUri": "api/v1/storage-systems/device-type1/SGH000XWEE/system-settings/replication-partners/5a5ce66d4814a5e5156de428abb0a589",
- "health": 0,
- "id": "5a5ce66d4814a5e5156de428abb0a589",
- "name": "RCPartner12",
- "quorumIpAddress": "10.10.10.11",
- "remoteReplicationId": 0,
- "replicationId": 0,
- "replicationPartnerType": "FC",
- "status": "Ready",
- "systemId": "SGH000XWEE",
- "systemName": "string",
- "associatedLinks": [
- {
- "link": "/v1/storage-systems/SGH000XWEE",
- "type": "systems"
}
], - "bufferSizeB": 1024,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "displayName": "RCPartner12",
- "domain": "domain1",
- "flags": 1,
- "generation": 0,
- "isRemoteArraySupportReplication": true,
- "minPeriodSecs": 300,
- "nodeWWN": "2FF70002AC020DA1",
- "numSockets": 2,
- "policies": {
- "mirrorConfig": true
}, - "quorumATFTimeout": 0,
- "quorumSSLPort": 0,
- "quorumStatus": "Initializing",
- "quorumStatusQual": "NA",
- "quorumVersion": "2.0",
- "remoteId": "6a5ce66d4814a5e5156de428abb0a580",
- "remoteName": "FC-02",
- "remoteSystemId": "SGH000XWEF",
- "remoteSystemName": "System102",
- "replicationPartnerLinks": {
- "items": [
- {
- "IPC": "RCs12",
- "displayName": "sp2bh_1_3_1",
- "domain": "domain1",
- "id": "5a5ce66d4814a5e5156de428abb0a58a",
- "name": "sp2bh_1_3_1",
- "partnerName": "RCPartner12",
- "port": "1079",
- "portPos": {
- "node": 1,
- "port": 3,
- "slot": 0
}, - "rcLinkId": 1,
- "remoteAddress": "20230002AC020CEG",
- "remoteId": "6b5ce66d4814a5e5156de428abb0a79a",
- "remotePortPos": {
- "node": 1,
- "port": 3,
- "slot": 0
}, - "remoteState": "UNKNOWN",
- "remoteStatus": "Down",
- "sourceAddress": "20230002AC020CEF",
- "state": "UNKNOWN",
- "status": "Down",
- "systemId": "SGH000XWEE",
- "systemWWN": "2FF70002AC020CEF",
- "targetName": "RCPartner12",
- "throughputKByteSec": 1024,
- "type": 2
}
], - "total": 1
}, - "replicationSystemId": 1,
- "resourceUri": "/api/v1/storage-systems/device-type1/SGH000XWEE/system-settings/replication-partners/5a5ce66d4814a5e5156de428abb0a589",
- "state": "UNKNOWN",
- "systemWWN": "2FF70002AC020CEF",
- "type": "replication-partner",
- "version": 41
}Edit replication partner identified by {replicationPartnerId} on Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| replicationPartnerId required | string Example: aedec7d11d02f73611a6ff992c256bdb id of device-type1 replication partner |
object (AddRemoteCopyLinks) Request body for adding remote copy links | |
object or null (RemoveRemoteCopyLinksInput) Request Body for removing remote copy links |
{- "addRcLinks": {
- "replicationPartnerSystemId": "7CE816P0SR",
- "source": [
- {
- "address": "10.100.65.128",
- "portPos": {
- "node": 0,
- "port": 3,
- "slot": 1
}, - "targetName": "Sample_RCTarget",
- "type": 1
}
], - "target": [
- {
- "address": "10.100.65.128",
- "portPos": {
- "node": 0,
- "port": 3,
- "slot": 1
}, - "targetName": "Sample_RCTarget",
- "type": 1
}
]
}, - "removeRcLinks": {
- "replicationPartnerSystemId": "7CE816P0SR",
- "source": [
- {
- "rcLinkId": "afb4961e47212e5bc88dd35db5be5c82"
}
], - "target": [
- {
- "rcLinkId": "afb4961e47212e5bc88dd35db5be5c82"
}
]
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete replication partner from storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
required | Array of objects (RemoveRemoteCopyTargetInput) List of replication partner pairs to be deleted |
{- "replicationPartners": [
- {
- "replicationPartnerSystemId": "7CE816P0SR",
- "srcReplicationId": "afb4961e47212e5bc88dd35db5be5c83",
- "targetReplicationId": "afb4961e47212e5bc88dd35db5be5c83"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get telemetry status for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/{uid}",
- "type": "systems"
}
], - "collectionServer": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "connectivityStatus": "NORMAL",
- "connectivityTestTime": {
- "ms": 1599631885,
- "tz": "Asia/Kolkata"
}, - "details": [
- {
- "args": [
- {
- "ms": 1599631885,
- "tz": "Asia/Kolkata"
}
], - "default": "string",
- "key": "string"
}
], - "id": "string",
- "lastFileSent": "string",
- "lastFileTransferTime": {
- "ms": 1599631885,
- "tz": "Asia/Kolkata"
}, - "lastSuccessfulConnectivityTestTime": {
- "ms": 1599631885,
- "tz": "Asia/Kolkata"
}, - "proxyConnectivity": "NORMAL",
- "rDAConfigured": "NORMAL",
- "rDAStatus": "NORMAL",
- "rSvSStatus": "NORMAL",
- "rTSStatus": "NORMAL",
- "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/telemetryStatus",
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE751P312/telemetryStatus",
- "rolledUpStatus": "NORMAL",
- "sharedVolumeStatus": "NORMAL",
- "transferStatus": "NORMAL"
}Get certificates trusted by Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=other Lucene query to filter Certificates by Key. |
{- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "commonname": "c3-hp-eskm-01",
- "detail": {
- "default": "Valid Certificate",
- "key": "CERTIFICATE_VALID"
}, - "domain": "hpe.com",
- "enddate": {
- "ms": 1611599192000,
- "tz": "Local"
}, - "fingerprint": "2e92f97ad86fdcfff295841fefe20a1d71944923",
- "hash": "47efc91a.0",
- "id": "99691e493067b2b2acf1774fc0ccc011",
- "issuer": "CN=c3-hp-eskm-01",
- "isvalid": true,
- "keyUsage": "string",
- "pem": "-----BEGIN CERTIFICATE REQUEST-----abc----END CERTIFICATE REQUEST-----",
- "serial": "0",
- "signaturetype": "self-signed",
- "startdate": {
- "ms": 1591789652000,
- "tz": "Local"
}, - "subject": "CN=c3-hp-eskm-01",
- "systemId": "7CE809P009",
- "type": "other",
- "uri": "/api/v3/trustcerts/99691e493067b2b2acf1774fc0ccc011"
}
], - "pageLimit": 1,
- "pageOffset": 0,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE809P009/trustcerts",
- "total": 1
}Add trusted certificates for storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| action required | string Enum: "VERIFY_CERT_CHAIN" "INSTALL_CERT_CHAIN" "VERIFY_AND_INSTALL_CERT_CHAIN" Action to perform with trusted certificate |
required | object (TrustedCertParams) Parameters for adding a trusted certificate |
{- "action": "VERIFY_CERT_CHAIN",
- "parameters": {
- "certificates": "----BEGIN CERTIFICATE -----abc----END CERTIFICATE -----",
- "type": "other"
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get certificates trusted by Primera / Alletra 9K identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: 99691e493067b2b2acf1774fc0ccc011 ID of the certificate |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "commonname": "c3-hp-eskm-01",
- "detail": {
- "default": "Valid Certificate",
- "key": "CERTIFICATE_VALID"
}, - "domain": "hpe.com",
- "enddate": {
- "ms": 1611599192000,
- "tz": "Local"
}, - "fingerprint": "2e92f97ad86fdcfff295841fefe20a1d71944923",
- "hash": "47efc91a.0",
- "id": "99691e493067b2b2acf1774fc0ccc011",
- "issuer": "CN=c3-hp-eskm-01",
- "isvalid": true,
- "keyUsage": "string",
- "pem": "-----BEGIN CERTIFICATE REQUEST-----abc----END CERTIFICATE REQUEST-----",
- "serial": "0",
- "signaturetype": "self-signed",
- "startdate": {
- "ms": 1591789652000,
- "tz": "Local"
}, - "subject": "CN=c3-hp-eskm-01",
- "systemId": "7CE809P009",
- "type": "other",
- "uri": "/api/v3/trustcerts/99691e493067b2b2acf1774fc0ccc011"
}Delete trusted certificates from storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
required | Array of objects (RemoveTrustedCertificateInput) List of certificate IDs to be deleted |
{- "trustedCertificates": [
- {
- "trustedCertificate": "99691e493067b2b2acf1774fc0ccc011"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get vcenter settings for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
{- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1ce",
- "description": "sample vcenter description",
- "friendlyCert": {
- "ValidFrom": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "ValidUntil": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "issuedTo": "15.213.64.88",
- "issuer": "CA"
}, - "generation": 1627540916540,
- "id": "c0e4e72b-c9d3-54a4-312f-4ec0f8da498a",
- "inetaddress": "18.218.214.244",
- "name": "sample_vc_name",
- "port": 443,
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE809P009/vm-manager-settings/centerid123",
- "status": {
- "default": "Ok",
- "key": "VMPERF_FAILED"
}, - "systemId": "7CE809P009",
- "type": "vm-manager-settings",
- "username": "SysAdmin@machine.local",
- "vmManagerType": "hyperV"
}
], - "pageLimit": 1,
- "pageOffset": 0,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE809P009/vm-manager-settings",
- "total": 1
}Add vCenter settings to storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| certChainPem | string or null Certificate chain of the VCenter server as PEM data |
| description | string or null Description of the vCenter setting |
| inetaddress required | string Host name or IP address of vCenter server |
| name required | string Name of the vCenter setting |
| password required | string Password to login to the vCenter server |
| port required | integer <int64> Port number of the vCenter server. |
| username required | string Username to login to the vCenter server |
{- "certChainPem": "-----BEGIN CERTIFICATE-----\nMIID2jCCAsKgAwIBAgIJAOiAEUfqLBfBMA0GCSqGSIb3DQEBCwUAMIGQMQswCQYD\n-----END CERTIFICATE-----\n",
- "description": "vCenter - dataCenter1",
- "inetaddress": "15.71.130.25",
- "name": "dataCenter1",
- "password": "pass",
- "port": 443,
- "username": "user1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete vcenter setting identified by {vcenterSettingId} on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vcenterSettingId required | string Example: 7e92269a-12d1-35b4-60e8-5919edfc5475 UID(vcenterSettingId) of the storage system |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get vcenter setting detail for a given vcenter setting of a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vcenterSettingId required | string Example: 7e92269a-12d1-35b4-60e8-5919edfc5475 UID(vcenterSettingId) of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1ca",
- "description": "sample vc description",
- "friendlyCert": {
- "ValidFrom": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "ValidUntil": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "issuedTo": "15.213.64.88",
- "issuer": "CA"
}, - "generation": 1627540916540,
- "id": "c0e4e72b-c9d3-54a4-312f-4ec0f8da498a",
- "inetaddress": "18.213.214.145",
- "name": "sample_vc_name",
- "port": 162,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE809P009/vm-manager-settings/centerid123",
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE809P009/vm-manager-settings/centerid123",
- "status": {
- "default": "Ok",
- "key": "VMPERF_FAILED"
}, - "systemId": "7CE809P009",
- "type": "vm-manager-settings",
- "username": "SysAdmin@machine.local",
- "vmManagerType": "hyperV"
}Edit vCenter setting identified by {vcenterSettingId} on Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vcenterSettingId required | string Example: 7e92269a-12d1-35b4-60e8-5919edfc5475 UID(vcenterSettingId) of the storage system |
| certChainPem | string Certificate chain of the VCenter server as PEM data |
| description | string Description of the vCenter setting |
| inetaddress | string Host name or IP address of vCenter server |
| name | string Name of the vCenter setting |
| password | string Password to login to the vCenter server |
| port | integer <int64> Port number of the vCenter server. |
| username | string Username to login to the vCenter server |
{- "certChainPem": "-----BEGIN CERTIFICATE-----\nMIID2jCCAsKgAwIBAgIJAOiAEUfqLBfBMA0GCSqGSIb3DQEBCwUAMIGQMQswCQYD\n-----END CERTIFICATE-----\n",
- "description": "vCenter - dataCenter1",
- "inetaddress": "15.71.130.25",
- "name": "dataCenter1",
- "password": "pass",
- "port": 443,
- "username": "user1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get all application servers details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter application servers by Key. |
| sort | string Example: sort=name desc oData query to sort application servers by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "hostname": "nimble-appserver.com",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "AppServer101",
- "server_type": "vmware",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "creation_time": 3400,
- "customerId": "string",
- "description": "99.9999% availability",
- "generation": 0,
- "last_modified": 3400,
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "port": 1048,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "string",
- "username": "user256"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/application-servers",
- "total": 1
}Create Nimble / Alletra 6K application server in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| description | string or null Text description of application server. String of up to 255 printable ASCII characters. Defaults to the empty string. |
| hostname required | string Application server hostname. String of alphanumeric characters, valid range is from 2 to 255; Each label must be between 1 and 63 characters long; Hypen and colon are allowed after the first and before the last character. |
Array of objects or null or null (AppKeyValue) Key-value pairs that augment an application server's attributes. List of key-value pairs. Keys must be unique and non-empty. When creating an object, values must be non-empty. When updating an object, an empty value causes the corresponding key to be removed. Defaults to an empty array. | |
| name required | string Name of the volume. String of up to 64 alphanumeric, hyphenated, colon, or period-separated characters; but cannot begin with hyphen, colon or period. |
| password | string Application server password. A password with few constraints. A string of up to 255 characters. |
| port | integer or null <int64> Application server port number. Positive integer value up to 65535 representing TCP/IP port. Defaults to 65536. |
| server_type | string or null Application server type. Defaults to 'vmware'. Possible values are 'vss' and 'vmware'. |
| username | string or null Application server username. String of up to 255 printable ASCII characters. |
{- "description": "99.9999% availability",
- "hostname": "nimble-appserver.com",
- "metadata": [
- {
- "key": "subnetlabel",
- "value": "management"
}, - {
- "key": "web",
- "value": "false"
}, - {
- "key": "vasa",
- "value": "false"
}
], - "name": "AppServer101",
- "password": "password_25-24",
- "port": 1048,
- "server_type": "vmware",
- "username": "user256"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove application server identified by {applicationServerId} from Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| applicationServerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of application server. A 42 digit hexadecimal number. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K application server identified by {applicationServerId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| applicationServerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of application server. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/application-servers/2a0df0fe6f7dc7bb16000000000000000000004007",
- "hostname": "nimble-appserver.com",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "AppServer101",
- "server_type": "vmware",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "creation_time": 3400,
- "customerId": "string",
- "description": "99.9999% availability",
- "generation": 0,
- "last_modified": 3400,
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "port": 1048,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "string",
- "username": "user256"
}Modify Nimble / Alletra 6K application server in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| applicationServerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of application server. A 42 digit hexadecimal number. |
| description | string or null Text description of application server. String of up to 255 printable ASCII characters. Defaults to the empty string. |
| hostname | string or null Application server hostname. String of alphanumeric characters, valid range is from 2 to 255; Each label must be between 1 and 63 characters long; Hypen and colon are allowed after the first and before the last character. |
Array of objects or null or null (AppKeyValue) Key-value pairs that augment an application server's attributes. List of key-value pairs. Keys must be unique and non-empty. When creating an object, values must be non-empty. When updating an object, an empty value causes the corresponding key to be removed. Defaults to an empty array. | |
| name | string or null Name of the volume. String of up to 64 alphanumeric, hyphenated, colon, or period-separated characters; but cannot begin with hyphen, colon or period. |
| port | integer or null <int64> Application server port number. Positive integer value up to 65535 representing TCP/IP port. Defaults to 65536. |
| server_type | string or null Application server type. Defaults to 'vmware'. Possible values are 'vss' and 'vmware'. |
| username | string or null Application server username. String of up to 255 printable ASCII characters. |
{- "description": "99.9999% availability",
- "hostname": "nimble-appserver.com",
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "name": "AppServer101",
- "port": 1048,
- "server_type": "vmware",
- "username": "user256"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Send auto support information of Nimble / Alletra 6K identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit Nimble Mail Settings of Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| smtp_port | integer or null <int64> Port number of SMTP Server. Positive integer value up to 65535 representing TCP/IP port. |
| smtp_server | string or null Hostname or IP Address of SMTP Server. String of alphanumeric characters, valid range is from 2 to 255; Each label must be between 1 and 63 characters long; - and . are allowed after the first and before the last character. |
{- "smtp_port": 25,
- "smtp_server": "example.hpe.com"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get all network settings details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter network settings by Key. |
| sort | string Example: sort=name desc oData query to sort network settings resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "id": "1300000000000004d30000000000000001",
- "name": "active",
- "role": "active",
- "active_since": 1591599112000,
- "array_list": [
- {
- "ctrlr_a_support_ip": "127.0.0.102",
- "ctrlr_b_support_ip": "127.0.0.103",
- "member_gid": 1,
- "name": "g1a16",
- "nic_list": [
- {
- "data_ip": "127.0.0.102",
- "name": "eth1",
- "subnet_label": "subnet1",
- "tagged": true
}
]
}
], - "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "creation_time": 1591599192000,
- "customerId": "string",
- "generation": 0,
- "group_leader_array": "Array12",
- "iscsi_automatic_connection_method": true,
- "iscsi_connection_rebalancing": true,
- "last_active": 1591599122000,
- "last_modified": 1591599102000,
- "mgmt_ip": "127.0.0.101",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "route_list": [
- {
- "gateway": "127.0.0.2",
- "tgt_netmask": "255.255.255.0",
- "tgt_network": "127.0.2.0"
}
], - "secondary_mgmt_ip": "127.0.0.102",
- "subnet_list": [
- {
- "allow_group": true,
- "allow_iscsi": true,
- "discovery_ip": "127.0.0.102",
- "failover": true,
- "failover_enable_time": 1591599192000,
- "label": "subnet1",
- "mtu": 1500,
- "netmask": "255.0.0.0",
- "network": "127.0.0.108",
- "netzone_type": "single",
- "type": "mgmt",
- "vlan_id": 0
}
], - "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/network-settings",
- "total": 1
}Get details of Nimble / Alletra 6K network setting identified by {networkSettingId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| networkSettingId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of network setting. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/network-settings/2a0df0fe6f7dc7bb16000000000000000000004007",
- "id": "1300000000000004d30000000000000001",
- "name": "active",
- "role": "active",
- "active_since": 1591599112000,
- "array_list": [
- {
- "ctrlr_a_support_ip": "127.0.0.102",
- "ctrlr_b_support_ip": "127.0.0.103",
- "member_gid": 1,
- "name": "g1a16",
- "nic_list": [
- {
- "data_ip": "127.0.0.102",
- "name": "eth1",
- "subnet_label": "subnet1",
- "tagged": true
}
]
}
], - "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "creation_time": 1591599192000,
- "customerId": "string",
- "generation": 0,
- "group_leader_array": "Array12",
- "iscsi_automatic_connection_method": true,
- "iscsi_connection_rebalancing": true,
- "last_active": 1591599122000,
- "last_modified": 1591599102000,
- "mgmt_ip": "127.0.0.101",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "route_list": [
- {
- "gateway": "127.0.0.2",
- "tgt_netmask": "255.255.255.0",
- "tgt_network": "127.0.2.0"
}
], - "secondary_mgmt_ip": "127.0.0.102",
- "subnet_list": [
- {
- "allow_group": true,
- "allow_iscsi": true,
- "discovery_ip": "127.0.0.102",
- "failover": true,
- "failover_enable_time": 1591599192000,
- "label": "subnet1",
- "mtu": 1500,
- "netmask": "255.0.0.0",
- "network": "127.0.0.108",
- "netzone_type": "single",
- "type": "mgmt",
- "vlan_id": 0
}
], - "type": "string"
}Edit Nimble / Alletra 6K network setting identified by {networkSettingId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| networkSettingId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of network setting. A 42 digit hexadecimal number. |
Array of objects or null (NimbleEditArrayNet) List of array network configs. | |
| iscsi_automatic_connection_method | boolean Enable automatic connection method. Enabling this means means redirecting connections from the specified iSCSI discovery IP to the best data IP based on connection counts. |
| iscsi_connection_rebalancing | boolean Enable connection rebalancing. Enabling this means rebalancing iSCSI connections by periodically breaking existing connections that are out-of-balance, allowing the host to reconnect to a more appropriate data IP. |
| mgmt_ip | string Management IP for the Group. Four numbers in the range [0,255] separated by periods. |
| name | string Name of the network configuration. Use the name 'draft' when creating a draft configuration. Possible values are 'active', 'backup' and 'draft'. |
Array of objects or null (NimbleRoute) List of static routes. | |
| secondary_mgmt_ip | string or null Secondary management IP address for the Group. Four numbers in the range [0,255] separated by periods. |
Array of objects or null (NimbleSubnet) List of subnet configs. |
{- "array_list": [
- {
- "ctrlr_a_support_ip": "127.0.0.102",
- "ctrlr_b_support_ip": "127.0.0.103",
- "name": "g1a16",
- "nic_list": [
- {
- "data_ip": "127.0.0.102",
- "name": "eth1",
- "subnet_label": "subnet1",
- "tagged": true
}
]
}
], - "iscsi_automatic_connection_method": true,
- "iscsi_connection_rebalancing": true,
- "mgmt_ip": "128.0.0.1",
- "name": "draft",
- "route_list": [
- {
- "gateway": "127.0.0.2",
- "tgt_netmask": "255.255.255.0",
- "tgt_network": "127.0.2.0"
}
], - "secondary_mgmt_ip": "128.0.0.1",
- "subnet_list": [
- {
- "allow_group": true,
- "allow_iscsi": true,
- "discovery_ip": "127.0.0.102",
- "failover": true,
- "failover_enable_time": 1591599192000,
- "label": "subnet1",
- "mtu": 1500,
- "netmask": "255.0.0.0",
- "network": "127.0.0.108",
- "netzone_type": "single",
- "type": "mgmt",
- "vlan_id": 0
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit system settings of Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
object or null (EditAlertSettings) | |
object or null (EditDateTimezoneSettings) | |
object or null (EditDnsSettings) | |
object or null (EncryptionSettings) How encryption is configured for this group. Group encryption settings. | |
object or null (EditIsnsSettings) | |
| name | string or null Name of the group. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
object or null (EditProxySettings) | |
object or null (EditSecuritySettings) | |
object or null (EditSmtpMailSettings) Nimble mail-settings input. | |
object or null (EditSnmpSettings) | |
object or null (EditSupportSettings) | |
object or null (EditSyslogdSettings) | |
object or null (EditSystemParameters) |
{- "alert_settings": {
- "alert_from_email_addr": "bob@wikipedia.com",
- "alert_min_level": "warning",
- "alert_to_email_addrs": "bob@wikipedia.com,jason@wiki.com",
- "send_alert_to_support": true
}, - "date_timezone_settings": {
- "date": 1598267193,
- "ntp_server": "0.abc.pool.ntp.org",
- "timezone": "America/Los_Angeles"
}, - "dns_settings": {
- "dns_servers": [
- {
- "ip_addr": "10.0.0.11"
}
], - "domain_name": "example-1.com"
}, - "encryption_config": {
- "cipher": "none",
- "encryption_active": true,
- "encryption_key_manager": "local",
- "master_key_set": true,
- "mode": "none",
- "scope": "none"
}, - "isns_settings": {
- "isns_enabled": true,
- "isns_port": 1080,
- "isns_server": "isns-server.com"
}, - "name": "NimbleGroup55",
- "proxy_settings": {
- "proxy_port": 1234,
- "proxy_server": "example-1.com",
- "proxy_username": "usr1"
}, - "security_settings": {
- "user_inactivity_timeout": 1800
}, - "smtp_settings": {
- "smtp_port": 25,
- "smtp_server": "example.hpe.com"
}, - "snmp_settings": {
- "snmp_community": "private",
- "snmp_get_enabled": true,
- "snmp_get_port": 1080,
- "snmp_sys_contact": "System contact",
- "snmp_sys_location": "Location",
- "snmp_trap_enabled": true,
- "snmp_trap_host": "snmphost-1.com",
- "snmp_trap_port": 1080
}, - "support_settings": {
- "allow_analytics_gui": false,
- "allow_support_tunnel": false,
- "autosupport_enabled": true
}, - "syslogd_settings": {
- "syslogd_enabled": true,
- "syslogd_port": 1080,
- "syslogd_server": "sysloghost-1.com",
- "syslogd_servers": [
- {
- "syslogd_port": 1080,
- "syslogd_server": "sysloghost-1.com"
}
]
}, - "system_parameters": {
- "alarms_enabled": true,
- "default_volume_limit": 10,
- "fc_enabled": true,
- "group_target_enabled": true,
- "iscsi_enabled": true,
- "repl_throttle_list": [
- {
- "days": "monday,tuesday",
- "description": "Throttle one",
- "thr_at_time": 10800,
- "thr_bandwidth": 14,
- "thr_bandwidth_kbps": 1400,
- "thr_bandwidth_limit_kbps": 1400,
- "thr_until_time": 14400
}
], - "vss_validation_timeout": 60
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get all replication-partners details for Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter replication partners by Key. |
| sort | string Example: sort=name desc oData query to sort replication partner resource by Key. |
| includeIndirectPartners | boolean Example: includeIndirectPartners=true Include indirect partners. Indirect partners are excluded by default. This parameter cannot be used with other query parameters. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "array_serial": "string",
- "cfg_sync_status": "string",
- "creation_time": 3400,
- "folder_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "folder_name": "Folder_A",
- "hostname": "10.103.204.194",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "is_alive": true,
- "name": "parnter-A",
- "partner_type": "string",
- "paused": true,
- "pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "pool_name": "default-pool",
- "repl_hostname": "10.103.204.194",
- "subnet_label": "management",
- "subnet_netmask": "255.255.255.0",
- "subnet_network": "128.0.0.1",
- "subnet_type": "string",
- "systemId": "0019dbd036e652bd91000000000000000000000001",
- "version": -1234,
- "volume_collection_list_count": 1234,
- "alias": "string",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "control_port": 1234,
- "customerId": "string",
- "data_port": 1234,
- "description": "99.9999% availability",
- "full_name": "parnter-A",
- "generation": 0,
- "last_keepalive_error": "string",
- "last_modified": 3400,
- "last_sync_error": "string",
- "match_folder": true,
- "partner_group_uid": 1234,
- "port_range_start": 0,
- "proxy_hostname": "string",
- "proxy_user": "string",
- "remote_partner_folder_id": "string",
- "remote_partner_folder_name": "string",
- "remote_partner_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "remote_partner_name": "string",
- "remote_partner_pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "remote_partner_pool_name": "string",
- "remote_partner_subnet_label": "management",
- "remote_partner_subnet_type": "mgmt",
- "remote_partner_system_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "replication_direction": "string",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "search_name": "vol:1",
- "status": "string",
- "throttled_bandwidth": -1234,
- "throttled_bandwidth_current": -1234,
- "throttled_bandwidth_current_kbps": -1234,
- "throttled_bandwidth_kbps": -1234,
- "throttles": [
- {
- "creation_time": 3400,
- "days": "example day",
- "description": "Throttle one",
- "id": "0e50c608cc7cb525e7000000000000000000000005",
- "last_modified": 3400,
- "name": "Throttle1",
- "thr_at_time": 10800,
- "thr_bandwidth": 14,
- "thr_bandwidth_kbps": 20000,
- "thr_bandwidth_limit_kbps": 20000,
- "thr_day_mask": 1234,
- "thr_partner_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "thr_until_time": 14400
}
], - "type": "string",
- "unique_name": true,
- "volume_collection_list": [
- {
- "id": "07717d935c0fa5075d000000000000000000000008"
}
], - "witness": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/replicationpartners",
- "total": 1
}Create replication partner pair for Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
required | Array of objects (ReplicationPartnerObj) List of replication partners. |
{- "replicationPartners": [
- {
- "control_port": 1024,
- "data_port": 1024,
- "description": "99.9999% availability",
- "match_folder": true,
- "repl_hostname": "15.213.204.121",
- "source": {
- "hostname": "15.213.204.163",
- "name": "replicationPartner1",
- "subnet_label": "myobject-5",
- "subnet_type": "mgmt",
- "pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817"
}, - "subnet_label": "myobject-5",
- "subnet_type": "mgmt",
- "target": {
- "hostname": "15.213.204.164",
- "name": "replicationPartner2",
- "subnet_label": "myobject-5",
- "subnet_type": "mgmt",
- "pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817"
}, - "targetSystemId": "005319ed73385876a4000000000000000000000001",
- "throttles": [
- {
- "creation_time": 3400,
- "days": "example day",
- "description": "Throttle one",
- "id": "0e50c608cc7cb525e7000000000000000000000005",
- "last_modified": 3400,
- "name": "Throttle1",
- "thr_at_time": 10800,
- "thr_bandwidth": 14,
- "thr_bandwidth_kbps": 20000,
- "thr_bandwidth_limit_kbps": 20000,
- "thr_day_mask": 1234,
- "thr_partner_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "thr_until_time": 14400
}
]
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K replication-partner identified by {replicationpartnerId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| replicationpartnerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of replicationpartner. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/replicationpartners/2a0df0fe6f7dc7bb16000000000000000000004009",
- "array_serial": "string",
- "cfg_sync_status": "string",
- "creation_time": 3400,
- "folder_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "folder_name": "Folder-A",
- "hostname": "15.213.204.121",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "is_alive": true,
- "name": "parnter-A",
- "partner_type": "string",
- "paused": true,
- "pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "pool_name": "default-pool",
- "repl_hostname": "15.213.204.121",
- "subnet_label": "management",
- "subnet_netmask": "255.255.255.0",
- "subnet_network": "128.0.0.1",
- "subnet_type": "string",
- "systemId": "0019dbd036e652bd91000000000000000000000001",
- "version": -1234,
- "volume_collection_list_count": 1234,
- "alias": "string",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "control_port": 1234,
- "customerId": "string",
- "data_port": 1234,
- "description": "99.9999% availability",
- "full_name": "parnter-A",
- "generation": 0,
- "last_keepalive_error": "string",
- "last_modified": 3400,
- "last_sync_error": "string",
- "match_folder": true,
- "partner_group_uid": 1234,
- "port_range_start": 0,
- "proxy_hostname": "string",
- "proxy_user": "string",
- "remote_partner_folder_id": "string",
- "remote_partner_folder_name": "string",
- "remote_partner_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "remote_partner_name": "string",
- "remote_partner_pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "remote_partner_pool_name": "string",
- "remote_partner_subnet_label": "management",
- "remote_partner_subnet_type": "mgmt",
- "remote_partner_system_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "replication_direction": "string",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "search_name": "vol:1",
- "status": "string",
- "throttled_bandwidth": -1234,
- "throttled_bandwidth_current": -1234,
- "throttled_bandwidth_current_kbps": -1234,
- "throttled_bandwidth_kbps": -1234,
- "throttles": [
- {
- "creation_time": 3400,
- "days": "example day",
- "description": "Throttle one",
- "id": "0e50c608cc7cb525e7000000000000000000000005",
- "last_modified": 3400,
- "name": "Throttle1",
- "thr_at_time": 10800,
- "thr_bandwidth": 14,
- "thr_bandwidth_kbps": 20000,
- "thr_bandwidth_limit_kbps": 20000,
- "thr_day_mask": 1234,
- "thr_partner_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "thr_until_time": 14400
}
], - "type": "string",
- "unique_name": true,
- "volume_collection_list": [
- {
- "id": "07717d935c0fa5075d000000000000000000000008"
}
], - "witness": "string"
}Edit a replication partner for Nimble / Alletra 6K given by replicationpartnerId
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| replicationpartnerId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of replicationpartner. A 42 digit hexadecimal number. |
required | Array of objects (EditReplicationPartner) List of replication partners. |
{- "replicationPartners": [
- {
- "control_port": 1024,
- "data_port": 1024,
- "description": "99.9999% availability",
- "match_folder": true,
- "remotePartnerId": "005319ed73385876a4000000000000000000000006",
- "repl_hostname": "15.213.204.121",
- "source": {
- "hostname": "15.213.204.163",
- "name": "replicationPartner1",
- "subnet_label": "myobject-5",
- "subnet_type": "mgmt",
- "pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817"
}, - "subnet_label": "myobject-5",
- "subnet_type": "mgmt",
- "target": {
- "hostname": "15.213.204.164",
- "name": "replicationPartner2",
- "subnet_label": "myobject-5",
- "subnet_type": "mgmt",
- "pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817"
}, - "targetSystemId": "005319ed73385876a4000000000000000000000001",
- "throttles": [
- {
- "creation_time": 3400,
- "days": "example day",
- "description": "Throttle one",
- "id": "0e50c608cc7cb525e7000000000000000000000005",
- "last_modified": 3400,
- "name": "Throttle1",
- "thr_at_time": 10800,
- "thr_bandwidth": 14,
- "thr_bandwidth_kbps": 20000,
- "thr_bandwidth_limit_kbps": 20000,
- "thr_day_mask": 1234,
- "thr_partner_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "thr_until_time": 14400
}
]
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Pause the replication pair of Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
required | Array of objects (ReplicationPartnerPairAction) List of replication partner pairs. |
{- "replicationPartners": [
- {
- "replicationPartnerSystemId": "7a0ef0fe6f7dc7bb16000000000000000000001257",
- "srcReplicationId": "3a0df0fe6f7dc7bb16000000000000000000003467",
- "targetReplicationId": "1a0hf0fe6f7dc7bb16000000000000000000007835"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Resume the replication pair of Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
required | Array of objects (ReplicationPartnerPairAction) List of replication partner pairs. |
{- "replicationPartners": [
- {
- "replicationPartnerSystemId": "7a0ef0fe6f7dc7bb16000000000000000000001257",
- "srcReplicationId": "3a0df0fe6f7dc7bb16000000000000000000003467",
- "targetReplicationId": "1a0hf0fe6f7dc7bb16000000000000000000007835"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Test the replication partner pair of Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
required | Array of objects (ReplicationPartnerPairAction) List of replication partner pairs. |
{- "replicationPartners": [
- {
- "replicationPartnerSystemId": "7a0ef0fe6f7dc7bb16000000000000000000001257",
- "srcReplicationId": "3a0df0fe6f7dc7bb16000000000000000000003467",
- "targetReplicationId": "1a0hf0fe6f7dc7bb16000000000000000000007835"
}
]
}{- "response": [
- {
- "replication_partner_id": "081491cb6652a03a6b000000000000000000000005",
- "response": "The server is currently unable to handle the request., A service is not running or is not reachable. If the condition persists, contact Nimble Storage Support.",
- "status": "SUCCESSFUL"
}
]
}Remove list of replication partner for Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
required | Array of objects (ReplicationPartnerPairAction) List of replication partner pairs to be deleted |
{- "replicationPartners": [
- {
- "replicationPartnerSystemId": "7a0ef0fe6f7dc7bb16000000000000000000001257",
- "srcReplicationId": "3a0df0fe6f7dc7bb16000000000000000000003467",
- "targetReplicationId": "1a0hf0fe6f7dc7bb16000000000000000000007835"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get all witness configuration details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004007 Lucene query to filter witnesses by Key. |
| sort | string Example: sort=name desc oData query to sort witnesses resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "host": "witness-host9801.sjcvlab.com",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004007",
- "port": 18976,
- "username": "witness9801",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "auto_switchover_messages": [
- {
- "code": "SM_update_net_degrade",
- "severity": "info",
- "text": "Error occurred."
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "generation": 0,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "string",
- "witness_status": [
- {
- "array_name": "CS2-AF60-1234",
- "role": "leader",
- "witness_connectivity_message": "Ok",
- "witness_connectivity_state": "Reachable"
}
]
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/witnesses",
- "total": 1
}Create a new witness configuration Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| host required | string Hostname or ip addresses of witness. Comma separated strings of up to 63 characters of hostname and/or ip addresses. Total length cannot exceed 255 characters. |
| password required | string Password of witness. String of 0 to 255 characters. |
| port | integer or null <int64> Port of witness. Positive integer value up to 65535 representing TCP/IP port. Defaults to 5395. |
| username required | string Username of witness. This has to be a non-root that can login to the witness host. String of up to 32 characters, beginning with a letter or number or period (.) or an underscore (). It can include underscore (), dash (-), period (.) and end with doller ($) sign. |
{- "host": "witness-host9801.sjcvlab.com",
- "password": "password_25-24",
- "port": 5395,
- "username": "witness9801"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove witness identified by {witnessId} from Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| witnessId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of witness. A 42 digit hexadecimal number. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K witness configuration identified by {witnessId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| witnessId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004007 Identifier of witness. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/system-settings/witnesses/2a0df0fe6f7dc7bb16000000000000000000004007",
- "host": "witness-host9801.sjcvlab.com",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004007",
- "port": 18976,
- "username": "witness9801",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "auto_switchover_messages": [
- {
- "code": "SM_update_net_degrade",
- "severity": "info",
- "text": "Error occurred."
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "generation": 0,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "string",
- "witness_status": [
- {
- "array_name": "CS2-AF60-1234",
- "role": "leader",
- "witness_connectivity_message": "Ok",
- "witness_connectivity_state": "Reachable"
}
]
}Test and validate the witness configuration between the host identified by {witnessId} from Nimble / Alletra 6K identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| witnessId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of witness. A 42 digit hexadecimal number. |
{- "response": [
- {
- "array_name": "Nimble Array056",
- "role": "leader",
- "witness_connectivity_message": "example reachability message",
- "witness_connectivity_state": "reachable"
}
]
}Get alert-contact details for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| sort | string Example: sort=firstName desc oData query to sort contacts by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/{id}",
- "type": "systems"
}
], - "items": [
- {
- "company": "HPE",
- "companyCode": "HPE",
- "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "country": "US",
- "customerId": "fc5f41652a53497e88cdcebc715cc1sd",
- "fax": "+1 323 555 1234",
- "firstName": "john",
- "generation": 1627540907421,
- "id": "67d09515-8526-9b02-c0c4-c1f443a39402",
- "includeSvcAlerts": false,
- "lastName": "kevin",
- "notificationSeverities": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
], - "preferredLanguage": "en",
- "primaryEmail": "kevin.john@hpe.com",
- "primaryPhone": "98783456",
- "receiveEmail": true,
- "receiveGrouped": true,
- "secondaryEmail": "winny.pooh@hpe.com",
- "secondaryPhone": "23456789",
- "systemId": "7CE751P312",
- "systemSupportContact": false,
- "type": "alert-contacts"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE809P009/alert-contacts",
- "systemId": "4UW0001540",
- "total": 1
}Add Alert/Mail contact details
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| company | string or null Company |
| companyCode | string or null Company code |
| country | string or null Country |
| fax | string or null Fax number |
| firstName | string or null First name |
| includeSvcAlerts | boolean or null Email sent to contact shall include service alert |
| lastName | string or null Last name |
| notificationSeverities | Array of integers or null Severities of notifications the contact will be notificated. An array of number: 0 - Fatal, 1 - Critical, 2 - Major, 3 - Minor, 4 - Degraded, 5 - Info, 6 - Debug |
| preferredLanguage | string or null Preferred language when being contacted or emailed |
| primaryEmail | string or null Primary email address |
| primaryPhone | string or null Primary phone |
| receiveEmail | boolean or null Contact will receive email notifications. This is a deprecated field and will always pass true to be inline with UI. |
| receiveGrouped | boolean or null Contact will receive grouped low urgency email notifications |
| secondaryEmail | string or null Secondary email address |
| secondaryPhone | string or null Secondary phone |
{- "company": "HPE",
- "companyCode": "HPE",
- "country": "US",
- "fax": "fax_id",
- "firstName": "john",
- "includeSvcAlerts": false,
- "lastName": "kevin",
- "notificationSeverities": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
], - "preferredLanguage": "en",
- "primaryEmail": "kevin.john@hpe.com",
- "primaryPhone": "98783456",
- "receiveEmail": true,
- "receiveGrouped": true,
- "secondaryEmail": "winny.pooh@hpe.com",
- "secondaryPhone": "23456789"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete Alert/Email contact of storage system HPE Alletra Storage MP B10000 identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a4c78226-69cd-b9e7-af3e-445ca8f8a655 Unique Identifier of the alert contact |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get alert-contact details for a storage system HPE Alletra Storage MP B10000 identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a4c78226-69cd-b9e7-af3e-445ca8f8a655 Unique Identifier of the alert contact |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "company": "HPE",
- "companyCode": "HPE",
- "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "country": "US",
- "customerId": "fc5f41652a53497e88cdcebc715cc1sd",
- "fax": "+1 323 555 1234",
- "firstName": "john",
- "generation": 1627540907421,
- "id": "67d09515-8526-9b02-c0c4-c1f443a39402",
- "includeSvcAlerts": false,
- "lastName": "kevin",
- "notificationSeverities": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
], - "preferredLanguage": "en",
- "primaryEmail": "kevin.john@hpe.com",
- "primaryPhone": "98783456",
- "receiveEmail": true,
- "receiveGrouped": true,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE809P009/alert-contacts",
- "secondaryEmail": "winny.pooh@hpe.com",
- "secondaryPhone": "23456789",
- "systemId": "7CE751P312",
- "systemSupportContact": false,
- "type": "alert-contacts"
}Edit Alert/Email contact details of storage system HPE Alletra Storage MP B10000 identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a4c78226-69cd-b9e7-af3e-445ca8f8a655 Unique Identifier of the alert contact |
| company | string or null Company |
| companyCode | string or null Company code |
| country | string or null Country |
| fax | string or null Fax number |
| firstName | string or null First name |
| includeSvcAlerts | boolean or null Email sent to contact shall include service alert |
| lastName | string or null Last name |
| notificationSeverities | Array of integers or null Severities of notifications the contact will be notificated. An array of number: 0 - Fatal, 1 - Critical, 2 - Major, 3 - Minor, 4 - Degraded, 5 - Info, 6 - Debug |
| preferredLanguage | string or null Preferred language when being contacted or emailed |
| primaryEmail | string or null Primary email address |
| primaryPhone | string or null Primary phone |
| receiveEmail | boolean or null Contact will receive email notifications. This is a deprecated field and will always pass true to be inline with UI. |
| receiveGrouped | boolean or null Contact will receive grouped low urgency email notifications |
| secondaryEmail | string or null Secondary email address |
| secondaryPhone | string or null Secondary phone |
{- "company": "HPE",
- "companyCode": "HPE",
- "country": "US",
- "fax": "fax_id",
- "firstName": "john",
- "includeSvcAlerts": false,
- "lastName": "kevin",
- "notificationSeverities": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
], - "preferredLanguage": "en",
- "primaryEmail": "kevin.john@hpe.com",
- "primaryPhone": "98783456",
- "receiveEmail": true,
- "receiveGrouped": true,
- "secondaryEmail": "winny.pooh@hpe.com",
- "secondaryPhone": "23456789"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get array certificates by HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=service eq qw-client Lucene query to filter Certificates by Key. |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE809P009",
- "type": "systems"
}
], - "certType": "cert",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "commonname": "HPE_3PAR C630-4UW0002940",
- "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "displayname": "Certificate HPE_3PAR C630-4UW0002940",
- "domain": "hpe.com",
- "enddate": {
- "ms": 1611599192000,
- "tz": "Local"
}, - "fingerprint": "string",
- "generation": 1627533096726,
- "id": "99691e493067b2b2acf1774fc0ccc011",
- "issuer": "CN=HPE_3PAR C630-4UW0002940",
- "pem": "string",
- "serial": "1",
- "service": "unified-server",
- "signaturetype": "self-signed",
- "startdate": {
- "ms": 1591789652000,
- "tz": "Local"
}, - "subject": "CN=HPE_3PAR C630-4UW0002940",
- "subjectaltname": "DNS:HPE_3PAR C630-4UW0002940",
- "systemId": "7CE809P009",
- "text": "string",
- "type": "certificates",
- "uri": "/api/v3/certificates/99691e493067b2b2acf1774fc0ccc011",
- "vcGuid": "09r907r9hinfniauhfiqh98qh"
}
], - "pageLimit": 1,
- "pageOffset": 0,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE809P009/certificates",
- "total": 1
}Create certificate on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| authorityChain | string The authority chain for Quorum Witness server certificate. |
| commonName | string CommonName for the certificate. |
| country | string Two-letter code for the country where organization is located. |
| days | integer <int64> Number of days valid for the certificate. |
| keyLength | integer <int64> Key length for the certificate. |
| locality | string Locality where organization is located. |
| organization | string Organization for the certificate |
| organizationUnit | string Division of organization handling the certificate. |
| province | string Province where organization is located. |
| service required | string Enum: "QW_CLIENT" "QW_SERVER" "WSAPI" "CLI" "CIM" "VASA" "EKM_CLIENT" "SYSLOG_GEN_CLIENT" "SYSLOG_SEC_CLIENT" "UNIFIED_SERVER" "EKM_SERVER" Name of service the certificate is for. |
object (DeviceType4CertSubjectAltName) Subject Alternative Name for the certificate. | |
| type required | string Type of certificate to create. |
{- "authorityChain": "-----BEGIN CERTIFICATE REQUEST-----abc----END CERTIFICATE REQUEST-----",
- "commonName": "hpe.com CA - Intermediate",
- "country": "IN",
- "days": 365,
- "keyLength": 2048,
- "locality": "BLR",
- "organization": "HPE",
- "organizationUnit": "HPE Alletra Storage MP B10000",
- "province": "Karnataka",
- "service": "QW_CLIENT",
- "subjectAltName": {
- "DNS": "7CE815P2BH",
- "IP": "15.213.65.129",
- "email": "abc@hpe.com"
}, - "type": "csr"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get array certificates by HPE Alletra Storage MP B10000 identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: 99691e493067b2b2acf1774fc0ccc011 ID of the certificate |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE809P009",
- "type": "systems"
}
], - "certType": "cert",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "commonname": "HPE_3PAR C630-4UW0002940\"",
- "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "displayname": "Certificate HPE_3PAR C630-4UW0002940",
- "domain": "hpe.com",
- "enddate": {
- "ms": 1611599192000,
- "tz": "Local"
}, - "fingerprint": "string",
- "generation": 1627533096726,
- "id": "99691e493067b2b2acf1774fc0ccc011",
- "issuer": "CN=HPE_3PAR C630-4UW0002940",
- "pem": "string",
- "requestUri": "/api/v1/storage-systems/device-type4/7CE809P009/certificates/99691e493067b2b2acf1774fc0ccc011",
- "serial": "1",
- "service": "unified-server",
- "signaturetype": "self-signed",
- "startdate": {
- "ms": 1591789652000,
- "tz": "Local"
}, - "subject": "CN=HPE_3PAR C630-4UW0002940",
- "subjectaltname": "DNS:HPE_3PAR C630-4UW0002940",
- "systemId": "7CE809P009",
- "text": "string",
- "type": "certificates",
- "uri": "/api/v3/certificates/99691e493067b2b2acf1774fc0ccc011",
- "vcGuid": "09r907r9hinfniauhfiqh98qh"
}Import certificate identified by {id} on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: 99691e493067b2b2acf1774fc0ccc011 ID of the certificate |
| authorityChain required | string The authority chain for the new certificate. |
| certificate required | string The certificate that results from the Certificate Signing Request (CSR). |
| vcGuid | string or null vcGuid of the vCenter. It is supported from OS version 10.4.0 and VASA version 5.0.0.0 |
{- "authorityChain": "-----BEGIN CERTIFICATE REQUEST-----abc----END CERTIFICATE REQUEST----- \\n-----BEGIN CERTIFICATE REQUEST-----pqr----END CERTIFICATE REQUEST-----",
- "certificate": "-----BEGIN CERTIFICATE REQUEST-----abc----END CERTIFICATE REQUEST-----",
- "vcGuid": "09r907r9hinfniauhfiqh98qh"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete certificates from storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
required | Array of objects (DeviceType4RemoveCertificateInput) List of certificate IDs to be deleted |
{- "certificates": [
- {
- "certificate": "99691e493067b2b2acf1774fc0ccc011"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Trigger a collection on the storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| action | string or null Enum: "PERFCOLLECTION" "INSPLORECOLLECTION" "APPDUMPCOLLECTION" "CRASHDUMPCOLLECTION" "SPLORCOLLECTION" "WEEKLYCOLLECTION" Type of a collection. |
| options | Array of strings or null Options needed for the collection. If options are not specified, default values will be used. INSPLORECOLLECTION can have any or all of "clidata", "nodedata" and "tocdata" Default options - ["clidata","nodedata","tocdata"] PERFCOLLECTION should have 3 options,
Default options - ["60","10","-default"] Other collection types won't require any options, if provided will be ignored. |
[- {
- "action": "PERFCOLLECTION",
- "options": [
- "string"
]
}
]{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Set license of the storage system identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object |
{- "parameters": {
- "licenseKey": "string"
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete SMTP/mail server settings
| systemId required | string Example: 7CE751P312 systemId of the storage system |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get the system's SMTP/Mail server settigs
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE751P312",
- "type": "systems"
}
], - "authenticationRequired": "enabled",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cq",
- "friendlyCert": {
- "ValidFrom": {
- "ms": 1552301131000,
- "tz": "UTC"
}, - "ValidUntil": {
- "ms": 1615416331000,
- "tz": "UTC"
}, - "issuedTo": "example.hpe.com",
- "issuer": "CA"
}, - "generation": 1627540911681,
- "mailHostDomain": "hpe.com",
- "mailHostServer": "example.hpe.com",
- "port": 25,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/mailsettings",
- "senderEmailId": "someone@maildomain.com",
- "type": "mail-settings",
- "username": "username"
}Add SMTP/Mail server settigs
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| authenticationRequired | string or null Enum: "enabled" "disabled" Authentication needed for SMTP settings. Allowed values are: enabled or disabled. If this parameter is omitted, or explicitly set to disabled, authentication will be disabled. By default, it is disabled. |
| mailHostDomain | string or null SMTP server's Host Domain |
| mailHostServer | string or null SMTP server address/IP |
| password | string or null Encrypted base64 SMTP server's password for authentication. (Required only if Authentication required is enabled) |
| port | integer or null <int64> Enum: 25 465 587 2525 SMTP server's port number |
| senderEmailId | string or null Sender email address |
| username | string or null SMTP server's username authentication. (Required only if Authentication required is enabled) |
{- "authenticationRequired": "enabled",
- "mailHostDomain": "hpe.com",
- "mailHostServer": "example.hpe.com",
- "password": "cGFzc3dvcmQ=",
- "port": 25,
- "senderEmailId": "string",
- "username": "username"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit SMTP/Mail server settigs
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| authenticationRequired | string or null Enum: "enabled" "disabled" Authentication needed for SMTP settings. Allowed values are: enabled or disabled. If this parameter is omitted, or explicitly set to disabled, authentication will be disabled. By default, it is disabled. |
| mailHostDomain | string or null SMTP server's Host Domain |
| mailHostServer | string or null SMTP server address/IP |
| password | string or null Encrypted base64 SMTP server's password for authentication. (Required only if Authentication required is enabled) |
| port | integer or null <int64> Enum: 25 465 587 2525 SMTP server's port number |
| senderEmailId | string or null Sender email address |
| username | string or null SMTP server's username authentication. (Required only if Authentication required is enabled) |
{- "authenticationRequired": "enabled",
- "mailHostDomain": "hpe.com",
- "mailHostServer": "example.hpe.com",
- "password": "cGFzc3dvcmQ=",
- "port": 25,
- "senderEmailId": "string",
- "username": "username"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get CIM Network-Service details for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/{uid}",
- "type": "systems"
}
], - "cim": {
- "cimPolicy": "replica_entity,one_hwid_per_view,use_pegasus_interop_namespace,no_tls_strict",
- "cimState": "Active",
- "cimVersion": "V1",
- "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1qw",
- "generation": 1627533171477,
- "httpPort": 5988,
- "httpState": false,
- "httpsPort": 5989,
- "httpsState": true,
- "id": "012e5dce5c029c4c56bdda9b3e1eaaad",
- "pgVersion": "2.14.1",
- "serviceState": true,
- "slpPort": 427,
- "slpState": true,
- "systemId": "4UW0001540",
- "systemWWN": "2FF70002AC018D94",
- "type": "cim-settings"
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "systemId": "4UW0001540"
}, - "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/network-services/cim"
}Edit CIM network service configuration
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object or null |
{- "cim": {
- "cimPolicy": true,
- "enableCimService": true,
- "httpState": true,
- "httpsState": true,
- "id": "string",
- "slpState": true
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get SNMP-Manager Network-Service details for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/{uid}",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "snmp": {
- "items": [
- {
- "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1fg",
- "generation": 1627533045690,
- "id": "8be9321600cbf18e9c8c96bb3217f610",
- "managerIP": "15.218.169.163",
- "notify": "STANDARD",
- "port": 162,
- "systemId": "4UW0001540",
- "systemWWN": "2FF70002AC018D94",
- "type": "snmp-manager-settings",
- "user": "user1",
- "version": 2
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "systemId": "4UW0001540"
}, - "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/network-services/snmp-mgr"
}Add SNMP Manager settings
| systemId required | string Example: 7CE751P312 systemId of the storage system |
Array of objects or null (DeviceType4SnmpConfigParams) Specify the SNMP params |
{- "snmpConfig": [
- {
- "authenticationPassword": "password_1",
- "managerIP": "15.218.169.163",
- "notify": "STANDARD",
- "port": 162,
- "privPassword": "password_1",
- "retry": 2,
- "timeoutSecs": 162,
- "user": "user1",
- "userMode": "NEW",
- "version": 2
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete SNMP manager settings identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the SNMP manager |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get a specific SNMP-Manager Network-Service details for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the SNMP manager |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/{uid}",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "snmp": {
- "items": [
- {
- "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1fg",
- "generation": 1627533045690,
- "id": "8be9321600cbf18e9c8c96bb3217f610",
- "managerIP": "15.218.169.163",
- "notify": "STANDARD",
- "port": 162,
- "systemId": "4UW0001540",
- "systemWWN": "2FF70002AC018D94",
- "type": "snmp-manager-settings",
- "user": "user1",
- "version": 2
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "total": 1
}, - "systemId": "4UW0001540"
}, - "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/network-services/snmp-mgr"
}Edit SNMP Manager settings for the specified Id
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the SNMP manager |
| authenticationPassword | string or null Specify the SNMPv3 Authentication Password |
| managerIP | string Specify the IP address of the host from which the manager runs |
| notify | string or null Enum: "ALL" "NODUP" "STANDARD" Indicates the trap notification types defined by the HPE deviceType1 MIB |
| port | integer or null <int64> Specify the port number where the SNMP manager receives traps |
| privPassword | string or null Specify the SNMPv3 Authentication Password |
| retry | integer or null <int64> Specify the number of times to send a trap (retry) if the SNMP manager is not available. |
| timeoutSecs | integer or null <int64> Specify the number of seconds to wait before sending a trap (timeout). |
| user | string or null Specify the SNMPv3 user name |
| userMode | string or null Enum: "NEW" "EXISTING" Specify the SNMPv3 user mode |
| version | integer or null Specify the SNMP version supported |
{- "authenticationPassword": "Password_1",
- "managerIP": "15.218.169.163",
- "notify": "STANDARD",
- "port": 162,
- "privPassword": "Password_2",
- "retry": 2,
- "timeoutSecs": 162,
- "user": "user1",
- "userMode": "NEW",
- "version": 2
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get SNMP users
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| filter | string Example: filter=systemWWN eq 2FF70002AC018D94 oData query to filter snmpusers resource by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort snmpusers resource by Key. |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/recommendations",
- "type": "recommendations"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/supportsettings",
- "type": "support-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/telemetry",
- "type": "telemetry"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/capacity-summary",
- "type": "system capacity"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/network-settings",
- "type": "network-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/component-summary",
- "type": "component-summary"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/certificates",
- "type": "certificates"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/mail-settings",
- "type": "mail-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/network-services",
- "type": "network-services"
}
], - "authprotocol": "SAS",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "string",
- "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "server.com/collect",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "privprotocol": "privprotocol",
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/snmp-users/9c3c4f29a82fd8d632ff379116fa0b8f",
- "systemId": "7CE751P312",
- "systemWWN": "2FF70002AC018D94",
- "type": "string",
- "username": "username"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/snmp-users",
- "total": 1
}Get SNMP users identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the SNMP manager |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/recommendations",
- "type": "recommendations"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/supportsettings",
- "type": "support-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/telemetry",
- "type": "telemetry"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/capacity-summary",
- "type": "system capacity"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/network-settings",
- "type": "network-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/component-summary",
- "type": "component-summary"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/certificates",
- "type": "certificates"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/mail-settings",
- "type": "mail-settings"
}, - {
- "resourceUri": "/api/v1/storage-systems/7CE751P312/device-type4/network-services",
- "type": "network-services"
}
], - "authprotocol": "SAS",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "string",
- "displayname": "Drive 0.SIDE_NONE.2.0",
- "domain": "server.com/collect",
- "generation": 0,
- "id": "9c3c4f29a82fd8d632ff379116fa0b8f",
- "privprotocol": "privprotocol",
- "requestUri": "/api/v1/storage-systems/device-type4/2FF70002AC018D94/snmp-users",
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE751P312/snmp-users/9c3c4f29a82fd8d632ff379116fa0b8f",
- "systemId": "7CE751P312",
- "systemWWN": "2FF70002AC018D94",
- "type": "string",
- "username": "username"
}Get VASA Network-Service details for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/{uid}",
- "type": "systems"
}
], - "systemId": "4UW0001540",
- "vasa": {
- "certDetails": [
- {
- "retainFlag": true,
- "subject": "VASA CERTIFICATE",
- "thumbprint": "afiuqnfiqf",
- "vcGuid": "0983rhifh9q83rh9"
}
], - "certMgmt": {
- "default": "server",
- "key": "VASA_CERTMGMT_MODE-1"
}, - "certSubject": "Unknown",
- "certThumbprint": "Unknown",
- "cfgList": [
- {
- "key": "VASA_CPG_MODE-1",
- "value": "VASA_CPG_VALUE"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1xz",
- "enabled": false,
- "generation": 1627538867363,
- "httpsEnabled": true,
- "httpsPort": 9997,
- "id": "8be9321600cbf18e9c8c96bb3217f610",
- "memUsageMiB": 134,
- "moreUris": [
- {
- "isValid": 1,
- "node": 1,
- "uriStatus": "Running"
}
], - "serverName": "xppa6614.in.rdlabs.hpecorp.net",
- "serviceStatus": "string",
- "systemId": "4UW0001540",
- "systemWWN": "2FF70002AC018D94",
- "type": "vasa-settings",
- "version": "4.0.9.1"
}
}, - "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/network-services/vasa"
}Enables or disable vasa service on a HPE Alletra Storage MP B10000 storage system
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vasaId required | string Example: a9c455bf98fc1a6bdb90b824e3ac20b8 ID of the VASA service |
| action | string Specify the action on vasa service. Either START, STOP or RESET |
{- "action": "START"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Enables, disable, updates the cert management mode for VASA services on a HPE Alletra Storage MP B10000 storage system. It also provides the ability to configure the batch parameters for VASA services and set up the second VASA Provider (VP) on a HPE Alletra Storage MP B10000 storage system from OS version 10.5.0 and above.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vasaId required | string Example: a9c455bf98fc1a6bdb90b824e3ac20b8 ID of the VASA service |
| certMgmt | string or null Specify the cert mode for vasa provider, supports values server, locked_client or multi_vc. multi_vc is supported from OS version 10.4.0 and Vasa version 5.0.0.0 |
Array of objects or null or null (DeviceType4VasaCfg) A list of key/value pairs describing the configuration of the VASA service. This is supported from OS version 10.5.0 and vasa version 5.0.0.0 onwards. | |
| nodeId | string or null Secondary VASA Provider Node. Specifies the node id for which vasa service is to be configured. This will be non-network master node. After associating the second VASA Provider (VP) to the specific node then this information is used to start second instance of the VP to achieve VPHA. This configuration will provide high availability of the connection between storage device and vSphere client and minimize service downtime during failures. Applicable for HPE Alletra Storage MP B10000 storage system with 10.5.0 version and above. |
| vasaStateEnabled | boolean or null Specify the status of vasa service. |
{- "certMgmt": "server",
- "cfgList": [
- {
- "key": "maxConcurrentRequestsPerSession",
- "value": "16"
}
], - "nodeId": "0",
- "vasaStateEnabled": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get Network-Settings details for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "portManagement": {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/{uid}",
- "type": "systems"
}
], - "authenticationRequired": "enabled",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cv",
- "defaultRouteIPv4": "15.212.12.30",
- "defaultRouteIPv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "displayname": "Management Port",
- "dnsServer": "10.112.132.43",
- "domain": "sample.com",
- "generation": 1627533960634,
- "id": "eb5149ef0d3bc95f2a7e24c4b29edc92",
- "ipV4Data": {
- "activeNode": 1,
- "autoSense": true,
- "fullDuplex": true,
- "ipAddress": "15.12.123.234",
- "netMask": "255.255.255.0",
- "speed": 1000,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "Active"
}, - "ipV6Data": {
- "activeNode": 1,
- "autoSense": true,
- "fullDuplex": true,
- "ipAddress": "15.12.123.234",
- "netMask": "255.255.255.0",
- "speed": 1000,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "Active"
}, - "newDefaultRouteIPv4": "15.212.12.30",
- "newDefaultRouteIPv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "newIpV4Data": {
- "activeNode": 1,
- "autoSense": true,
- "fullDuplex": true,
- "ipAddress": "15.12.123.234",
- "netMask": "255.255.255.0",
- "speed": 1000,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "Active"
}, - "newIpv6Data": {
- "activeNode": 1,
- "autoSense": true,
- "fullDuplex": true,
- "ipAddress": "15.12.123.234",
- "netMask": "255.255.255.0",
- "speed": 1000,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "Active"
}, - "ntpServer": "16.110.23.123 16.110.23.124",
- "proxyPort": 45,
- "proxyProtocol": "HTTP",
- "proxyServer": "proxy.company.net",
- "proxyUser": "proxySampleUser",
- "systemId": "7CEFVC12",
- "type": "network-settings",
- "vpIPlist": [
- {
- "ipv4Address": "16.172.189.111",
- "ipv4NetMask": "255.255.224.0",
- "ipv6Address": "16.172.189.111",
- "ipv6PrefixLen": "16",
- "nodeId": 1
}
]
}, - "requestUri": "/api/v1/storage-systems/device-type4/7CE809P009/network-settings"
}Post Network-Settings details for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| dnsAddresses | Array of strings or null Dns address of the system |
| ipv4Address | string or null ipv4 address of the system |
| ipv4Gateway | string or null ipv4 gateway of the system |
| ipv4SubnetMask | string or null NetMask for IPV4 address |
| ipv6Address | string or null IPV6 address of the system |
| ipv6Gateway | string or null IPV6 address of the system |
| ipv6PrefixLen | string or null IPV6 Prefix length |
object or null Proxy Setting details for a device |
{- "dnsAddresses": [
- "string"
], - "ipv4Address": "string",
- "ipv4Gateway": "string",
- "ipv4SubnetMask": "string",
- "ipv6Address": "string",
- "ipv6Gateway": "string",
- "ipv6PrefixLen": "string",
- "proxyParams": {
- "authenticationRequired": "enabled",
- "proxyPassword": "string",
- "proxyPort": 0,
- "proxyProtocol": "string",
- "proxyServer": "string",
- "proxyUser": "string"
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Add a VASA Provider IP address on the specified node. After associating the VASA Provider (VP) to the specific node then this information is used to start second instance of the VP to achieve VPHA. This configuration will provide high availability of the connection between storage device and vSphere client and minimize service downtime during failures. Applicable for HPE Alletra Storage MP B10000 storage system with 10.5.0 version and above.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
required | Array of objects (DeviceType4VasaProviderAddressConfigInput) List of nodeIds and Ipaddress to be configured for VASA Provider. Applicable for HPE Alletra Storage MP B10000 storage system with 10.5.0 version and above. |
{- "configVpAddress": [
- {
- "ipv4Address": "16.172.189.110",
- "ipv4NetMask": "255.255.254.0",
- "ipv6Address": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "ipv6PrefixLen": "64",
- "nodeId": "1"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Clear VASA Provider IP Address Configuration from a node at HPE Alletra Storage MP B10000 storage system. Applicable for HPE Alletra Storage MP B10000 storage system with 10.5.0 version and above.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
required | Array of objects (DeviceType4VasaProviderAddressClearInput) List of Vasa Provider IP Address Configured node IDs to be deleted. Applicable for HPE Alletra Storage MP B10000 storage system with 10.5.0 version and above. |
{- "clearVpAddress": [
- {
- "nodeId": "1"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get service ports for nodes of all storage systems of HPE Alletra Storage MP B10000 identified by {systemId} and {nodeId }
| nodeId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 Primary ID of the node |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=ipv4address eq "169.254.77.160" oData query to filter systems by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "nodes"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "domain": "domain_name",
- "generation": 0,
- "id": "f5306b97759d80aab4bb5dcdf28dfff3",
- "ipv4address": "169.254.77.160",
- "ipv4netmask": "255.255.0.0",
- "ipv6address": "fe80::cbf3:360d:9ad:996a",
- "ipv6vnetmask": "64",
- "mode": "Service",
- "name": "Name_1",
- "node": "0",
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/nodes/0/serviceports",
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/{systemUid}/nodes/serviceports",
- "total": 2
}Get service ports for nodes of all storage systems of HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=ipv4address eq "169.254.77.160" oData query to filter systems by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/nodes/e9d353bf98fc1a6bdb90b824e3ca14b5",
- "type": "nodes"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "domain": "domain_name",
- "generation": 0,
- "id": "f5306b97759d80aab4bb5dcdf28dfff3",
- "ipv4address": "169.254.77.160",
- "ipv4netmask": "255.255.0.0",
- "ipv6address": "fe80::cbf3:360d:9ad:996a",
- "ipv6vnetmask": "64",
- "mode": "Service",
- "name": "Name_1",
- "node": "0",
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/nodes/0/serviceports",
- "systemId": "7CE751P312",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/{systemUid}/nodes/serviceports",
- "total": 2
}Get details of performance metrics of remote copy links on storage system identified by {systemid}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| reportType | string Example: reportType=Canned,Custom,Def,ApiUser parameter will be set to report type requested. For api users, set parameter as ApiUser |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
| compareBy | string Example: compareBy=top eq 5 and metrics eq linkRoundTripTime compareBy will define top and compare metrics for which query has to be made. Allowed values: |
| groupBy | string Example: groupBy=replicationPartnerName,portNsp groupBy will define comma separated groupBy parameters. Allowed value: |
| metricType | string Example: metricType=linkThroughput,linkRoundTripTime,transmittedData metricType will define comma separated metrics |
| filter | string Example: filter=remoteCopyLinkId in (57f2dc8c75144e21dbfc09705e499580,a8e2c8d70f5a97074e72935af10d9926) filter will define objects to be filtered. Filterable columns are: * |
{- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "linkRoundTripTimeData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "linkThroughputData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "transmittedData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
]
}, - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/remotecopylinks-performance",
- "startTime": 1625556314
}Get support settings for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/{uid}",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "connectToHPE": "disabled",
- "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1az",
- "emailNotifications": "enabled",
- "enterpriseServerURL": "server.com/collect",
- "generation": 1627540915530,
- "id": "7CE726P1VX",
- "miniInsploreEnabled": "disabled",
- "remoteAccess": "ENABLE_NONROOT",
- "remoteRequest": [
- {
- "remoteAccessRequest": {
- "data": [
- {
- "email": "xyz@hpe.com",
- "id": "12rft5567d"
}
], - "message": {
- "args": [
- "string"
], - "default": "Remote access has been requested",
- "key": "NEW_ACCESS_REQUEST"
}
}, - "remoteSession": {
- "data": [
- {
- "email": "xyz@hpe.com",
- "id": "12rft5567d"
}
], - "message": {
- "args": [
- "string"
], - "default": "Remote access has been requested",
- "key": "NEW_ACCESS_REQUEST"
}
}
}
], - "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/supportsettings",
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE751P312/supportsettings",
- "type": "support-settings"
}Add support settings for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| connectToHPE required | string Enable remote support by allowing sending of files from device to HPE. Allowed values: enabled or disabled. It is mandatory. |
| deviceId | string Id of the array. User can get Id info from GET response and this can not be changed. |
| enterpriseServerURL | string or null Callhome collection server URL |
| miniInsploreEnabled | string or null Enables/Disable scheduled Mini-Insplore collection. Allowed values: enabled or disabled. |
| remoteAccess required | string Enum: "DISABLE" "ENABLE_NONROOT" "ENABLE_ROOT" Allow HPE Support to access the device remotely. Allowed values: ENABLE_ROOT or DISABLE or ENABLE_NONROOT. It is mandatory. |
object or null (DeviceType4remoteRequestAcknowledge) Accept/Deny/Close the Remote Access request. |
{- "connectToHPE": "string",
- "deviceId": "string",
- "enterpriseServerURL": "string",
- "miniInsploreEnabled": "string",
- "remoteAccess": "DISABLE",
- "remoteRequestAcknowledge": {
- "id": "string",
- "supportEmail": "string",
- "userAction": "ACCEPT"
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit support settings for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| connectToHPE required | string Enable remote support by allowing sending of files from device to HPE. Allowed values: enabled or disabled. It is mandatory. |
| deviceId | string Id of the array. User can get Id info from GET response and this can not be changed. |
| enterpriseServerURL | string or null Callhome collection server URL |
| miniInsploreEnabled | string or null Enables/Disable scheduled Mini-Insplore collection. Allowed values: enabled or disabled. |
| remoteAccess required | string Enum: "DISABLE" "ENABLE_NONROOT" "ENABLE_ROOT" Allow HPE Support to access the device remotely. Allowed values: ENABLE_ROOT or DISABLE or ENABLE_NONROOT. It is mandatory. |
object or null (DeviceType4remoteRequestAcknowledge) Accept/Deny/Close the Remote Access request. |
{- "connectToHPE": "string",
- "deviceId": "string",
- "enterpriseServerURL": "string",
- "miniInsploreEnabled": "string",
- "remoteAccess": "DISABLE",
- "remoteRequestAcknowledge": {
- "id": "string",
- "supportEmail": "string",
- "userAction": "ACCEPT"
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of sustainability metrics of enclosure and system power supplies in Watts on storage system identified by {systemid}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
| groupBy | string Example: groupBy=VV_NAME,HOST_NAME,LUN,deviceName groupBy will define comma separated groupby parameters |
| metricType | string Example: metricType=IOPS,LATENCY,THROUGHPUT,IOSIZE,QLEN,AVG_BUSY,powerConsumption metricType will define comma separated metrics |
| filter | string Example: filter=vvname in (vvname1,vvname2,vvname3) ,deviceName in (cage1) filter will define objects to be filtered |
{- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 1185586324,
- "energyConsumption": 16.53,
- "historyData": {
- "powerConsumption": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
]
}, - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/sustainabilityMetrics",
- "startTime": 1825951613
}Get the system settings configuration details
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/{id}",
- "type": "systems"
}
], - "authMode": "Time-based one-time password mode",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fv5f41632a53497e88cdcebc715cc1cf",
- "encryption": {
- "backupSaved": false,
- "darState": "normal",
- "enabled": false,
- "failedDisks": 2,
- "fipsCompliant": "NotCompliant",
- "keyLocation": "LKM",
- "kmpiProtocols": [
- "1.1",
- "1.2"
], - "licensed": false,
- "notFIPSPD": 2,
- "notNodeSED": 2,
- "notSEDPD": 2,
- "seqNum": 2,
- "serverCount": 2,
- "serverNames": [
- "server1",
- "server2"
], - "serverPort": 2,
- "serverUser": "Username"
}, - "generation": 1627541300145,
- "installationsites": {
- "city": "Bangalore",
- "company": "Hewlett Packard Enterprise",
- "country": "India",
- "hpePassportId": "annajohn@gmail.com",
- "hpePassword": "password",
- "id": "2FF70002AC07E9C6",
- "postalCode": "560001",
- "setSystemLocation": false,
- "state": "Karnataka",
- "streetAddress": "7992 Woodland Street",
- "supportProvider": "HPE",
- "systemId": "7CE751P312"
}, - "isFIPSEnabled": false,
- "isFileEnabled": false,
- "name": "Array1",
- "ntpServer": "15.213.68.208",
- "remoteSyslogSettings": {
- "remoteSysLog": 0,
- "remoteSysLogHost": "[ 4.3.2.1:8080,1.2.3.4:8080 ]",
- "remoteSysLogSecurityHost": "[ 5.6.7.8:8080,8.7.5.6:8080 ]"
}, - "srinfo": {
- "percentUsed": 2,
- "totalCapacityMiB": 90714,
- "usedCapacityMiB": 1559
}, - "supportcontact": {
- "company": "HPE",
- "companyCode": "HPE",
- "country": "US",
- "fax": "fax_id",
- "firstName": "john",
- "id": "67d09515-8526-9b02-c0c4-c1f443a39402",
- "includeSvcAlerts": false,
- "lastName": "kevin",
- "notificationSeverities": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
], - "preferredLanguage": "en",
- "primaryEmail": "kevin.john@hpe.com",
- "primaryPhone": "98783456",
- "receiveEmail": true,
- "receiveGrouped": true,
- "secondaryEmail": "winny.pooh@hpe.com",
- "secondaryPhone": "23456789",
- "systemId": "7CE751P312",
- "systemSupportContact": false
}, - "systemDate": 1580068830,
- "systemId": "7CE751P312",
- "systemParameters": {
- "cablingConfig": "Capacity",
- "dsccReadOnly": "yes",
- "fcRawSpaceAlert": 1,
- "maxVolumeRetention": 1209600,
- "overprovRatioLimit": 0,
- "overprovRatioWarning": 0,
- "rwareConfidence": "string",
- "rwareRetentionTime": 1209600
}, - "timezone": "Asia/Calcutta",
- "type": "system-settings"
}, - "requestUri": "/api/v1/storage-systems/device-type4/7CE809P009/system-settings"
}Edit system settings configuration. Only one type of system settings i.e. either "authMode or dateTime or installationSites or name or ntpAddresses or remoteSyslogSettings or srinfo or supportContact or systemParameters or enableFile (This operation is supported from OS version 10.5.0 and later.)" is allowed to be configured at a time.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object or null | |
| dateTime | string or null system date time. timezone is mandatory to configure this parameter. |
object or null | |
object or null | |
| name | string or null system name |
| ntpAddresses | Array of strings or null or null system ntp addresses. timezone is mandatory to configure this parameter. |
object or null | |
object or null | |
object or null (DeviceType4ContactsEditDetails) Contacts details set to receive alerts | |
object or null | |
| timezone | string or null system time zone |
{- "authMode": {
- "authmode": "ciphertext"
}, - "dateTime": "01/15/2020 10:00:00",
- "enableFile": {
- "enable": false,
- "fileServiceId": "7CE751P312"
}, - "installationSites": {
- "city": "Bangalore",
- "company": "Hewlett Packard Enterprise",
- "country": "India",
- "postalCode": "560001",
- "setSystemLocation": false,
- "state": "Karnataka",
- "streetAddress": "7992 Woodland Street",
- "supportProvider": "HPE"
}, - "name": "Array1",
- "ntpAddresses": [
- "string"
], - "remoteSyslogSettings": {
- "remoteSysLog": 0,
- "remoteSysLogHost": [
- "4.3.2.1:8080,1.2.3.4:8080"
], - "remoteSysLogSecurityHost": [
- "5.6.7.8:8080,8.7.5.6:8080"
]
}, - "srinfo": {
- "newCapacityMiB": 11000
}, - "supportContact": {
- "company": "HPE",
- "companyCode": "HPE",
- "country": "US",
- "fax": "fax_id",
- "firstName": "john",
- "id": "67d09515-8526-9b02-c0c4-c1f443a39402",
- "includeSvcAlerts": false,
- "lastName": "kevin",
- "notificationSeverities": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
], - "preferredLanguage": "en",
- "primaryEmail": "kevin.john@hpe.com",
- "primaryPhone": "98783456",
- "receiveEmail": true,
- "receiveGrouped": true,
- "secondaryEmail": "winny.pooh@hpe.com",
- "secondaryPhone": "23456789",
- "systemId": "7CE751P312"
}, - "systemParameters": {
- "overprovRatioLimit": 2,
- "overprovRatioWarning": 1,
- "rwareConfidence": "low",
- "rwareRetentionTime": 1209600
}, - "timezone": "Asia/Calcutta"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit system settings configuration. Only one type of system settings i.e. either "authMode or dateTime or installationSites or name or ntpAddresses or remoteSyslogSettings or srinfo or supportContact or systemParameters or enableFile This operation is supported from OS version 10.5.0 and later.)" is allowed to be configured at a time.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object or null | |
| dateTime | string or null system date time. timezone is mandatory to configure this parameter. |
object or null | |
object or null | |
| name | string or null system name |
| ntpAddresses | Array of strings or null or null system ntp addresses. timezone is mandatory to configure this parameter. |
object or null | |
object or null | |
object or null (DeviceType4ContactsEditDetails) Contacts details set to receive alerts | |
object or null | |
| timezone | string or null system time zone |
{- "authMode": {
- "authmode": "ciphertext"
}, - "dateTime": "01/15/2020 10:00:00",
- "enableFile": {
- "enable": false,
- "fileServiceId": "7CE751P312"
}, - "installationSites": {
- "city": "Bangalore",
- "company": "Hewlett Packard Enterprise",
- "country": "India",
- "postalCode": "560001",
- "setSystemLocation": false,
- "state": "Karnataka",
- "streetAddress": "7992 Woodland Street",
- "supportProvider": "HPE"
}, - "name": "Array1",
- "ntpAddresses": [
- "string"
], - "remoteSyslogSettings": {
- "remoteSysLog": 0,
- "remoteSysLogHost": [
- "4.3.2.1:8080,1.2.3.4:8080"
], - "remoteSysLogSecurityHost": [
- "5.6.7.8:8080,8.7.5.6:8080"
]
}, - "srinfo": {
- "newCapacityMiB": 11000
}, - "supportContact": {
- "company": "HPE",
- "companyCode": "HPE",
- "country": "US",
- "fax": "fax_id",
- "firstName": "john",
- "id": "67d09515-8526-9b02-c0c4-c1f443a39402",
- "includeSvcAlerts": false,
- "lastName": "kevin",
- "notificationSeverities": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
], - "preferredLanguage": "en",
- "primaryEmail": "kevin.john@hpe.com",
- "primaryPhone": "98783456",
- "receiveEmail": true,
- "receiveGrouped": true,
- "secondaryEmail": "winny.pooh@hpe.com",
- "secondaryPhone": "23456789",
- "systemId": "7CE751P312"
}, - "systemParameters": {
- "overprovRatioLimit": 2,
- "overprovRatioWarning": 1,
- "rwareConfidence": "low",
- "rwareRetentionTime": 1209600
}, - "timezone": "Asia/Calcutta"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get vVol details for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compressionPolicy": true,
- "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fafafaefu987823hfa",
- "dedup": "dedup",
- "displayName": "vVol",
- "domain": "Domain",
- "generation": 1627538867363,
- "id": 79,
- "logicalSizeMiB": 243,
- "name": "vVol1",
- "parentID": 88,
- "physicalSizeMiB": 54,
- "provType": "PROVTYPE_FULL",
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE751P312/network-services/vvol",
- "scName": "sc1",
- "scUuid": "983ihuah83ifua",
- "systemId": "7CE751P312",
- "systemWWN": "2FF70002AC018D94",
- "type": "FC",
- "uid": "908r897r928r4oo",
- "uri": "/api/v3/vvol/99691e493067b2b2acf1774fc0ccc011",
- "vmName": "VMware1",
- "vmUuid": "098327782ijrifn",
- "vmwType": "vvol"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/network-services/vvol",
- "total": 1
}Get Storage Container details for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4",
- "type": "systems"
}
], - "autoDissmissed": 3,
- "comment": "v1 is a storage container",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "fafafaefu987823hfa",
- "displayName": "Storage Container",
- "domain": "Domain",
- "generation": 1627538867363,
- "growthLimitMiB": 12,
- "growthSizeMiB": 123,
- "growthWarnMiB": 46,
- "hostGroups": [
- {
- "hosts": [
- {
- "id": "Uid",
- "name": "Name",
- "userCreated": true
}
], - "id": "Uid",
- "name": "Name",
- "userCreated": true
}
], - "hostList": [
- "string"
], - "hosts": [
- {
- "id": "Uid",
- "name": "Name",
- "userCreated": true
}
], - "id": "fc5f41652a53497e88cdcebc715cc1xz",
- "inUseMiB": 243,
- "name": "vvolsc1",
- "numOfVMs": 3,
- "numOfVvols": 6,
- "pevvs": [
- "string"
], - "provisionedMiB": 23,
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/vvolscs/9c3c4f29a82fd8d632ff379116fa0b8f",
- "sc_uuid": "fc5f41652a53497e88cdcebc715cc1xz",
- "scId": 56,
- "scType": "SCSI",
- "systemId": "7CE751P312",
- "systemWWN": "4UW001500",
- "totalMiB": 458,
- "transportType": "FC",
- "type": "storage Container",
- "uri": "/api/v1/storage-systems/device-type4/7CE751P312/network-services/vvolscs"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/network-services/vvolscs",
- "total": 1
}Delete storage container of storage system HPE Alletra Storage MP B10000 identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vvolscId required | string Example: d09b59cd7bd07a4e9559e78dcea07498 Storage container UID |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit storage container of storage system HPE Alletra Storage MP B10000 identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vvolscId required | string Example: d09b59cd7bd07a4e9559e78dcea07498 Storage container UID |
| comment | string or null Comment of the Storage Container. |
| growthLimitMiB | integer or null Specifies that the auto-grow operation is limited to the specified storage amount. The storage amount can be specified in MiB. A size of 0 (default) means no limit is enforced. To disable auto-grow, set the limit to 1. |
| growthSizeMiB | integer or null Specifies the growth increment size, the amount of logical disk storage created on each auto-grow operation. If the size is non-zero it must be 3675 MiB or greater. The size can be specified in MiB. A size of 0 disables the auto-grow feature. |
| growthWarnMiB | integer or null Specifies that the threshold of used logical disk space, when exceeded, results in a warning alert. The size can be specified in MiB. A size of 0 (default) means no warning limit is enforced. To set the warning for any used space, set the limit to 1. |
| name | string Storage Container Name. |
{- "comment": "Storage Container is for the volume",
- "growthLimitMiB": 20,
- "growthSizeMiB": 10,
- "growthWarnMiB": 18,
- "name": "<resource_name>"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get quorum witness configuration details from storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq afb4961e47212e5bc88dd35db5be5c83 oData query to filter witness by key. |
| sort | string Example: sort=id desc oData query to sort witness resource by key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "id": "5a5ce66d4814a5e5156de428abb0a589",
- "associatedLinks": [
- {
- "link": "/v1/storage-systems/SGH000XWEE",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "generation": 0,
- "isRemoteArraySupportReplication": true,
- "name": "IPSource",
- "quorumATFTimeout": 30,
- "quorumIpAddress": "10.10.10.11",
- "quorumSSLPort": 8843,
- "quorumStatus": "Initializing",
- "quorumStatusQual": "NA",
- "quorumVersion": "2.0",
- "remoteId": "6a5ce66d4814a5e5156de428abb0a580",
- "remoteName": "IPTarget",
- "remoteSystemId": "SGH000XWEF",
- "remoteSystemName": "System102",
- "resourceUri": "/api/v1/storage-systems/device-type4/SGH000XWEE/system-settings/quorum-witness/5a5ce66d4814a5e5156de428abb0a589",
- "systemId": "SGH000XWEE",
- "systemName": "s1511",
- "type": "quorum-witness"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type4/SGH000XWEE/system-settings/quorum-witness",
- "total": 1
}Create quorum witness on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
required | object Parameters for create quorum witness action |
| replicationPartnerSystemId required | string SystemId of target replication partner |
| srcReplicationId required | string Id of source replication partner on which quorum witness is to be configured |
| startQuorumWitness | boolean or null Specifies start/stop Quorum Witness connectivity on the storage system. If set true, ATF configuration is activated. If set false, ATF configuration is deactivated. |
| targetReplicationId required | string Id of target replication partner on which quorum witness is to be configured |
{- "parameters": {
- "ipAddress": "15.112.47.239",
- "port": 8843,
- "ssl": true
}, - "replicationPartnerSystemId": "7CE816P0SR",
- "srcReplicationId": "afb4961e47212e5bc88dd35db5be5c83",
- "startQuorumWitness": true,
- "targetReplicationId": "afb4961e47212e5bc88dd35db5be5c83"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete quorum witness identified by {replicationPartnerId} on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| replicationPartnerId required | string Example: aedec7d11d02f73611a6ff992c256bdb id of device-type1 replication partner |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of quorum witness configured on replication partner identified by {replicationPartnerId} on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| replicationPartnerId required | string Example: aedec7d11d02f73611a6ff992c256bdb id of device-type1 replication partner |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH000XWEE/system-settings/quorum-witness/5a5ce66d4814a5e5156de428abb0a589",
- "requestUri": "/api/v1/storage-systems/device-type4/SGH000XWEE/system-settings/quorum-witness/5a5ce66d4814a5e5156de428abb0a589",
- "id": "5a5ce66d4814a5e5156de428abb0a589",
- "associatedLinks": [
- {
- "link": "/v1/storage-systems/SGH000XWEE",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "generation": 0,
- "isRemoteArraySupportReplication": true,
- "name": "IPSource",
- "quorumATFTimeout": 30,
- "quorumIpAddress": "10.10.10.11",
- "quorumSSLPort": 8843,
- "quorumStatus": "Initializing",
- "quorumStatusQual": "NA",
- "quorumVersion": "2.0",
- "remoteId": "6a5ce66d4814a5e5156de428abb0a580",
- "remoteName": "IPTarget",
- "remoteSystemId": "SGH000XWEF",
- "remoteSystemName": "System102",
- "resourceUri": "/api/v1/storage-systems/device-type4/SGH000XWEE/system-settings/quorum-witness/5a5ce66d4814a5e5156de428abb0a589",
- "systemId": "SGH000XWEE",
- "systemName": "s1511",
- "type": "quorum-witness"
}Edit quorum witness identified by {replicationPartnerId} on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| replicationPartnerId required | string Example: aedec7d11d02f73611a6ff992c256bdb id of device-type1 replication partner |
| replicationPartnerSystemId required | string SystemId of target replication partner |
| startQuorumWitness required | boolean Specifies start/stop Quorum Witness connectivity on the storage system. If set true, ATF configuration is activated. If set false, ATF configuration is deactivated. |
| targetReplicationId required | string Id of target replication partner on which quorum witness is configured |
{- "replicationPartnerSystemId": "7CE816P0SR",
- "startQuorumWitness": true,
- "targetReplicationId": "afb4961e47212e5bc88dd35db5be5c83"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of replication partners on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=systemId eq 7CE751P312 oData query to filter replication partners by key. |
| sort | string Example: sort=name desc oData query to sort nodes resource by key. |
| includeIndirectPartners | boolean Example: includeIndirectPartners=true Include indirect partners. Indirect partners are excluded by default. This parameter cannot be used with other query parameters. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "health": 0,
- "id": "5a5ce66d4814a5e5156de428abb0a589",
- "name": "RCPartner12",
- "quorumIpAddress": "10.10.10.11",
- "remoteReplicationId": 0,
- "replicationId": 0,
- "replicationPartnerType": "FC",
- "status": "Ready",
- "systemId": "SGH000XWEE",
- "systemName": "string",
- "associatedLinks": [
- {
- "link": "/v1/storage-systems/SGH000XWEE",
- "type": "systems"
}
], - "bufferSizeB": 1024,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "displayName": "RCPartner12",
- "domain": "domain1",
- "flags": 1,
- "generation": 0,
- "isRemoteArraySupportReplication": true,
- "minPeriodSecs": 300,
- "nodeWWN": "2FF70002AC020DA1",
- "numSockets": 2,
- "policies": {
- "mirrorConfig": true
}, - "quorumATFTimeout": 0,
- "quorumSSLPort": 0,
- "quorumStatus": "Initializing",
- "quorumStatusQual": "NA",
- "quorumVersion": "2.0",
- "remoteCopyLinks": {
- "IPC": "RCs12",
- "displayName": "sp2bh_1_3_1",
- "domain": "domain1",
- "id": "5a5ce66d4814a5e5156de428abb0a58a",
- "name": "sp2bh_1_3_1",
- "partnerName": "RCPartner12",
- "port": "1079",
- "portPos": {
- "node": 1,
- "port": 3,
- "slot": 0
}, - "rcLinkId": 1,
- "remoteAddress": "20230002AC020CEG",
- "remoteId": "6b5ce66d4814a5e5156de428abb0a79a",
- "remotePortPos": {
- "node": 1,
- "port": 3,
- "slot": 0
}, - "remoteState": "UNKNOWN",
- "remoteStatus": "Down",
- "sourceAddress": "20230002AC020CEF",
- "state": "UNKNOWN",
- "status": "Down",
- "systemId": "SGH000XWEE",
- "systemWWN": "2FF70002AC020CEF",
- "targetName": "RCPartner12",
- "throughputKByteSec": 1024,
- "type": 2
}, - "remoteId": "6a5ce66d4814a5e5156de428abb0a580",
- "remoteName": "FC-02",
- "remoteSystemId": "SGH000XWEF",
- "remoteSystemName": "System102",
- "replicationPartnerLinks": {
- "items": [
- {
- "IPC": "RCs12",
- "displayName": "sp2bh_1_3_1",
- "domain": "domain1",
- "id": "5a5ce66d4814a5e5156de428abb0a58a",
- "name": "sp2bh_1_3_1",
- "partnerName": "RCPartner12",
- "port": "1079",
- "portPos": {
- "node": 1,
- "port": 3,
- "slot": 0
}, - "rcLinkId": 1,
- "remoteAddress": "20230002AC020CEG",
- "remoteId": "6b5ce66d4814a5e5156de428abb0a79a",
- "remotePortPos": {
- "node": 1,
- "port": 3,
- "slot": 0
}, - "remoteState": "UNKNOWN",
- "remoteStatus": "Down",
- "sourceAddress": "20230002AC020CEF",
- "state": "UNKNOWN",
- "status": "Down",
- "systemId": "SGH000XWEE",
- "systemWWN": "2FF70002AC020CEF",
- "targetName": "RCPartner12",
- "throughputKByteSec": 1024,
- "type": 2
}
], - "total": 1
}, - "replicationSystemId": 1,
- "resourceUri": "/api/v1/storage-systems/device-type4/SGH000XWEE/system-settings/replication-partners/5a5ce66d4814a5e5156de428abb0a589",
- "state": "UNKNOWN",
- "systemWWN": "2FF70002AC020CEF",
- "type": "replication-partner",
- "version": 41
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type4/SGH000XWEE/system-settings/replication-partners",
- "total": 1
}Create replication partners on HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
required | Array of objects (DeviceType4ReplicationPartnerInput) |
{- "replicationPartners": [
- {
- "replicationPartnerSystemId": "string",
- "source": {
- "disabled": true,
- "name": "sample_RCtarget",
- "nodeWWN": "2FF70002AC020DA1",
- "portPosAndLink": [
- {
- "link": "10.100.65.128",
- "portPosition": {
- "node": 0,
- "port": 3,
- "slot": 1
}
}
], - "type": 1
}, - "target": {
- "disabled": true,
- "name": "sample_RCtarget",
- "nodeWWN": "2FF70002AC020DA1",
- "portPosAndLink": [
- {
- "link": "10.100.65.128",
- "portPosition": {
- "node": 0,
- "port": 3,
- "slot": 1
}
}
], - "type": 1
}
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of replication partner identified by {replicationPartnerId} on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| replicationPartnerId required | string Example: aedec7d11d02f73611a6ff992c256bdb id of device-type1 replication partner |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH000XWEE/system-settings/replication-partners/5a5ce66d4814a5e5156de428abb0a589",
- "requestUri": "api/v1/storage-systems/device-type4/SGH000XWEE/system-settings/replication-partners/5a5ce66d4814a5e5156de428abb0a589",
- "health": 0,
- "id": "5a5ce66d4814a5e5156de428abb0a589",
- "name": "RCPartner12",
- "quorumIpAddress": "10.10.10.11",
- "remoteReplicationId": 0,
- "replicationId": 0,
- "replicationPartnerType": "FC",
- "status": "Ready",
- "systemId": "SGH000XWEE",
- "systemName": "string",
- "associatedLinks": [
- {
- "link": "/v1/storage-systems/SGH000XWEE",
- "type": "systems"
}
], - "bufferSizeB": 1024,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "displayName": "RCPartner12",
- "domain": "domain1",
- "flags": 1,
- "generation": 0,
- "isRemoteArraySupportReplication": true,
- "minPeriodSecs": 300,
- "nodeWWN": "2FF70002AC020DA1",
- "numSockets": 2,
- "policies": {
- "mirrorConfig": true
}, - "quorumATFTimeout": 0,
- "quorumSSLPort": 0,
- "quorumStatus": "Initializing",
- "quorumStatusQual": "NA",
- "quorumVersion": "2.0",
- "remoteCopyLinks": {
- "IPC": "RCs12",
- "displayName": "sp2bh_1_3_1",
- "domain": "domain1",
- "id": "5a5ce66d4814a5e5156de428abb0a58a",
- "name": "sp2bh_1_3_1",
- "partnerName": "RCPartner12",
- "port": "1079",
- "portPos": {
- "node": 1,
- "port": 3,
- "slot": 0
}, - "rcLinkId": 1,
- "remoteAddress": "20230002AC020CEG",
- "remoteId": "6b5ce66d4814a5e5156de428abb0a79a",
- "remotePortPos": {
- "node": 1,
- "port": 3,
- "slot": 0
}, - "remoteState": "UNKNOWN",
- "remoteStatus": "Down",
- "sourceAddress": "20230002AC020CEF",
- "state": "UNKNOWN",
- "status": "Down",
- "systemId": "SGH000XWEE",
- "systemWWN": "2FF70002AC020CEF",
- "targetName": "RCPartner12",
- "throughputKByteSec": 1024,
- "type": 2
}, - "remoteId": "6a5ce66d4814a5e5156de428abb0a580",
- "remoteName": "FC-02",
- "remoteSystemId": "SGH000XWEF",
- "remoteSystemName": "System102",
- "replicationPartnerLinks": {
- "items": [
- {
- "IPC": "RCs12",
- "displayName": "sp2bh_1_3_1",
- "domain": "domain1",
- "id": "5a5ce66d4814a5e5156de428abb0a58a",
- "name": "sp2bh_1_3_1",
- "partnerName": "RCPartner12",
- "port": "1079",
- "portPos": {
- "node": 1,
- "port": 3,
- "slot": 0
}, - "rcLinkId": 1,
- "remoteAddress": "20230002AC020CEG",
- "remoteId": "6b5ce66d4814a5e5156de428abb0a79a",
- "remotePortPos": {
- "node": 1,
- "port": 3,
- "slot": 0
}, - "remoteState": "UNKNOWN",
- "remoteStatus": "Down",
- "sourceAddress": "20230002AC020CEF",
- "state": "UNKNOWN",
- "status": "Down",
- "systemId": "SGH000XWEE",
- "systemWWN": "2FF70002AC020CEF",
- "targetName": "RCPartner12",
- "throughputKByteSec": 1024,
- "type": 2
}
], - "total": 1
}, - "replicationSystemId": 1,
- "resourceUri": "/api/v1/storage-systems/device-type4/SGH000XWEE/system-settings/replication-partners/5a5ce66d4814a5e5156de428abb0a589",
- "state": "UNKNOWN",
- "systemWWN": "2FF70002AC020CEF",
- "type": "replication-partner",
- "version": 41
}Edit replication partner identified by {replicationPartnerId} on HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| replicationPartnerId required | string Example: aedec7d11d02f73611a6ff992c256bdb id of device-type1 replication partner |
object (DeviceType4AddRemoteCopyLinks) Request body for adding remote copy links | |
object or null (DeviceType4RemoveRemoteCopyLinksInput) Request Body for removing remote copy links |
{- "addRcLinks": {
- "replicationPartnerSystemId": "7CE816P0SR",
- "source": [
- {
- "address": "10.100.65.128",
- "portPos": {
- "node": 0,
- "port": 3,
- "slot": 1
}, - "targetName": "Sample_RCTarget",
- "type": 1
}
], - "target": [
- {
- "address": "10.100.65.128",
- "portPos": {
- "node": 0,
- "port": 3,
- "slot": 1
}, - "targetName": "Sample_RCTarget",
- "type": 1
}
]
}, - "removeRcLinks": {
- "replicationPartnerSystemId": "7CE816P0SR",
- "source": [
- {
- "rcLinkId": "afb4961e47212e5bc88dd35db5be5c82"
}
], - "target": [
- {
- "rcLinkId": "afb4961e47212e5bc88dd35db5be5c82"
}
]
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete replication partner from storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
required | Array of objects (DeviceType4RemoveRemoteCopyTargetInput) List of replication partner pairs to be deleted |
{- "replicationPartners": [
- {
- "replicationPartnerSystemId": "7CE816P0SR",
- "srcReplicationId": "afb4961e47212e5bc88dd35db5be5c83",
- "targetReplicationId": "afb4961e47212e5bc88dd35db5be5c83"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get telemetry status for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/{uid}",
- "type": "systems"
}
], - "collectionServer": "string",
- "connectivityStatus": "NORMAL",
- "connectivityTestTime": {
- "ms": 1599631885,
- "tz": "Asia/Kolkata"
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1xz",
- "details": [
- {
- "args": [
- {
- "ms": 1599631885,
- "tz": "Asia/Kolkata"
}
], - "default": "string",
- "key": "string"
}
], - "generation": 1627538867363,
- "id": "string",
- "lastFileSent": "string",
- "lastFileTransferTime": {
- "ms": 1599631885,
- "tz": "Asia/Kolkata"
}, - "lastSuccessfulConnectivityTestTime": {
- "ms": 1599631885,
- "tz": "Asia/Kolkata"
}, - "proxyConnectivity": "NORMAL",
- "rDAConfigured": "NORMAL",
- "rDAStatus": "NORMAL",
- "rSvSStatus": "NORMAL",
- "rTSStatus": "NORMAL",
- "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/telemetryStatus",
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE751P312/telemetryStatus",
- "rolledUpStatus": "NORMAL",
- "sharedVolumeStatus": "NORMAL",
- "transferStatus": "NORMAL",
- "type": "telemetry"
}Get certificates trusted by HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=other Lucene query to filter Certificates by Key. |
{- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "commonname": "c3-hp-eskm-01",
- "detail": {
- "default": "Valid Certificate",
- "key": "CERTIFICATE_VALID"
}, - "displayname": {
- "default": "Trust Certificate HPE_3PAR C630-4UW0002940",
- "key": "Trust Certificate HPE_3PAR C630-4UW0002940"
}, - "domain": "hpe.com",
- "enddate": {
- "ms": 1611599192000,
- "tz": "Local"
}, - "fingerprint": "2e92f97ad86fdcfff295841fefe20a1d71944923",
- "hash": "47efc91a.0",
- "id": "99691e493067b2b2acf1774fc0ccc011",
- "issuer": "CN=c3-hp-eskm-01",
- "isvalid": true,
- "keyUsage": "string",
- "pem": "-----BEGIN CERTIFICATE REQUEST-----abc----END CERTIFICATE REQUEST-----",
- "serial": "0",
- "signaturetype": "self-signed",
- "startdate": {
- "ms": 1591789652000,
- "tz": "Local"
}, - "subject": "CN=c3-hp-eskm-01",
- "subjectaltname": "CN=c3-hp-eskm-02",
- "systemId": "7CE809P009",
- "type": "other",
- "uri": "/api/v3/trustcerts/99691e493067b2b2acf1774fc0ccc011"
}
], - "pageLimit": 1,
- "pageOffset": 0,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE809P009/trustcerts",
- "total": 1
}Add trusted certificates for storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| action required | string Enum: "VERIFY_CERT_CHAIN" "INSTALL_CERT_CHAIN" "VERIFY_AND_INSTALL_CERT_CHAIN" Action to perform with trusted certificate |
required | object (TrustedCertParams) Parameters for adding a trusted certificate |
{- "action": "VERIFY_CERT_CHAIN",
- "parameters": {
- "certificates": "----BEGIN CERTIFICATE -----abc----END CERTIFICATE -----",
- "type": "other"
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get certificates trusted by HPE Alletra Storage MP B10000 identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: 99691e493067b2b2acf1774fc0ccc011 ID of the certificate |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "commonname": "c3-hp-eskm-01",
- "detail": {
- "default": "Valid Certificate",
- "key": "CERTIFICATE_VALID"
}, - "displayname": {
- "default": "Trust Certificate HPE_3PAR C630-4UW0002940",
- "key": "Trust Certificate HPE_3PAR C630-4UW0002940"
}, - "domain": "hpe.com",
- "enddate": {
- "ms": 1611599192000,
- "tz": "Local"
}, - "fingerprint": "2e92f97ad86fdcfff295841fefe20a1d71944923",
- "hash": "47efc91a.0",
- "id": "99691e493067b2b2acf1774fc0ccc011",
- "issuer": "CN=c3-hp-eskm-01",
- "isvalid": true,
- "keyUsage": "string",
- "pem": "-----BEGIN CERTIFICATE REQUEST-----abc----END CERTIFICATE REQUEST-----",
- "requestUri": "/api/v1/storage-systems/device-type4/7CE809P009/trustcerts",
- "serial": "0",
- "signaturetype": "self-signed",
- "startdate": {
- "ms": 1591789652000,
- "tz": "Local"
}, - "subject": "CN=c3-hp-eskm-01",
- "subjectaltname": "CN=c3-hp-eskm-02",
- "systemId": "7CE809P009",
- "type": "other",
- "uri": "/api/v3/trustcerts/99691e493067b2b2acf1774fc0ccc011"
}Delete trusted certificates from storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
required | Array of objects (RemoveTrustedCertificateInput) List of certificate IDs to be deleted |
{- "trustedCertificates": [
- {
- "trustedCertificate": "99691e493067b2b2acf1774fc0ccc011"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get vcenter settings for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
{- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1ce",
- "description": "sample vcenter description",
- "friendlyCert": {
- "ValidFrom": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "ValidUntil": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "issuedTo": "15.213.64.88",
- "issuer": "CA"
}, - "generation": 1627540916540,
- "id": "c0e4e72b-c9d3-54a4-312f-4ec0f8da498a",
- "inetaddress": "18.218.214.244",
- "name": "sample_vc_name",
- "port": 443,
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE809P009/vm-manager-settings/centerid123",
- "status": {
- "default": "Ok",
- "key": "VMPERF_FAILED"
}, - "systemId": "7CE809P009",
- "type": "vm-manager-settings",
- "username": "SysAdmin@machine.local",
- "vmManagerType": "hyperV"
}
], - "pageLimit": 1,
- "pageOffset": 0,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE809P009/vm-manager-settings",
- "total": 1
}Add vCenter settings to storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| certChainPem | string or null Certificate chain of the VCenter server as PEM data |
| description | string or null Description of the vCenter setting |
| inetaddress required | string Host name or IP address of vCenter server |
| name required | string Name of the vCenter setting |
| password required | string Password to login to the vCenter server |
| port required | integer <int64> Port number of the vCenter server. |
| username required | string Username to login to the vCenter server |
{- "certChainPem": "-----BEGIN CERTIFICATE-----\nMIID2jCCAsKgAwIBAgIJAOiAEUfqLBfBMA0GCSqGSIb3DQEBCwUAMIGQMQswCQYD\n-----END CERTIFICATE-----\n",
- "description": "vCenter - dataCenter1",
- "inetaddress": "15.71.130.25",
- "name": "dataCenter1",
- "password": "pass",
- "port": 443,
- "username": "user1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete vcenter setting identified by {vcenterSettingId} on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vcenterSettingId required | string Example: 7e92269a-12d1-35b4-60e8-5919edfc5475 UID(vcenterSettingId) of the storage system |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get vcenter setting detail for a given vcenter setting of a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vcenterSettingId required | string Example: 7e92269a-12d1-35b4-60e8-5919edfc5475 UID(vcenterSettingId) of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1ca",
- "description": "sample vc description",
- "friendlyCert": {
- "ValidFrom": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "ValidUntil": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "issuedTo": "15.213.64.88",
- "issuer": "CA"
}, - "generation": 1627540916540,
- "id": "c0e4e72b-c9d3-54a4-312f-4ec0f8da498a",
- "inetaddress": "18.213.214.145",
- "name": "sample_vc_name",
- "port": 162,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE809P009/vm-manager-settings/centerid123",
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE809P009/vm-manager-settings/centerid123",
- "status": {
- "default": "Ok",
- "key": "VMPERF_FAILED"
}, - "systemId": "7CE809P009",
- "type": "vm-manager-settings",
- "username": "SysAdmin@machine.local",
- "vmManagerType": "hyperV"
}Edit vCenter setting identified by {vcenterSettingId} on HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vcenterSettingId required | string Example: 7e92269a-12d1-35b4-60e8-5919edfc5475 UID(vcenterSettingId) of the storage system |
| certChainPem | string Certificate chain of the VCenter server as PEM data |
| description | string Description of the vCenter setting |
| inetaddress | string Host name or IP address of vCenter server |
| name | string Name of the vCenter setting |
| password | string Password to login to the vCenter server |
| port | integer <int64> Port number of the vCenter server. |
| username | string Username to login to the vCenter server |
{- "certChainPem": "-----BEGIN CERTIFICATE-----\nMIID2jCCAsKgAwIBAgIJAOiAEUfqLBfBMA0GCSqGSIb3DQEBCwUAMIGQMQswCQYD\n-----END CERTIFICATE-----\n",
- "description": "vCenter - dataCenter1",
- "inetaddress": "15.71.130.25",
- "name": "dataCenter1",
- "password": "pass",
- "port": 443,
- "username": "user1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get vme settings for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
{- "items": [
- {
- "address": "18.213.214.145",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1ca",
- "description": "vme-manager-settings-1",
- "friendlyCert": {
- "ValidFrom": {
- "ms": 1552301131000,
- "tz": "UTC"
}, - "ValidUntil": {
- "ms": 1615416331000,
- "tz": "UTC"
}, - "issuedTo": "example.hpe.com",
- "issuer": "CA"
}, - "id": "78d020c4-c2cd-49cc-89a5-0700bceea0d9",
- "lastConnectionState": "STATUS_CONNECTED",
- "lastConnectionTime": {
- "ms": 1742550142000,
- "tz": "+0530"
}, - "name": "vme-manager-settings-1",
- "port": 443,
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE809P009/vme-manager-settings/78d020c4-c2cd-49cc-89a5-0700bceea0d9",
- "systemId": "7CE809P009",
- "type": "vme-manager-settings",
- "vmManagerType": "VME"
}
], - "pageLimit": 1,
- "pageOffset": 0,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE809P009/vme-manager-settings",
- "total": 1
}Add vme settings to storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| accessToken required | string accessToken to login to the vme server |
| address required | string Host name or IP address of vme server |
object or null Associated certificate data which is required if FIPS is enabled on Array | |
| description | string or null Description of the vme settings. |
| name required | string or null Name of the vme settings. |
| port required | integer <int64> Port number of the vme server. |
{- "accessToken": "user1",
- "address": "15.71.130.25",
- "certificateVerification": {
- "certificate": "-----BEGIN CERTIFICATE-----\nMIID2jCCAsKgAwIBAgIJAOiAEUfqLBfBMA0GCSqGSIb3DQEBCwUAMIGQMQswCQYD\n-----END CERTIFICATE-----\n",
- "hostName": "host123"
}, - "description": "vme-manager-settings-1",
- "name": "vme-manager-settings-1",
- "port": 443
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete vme setting identified by {vmeSettingId} on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vmeSettingId required | string Example: 78d020c4-c2cd-49cc-89a5-0700bceea0d9 UID(vmeSettingId) of the storage system |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details for a given vme-setting of a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vmeSettingId required | string Example: 78d020c4-c2cd-49cc-89a5-0700bceea0d9 UID(vmeSettingId) of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "address": "18.213.214.145",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/settings/system-settings",
- "customerId": "fc5f41652a53497e88cdcebc715cc1ca",
- "description": "vme-manager-settings-1",
- "friendlyCert": {
- "ValidFrom": {
- "ms": 1552301131000,
- "tz": "UTC"
}, - "ValidUntil": {
- "ms": 1615416331000,
- "tz": "UTC"
}, - "issuedTo": "example.hpe.com",
- "issuer": "CA"
}, - "id": "78d020c4-c2cd-49cc-89a5-0700bceea0d9",
- "lastConnectionState": "STATUS_CONNECTED",
- "lastConnectionTime": {
- "ms": 1742550142000,
- "tz": "+0530"
}, - "name": "vme-manager-settings-1",
- "port": 443,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE809P009/vme-manager-settings/centerid123",
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE809P009/vme-manager-settings/78d020c4-c2cd-49cc-89a5-0700bceea0d9",
- "systemId": "7CE809P009",
- "type": "vme-manager-settings",
- "vmManagerType": "VME"
}Edit vme setting identified by {vmeSettingId} on HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vmeSettingId required | string Example: 78d020c4-c2cd-49cc-89a5-0700bceea0d9 UID(vmeSettingId) of the storage system |
| accessToken | string or null accessToken to login to the vme server |
| address | string or null Host name or IP address of vme server |
object or null Associated certificate data which is required if FIPS is enabled on Array | |
| description | string or null Description of the vme settings. |
| name | string or null Name of the vme settings. |
| port | integer or null <int64> Port number of the vme server. |
{- "accessToken": "user1",
- "address": "15.71.130.25",
- "certificateVerification": {
- "certificate": "-----BEGIN CERTIFICATE-----\nMIID2jCCAsKgAwIBAgIJAOiAEUfqLBfBMA0GCSqGSIb3DQEBCwUAMIGQMQswCQYD\n-----END CERTIFICATE-----\n",
- "hostName": "host123"
}, - "description": "vme-manager-settings-1",
- "name": "vme-manager-settings-1",
- "port": 443
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Returns a list of tasks that are visible to the user. The response can be paged by using the limit and offset query parameters and filtered, sorted and ordered by using the filter, sortby and orderby query parameters.
| offset | integer Example: offset=30 The offset query parameter should be used in conjunction with limit for paging, e.g.: offset=30&&limit=10. The offset is the number of items from the beginning of the result set to the first item included in the response. |
| limit | integer Example: limit=10 The limit query parameter should be used in conjunction with offset for paging, e.g.: offset=30&&limit=10. The limit is the maximum number of items to include in the response. |
| filter | string Example: filter=owner.name eq fred@example.com The expression to filter responses. |
{- "items": [
- {
- "customerId": "string",
- "generation": 0,
- "id": "string",
- "name": "string",
- "resourceUri": "string",
- "type": "string",
- "additionalDetails": {
- "consoleUri": "string"
}, - "associatedResources": [
- {
- "name": "string",
- "resourceUri": "string",
- "type": "string"
}
], - "childTasks": [
- {
- "name": "string",
- "resourceUri": "string",
- "type": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "displayName": "string",
- "endedAt": "2019-08-24T14:15:22Z",
- "error": {
- "error": "An example error message.",
- "errorCode": "string",
- "traceId": "f57dcca3345820eb579c9317ce36dd92"
}, - "estimatedRunningDurationMinutes": 0,
- "healthStatus": "string",
- "logMessages": [
- {
- "message": "string",
- "timestampAt": "2019-08-24T14:15:22Z"
}
], - "parentTask": {
- "name": "string",
- "resourceUri": "string",
- "type": "string"
}, - "progressPercent": 100,
- "recommendations": [
- {
- "message": "string"
}
], - "sourceResource": {
- "name": "string",
- "resourceUri": "string",
- "type": "string"
}, - "startedAt": "2019-08-24T14:15:22Z",
- "state": "string",
- "suggestedPollingIntervalSeconds": 0,
- "updatedAt": "2019-08-24T14:15:22Z",
- "userId": "string"
}
], - "pageLimit": 0,
- "pageOffset": 0,
- "total": 0
}Returns the task with the given id.
| id required | string <uuid> Example: c1a0eb78-41a0-4151-93b2-f057ffeca3f3 The UUID of the object |
{- "customerId": "string",
- "generation": 0,
- "id": "string",
- "name": "string",
- "resourceUri": "string",
- "type": "string",
- "additionalDetails": {
- "consoleUri": "string"
}, - "associatedResources": [
- {
- "name": "string",
- "resourceUri": "string",
- "type": "string"
}
], - "childTasks": [
- {
- "name": "string",
- "resourceUri": "string",
- "type": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "displayName": "string",
- "endedAt": "2019-08-24T14:15:22Z",
- "error": {
- "error": "An example error message.",
- "errorCode": "string",
- "traceId": "f57dcca3345820eb579c9317ce36dd92"
}, - "estimatedRunningDurationMinutes": 0,
- "healthStatus": "string",
- "logMessages": [
- {
- "message": "string",
- "timestampAt": "2019-08-24T14:15:22Z"
}
], - "parentTask": {
- "name": "string",
- "resourceUri": "string",
- "type": "string"
}, - "progressPercent": 100,
- "recommendations": [
- {
- "message": "string"
}
], - "sourceResource": {
- "name": "string",
- "resourceUri": "string",
- "type": "string"
}, - "startedAt": "2019-08-24T14:15:22Z",
- "state": "string",
- "suggestedPollingIntervalSeconds": 0,
- "updatedAt": "2019-08-24T14:15:22Z",
- "userId": "string"
}Get all volume sets for a systemId
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq volset and systemId eq 7CE751P312 oData query to filter by Key. |
| sort | string Example: sort=systemId desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "appType": "Oracle Database",
- "application": "string",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "/block/volumes/device-type2/06510ed8b8ee4fd0c7000000000000000000005927",
- "customerId": "string",
- "generation": 0,
- "healthState": "string",
- "hostWrittenCapacityMiB": 0,
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "intrinsicResource": "string",
- "iops": 0,
- "isInternal": true,
- "latency": 0,
- "location": "string",
- "members": [
- "string"
], - "name": "snap11",
- "productFamily": "deviceType1",
- "provisionedSizeMiB": 0,
- "resourceUri": "/v1/storage-systems/volume-sets",
- "sizeMiB": 0,
- "spaceWarning": 0,
- "subType": "string",
- "systemId": "7CE751P312",
- "thinSavings": "string",
- "throughPut": 0,
- "totalReservedMiB": 0,
- "type": "string",
- "usedCapacityPercent": 0,
- "usedSizeMiB": 0,
- "volumeSetId": "string",
- "volumeType": "string",
- "volumesCount": 5,
- "wwn": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/applicationsets/14dbcb4be4836ff8f012a6d0118ba83a",
- "total": 1
}Get volume-set identified by id
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: fd3244ef7f1ab8bd16500c7a41bdf8f8 UID of Volume Set |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "appType": "Oracle Database",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP",
- "customerId": "string",
- "generation": 0,
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "name": "snap11",
- "productFamily": "deviceType1",
- "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/applicationsets/14dbcb4be4836ff8f012a6d0118ba83a",
- "resourceUri": "/v1/storage-systems/volume-sets",
- "systemId": "7CE751P312",
- "type": "string",
- "volumesCount": 5
}Get all applicationset details for Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=uid eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter application-sets by Key. |
| sort | string Example: sort=name desc Lucene query to sort application-sets by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "appSetBusinessUnit": "cssl",
- "appSetComments": "app set comments",
- "appSetExcludeAIQoS": "no",
- "appSetId": 5,
- "appSetImportance": "MEDIUM",
- "appSetName": "KA_VEGA_APPSET1_186",
- "appSetType": "Oracle Database",
- "appSetTypeEnum": "ORACLE_DATA",
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/volumes",
- "type": "volumes"
}
], - "comment": "Comments",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayName": "Application Set KA_VEGA_APPSET1_186 ",
- "domain": "Domain",
- "drState": "Normal",
- "exportStatus": "PARTIALLY_EXPORTED",
- "generation": 0,
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "isFailoverAllowed": true,
- "isOverrideAllowed": false,
- "isPrimary": true,
- "isSyncAllowed": true,
- "kvPairsPresent": true,
- "members": [
- "vol1",
- "vol2"
], - "name": "volset_name",
- "nonZeroRtoConfig": "ActiveSync",
- "remoteRecoveryPoint": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "replicationPartner": [
- {
- "partnerSystem": "cs2-C630-2939-141",
- "replicationPartner": "cs2-C630-2939_s1511"
}, - {
- "partnerSystem": "s2940_208",
- "replicationPartner": "s2940_1"
}
], - "replicationState": "Started",
- "replicationTraffic": "Sending",
- "replicationType": "periodic",
- "role": "Primary",
- "serialNumber": "7CE738P06J",
- "sizeMiB": 153600,
- "snapSetParentId": 5,
- "snapSetParentName": "HPE",
- "systemId": "7CE751P312",
- "type": "string",
- "vvSetType": "VVSET",
- "zeroRtoConfig": "PP"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/applicationsets",
- "total": 1
}Create Application Set for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| appSetBusinessUnit | string or null App set business unit |
| appSetComments | string or null App set comments |
| appSetImportance | string or null (volumeSetImportance) Enum: "HIGHEST" "HIGH" "MEDIUM" "LOW" "LOWEST" Priority of the Application Set. Defaults to MEDIUM |
| appSetName required | string App set name |
| appSetType required | string or null (volumeSetApplicationType) Enum: "ORACLE_DATA" "ORACLE_LOG" "MICROSOFT_EXCHANGE" "MICROSOFT_EXCHANGE_LOG" "MICROSOFT_SQL_SERVER" "MICROSOFT_SQL_SERVER_LOG" "VIRTUAL_SERVER_VMWARE_ESXI_STORAGE" "VIRTUAL_SERVER_HYPER_V_STORAGE" "VIRTUAL_DESKTOP_VMWARE_ESXI_STORAGE" "VIRTUAL_DESKTOP_HYPER_V_STORAGE" "SHAREPOINT" "FILE_SERVER" "VEEAM_BACKUP_REPOSITORY" "VME" "SAP_HANA" "OTHER" "CUSTOM" application type |
object or null (CreateAppSetQosConfigInput) Create QoS Configuration Input | |
| customAppType | string or null App set name for Custom workloads when appSetType=CUSTOM |
| members | Array of strings or null or null volumes list |
{- "appSetBusinessUnit": "HPE",
- "appSetComments": "Edit appset",
- "appSetImportance": "MEDIUM",
- "appSetName": "Appset_134",
- "appSetType": "ORACLE_LOG",
- "createAppSetQosConfigInput": {
- "bandwidthMaxLimit": 100,
- "enable": true,
- "enableSrAlert": true,
- "iopsMaxLimit": 1,
- "perTiB": true
}, - "customAppType": "CustomWorkload_123",
- "members": [
- "vol1",
- "vol2"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Export applicationset identified by {appsetId} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| appsetId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| hostGroupIds required | Array of strings or null or null HostGroups |
| proximity | string Enum: "PRIMARY" "SECONDARY" "ALL" Host proximity setting for Active Peer Persistence configuration. Supported values are - PRIMARY, SECONDARY and ALL. Default proximity is PRIMARY. |
{- "hostGroupIds": [
- "string"
], - "proximity": "PRIMARY"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Primera / Alletra 9K replication partners identified by {systemId} and {appsetId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| appsetId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
{- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "displayName": "RCPartner1",
- "domain": "Domain1",
- "drState": "Normal",
- "generation": 0,
- "groupId": "0af26e4430948dd5c37bea1757107caf",
- "groupLastSyncTime": {
- "ms": 1552301131100,
- "tz": "UTC"
}, - "groupName": "testGroup",
- "groupObjectId": 11,
- "id": "0af26e4430548dd5c37bea1757107caf",
- "isProtectionPolicyConfigured": true,
- "isRemoteArraySupportReplication": true,
- "isSourceArraySupportReplication": true,
- "mode": "Periodic",
- "policies": {
- "activeActive": true,
- "autoFailover": true,
- "autoRecover": true,
- "autoSynchronize": true,
- "multiTargetPeerPersistence": true,
- "overPeriodAlert": true,
- "pathManagement": true
}, - "protectionType": "Remote",
- "remoteProductFamily": "deviceType1",
- "remoteRole": "Primary",
- "remoteSnpCPG": "FC_r1",
- "remoteSystemId": "systemID",
- "remoteUsrCPG": "FC_r1",
- "remoteVolumeSetId": "volumeSetID",
- "remoteVolumeSetName": "volumeSet2",
- "replicationTraffic": "Sending",
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE751P312/applicationsets/9c3c4f29a82fd8d632ff379116fa0b8f/replication-partners/0af26e4430548dd5c37bea1757107caf",
- "role": "Primary",
- "roleReversed": true,
- "snapFrequencySecs": -1,
- "state": "Started",
- "syncPeriod": 0,
- "systemId": "7CE816P0SR",
- "systemName": "sp2bh",
- "systemWWN": "2FF70002AC020DA1",
- "targetName": "sp2bh",
- "type": "replication-partner",
- "volumeCount": 1
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/applicationsets/0af26e4430948dd5c37bea1757107caf/replication-partners",
- "total": 1
}Get volume details of replication partners identified by {appsetId} and {replicationPartnerId} for Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| appsetId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| replicationPartnerId required | string Example: aedec7d11d02f73611a6ff992c256bdb id of device-type1 replication partner |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| sort | string Example: sort=remoteVolume desc Lucene query to sort remote-volumes by Key. |
{- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "displayName": "testVol624_1",
- "domain": "Domain2",
- "generation": 0,
- "groupId": "0af26e4430948dd5c37bea1757107caf",
- "groupName": "testGroup",
- "groupObjectId": 11,
- "id": "b23a03cf79a0830f507eebb90c30410c",
- "isRemoteArraySupportReplication": true,
- "localVolumeId": 21,
- "localVolumeName": "testVol624_1",
- "remoteVolume": {
- "asyncOutstanding": -1,
- "remoteVolumeID": 31,
- "remoteVolumeName": "testVol624_1.r",
- "resyncIteration": "134383/1",
- "resyncSnapshotName": "rcpy.41.88.134",
- "syncIteration": "NA",
- "syncPercentage": 36,
- "syncSnapshotName": "none",
- "syncStatus": "Synced",
- "targetName": "sp2bh",
- "volumeIteration": "134383/1",
- "volumeLastSyncTime": {
- "ms": 1552301131100,
- "tz": "UTC"
}, - "volumeSyncLength": -1,
- "volumeSyncOffset": -1
}, - "resourceUri": "/api/v1/storage-systems/device-type1/7CE751P312/volumes/b23a03cf79a0830f507eebb90c30410c",
- "systemId": "7CE816P0SR",
- "systemWWN": "2FF70002AC020DA1",
- "type": "volume"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/applicationsets/0af26e4430948dd5c37bea1757107caf/replication-partners/0af26e4430548dd5c37bea1757107caf/volumes",
- "total": 1
}Remove Primera / Alletra 9K snapset in system identified by {snapsetId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| appsetId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| snapsetId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd Identifier of snapset. |
| force | boolean Example: force=true Make snapset offline and remove. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of snapset identified by {snapsetId} for Applicationset identified by {appsetId} for Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| appsetId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| snapsetId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd Identifier of snapset. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "appSetBusinessUnit": "cssl",
- "appSetComments": "app set comments",
- "appSetExcludeAIQoS": "no",
- "appSetImportance": "NORMAL",
- "appSetName": "KA_VEGA_APPSET1_186",
- "appSetType": "Oracle Database",
- "comment": "Comments",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "string",
- "displayName": "Application Set KA_VEGA_APPSET1_186 ",
- "domain": "Domain",
- "exportStatus": "PARTIALLY_EXPORTED",
- "generation": 0,
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "kvPairsPresent": true,
- "members": [
- "vol1",
- "vol2"
], - "mode": "RO",
- "name": "KA_VEGA_APPSET2_186",
- "requestUri": "/v1/storage-systems/device-type1/7CE751P312/applicationsets/fd3244ef7f1ab8bd16500c7a41bdf8f8/snapshots",
- "serialNumber": "7CE738P06J",
- "snapSetId": 5,
- "snapSetParentId": 5,
- "snapSetParentName": "HPE",
- "systemId": "7CE751P312",
- "type": "string",
- "vvSetType": "VVSET"
}Unexport applicationset identified by {appsetId} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| appsetId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| hostGroupIds required | Array of strings or null List of HostGroupIDs |
| hostIds | Array of strings or null List of HostIDs |
{- "hostGroupIds": [
- "host Group1",
- "Host Group2"
], - "hostIds": [
- "host1",
- "Host2"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get volumes for an applicationset identified by appsetUid
| appsetId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "associatedLinks": [
- {
- "resourceUri": "v1/storage-systems/{systemUid}/contollers",
- "type": "controllers"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/shelves",
- "type": "shelves"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/disks",
- "type": "disks"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-ports",
- "type": "storage-ports"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-devices-settings",
- "type": "storage-devices-settings"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-pools",
- "type": "storage-pools"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/volume-sets",
- "type": "volume-sets"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/host-groups",
- "type": "host-groups"
}
], - "baseId": 0,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compactEfficiency": 0,
- "compressionEfficiency": 0,
- "compressionPolicy": "string",
- "consoleUri": "/block/volumes/device-type1/f9860a60fd9ff04d2bfa7663622ae401?systemUid=4UW0002936",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copiedMB": 0,
- "copiedPerc": 0,
- "copyOfID": 0,
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "dataReduction": "string",
- "ddcSize": 0,
- "ddsSize": 0,
- "dedup": "string",
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "ms": 0,
- "tz": "string"
}, - "expirationTime": {
- "ms": 0,
- "tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "id": "string",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "parentID": 0,
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "resourceUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes/{uid}",
- "retentionTime": {
- "ms": 0,
- "tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "sizeMiB": 2048,
- "snapShotTier": "string",
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "snapshotCpgID": 0,
- "snapshotCpgName": "string",
- "snapshotSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotUsedToVirtualPercent": 0,
- "spaceCalculationTime": {
- "ms": 0,
- "tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "storageTier": "string",
- "systemId": "7CE751P312",
- "thinProvisioned": true,
- "thinSavings": "string",
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSpaceMiB": 0,
- "type": "string",
- "unrefSpaceFreedTime": {
- "ms": 0,
- "tz": "string"
}, - "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0,
- "vlunSectorSize": 0,
- "volumeId": 0,
- "volumePerformance": {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "iops": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "latencyMs": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "requestUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "resourceUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "throughputKbps": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}
}, - "volumeType": "VVTYPE_BASE",
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes",
- "total": 1
}Delete applicationset identified by {id} from Primera / Alletra 9K identified by {systemId}. Member volumes will not be deleted.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get applicationset details for an applicationset identified by appsetUid
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "appSetBusinessUnit": "cssl",
- "appSetComments": "app set comments",
- "appSetExcludeAIQoS": "no",
- "appSetId": 5,
- "appSetImportance": "NORMAL",
- "appSetName": "KA_VEGA_APPSET1_186",
- "appSetQoSConfig": {
- "bandwidthMaxLimit": 500,
- "bwLimitTb": 500,
- "displayname": "string",
- "domain": "string",
- "enable": true,
- "enableSrAlert": true,
- "generation": 1666788678,
- "id": 59978,
- "ioLimitTb": 500,
- "iopsMaxLimit": 500,
- "lastModifiedEpoch": 1666788678,
- "perTiB": true,
- "systemUid": "756XNSKA",
- "systemWWN": "2FWWN2004134",
- "targetName": "volumeset",
- "targetType": "QOS_TGT_APPSET",
- "uid": "12335546bgbgnbgnaq12",
- "volumes": [
- "vol1",
- "vol2"
]
}, - "appSetType": "Oracle Database",
- "appSetTypeEnum": "ORACLE_DATA",
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/volumes",
- "type": "volumes"
}
], - "comment": "Comments",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/applicationsets/fd3244ef7f1ab8bd16500c7a41bdf8f8",
- "customerId": "string",
- "displayName": "Application Set KA_VEGA_APPSET1_186 ",
- "domain": "Domain",
- "drState": "Normal",
- "exportStatus": "PARTIALLY_EXPORTED",
- "generation": 0,
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "isFailoverAllowed": true,
- "isOverrideAllowed": false,
- "isPrimary": true,
- "isSyncAllowed": true,
- "kvPairsPresent": true,
- "members": [
- "vol1",
- "vol2"
], - "name": "KA_VEGA_APPSET2_186",
- "nonZeroRtoConfig": "ActiveSync",
- "remoteRecoveryPoint": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "replicationPartner": [
- {
- "partnerSystem": "cs2-C630-2939-141",
- "replicationPartner": "cs2-C630-2939_s1511"
}, - {
- "partnerSystem": "s2940_208",
- "replicationPartner": "s2940_1"
}
], - "replicationState": "Started",
- "replicationTraffic": "Sending",
- "replicationType": "periodic",
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/applicationsets/fd3244ef7f1ab8bd16500c7a41bdf8f8",
- "role": "Primary",
- "serialNumber": "7CE738P06J",
- "sizeMiB": 153600,
- "snapSetParentId": 5,
- "snapSetParentName": "HPE",
- "systemId": "7CE751P312",
- "type": "string",
- "vvSetType": "VVSET",
- "zeroRtoConfig": "PP"
}Edit applicationset identified by {id} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| addMembers | Array of strings or null or null Members to add to application set |
| appSetBusinessUnit | string or null App set business unit |
| appSetComments | string or null App set comments |
| appSetImportance | string or null (volumeSetImportance) Enum: "HIGHEST" "HIGH" "MEDIUM" "LOW" "LOWEST" Priority of the Application Set. Defaults to MEDIUM |
| appSetName | string or null App set name |
| appSetType | string or null (volumeSetApplicationType) Enum: "ORACLE_DATA" "ORACLE_LOG" "MICROSOFT_EXCHANGE" "MICROSOFT_EXCHANGE_LOG" "MICROSOFT_SQL_SERVER" "MICROSOFT_SQL_SERVER_LOG" "VIRTUAL_SERVER_VMWARE_ESXI_STORAGE" "VIRTUAL_SERVER_HYPER_V_STORAGE" "VIRTUAL_DESKTOP_VMWARE_ESXI_STORAGE" "VIRTUAL_DESKTOP_HYPER_V_STORAGE" "SHAREPOINT" "FILE_SERVER" "VEEAM_BACKUP_REPOSITORY" "VME" "SAP_HANA" "OTHER" "CUSTOM" application type |
| customAppType | string or null App set name for Custom workloads when appSetType=CUSTOM |
object or null (EditAppSetQosConfigInput) Edit QoS Configuration Input | |
| removeMembers | Array of strings or null or null Members to remove from application set |
| retainVolumeExportsOnRemoval | boolean or null Indicates whether volume exports should be retained when volumes are removed from the volume set. If set to true, existing exports for the removed volumes are preserved, allowing continued access from hosts to which the volume was previously exported. If omitted or set to false, the removed volumes will no longer be accessible from those hosts. |
{- "addMembers": [
- "vol1",
- "vol2"
], - "appSetBusinessUnit": "HPE",
- "appSetComments": "Edit appset",
- "appSetImportance": "MEDIUM",
- "appSetName": "Appset_134",
- "appSetType": "ORACLE_LOG",
- "customAppType": "CustomWorkload_123",
- "editAppSetQosConfigInput": {
- "action": "ADD_QOS",
- "bandwidthMaxLimit": 100,
- "enable": true,
- "enableSrAlert": true,
- "iopsMaxLimit": 1,
- "perTiB": true
}, - "removeMembers": [
- "vol1",
- "vol2"
], - "retainVolumeExportsOnRemoval": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get capacity details for an applicationset identified by appsetUid
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type1/7CE751P312/applicationsets/8f4e84da31ae80b362786a15b290f1eb/volumes",
- "type": "volumes"
}
], - "capacitySummary": {
- "freeSizeMiB": 1233920,
- "sizeMiB": 595968,
- "usedSizeMiB": 595968
}, - "customerId": "string",
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "members": [
- "vol1",
- "vol2"
], - "name": "KA_VEGA_APPSET2_186",
- "requestUri": "/v1/storage-systems/device-type1/SGH029VBHV/applicationsets/fd3244ef7f1ab8bd16500c7a41bdf8f8/capacity-statistics",
- "systemId": "7CE751P312"
}Get the performance history data for the HPE Primera / Alletra 9K volume set identified by {id}, including the QOS configuration history and the top/bottom 5-10 volumes based on a metric or up to 10 selected volume's performance history on a storage system identified by {systemid}.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| reportType | string Example: reportType=Canned,Custom,Def,ApiUser parameter will be set to report type requested. For api users, set parameter as ApiUser |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
| compareBy | string Example: compareBy=top eq 5 compareBy will define top or bottom N count |
| filter | string Example: filter=vvId in (5df1fc8108e1c74b7041625a2f94d098,cd6c28c563b60f391fcd6dee8b92360c) filter will define objects to be filtered. Filterable columns are:
|
| metricType | string Example: metricType=IOPS,LATENCY,THROUGHPUT metricType will define comma separated metrics |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "volume": {
- "iopsMetricsData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "totalValue": 46,
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "latencyMetricsDataMs": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "throughputMetricsDataKbps": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "totalValue": 46,
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
]
}, - "volumeSet": {
- "iopsMetricsData": {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "totalValue": 46,
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}, - "latencyMetricsDataMs": {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}, - "qosMetricsData": {
- "items": [
- {
- "bwLimitKbps": 10,
- "iopsLimit": 1000,
- "timestampms": 1605063600
}
], - "total": 1
}, - "throughputMetricsDataKbps": {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "totalValue": 46,
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
}
}, - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/applicationsets/cf0ecd666a2c72a0dcde0d5d4510e90c/performance",
- "startTime": 1625556314
}Get details of protection policies configured on application set identified by {id} created on Primera / Alletra 9K identified by {systemId}
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| filter | string Example: filter=uid eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter application-sets by Key. |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE815P2BH/applicationsets/c96c800317062d6f025ec9ca54b723c3",
- "type": "applicationsets"
}
], - "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "generation": 0,
- "policy": {
- "autoRecover": true,
- "autoSynchronize": true,
- "isProtectionPolicyConfigured": true,
- "noAutomaticSynchronization": false,
- "nonZeroRtoConfig": "ActiveSync",
- "overPeriodAlert": true,
- "remote": {
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "isRemoteArraySupportReplication": true,
- "overPeriodAlert": true,
- "partnerId": "29ee132316dc4b05a4805dba13e495ab",
- "partnerName": "s2930",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "periodic",
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE815P2BH/replicationpartners/7810cbb0e03490bcd608eda2b59fcc81\""
}, - "rpoSecs": 600,
- "secondaryRemote": {
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "isRemoteArraySupportReplication": true,
- "overPeriodAlert": true,
- "partnerId": "29ee132316dc4b05a4805dba13e495ab",
- "partnerName": "s2930",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "periodic",
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE815P2BH/replicationpartners/7810cbb0e03490bcd608eda2b59fcc81\""
}, - "zeroRtoConfig": "PP"
}, - "protectionPolicyType": "sync",
- "schedules": {
- "items": [
- {
- "atTime": 8,
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "dayOfMonth": 4,
- "days": "sunday,monday",
- "expireSecs": 86400,
- "generation": 123,
- "id": "fa43500317062d6f025ec9ca54bab123",
- "isAlertEnabled": true,
- "isPaused": true,
- "isRemote": true,
- "isSystemTask": false,
- "name": "Every_1_hour_on_sunday_monday",
- "nextRunTime": 1622873100,
- "period": 1,
- "periodUnit": "hours",
- "readOnly": true,
- "retainSecs": 3600,
- "status": "Active",
- "systemWwn": "2FF70002AC020CEF",
- "type": "schedules",
- "untilTime": 15,
- "user": "3paradm"
}
], - "total": 1
}, - "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE815P2BH/applicationsets/1c401e3d034598ac41264651a34736e7/protection-policies",
- "total": 1
}Add protection policy on application set identified by {id} for a storage system Primera / Alletra 9K identified by {systemId}
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object Protection policy details | |
| protectionPolicyType required | string Enum: "schedule" "sync" "async" Specifies Protection policy type. Synchronous replication/protection policy provides protection from array or site failures with zero RPO. Using this policy, you can also configure zero RTO policy like Active Peer Persistence. Asynchronous replication/protection policy provides protection from array or site failure with the user defined RPO. Schedule snapshot policy takes snapshots of the member volumes of the protected volume set at periodic intervals defined by the user. You can setup the local snapshot schedule and also setup the co-ordinated synchronized snapshot schedule on the protected volume set configured with synchronous or asynchronous replication policy. You can do this by attaching a scheduled snapshot policy on the volume set having already a synchronous or asynchronous protecting policy. |
Array of objects (PrimeraProtectionScheduleInputSchema) |
{- "policy": {
- "autoRecover": false,
- "autoSynchronize": false,
- "noAutomaticSynchronization": false,
- "nonZeroRtoConfig": "ActiveSync",
- "overPeriodAlert": false,
- "remote": {
- "partnerId": "afb4961e47212e5bc88dd35db5be5c83",
- "partnerName": "IP_target",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "sync"
}, - "rpoSecs": 600,
- "secondaryRemote": {
- "partnerId": "afb4961e47212e5bc88dd35db5be5c83",
- "partnerName": "IP_target",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "periodic"
}, - "zeroRtoConfig": "PP"
}, - "protectionPolicyType": "schedule",
- "schedules": [
- {
- "atTime": 2,
- "dayOfMonth": 10,
- "days": "sunday,monday",
- "expireSecs": 3600,
- "isRemote": true,
- "name": "Every_1_hour_on_sunday_monday",
- "period": 1,
- "periodUnit": "hours",
- "readOnly": true,
- "retainSecs": 3600,
- "untilTime": 7
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit protection policy on application set identified by {id} for a storage system Primera / Alletra 9K identified by {systemId}
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
Array of objects (PrimeraProtectionScheduleInputSchema) | |
Array of objects (ModifyProtectionScheduleInputSchema) | |
object Protection policy details | |
| protectionPolicyType required | string Enum: "schedule" "sync" "async" Specifies Protection policy type. Synchronous replication/protection policy provides protection from array or site failures with zero RPO. Using this policy, you can also configure zero RTO policy like Active Peer Persistence. Asynchronous replication/protection policy provides protection from array or site failure with the user defined RPO. Schedule snapshot policy takes snapshots of the member volumes of the protected volume set at periodic intervals defined by the user. You can setup the local snapshot schedule and also setup the co-ordinated synchronized snapshot schedule on the protected volume set configured with synchronous or asynchronous replication policy. You can do this by attaching a scheduled snapshot policy on the volume set having already a synchronous or asynchronous protecting policy. |
Array of objects (RemoveProtectionScheduleInputSchema) |
{- "createSchedules": [
- {
- "atTime": 2,
- "dayOfMonth": 10,
- "days": "sunday,monday",
- "expireSecs": 3600,
- "isRemote": true,
- "name": "Every_1_hour_on_sunday_monday",
- "period": 1,
- "periodUnit": "hours",
- "readOnly": true,
- "retainSecs": 3600,
- "untilTime": 7
}
], - "modifySchedules": [
- {
- "atTime": 2,
- "dayOfMonth": 10,
- "days": "sunday,monday",
- "id": "c1a96e09142935b7f0513a852610dccc",
- "isRemote": true,
- "name": "Every_1_hour_on_sunday_monday",
- "period": 1,
- "periodUnit": "hours",
- "untilTime": 7
}
], - "policy": {
- "autoRecover": false,
- "autoSynchronize": false,
- "noAutomaticSynchronization": false,
- "nonZeroRtoConfig": "ActiveSync",
- "overPeriodAlert": false,
- "remote": {
- "partnerId": "afb4961e47212e5bc88dd35db5be5c83",
- "partnerName": "IP_target",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "sync"
}, - "rpoSecs": 600,
- "secondaryRemote": {
- "partnerId": "afb4961e47212e5bc88dd35db5be5c83",
- "partnerName": "IP_target",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "periodic"
}, - "zeroRtoConfig": "PP"
}, - "protectionPolicyType": "schedule",
- "removeSchedules": [
- {
- "id": "12ab132316dc4b05a4805dba13e495xy"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remedies issues caused in protection policy configuration on application set identified by {id} for a storage system Primera / Alletra 9K identified by {systemId}
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object Protection policy details | |
| protectionPolicyType required | string Enum: "schedule" "sync" "async" Specifies Protection policy type. Synchronous replication/protection policy provides protection from array or site failures with zero RPO. Using this policy, you can also configure zero RTO policy like Active Peer Persistence. Asynchronous replication/protection policy provides protection from array or site failure with the user defined RPO. Schedule snapshot policy takes snapshots of the member volumes of the protected volume set at periodic intervals defined by the user. You can setup the local snapshot schedule and also setup the co-ordinated synchronized snapshot schedule on the protected volume set configured with synchronous or asynchronous replication policy. You can do this by attaching a scheduled snapshot policy on the volume set having already a synchronous or asynchronous protecting policy. |
Array of objects (PrimeraProtectionScheduleInputSchema) |
{- "policy": {
- "autoRecover": false,
- "autoSynchronize": false,
- "noAutomaticSynchronization": false,
- "nonZeroRtoConfig": "ActiveSync",
- "overPeriodAlert": false,
- "remote": {
- "partnerId": "afb4961e47212e5bc88dd35db5be5c83",
- "partnerName": "IP_target",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "sync"
}, - "rpoSecs": 600,
- "secondaryRemote": {
- "partnerId": "afb4961e47212e5bc88dd35db5be5c83",
- "partnerName": "IP_target",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "periodic"
}, - "zeroRtoConfig": "PP"
}, - "protectionPolicyType": "schedule",
- "schedules": [
- {
- "atTime": 2,
- "dayOfMonth": 10,
- "days": "sunday,monday",
- "expireSecs": 3600,
- "isRemote": true,
- "name": "Every_1_hour_on_sunday_monday",
- "period": 1,
- "periodUnit": "hours",
- "readOnly": true,
- "retainSecs": 3600,
- "untilTime": 7
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove protection policy on application set identified by {id} for a storage system Primera / Alletra 9K identified by {systemId}
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
required | Array of objects (RemoveProtectionPolicyInputSchema) List of protection policies to be removed |
{- "policies": [
- {
- "remote": {
- "partnerId": "29ee132316dc4b05a4805dba13e495ab"
}, - "removeOnlySchedules": true,
- "removeSchedules": [
- {
- "id": "12ab132316dc4b05a4805dba13e495xy"
}
], - "secondaryRemote": {
- "partnerId": "29ee132316dc4b05a4805dba13e495ab"
}
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get hosts and proximity details identified by application set {id} for Primera / Alletra 9K identified by {systemId}
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
{- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "generation": 0,
- "hostGroupName": "hostset1",
- "hosts": [
- {
- "dsccHostName": "host1",
- "hostId": "0af26e4430948dd5c37bea1757107caf",
- "name": "host1",
- "os": "Windows Server",
- "proximity": {
- "isRemoteArraySupportReplication": true,
- "isSourceArraySupportReplication": true,
- "localSystem": "CS2-A630-SVQ8",
- "proximityValue": "PRIMARY",
- "remoteSystem": "s2937"
}
}
], - "systemId": "7CE816P0SR",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "resourceURI": "/api/v1/storage-systems/device-type1/2FF70002AC018D94/applicationsets/9c3c4f29a82fd8d632ff379116fa0b8f/proximity-settings",
- "total": 1
}Change proximity settings of hosts where volume sets are exported identified by {id} and {systemId} from Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
required | Array of objects (HostProximityInput) |
{- "hosts": [
- {
- "hostName": "tstHost",
- "proximity": "PRIMARY"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Actions on volume set identified by {id} and {systemId} from Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| action | string Enum: "FAILOVER" "SYNC" "OVERRIDE" "START" "STOP" "RECOVER" "RESTORE" "SWITCHOVER" "REVERSE" Actions on the volume set where remote protection is enabled. |
object (RemoteProtectionActionsInputParams) |
{- "action": "SYNC",
- "parameters": {
- "failoverActionParams": {
- "discardNewData": true,
- "forcePPFailover": true,
- "noSnapshot": true,
- "skipPromote": true,
- "skipStart": true,
- "skipSync": true,
- "targetName": "s1511"
}, - "overrideActionParams": {
- "targetName": "s1511"
}, - "recoverActionParams": {
- "skipStart": true,
- "skipSync": true,
- "targetName": "s1511"
}, - "restoreActionParams": {
- "noSnapshot": true,
- "skipStart": true,
- "skipSync": true,
- "targetName": "s1511"
}, - "reverseActionParams": {
- "current": true,
- "localGroupDirection": true,
- "natural": true,
- "noSnapshot": true,
- "skipPromote": true,
- "stopGroups": true,
- "targetName": "s1511"
}, - "startActionParams": {
- "skipInitialSync": true,
- "targetName": "s1511"
}, - "stopActionParams": {
- "noSnapshot": true,
- "targetName": "s1511"
}, - "switchoverActionParams": {
- "targetName": "s1511"
}, - "syncActionParams": {
- "forceFullSync": false,
- "notSaveResyncSnap": false,
- "targetName": "s1511"
}
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get snapshot details of volume sets identified by {id} for Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
{- "items": [
- {
- "appSetBusinessUnit": "cssl",
- "appSetComments": "app set comments",
- "appSetExcludeAIQoS": "no",
- "appSetImportance": "MEDIUM",
- "appSetName": "KA_VEGA_APPSET1_186",
- "appSetType": "Oracle Database",
- "comment": "Comments",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "string",
- "displayName": "Application Set KA_VEGA_APPSET1_186 ",
- "domain": "Domain",
- "exportStatus": "PARTIALLY_EXPORTED",
- "generation": 0,
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "kvPairsPresent": true,
- "members": [
- "vol1",
- "vol2"
], - "mode": "RO",
- "name": "KA_VEGA_APPSET2_186",
- "requestUri": "/v1/storage-systems/device-type1/7CE751P312/applicationsets/fd3244ef7f1ab8bd16500c7a41bdf8f8/snapshots",
- "serialNumber": "7CE738P06J",
- "snapSetId": 5,
- "snapSetParentId": 5,
- "snapSetParentName": "HPE",
- "systemId": "7CE751P312",
- "type": "string",
- "vvSetType": "VVSET"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/snapshots",
- "total": 1
}Create snapshot for application set identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| comment | string or null Comment if any |
| expireSecs | integer or null Expiration time in seconds |
| readOnly | boolean or null Read only or Read/Write |
| retainSecs | integer or null <int64> Reatain time in seconds |
| snapshotName required | string or null Name for snapshot |
| vvNamePattern required | string or null (vvNamePattern) Enum: "PARENT_TIMESTAMP" "PARENT_SEC_SINCE_EPOCH" name pattern |
{- "comment": "",
- "expireSecs": 100,
- "readOnly": false,
- "retainSecs": 86400,
- "snapshotName": "snapshot_oracle_1611807822",
- "vvNamePattern": "PARENT_TIMESTAMP"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get supported protection types for application set identified by {id} on storage system Primera / Alletra 9K identified by {systemId}
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
{- "asyncPartners": [
- {
- "asyncPartner": "CS2-A630-SVQ8",
- "id": "5a5ce66d4814a5e5156de428abb0a589",
- "isActiveSyncSupported": true,
- "isPeerPersistanceSupported": true,
- "minAsyncRPO": 30,
- "name": "s2930",
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE815P2BH/replicationpartners/5a5ce66d4814a5e5156de428abb0a589",
- "syncPartner": "CS2-A630-SVQ8_1"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "generation": 0,
- "isSLDSupported": true,
- "protectionTypes": [
- "schedule",
- "async",
- "sync"
], - "requestUri": "/api/v1/storage-systems/device-type1/7CE815P2BH/applicationsets/6e6266d344de3e32b10424466c7d01bb/supportedProtectionTypes",
- "syncPartners": [
- {
- "asyncPartner": "CS2-A630-SVQ8",
- "id": "5a5ce66d4814a5e5156de428abb0a589",
- "isActiveSyncSupported": true,
- "isPeerPersistanceSupported": true,
- "minAsyncRPO": 30,
- "name": "s2930",
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE815P2BH/replicationpartners/5a5ce66d4814a5e5156de428abb0a589",
- "syncPartner": "CS2-A630-SVQ8_1"
}
]
}Get all folders details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter folders by Key. |
| sort | string Example: sort=name desc oData query to sort folders resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "myobject-5",
- "pool_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "pool_name": "myobject-5",
- "access_protocol": "iscsi",
- "agent_type": "openstack",
- "app_uuid": "00000002000040008a259996ae869835",
- "appserver_id": "string",
- "appserver_name": "string",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "capacity_bytes": 244695092429,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compressed_snap_usage_bytes": 0,
- "compressed_vol_usage_bytes": 0,
- "compression_ratio": 1,
- "consoleUri": "null",
- "creation_time": 1600169692,
- "customerId": "string",
- "description": "99.9999% availability",
- "folset_id": "string",
- "folset_name": "string",
- "fqn": "/path/to/folder",
- "free_space_bytes": 244695092429,
- "full_name": "default:/folder1",
- "generation": 0,
- "inherited_vol_perfpol_id": "030a259996ae869835000000000000000000000001",
- "inherited_vol_perfpol_name": "default",
- "last_modified": 1600169692,
- "limit_bytes": 244695092429,
- "limit_bytes_specified": false,
- "limit_iops": -1,
- "limit_mbps": -1,
- "limit_size_bytes": -1,
- "num_snapcolls": 0,
- "num_snaps": 0,
- "overdraft_limit_pct": 0,
- "provisioned_bytes": 0,
- "provisioned_limit_size_bytes": -1,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "search_name": "vol:1",
- "snap_compression_ratio": 1,
- "tenant_id": "2f0a259996ae869835000000000000000000000002",
- "type": "string",
- "uncompressed_snap_usage_bytes": 0,
- "uncompressed_vol_usage_bytes": 0,
- "unused_reserve_bytes": 0,
- "unused_snap_reserve_bytes": 0,
- "usage_bytes": 0,
- "usage_valid": true,
- "vol_compression_ratio": 1,
- "volume_list": [
- {
- "agent_type": "vvol",
- "has_locked_snapshots": false,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Volume0",
- "vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "vol_name": "Volume0",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
], - "volume_mapped_bytes": 0
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/folders",
- "total": 1
}Get all volume-collections details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter volume-collection by Key. |
| sort | string Example: sort=name desc oData query to sort volume-collection resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "app_cluster_name": "myobject-5",
- "app_id": "exchange_dag",
- "app_server": "myobject-5",
- "app_service_name": "myobject-5",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "vol",
- "prottmpl_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "replication_type": "periodic_snapshot",
- "synchronous_replication_state": "in_sync",
- "synchronous_replication_type": "not_applicable",
- "agent_hostname": "myobject-5",
- "agent_username": "myobject-5",
- "app_sync": "vss",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "cache_pinned_volume_list": [
- {
- "agent_type": "vvol",
- "has_locked_snapshots": false,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Volume0",
- "vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "vol_name": "Volume0",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type2/001491cb6652a03a6b000000000000000000000001/volume-collections/071491cb6652a03a6b000000000000000000000006",
- "creation_time": 1599110308,
- "customerId": "string",
- "description": "99.9999% availability",
- "downstream_volume_list": [
- {
- "pool_id": "0a1c9973433673c3db000000000000000000000001",
- "pool_name": "default",
- "vol_id": "061c9973433673c3db000000000000000000000001",
- "vol_name": "vol",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
], - "full_name": "vol",
- "generation": 0,
- "handover_replication_partner": "myobject-5",
- "is_handing_over": false,
- "is_mfa_protected": true,
- "is_standalone_volcoll": false,
- "lag_time": 3400,
- "last_modified_time": 1599110308,
- "last_replicated_snapcoll": {
- "snapcoll_creation_time": "1601481600",
- "snapcoll_id": "051c9973433673c3db00000000000000000000001c",
- "snapcoll_name": "vol-daily-2020-10-01::00:00:00.000"
}, - "last_replicated_snapcoll_list": [
- {
- "downstream_partner_name": "pqr",
- "snapcoll_creation_time": 37654,
- "snapcoll_id": "0c1c9973433673c3db000000000000000000000008",
- "snapcoll_name": "abc",
- "vol_ids": [
- "string"
]
}
], - "last_snapcoll": {
- "snapcoll_creation_time": "1601481600",
- "snapcoll_id": "051c9973433673c3db00000000000000000000001c",
- "snapcoll_name": "vol-daily-2020-10-01::00:00:00.000"
}, - "metadata": [
- {
- "key": "name",
- "value": "AA-100373"
}
], - "pol_owner_name": "system1",
- "protection_type": "local",
- "repl_bytes_transferred": 1234,
- "repl_priority": "high",
- "replication_partner": [
- "string"
], - "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "schedule_list": [
- {
- "active": false,
- "at_time": 0,
- "days": "all",
- "disable_appsync": true,
- "downstream_partner": "abc",
- "downstream_partner_id": "0c1c9973433673c3db000000000000000000000008",
- "downstream_partner_name": "abc",
- "id": "0c1c9973433673c3db000000000000000000000008",
- "mfa_protected": true,
- "name": "daily",
- "num_retain": 30,
- "num_retain_replica": 0,
- "period": 1,
- "period_unit": "days",
- "repl_alert_thres": 86400,
- "replicate_every": 0,
- "schedule_id": "0c1c9973433673c3db000000000000000000000008",
- "schedule_name": "daily",
- "schedule_type": "regular",
- "skip_db_consistency_check": false,
- "snap_verify": true,
- "until_time": 86399
}
], - "search_name": "vol",
- "snapcoll_count": 1,
- "srep_last_sync": 0,
- "srep_resync_percent": 10,
- "systemId": "string",
- "total_repl_bytes": 1234,
- "type": "string",
- "upstream_volume_list": [
- {
- "pool_id": "0a1c9973433673c3db000000000000000000000001",
- "pool_name": "default",
- "vol_id": "061c9973433673c3db000000000000000000000001",
- "vol_name": "vol",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
], - "vcenter_hostname": "myobject-5",
- "vcenter_username": "administrator@vsphere.local",
- "volcoll_creator_id": "0600000000000004d3000000000044000000000002",
- "volcoll_creator_name": "AF-123456",
- "volume_count": 1,
- "volume_list": [
- {
- "agent_type": "vvol",
- "has_locked_snapshots": false,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Volume0",
- "vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "vol_name": "Volume0",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
]
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/volume-collections",
- "total": 1
}Create Nimble / Alletra 6K volume collection in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| agent_hostname | string or null Generic backup agent hostname. Custom port number can be specified with agent hostname using \":\". String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| agent_username | string or null Generic backup agent username. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| app_cluster_name | string or null If the application is running within a Windows cluster environment, this is the cluster name. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| app_id | string or null Application ID running on the server. Application ID can only be specified if application synchronization is \"vss\". Possible values: 'inval', 'exchange', 'exchange_dag', 'hyperv', 'sql2005', 'sql2008', 'sql2012', 'sql2014', 'sql2016', 'sql2017'. |
| app_server | string or null Application server hostname. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| app_service_name | string or null If the application is running within a Windows cluster environment then this is the instance name of the service running within the cluster environment. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| app_sync | string or null Application Synchronization. Possible values: 'none', 'vss', 'vmware', 'generic'. |
| description | string or null Text description of volume collection. String of up to 255 printable ASCII characters. |
| is_standalone_volcoll | boolean or null Deprecated Indicates whether this is a standalone volume collection. Possible values: 'true', 'false'. |
Array of objects or null or null (KeyValue) Key-value pairs that augment a volume collection's attributes. List of key-value pairs. Keys must be unique and non-empty. When creating an object, values must be non-empty. When updating an object, an empty value causes the corresponding key to be removed. | |
| name required | string Name of volume collection. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| prottmpl_id | string or null Identifier of the protection template whose attributes will be used to create this volume collection. This attribute is only used for input when creating a volume collection and is not outputed. A 42 digit hexadecimal number. |
| replication_type | string or null Type of replication configured for the volume collection. Possible values are periodic snapshot and synchronous. Default value is periodic_snapshot. |
| vcenter_hostname | string or null VMware vCenter hostname. Custom port number can be specified with vCenter hostname using \":\". String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| vcenter_username | string or null Application VMware vCenter username. String of up to 80 alphanumeric characters, beginning with a letter. It can include ampersand (@), backslash (), dash (-), period (.), and underscore (_). |
| volume_list | Array of strings or null or null List of volume id's that need to be added to the volume collection. |
{- "agent_hostname": "myobject-5",
- "agent_username": "myobject-5",
- "app_cluster_name": "myobject-5",
- "app_id": "inval",
- "app_server": "myobject-5",
- "app_service_name": "myobject-5",
- "app_sync": "vss",
- "description": "99.9999% availability",
- "is_standalone_volcoll": true,
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "name": "myobject-5",
- "prottmpl_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "replication_type": "periodic_snapshot",
- "vcenter_hostname": "myobject-5",
- "vcenter_username": "administrator@vsphere.local",
- "volume_list": [
- "string"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove Volume-collection identified by {volumeCollectionId} from Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of Volume Collection. A 42 digit hexadecimal number. |
| force | boolean Example: force=true Forceful delete volume collection option. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K volume-collections identified by {volumeCollectionId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of volumeCollection. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/volume-collections/2a0df0fe6f7dc7bb16000000000000000000004007",
- "app_cluster_name": "myobject-5",
- "app_id": "hyperv",
- "app_server": "myobject-5",
- "app_service_name": "myobject-5",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "vol",
- "prottmpl_id": "myobject-5",
- "replication_type": "periodic_snapshot",
- "synchronous_replication_state": "Failed",
- "synchronous_replication_type": "not_applicable",
- "agent_hostname": "myobject-5",
- "agent_username": "myobject-5",
- "app_sync": "vss",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "cache_pinned_volume_list": [
- {
- "agent_type": "vvol",
- "has_locked_snapshots": false,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Volume0",
- "vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "vol_name": "Volume0",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type2/001491cb6652a03a6b000000000000000000000001/volume-collections/071491cb6652a03a6b000000000000000000000006",
- "creation_time": 1599110308,
- "customerId": "string",
- "description": "99.9999% availability",
- "downstream_volume_list": [
- {
- "pool_id": "0a1c9973433673c3db000000000000000000000001",
- "pool_name": "default",
- "vol_id": "061c9973433673c3db000000000000000000000001",
- "vol_name": "vol",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
], - "full_name": "vol",
- "generation": 0,
- "handover_replication_partner": "myobject-5",
- "is_handing_over": false,
- "is_mfa_protected": true,
- "is_standalone_volcoll": false,
- "lag_time": 3400,
- "last_modified_time": 1599110308,
- "last_replicated_snapcoll": {
- "snapcoll_creation_time": "1601481600",
- "snapcoll_id": "051c9973433673c3db00000000000000000000001c",
- "snapcoll_name": "vol-daily-2020-10-01::00:00:00.000"
}, - "last_replicated_snapcoll_list": [
- {
- "downstream_partner_name": "pqr",
- "snapcoll_creation_time": 37654,
- "snapcoll_id": "0c1c9973433673c3db000000000000000000000008",
- "snapcoll_name": "abc",
- "vol_ids": [
- "string"
]
}
], - "last_snapcoll": {
- "snapcoll_creation_time": "1601481600",
- "snapcoll_id": "051c9973433673c3db00000000000000000000001c",
- "snapcoll_name": "vol-daily-2020-10-01::00:00:00.000"
}, - "metadata": [
- {
- "key": "name",
- "value": "AA-100373"
}
], - "pol_owner_name": "system1",
- "protection_type": "local",
- "repl_bytes_transferred": 1234,
- "repl_priority": "high",
- "replication_partner": [
- "string"
], - "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "schedule_list": [
- {
- "active": false,
- "at_time": 0,
- "days": "all",
- "disable_appsync": true,
- "downstream_partner": "abc",
- "downstream_partner_id": "0c1c9973433673c3db000000000000000000000008",
- "downstream_partner_name": "abc",
- "id": "0c1c9973433673c3db000000000000000000000008",
- "mfa_protected": true,
- "name": "daily",
- "num_retain": 30,
- "num_retain_replica": 0,
- "period": 1,
- "period_unit": "days",
- "repl_alert_thres": 86400,
- "replicate_every": 0,
- "schedule_id": "0c1c9973433673c3db000000000000000000000008",
- "schedule_name": "daily",
- "schedule_type": "regular",
- "skip_db_consistency_check": false,
- "snap_verify": true,
- "until_time": 86399
}
], - "search_name": "vol",
- "snapcoll_count": 1,
- "srep_last_sync": 0,
- "srep_resync_percent": 10,
- "systemId": "string",
- "total_repl_bytes": 1234,
- "type": "string",
- "upstream_volume_list": [
- {
- "pool_id": "0a1c9973433673c3db000000000000000000000001",
- "pool_name": "default",
- "vol_id": "061c9973433673c3db000000000000000000000001",
- "vol_name": "vol",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
], - "vcenter_hostname": "myobject-5",
- "vcenter_username": "administrator@vsphere.local",
- "volcoll_creator_id": "0600000000000004d3000000000044000000000002",
- "volcoll_creator_name": "AF-123456",
- "volume_count": 1,
- "volume_list": [
- {
- "agent_type": "vvol",
- "has_locked_snapshots": false,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "Volume0",
- "vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "vol_name": "Volume0",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567"
}
]
}Edit details of Nimble / Alletra 6K Volume-collections identified by {volumeCollectionId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of volumeCollection. A 42 digit hexadecimal number. |
| agent_hostname | string or null Generic backup agent hostname. Custom port number can be specified with agent hostname using \":\". String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| agent_username | string or null Generic backup agent username. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| app_cluster_name | string or null If the application is running within a Windows cluster environment, this is the cluster name. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| app_id | string or null Application ID running on the server. Application ID can only be specified if application synchronization is \"vss\". Possible values: 'inval', 'exchange', 'exchange_dag', 'hyperv', 'sql2005', 'sql2008', 'sql2012', 'sql2014', 'sql2016', 'sql2017'. |
| app_server | string or null Application server hostname. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| app_service_name | string or null If the application is running within a Windows cluster environment then this is the instance name of the service running within the cluster environment. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| app_sync | string or null Application Synchronization. Possible values: 'none', 'vss', 'vmware', 'generic'. |
| description | string or null Text description of volume collection. String of up to 255 printable ASCII characters. |
| name | string or null Name of volume collection. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| vcenter_hostname | string or null VMware vCenter hostname. Custom port number can be specified with vCenter hostname using \":\". String of up to 64 alphanumeric characters, - and . and : are allowed after first character. |
| vcenter_username | string or null Application VMware vCenter username. String of up to 80 alphanumeric characters, beginning with a letter. It can include ampersand (@), backslash (), dash (-), period (.), and underscore (_). |
{- "agent_hostname": "myobject-5",
- "agent_username": "myobject-5",
- "app_cluster_name": "myobject-5",
- "app_id": "inval",
- "app_server": "myobject-5",
- "app_service_name": "myobject-5",
- "app_sync": "vss",
- "description": "99.9999% availability",
- "name": "myobject-5",
- "vcenter_hostname": "myobject-5",
- "vcenter_username": "administrator@vsphere.local"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Perform abort handover action Nimble / Alletra 6K on a volume collection identified by {volumeCollectionId} in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of Volume Collection. A 42 digit hexadecimal number. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Add volumes to Nimble / Alletra 6K volumes collection in system identified by {systemId
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of volumeCollection. A 42 digit hexadecimal number. |
| volume_ids | Array of strings or null or null Volume ids that need to be added to volume collections. |
{- "volume_ids": [
- "string"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Perform demote action Nimble / Alletra 6K on a volume collection identified by {volumeCollectionId} in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of Volume Collection. A 42 digit hexadecimal number. |
| invoke_on_upstream_partner | boolean or null Invoke demote request on upstream partner. Default: 'false'. Possible values: 'true', 'false'. |
| replication_partner_id required | string Replication partner ID of the new owner. A 42 digit hexadecimal number. |
{- "invoke_on_upstream_partner": true,
- "replication_partner_id": "2a0df0fe6f7dc7bb16000000000000000000004817"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Perform handover action Nimble / Alletra 6K on a volume collection identified by {volumeCollectionId} in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of Volume Collection. A 42 digit hexadecimal number. |
| invoke_on_upstream_partner | boolean or null Invoke handover request on upstream partner. Default: 'false'. This operation is not supported for synchronous replication volume vollections. Possible values: 'true', 'false'. |
| no_reverse | boolean or null Do not automatically reverse direction of replication. Using this argument will prevent the new owner from automatically replicating the volume collection to this node when the handover completes. The default behavior is to enable replication back to this node. Default: 'false'. Possible values: 'true', 'false'. |
| override_upstream_down | boolean or null Allow the handover request to proceed even if upstream array is down. The default behavior is to return an error when upstream is down. This option is applicable for synchronous replication only. Default: 'false'. Possible values: 'true', 'false'. |
| replication_partner_id required | string Replication partner ID of the new owner. A 42 digit hexadecimal number. |
{- "invoke_on_upstream_partner": false,
- "no_reverse": false,
- "override_upstream_down": false,
- "replication_partner_id": "2a0df0fe6f7dc7bb16000000000000000000004817"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Perform promote action Nimble / Alletra 6K on a volume collection identified by {volumeCollectionId} in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of Volume Collection. A 42 digit hexadecimal number. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove volumes from Nimble / Alletra 6K volumes collection in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 Identifier of volumeCollection. A 42 digit hexadecimal number. |
| volume_ids | Array of strings or null Volume ids that need to be remove from volume collections. |
{- "volume_ids": [
- "string"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get all snapshot collections' details of Nimble / Alletra 6K Volume collection identified by {volumeCollectionId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of Volume Collection. A 42 digit hexadecimal number. |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter snapshot collections by Key. |
| sort | string Example: sort=name desc oData query to sort snapshot collections resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "has_locked_snapshots": true,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "snap1",
- "online_status": "online",
- "sched_id": "2a1df0fe6f7dc7bb16000000000000000000004017",
- "schedule_id": "2a1df0fe6f7dc7bb16000000000000000000004017",
- "srep_owner_id": "2a1df0fe6f7dc7bb16000000000000000000004017",
- "volcoll_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "allow_writes": false,
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "creation_time": 1598951404,
- "customerId": "string",
- "description": "99.9999% availability",
- "generation": 0,
- "is_complete": false,
- "is_external_trigger": false,
- "is_manual": false,
- "is_manually_managed": false,
- "is_mfa_protected": true,
- "is_replica": false,
- "is_unmanaged": true,
- "last_modified": 1598952427,
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "origin_name": "myobject-5",
- "peer_snapcoll_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "repl_status": "in_progress",
- "replicate": false,
- "replicate_to": "myobject-5",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "snapshots_list": [
- {
- "expiry_time": 0,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "snap1",
- "schedule_id": "0c40f75f5b73693a47000000000000000000000018",
- "schedule_name": "Schedule-new",
- "snap_collection_id": "2a0df0fe6f7dc7bb16000000000000000000004014",
- "snap_collection_name": "snp1",
- "vol_id": "0625dab4ed8948f2e000000000000000000000003a",
- "vol_name": "vol1",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-123456"
}
], - "type": "string",
- "volcoll_creator_id": "0600000000000004d3000000000044000000000002",
- "volcoll_creator_name": "AF-123456"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/volume-collections/0625dab4ed8948f2e000000000000000000000003a/snapshot-collections",
- "total": 1
}Create Nimble / Alletra 6K snapshot collection in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of Volume Collection. A 42 digit hexadecimal number. |
| agent_type | string or null External management agent type for snapshots being created as part of snapshot collection. Possible values: 'none', 'smis', 'vvol', 'openstack', 'openstackv2'. |
| allow_writes | boolean or null Atollow applications to write to created snapshot(s). Mandatory and must be set to 'true' for VSS application synchronized snapshots. Possible values: 'true', 'false'. |
| description | string or null Text description of snapshot collection. String of up to 255 printable ASCII characters. Example: '99.9999% availability'. |
| disable_appsync | boolean or null Do not perform application synchronization for this snapshot, create a crash-consistent snapshot instead. Possible values: 'true', 'false'. |
| invoke_on_upstream_partner | boolean or null Invoke snapshot request on upstream partner. Possible values: 'true', 'false'. |
| is_external_trigger | boolean or null Is externally triggered. Possible values: 'true', 'false'. |
| lock_period | integer or null <int64> Number of seconds to keep a snapshot as immutable. |
Array of objects or null or null (KeyValue) Key-value pairs that augment a snapshot collection's attributes. List of key-value pairs. Keys must be unique and non-empty. When creating an object, values must be non-empty. When updating an object, an empty value causes the corresponding key to be removed. | |
| name required | string Name of snapshot collection. String of up to 215 alphanumeric, hyphenated, colon, or period-separated characters; but cannot begin with hyphen, colon or period. This type is used for object sets containing volumes, snapshots, snapshot collections and protocol endpoints. |
| replicate | boolean or null True if this snapshot collection has been marked for replication. Possible values: 'true', 'false'. |
| replicate_to | string or null Specifies the partner name that the snapshots in this snapshot collection are replicated to. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. Example: 'myobject-5'. |
| skip_db_consistency_check | boolean or null Skip consistency check for database files on this snapshot. This option only applies to volume collections with application synchronization set to VSS, application ID set to MS Exchange 2010 or later with Database Availability Group (DAG), snap_verify option set to true, and disable_appsync option set to false. Possible values: 'true', 'false'. |
| snap_verify | boolean or null Run verification tool on this snapshot. This option can only be used with a volume collection that has application synchronization. Possible values: 'true', 'false'. |
| start_online | boolean or null Start with snapshot set online. Possible values: 'true', 'false'. |
Array of objects or null or null (NimbleVolumeSnapAttr) List of snapshot attributes for snapshots being created as part of snapshot collection creation. List of volumes with per snapshot attributes. |
{- "agent_type": "string",
- "allow_writes": true,
- "description": "99.9999% availability",
- "disable_appsync": true,
- "invoke_on_upstream_partner": true,
- "is_external_trigger": false,
- "lock_period": 0,
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "name": "snap1",
- "replicate": true,
- "replicate_to": "string",
- "skip_db_consistency_check": true,
- "snap_verify": true,
- "start_online": true,
- "vol_snap_attr_list": [
- {
- "app_uuid": "rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18",
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of snapshot collection of Nimble / Alletra 6K Volume collection identified by {volumeCollectionId} by {snapshotId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of Volume Collection. A 42 digit hexadecimal number. |
| snapshotCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of snapshot Collection. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/volumes/0625dab4ed8948f2e000000000000000000000003a/snapshots/2a0df0fe6f7dc7bb16000000000000000000004007",
- "has_locked_snapshots": true,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "snap1",
- "online_status": "online",
- "sched_id": "2a1df0fe6f7dc7bb16000000000000000000004017",
- "schedule_id": "2a1df0fe6f7dc7bb16000000000000000000004017",
- "srep_owner_id": "2a1df0fe6f7dc7bb16000000000000000000004017",
- "volcoll_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "allow_writes": false,
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "creation_time": 1598951404,
- "customerId": "string",
- "description": "99.9999% availability",
- "generation": 0,
- "is_complete": false,
- "is_external_trigger": false,
- "is_manual": false,
- "is_manually_managed": false,
- "is_mfa_protected": true,
- "is_replica": false,
- "is_unmanaged": true,
- "last_modified": 1598952427,
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "origin_name": "myobject-5",
- "peer_snapcoll_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "repl_status": "in_progress",
- "replicate": false,
- "replicate_to": "myobject-5",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "snapshots_list": [
- {
- "expiry_time": 0,
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "snap1",
- "schedule_id": "0c40f75f5b73693a47000000000000000000000018",
- "schedule_name": "Schedule-new",
- "snap_collection_id": "2a0df0fe6f7dc7bb16000000000000000000004014",
- "snap_collection_name": "snp1",
- "vol_id": "0625dab4ed8948f2e000000000000000000000003a",
- "vol_name": "vol1",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-123456"
}
], - "type": "string",
- "volcoll_creator_id": "0600000000000004d3000000000044000000000002",
- "volcoll_creator_name": "AF-123456"
}Remove multiple snapshot collections identified by {volumeCollectionId} from Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of Volume Collection. A 42 digit hexadecimal number. |
| force | boolean or null Force remove. |
required | Array of objects (SnapshotCollectionAction) List of snapshot collections to be deleted. |
{- "force": true,
- "snapshot_collections": [
- {
- "id": "3a0df0fe6f7dc7bb16000000000000000000003467"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Perform offline/online action on snapshot collections of Nimble / Alletra 6K and associated with volume collection {volumeCollectionId} in the system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeCollectionId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of Volume Collection. A 42 digit hexadecimal number. |
| online required | boolean Online state for the corresponding snapshots. For a snapshot, 'online' means it could be mounted for data restore. |
| snapshot_collection_ids required | Array of strings List of IDs of snapshot collections to be set online/offline. |
{- "online": true,
- "snapshot_collection_ids": [
- "3a0df0fe6f7dc7bb16000000000000000000003467"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get all applicationset details for HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=uid eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter application-sets by Key. |
| sort | string Example: sort=name desc Lucene query to sort application-sets by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "appSetBusinessUnit": "cssl",
- "appSetComments": "app set comments",
- "appSetExcludeAIQoS": "no",
- "appSetId": 5,
- "appSetImportance": "MEDIUM",
- "appSetName": "KA_VEGA_APPSET1_186",
- "appSetType": "Oracle Database",
- "appSetTypeEnum": "ORACLE_DATA",
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/volumes",
- "type": "volumes"
}
], - "comment": "Comments",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "displayName": "Application Set KA_VEGA_APPSET1_186 ",
- "domain": "Domain",
- "drState": "Normal",
- "exportStatus": "PARTIALLY_EXPORTED",
- "generation": 0,
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "isFailoverAllowed": true,
- "isOverrideAllowed": false,
- "isPrimary": true,
- "isSyncAllowed": true,
- "kvPairsPresent": true,
- "members": [
- "vol1",
- "vol2"
], - "name": "volset_name",
- "nonZeroRtoConfig": "ActiveSync",
- "ransomware": true,
- "remoteRecoveryPoint": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "replicationPartner": [
- {
- "partnerSystem": "cs2-C630-2939-141",
- "replicationPartner": "cs2-C630-2939_s1511"
}, - {
- "partnerSystem": "s2940_208",
- "replicationPartner": "s2940_1"
}
], - "replicationState": "Started",
- "replicationTraffic": "Sending",
- "replicationType": "periodic",
- "role": "Primary",
- "serialNumber": "7CE738P06J",
- "shortName": "VegaApplications~886",
- "sizeMiB": 153600,
- "snapSetParentId": 5,
- "snapSetParentName": "HPE",
- "systemId": "7CE751P312",
- "type": "string",
- "vvSetType": "VVSET",
- "zeroRtoConfig": "PP"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/applicationsets",
- "total": 1
}Create Application Set for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| appSetBusinessUnit | string or null App set business unit |
| appSetComments | string or null App set comments |
| appSetImportance | string or null (DeviceType4VsAppSetImportance) Deprecated Enum: "HIGHEST" "HIGH" "MEDIUM" "LOW" "LOWEST" Priority of the Application Set. Defaults to MEDIUM. This field is deprecated. |
| appSetName required | string App set name |
| appSetType required | string or null (DeviceType4VolumeSetApplicationType) Enum: "ORACLE_DATA" "ORACLE_LOG" "MICROSOFT_EXCHANGE" "MICROSOFT_EXCHANGE_LOG" "MICROSOFT_SQL_SERVER" "MICROSOFT_SQL_SERVER_LOG" "VIRTUAL_SERVER_VMWARE_ESXI_STORAGE" "VIRTUAL_SERVER_HYPER_V_STORAGE" "VIRTUAL_DESKTOP_VMWARE_ESXI_STORAGE" "VIRTUAL_DESKTOP_HYPER_V_STORAGE" "SHAREPOINT" "FILE_SERVER" "VME" "SAP_HANA" "VEEAM_BACKUP_REPOSITORY" "OTHER" "CUSTOM" application type |
object or null (DeviceType4CreateAppSetQosConfigInput) Create QoS Configuration Input (Applicable for OS version 10.4.0 and above) | |
| customAppType | string or null App set name for Custom workloads when appSetType=CUSTOM |
| members | Array of strings or null or null volumes list |
| ransomware | boolean or null This attribute enables/disables ransomware detection on the volume set. Both the existing volumes in the volume set as well as the volumes which get added in future in to this volume set will have this ransomware setting. By Default, it is set to false. This applies to the HPE Alletra Storage MP B10000 systems running OS version 10.5.0 and later. |
{- "appSetBusinessUnit": "HPE",
- "appSetComments": "Edit appset",
- "appSetImportance": "MEDIUM",
- "appSetName": "Appset_134",
- "appSetType": "ORACLE_LOG",
- "createAppSetQosConfigInput": {
- "bandwidthMaxLimit": 100,
- "enable": true,
- "enableSrAlert": true,
- "iopsMaxLimit": 1,
- "perTb": true
}, - "customAppType": "CustomWorkload_123",
- "members": [
- "vol1",
- "vol2"
], - "ransomware": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Export applicationset identified by {appsetId} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| appsetId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
Array of objects or null Host Group IDs and the corresponding attributes for each host group ID. NVMe transport type for each host Group ID is defined in this map and it is applicable if all the hosts of this host group are associated with the NVMe protocol. | |
| hostGroupIds required | Array of strings or null or null HostGroups |
| proximity | string Enum: "PRIMARY" "SECONDARY" "ALL" Host proximity setting for Active Peer Persistence configuration. Supported values are - PRIMARY, SECONDARY and ALL. Default proximity is PRIMARY. |
{- "hostGroupDataMap": [
- {
- "hostGroupId": "cb17544e9347145d22a0fac608831053",
- "nvmeTransportType": "TCP"
}
], - "hostGroupIds": [
- "string"
], - "proximity": "PRIMARY"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of HPE Alletra Storage MP B10000 replication partners identified by {systemId} and {appsetId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| appsetId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
{- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "displayName": "RCPartner1",
- "domain": "Domain1",
- "drState": "Normal",
- "generation": 0,
- "groupId": "0af26e4430948dd5c37bea1757107caf",
- "groupLastSyncTime": {
- "ms": 1552301131100,
- "tz": "UTC"
}, - "groupName": "testGroup",
- "groupObjectId": 11,
- "id": "0af26e4430548dd5c37bea1757107caf",
- "isProtectionPolicyConfigured": true,
- "isRemoteArraySupportReplication": true,
- "isSourceArraySupportReplication": true,
- "mode": "Periodic",
- "policies": {
- "activeActive": true,
- "autoFailover": true,
- "autoRecover": true,
- "autoSynchronize": true,
- "multiTargetPeerPersistence": true,
- "overPeriodAlert": true,
- "pathManagement": true
}, - "protectionType": "Remote",
- "remoteProductFamily": "deviceType4",
- "remoteRole": "Primary",
- "remoteSystemId": "systemID",
- "remoteUsrCPG": "FC_r1",
- "remoteVolumeSetId": "volumeSetID",
- "remoteVolumeSetName": "volumeSet2",
- "replicationTraffic": "Sending",
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE751P312/applicationsets/9c3c4f29a82fd8d632ff379116fa0b8f/replication-partners/0af26e4430548dd5c37bea1757107caf",
- "role": "Primary",
- "roleReversed": true,
- "snapFrequencySecs": -1,
- "state": "Started",
- "syncPeriod": 0,
- "systemId": "7CE816P0SR",
- "systemName": "sp2bh",
- "systemWWN": "2FF70002AC020DA1",
- "targetName": "sp2bh",
- "type": "replication-partner",
- "volumeCount": 1
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/applicationsets/0af26e4430948dd5c37bea1757107caf/replication-partners",
- "total": 1
}Get volume details of replication partners identified by {appsetId} and {replicationPartnerId} for HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| appsetId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| replicationPartnerId required | string Example: aedec7d11d02f73611a6ff992c256bdb id of device-type1 replication partner |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| sort | string Example: sort=remoteVolume desc Lucene query to sort remote-volumes by Key. |
{- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "displayName": "testVol624_1",
- "domain": "Domain2",
- "generation": 0,
- "groupId": "0af26e4430948dd5c37bea1757107caf",
- "groupName": "testGroup",
- "groupObjectId": 11,
- "id": "b23a03cf79a0830f507eebb90c30410c",
- "isRemoteArraySupportReplication": true,
- "localVolumeId": 21,
- "localVolumeName": "testVol624_1",
- "remoteVolume": {
- "asyncOutstanding": -1,
- "remoteVolumeID": 31,
- "remoteVolumeName": "testVol624_1.r",
- "resyncIteration": "134383/1",
- "resyncSnapshotName": "rcpy.41.88.134",
- "syncIteration": "NA",
- "syncPercentage": 36,
- "syncSnapshotName": "none",
- "syncStatus": "Synced",
- "targetName": "sp2bh",
- "volumeIteration": "134383/1",
- "volumeLastSyncTime": {
- "ms": 1552301131100,
- "tz": "UTC"
}, - "volumeSyncLength": -1,
- "volumeSyncOffset": -1
}, - "resourceUri": "/api/v1/storage-systems/device-type4/7CE751P312/volumes/b23a03cf79a0830f507eebb90c30410c",
- "systemId": "7CE816P0SR",
- "systemWWN": "2FF70002AC020DA1",
- "type": "volume"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type4/7CE751P312/applicationsets/0af26e4430948dd5c37bea1757107caf/replication-partners/0af26e4430548dd5c37bea1757107caf/volumes",
- "total": 1
}Remove HPE Alletra Storage MP B10000 snapset in system identified by {snapsetId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| appsetId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| snapsetId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd Identifier of snapset. |
| force | boolean Example: force=true Make snapset offline and remove. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of snapset identified by {snapsetId} for Applicationset identified by {appsetId} for HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| appsetId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| snapsetId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd Identifier of snapset. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "appSetBusinessUnit": "cssl",
- "appSetComments": "app set comments",
- "appSetExcludeAIQoS": "no",
- "appSetImportance": "NORMAL",
- "appSetName": "KA_VEGA_APPSET1_186",
- "appSetType": "Oracle Database",
- "comment": "Comments",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "string",
- "displayName": "Application Set KA_VEGA_APPSET1_186 ",
- "domain": "Domain",
- "exportStatus": "PARTIALLY_EXPORTED",
- "generation": 0,
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "kvPairsPresent": true,
- "members": [
- "vol1",
- "vol2"
], - "mode": "RO",
- "name": "KA_VEGA_APPSET2_186",
- "requestUri": "/v1/storage-systems/device-type4/7CE751P312/applicationsets/fd3244ef7f1ab8bd16500c7a41bdf8f8/snapshots",
- "serialNumber": "7CE738P06J",
- "shortName": "VegaSnapshotSets~92775",
- "snapSetId": 5,
- "snapSetParentId": 5,
- "snapSetParentName": "HPE",
- "systemId": "7CE751P312",
- "type": "string",
- "vvSetType": "VVSET"
}Unexport applicationset identified by {appsetId} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| appsetId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| hostGroupIds required | Array of strings or null List of HostGroupIDs |
| hostIds | Array of strings or null List of HostIDs |
{- "hostGroupIds": [
- "host Group1",
- "Host Group2"
], - "hostIds": [
- "host1",
- "Host2"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get volumes for an applicationset identified by appsetUid
| appsetId required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "associatedLinks": [
- {
- "resourceUri": "v1/storage-systems/{systemUid}/contollers",
- "type": "controllers"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/shelves",
- "type": "shelves"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/disks",
- "type": "disks"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-ports",
- "type": "storage-ports"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-devices-settings",
- "type": "storage-devices-settings"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-pools",
- "type": "storage-pools"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/volume-sets",
- "type": "volume-sets"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/host-groups",
- "type": "host-groups"
}
], - "baseId": 0,
- "bulkvv": true,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compressionPolicy": "string",
- "consoleUri": "/block/volumes/device-type4/f9860a60fd9ff04d2bfa7663622ae401?systemUid=4UW0002936",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copyOfID": 0,
- "copyOfShortName": "VegaCopyOfShortNames~66",
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "dataReduction": "string",
- "dedup": "string",
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "Ms": 0,
- "Tz": "string"
}, - "expirationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "id": "string",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "nguid": "60002AC0000800660002AC130007EEFD",
- "parentID": 0,
- "pevv": true,
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "ransomware": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "resourceUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes/{uid}",
- "retentionTime": {
- "Ms": 0,
- "Tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "shortName": "VegaVolumesShortName~67245",
- "snapShotTier": "string",
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "spaceCalculationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "storageTier": "string",
- "systemId": "7CE751P312",
- "thinProvisioned": true,
- "type": "string",
- "unrefSpaceFreedTime": {
- "Ms": 0,
- "Tz": "string"
}, - "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "usrCpgShortName": "VegaUserCpgShortName~97",
- "vlunSectorSize": 0,
- "volumeCapacity": {
- "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "branchUsedBlocksMiB": 0,
- "branchVSizeMiB": 2048,
- "compactEfficiency": 0,
- "compressSavings": 0,
- "compressionEfficiency": 0,
- "copiedMB": 0,
- "copiedPerc": 0,
- "ddcSize": 0,
- "ddsSize": 0,
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "nonReducibleData": 0,
- "reduceSavings": 0,
- "reduceSavingsRatio": 0,
- "reducibleReduceSavings": 0,
- "reducibleReduceSavingsRatio": 0,
- "sizeMiB": 2048,
- "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotUsedToVirtualPercent": 0,
- "thinSaving": 0,
- "thinSavings": "string",
- "thinSavingsRatio": 0,
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSavings": 0,
- "totalSavingsRatio": 0,
- "totalSpaceMiB": 0,
- "treeVirtualSize": 0,
- "usedBlocksMiB": 0,
- "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0,
- "vvtreeHostWrt": 0
}, - "volumeId": 0,
- "volumePerformance": {
- "iops": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "latencyMs": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "resourceUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "throughputKbps": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}
}, - "volumeType": "VVTYPE_BASE",
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes",
- "total": 1
}Remove applicationset identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}. Member volumes will not be removed.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get applicationset details for an applicationset identified by appsetUid
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "appSetBusinessUnit": "cssl",
- "appSetComments": "app set comments",
- "appSetExcludeAIQoS": "no",
- "appSetId": 5,
- "appSetImportance": "NORMAL",
- "appSetName": "KA_VEGA_APPSET1_186",
- "appSetQoSConfig": {
- "bandwidthMaxLimit": 500,
- "bwGuaranteeTb": 500,
- "bwLimitTb": 500,
- "displayname": "string",
- "domain": "string",
- "enable": true,
- "enableSrAlert": true,
- "generation": 1666788678,
- "id": 59978,
- "ioGuaranteeTb": 500,
- "ioLimitTb": 500,
- "iopsMaxLimit": 500,
- "lastModifiedEpoch": 1666788678,
- "perTb": true,
- "systemUid": "756XNSKA",
- "systemWWN": "2FWWN2004134",
- "targetName": "volumeset",
- "targetType": "QOS_TGT_APPSET",
- "uid": "12335546bgbgnbgnaq12",
- "volumes": [
- "vol1",
- "vol2"
]
}, - "appSetType": "Oracle Database",
- "appSetTypeEnum": "ORACLE_DATA",
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/volumes",
- "type": "volumes"
}
], - "comment": "Comments",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/applicationsets/fd3244ef7f1ab8bd16500c7a41bdf8f8",
- "customerId": "string",
- "displayName": "Application Set KA_VEGA_APPSET1_186 ",
- "domain": "Domain",
- "drState": "Normal",
- "exportStatus": "PARTIALLY_EXPORTED",
- "generation": 0,
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "isFailoverAllowed": true,
- "isOverrideAllowed": false,
- "isPrimary": true,
- "isSyncAllowed": true,
- "kvPairsPresent": true,
- "members": [
- "vol1",
- "vol2"
], - "name": "KA_VEGA_APPSET2_186",
- "nonZeroRtoConfig": "ActiveSync",
- "ransomware": true,
- "remoteRecoveryPoint": {
- "ms": 1591601529000,
- "tz": "Local"
}, - "replicationPartner": [
- {
- "partnerSystem": "cs2-C630-2939-141",
- "replicationPartner": "cs2-C630-2939_s1511"
}, - {
- "partnerSystem": "s2940_208",
- "replicationPartner": "s2940_1"
}
], - "replicationState": "Started",
- "replicationTraffic": "Sending",
- "replicationType": "periodic",
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC01F0FF/applicationsets/fd3244ef7f1ab8bd16500c7a41bdf8f8",
- "role": "Primary",
- "serialNumber": "7CE738P06J",
- "shortName": "VegaApplications~886",
- "sizeMiB": 153600,
- "snapSetParentId": 5,
- "snapSetParentName": "HPE",
- "systemId": "7CE751P312",
- "type": "string",
- "vvSetType": "VVSET",
- "zeroRtoConfig": "PP"
}Edit applicationset identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| addMembers | Array of strings or null or null Members to add to application set |
| appSetBusinessUnit | string or null App set business unit |
| appSetComments | string or null App set comments |
| appSetImportance | string or null (DeviceType4VsAppSetImportance) Deprecated Enum: "HIGHEST" "HIGH" "MEDIUM" "LOW" "LOWEST" Priority of the Application Set. Defaults to MEDIUM. This field is deprecated. |
| appSetName | string or null App set name |
| appSetType | string or null (DeviceType4volumeSetApplicationTypePut) Enum: "ORACLE_DATA" "ORACLE_LOG" "MICROSOFT_EXCHANGE" "MICROSOFT_EXCHANGE_LOG" "MICROSOFT_SQL_SERVER" "MICROSOFT_SQL_SERVER_LOG" "VIRTUAL_SERVER_VMWARE_ESXI_STORAGE" "VIRTUAL_SERVER_HYPER_V_STORAGE" "VIRTUAL_DESKTOP_VMWARE_ESXI_STORAGE" "VIRTUAL_DESKTOP_HYPER_V_STORAGE" "SHAREPOINT" "FILE_SERVER" "VME" "SAP_HANA" "VEEAM_BACKUP_REPOSITORY" "OTHER" "CUSTOM" Application set type. Not applicable for OS Version 10.4.0 and above. |
| customAppType | string or null App set name for Custom workloads when appSetType=CUSTOM |
object or null (DeviceType4EditAppSetQosConfigInput) Edit QoS Configuration Input (Applicable for OS version 10.4.0 and above) | |
| ransomware | boolean or null This attribute enables/disables ransomware detection on the volume set. Both the existing volumes in the volume set as well as the volumes which get added in future in to this volume set will have this ransomware setting. If no input is provided, the existing ransomware setting on the volume set would stay. This applies to the HPE Alletra Storage MP B10000 systems running OS version 10.5.0 and later. |
| removeMembers | Array of strings or null or null Members to remove from application set |
| retainVolumeExportsOnRemoval | boolean or null Indicates whether volume exports should be retained when volumes are removed from the volume set. If set to true, existing exports for the removed volumes are preserved, allowing continued access from hosts to which the volume was previously exported. If omitted or set to false, the removed volumes will no longer be accessible from those hosts. |
{- "addMembers": [
- "vol1",
- "vol2"
], - "appSetBusinessUnit": "HPE",
- "appSetComments": "Edit appset",
- "appSetImportance": "MEDIUM",
- "appSetName": "Appset_134",
- "appSetType": "ORACLE_LOG",
- "customAppType": "CustomWorkload_123",
- "editAppSetQosConfigInput": {
- "action": "ADD_QOS",
- "bandwidthMaxLimit": 100,
- "enable": true,
- "enableSrAlert": true,
- "iopsMaxLimit": 1,
- "perTb": true
}, - "ransomware": true,
- "removeMembers": [
- "vol1",
- "vol2"
], - "retainVolumeExportsOnRemoval": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get capacity details for an applicationset identified by appsetUid
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312",
- "type": "systems"
}, - {
- "resourceUri": "/v1/storage-systems/device-type4/7CE751P312/applicationsets/8f4e84da31ae80b362786a15b290f1eb/volumes",
- "type": "volumes"
}
], - "capacitySummary": {
- "freeSizeMiB": 1233920,
- "sizeMiB": 595968,
- "usedSizeMiB": 595968
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "members": [
- "vol1",
- "vol2"
], - "name": "KA_VEGA_APPSET2_186",
- "requestUri": "/v1/storage-systems/device-type4/SGH029VBHV/applicationsets/fd3244ef7f1ab8bd16500c7a41bdf8f8/capacity-statistics",
- "systemId": "7CE751P312"
}Get the performance history data for the HPE Alletra Storage MP B10000 volume set identified by {id}, including the QOS configuration history and the top/bottom 5-10 volumes based on a metric or up to 10 selected volume's performance history on a storage system identified by {systemid}.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| reportType | string Example: reportType=Canned,Custom,Def,ApiUser parameter will be set to report type requested. For api users, set parameter as ApiUser |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
| compareBy | string Example: compareBy=top eq 5 compareBy will define top or bottom N count |
| filter | string Example: filter=vvId in (5df1fc8108e1c74b7041625a2f94d098,cd6c28c563b60f391fcd6dee8b92360c) filter will define objects to be filtered. Filterable columns are:
|
| metricType | string Example: metricType=IOPS,LATENCY,THROUGHPUT metricType will define comma separated metrics |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "volume": {
- "iopsMetricsData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "totalValue": 46,
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "latencyMetricsDataMs": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "throughputMetricsDataKbps": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "totalValue": 46,
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
]
}, - "volumeSet": {
- "iopsMetricsData": {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "totalValue": 46,
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}, - "latencyMetricsDataMs": {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}, - "qosMetricsData": {
- "items": [
- {
- "bwLimitKbps": 10,
- "iopsLimit": 1000,
- "timestampms": 1605063600
}
], - "total": 1
}, - "throughputMetricsDataKbps": {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "totalValue": 46,
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
}
}, - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/applicationsets/cf0ecd666a2c72a0dcde0d5d4510e90c/performance",
- "startTime": 1625556314
}Get details of protection policies configured on application set identified by {id} created on HPE Alletra Storage MP B10000 identified by {systemId}
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| filter | string Example: filter=uid eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter application-sets by Key. |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE815P2BH/applicationsets/c96c800317062d6f025ec9ca54b723c3",
- "type": "applicationsets"
}
], - "items": [
- {
- "associatedBackupDevice": {
- "protectionStoreId": "fa43500317062d6f025ec9ca54bab123",
- "storeOnceId": "fa43500317062d6f025ec9ca54bab123"
}, - "associatedPolicy": {
- "policyId": "fa43500317062d6f025ec9ca54bab123"
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "generation": 0,
- "policy": {
- "autoRecover": true,
- "autoSynchronize": true,
- "isProtectionPolicyConfigured": true,
- "noAutomaticSynchronization": false,
- "nonZeroRtoConfig": "ActiveSync",
- "overPeriodAlert": true,
- "remote": {
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "isRemoteArraySupportReplication": true,
- "overPeriodAlert": true,
- "partnerId": "29ee132316dc4b05a4805dba13e495ab",
- "partnerName": "s2930",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "periodic",
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE815P2BH/replicationpartners/7810cbb0e03490bcd608eda2b59fcc81\""
}, - "rpoSecs": 600,
- "secondaryRemote": {
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "isRemoteArraySupportReplication": true,
- "overPeriodAlert": true,
- "partnerId": "29ee132316dc4b05a4805dba13e495ab",
- "partnerName": "s2930",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "periodic",
- "resourceUri": "/api/v1/storage-systems/device-type1/7CE815P2BH/replicationpartners/7810cbb0e03490bcd608eda2b59fcc81\""
}, - "zeroRtoConfig": "APP"
}, - "protectionPolicyType": "sync",
- "schedules": {
- "items": [
- {
- "isRemote": true,
- "allowSysOffsetMinute": false,
- "atTime": 8,
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "dayOfMonth": 4,
- "days": "sunday,monday",
- "expireSecs": 86400,
- "generation": 123,
- "id": "fa43500317062d6f025ec9ca54bab123",
- "interval": "30",
- "isAlertEnabled": true,
- "isPaused": true,
- "isSystemTask": false,
- "name": "Every_1_hour_on_sunday_monday",
- "nextRunTime": 1622873100,
- "period": 1,
- "periodUnit": "hours",
- "readOnly": true,
- "retainSecs": 3600,
- "status": "Active",
- "systemWwn": "2FF70002AC020CEF",
- "type": "schedules",
- "untilTime": 15,
- "user": "3paradm"
}
], - "total": 1
}, - "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE815P2BH/applicationsets/1c401e3d034598ac41264651a34736e7/protection-policies",
- "total": 1
}Add protection policy on application set identified by {id} for a storage system HPE Alletra Storage MP B10000 identified by {systemId}
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object Protection policy details | |
| policyId | string or null ID of a policy created in DSCC. This is applicable when the protectionPolicyType is backup. If this is specified, then the backup policy will be associated with the volume set whose ID is specified in the API's URL. |
| protectionPolicyType required | string Enum: "schedule" "sync" "async" "backup" Specifies Protection policy type. Synchronous replication/protection policy provides protection from array or site failures with zero RPO. Using this policy, you can also configure zero RTO policy like Active Peer Persistence. Asynchronous replication/protection policy provides protection from array or site failure with the user defined RPO. Schedule snapshot policy takes snapshots of the member volumes of the protected volume set at periodic intervals defined by the user. You can setup the local snapshot schedule and also setup the co-ordinated synchronized snapshot schedule on the protected volume set configured with synchronous or asynchronous replication policy. You can do this by attaching a scheduled snapshot policy on the volume set having already a synchronous or asynchronous protecting policy. Backup policy takes backup of the member volumes of the protected volume set to an external device at periodic intervals defined by the user. |
| protectionStoreId | string or null Protection store ID. This is applicable only when the protectionPolicyType is backup. If this is specified, then the backup policy will be created with the specified protection store. |
Array of objects (DeviceType4ProtectionScheduleInputSchema) |
{- "policy": {
- "autoRecover": false,
- "autoSynchronize": false,
- "noAutomaticSynchronization": false,
- "overPeriodAlert": false,
- "remote": {
- "partnerId": "afb4961e47212e5bc88dd35db5be5c83",
- "partnerName": "IP_target",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "sync"
}, - "rpoSecs": 600,
- "secondaryRemote": {
- "partnerId": "afb4961e47212e5bc88dd35db5be5c83",
- "partnerName": "IP_target",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "periodic"
}, - "zeroRtoConfig": "APP"
}, - "policyId": "1234567890abcdef1234567890abcdef",
- "protectionPolicyType": "schedule",
- "protectionStoreId": "1234567890abcdef1234567890abcdef",
- "schedules": [
- {
- "isRemote": true,
- "allowSysOffsetMinute": false,
- "atTime": 2,
- "dayOfMonth": 10,
- "days": "sunday,monday",
- "expireSecs": 3600,
- "name": "Every_1_hour_on_sunday_monday",
- "period": 1,
- "periodUnit": "hours",
- "readOnly": true,
- "retainSecs": 3600,
- "untilTime": 7
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit protection policy on application set identified by {id} for a storage system HPE Alletra Storage MP B10000 identified by {systemId}
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
Array of objects (DeviceType4ProtectionScheduleInputSchema) | |
Array of objects (DeviceType4ModifyProtectionScheduleInputSchema) | |
object Protection policy details | |
| protectionPolicyType required | string Enum: "schedule" "sync" "async" Specifies Protection policy type. Synchronous replication/protection policy provides protection from array or site failures with zero RPO. Using this policy, you can also configure zero RTO policy like Active Peer Persistence. Asynchronous replication/protection policy provides protection from array or site failure with the user defined RPO. Schedule snapshot policy takes snapshots of the member volumes of the protected volume set at periodic intervals defined by the user. You can setup the local snapshot schedule and also setup the co-ordinated synchronized snapshot schedule on the protected volume set configured with synchronous or asynchronous replication policy. You can do this by attaching a scheduled snapshot policy on the volume set having already a synchronous or asynchronous protecting policy. |
Array of objects (DeviceType4RemoveProtectionScheduleInputSchema) |
{- "createSchedules": [
- {
- "isRemote": true,
- "allowSysOffsetMinute": false,
- "atTime": 2,
- "dayOfMonth": 10,
- "days": "sunday,monday",
- "expireSecs": 3600,
- "name": "Every_1_hour_on_sunday_monday",
- "period": 1,
- "periodUnit": "hours",
- "readOnly": true,
- "retainSecs": 3600,
- "untilTime": 7
}
], - "modifySchedules": [
- {
- "allowSysOffsetMinute": false,
- "atTime": 2,
- "dayOfMonth": 10,
- "days": "sunday,monday",
- "id": "c1a96e09142935b7f0513a852610dccc",
- "isRemote": true,
- "name": "Every_1_hour_on_sunday_monday",
- "period": 1,
- "periodUnit": "hours",
- "untilTime": 7
}
], - "policy": {
- "autoRecover": false,
- "autoSynchronize": false,
- "noAutomaticSynchronization": false,
- "overPeriodAlert": false,
- "remote": {
- "partnerId": "afb4961e47212e5bc88dd35db5be5c83",
- "partnerName": "IP_target",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "sync"
}, - "rpoSecs": 600,
- "secondaryRemote": {
- "partnerId": "afb4961e47212e5bc88dd35db5be5c83",
- "partnerName": "IP_target",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "periodic"
}, - "zeroRtoConfig": "APP"
}, - "protectionPolicyType": "schedule",
- "removeSchedules": [
- {
- "id": "12ab132316dc4b05a4805dba13e495xy"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remedies issues caused in protection policy configuration on application set identified by {id} for a storage system HPE Alletra Storage MP B10000 identified by {systemId}
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
object Protection policy details | |
| policyId | string or null ID of a policy created in DSCC. This is applicable when the protectionPolicyType is backup. If this is specified, then the backup policy will be associated with the volume set whose ID is specified in the API's URL. |
| protectionPolicyType required | string Enum: "schedule" "sync" "async" "backup" Specifies Protection policy type. Synchronous replication/protection policy provides protection from array or site failures with zero RPO. Using this policy, you can also configure zero RTO policy like Active Peer Persistence. Asynchronous replication/protection policy provides protection from array or site failure with the user defined RPO. Schedule snapshot policy takes snapshots of the member volumes of the protected volume set at periodic intervals defined by the user. You can setup the local snapshot schedule and also setup the co-ordinated synchronized snapshot schedule on the protected volume set configured with synchronous or asynchronous replication policy. You can do this by attaching a scheduled snapshot policy on the volume set having already a synchronous or asynchronous protecting policy. Backup policy takes backup of the member volumes of the protected volume set to an external device at periodic intervals defined by the user. |
| protectionStoreId | string or null Protection store ID. This is applicable only when the protectionPolicyType is backup. If this is specified, then the backup policy will be created with the specified protection store. |
Array of objects (DeviceType4ProtectionScheduleInputSchema) |
{- "policy": {
- "autoRecover": false,
- "autoSynchronize": false,
- "noAutomaticSynchronization": false,
- "overPeriodAlert": false,
- "remote": {
- "partnerId": "afb4961e47212e5bc88dd35db5be5c83",
- "partnerName": "IP_target",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "sync"
}, - "rpoSecs": 600,
- "secondaryRemote": {
- "partnerId": "afb4961e47212e5bc88dd35db5be5c83",
- "partnerName": "IP_target",
- "replicationPartnerSnapshotCpg": "SSD_r6",
- "replicationPartnerUserCpg": "SSD_r6",
- "replicationType": "periodic"
}, - "zeroRtoConfig": "APP"
}, - "policyId": "1234567890abcdef1234567890abcdef",
- "protectionPolicyType": "schedule",
- "protectionStoreId": "1234567890abcdef1234567890abcdef",
- "schedules": [
- {
- "isRemote": true,
- "allowSysOffsetMinute": false,
- "atTime": 2,
- "dayOfMonth": 10,
- "days": "sunday,monday",
- "expireSecs": 3600,
- "name": "Every_1_hour_on_sunday_monday",
- "period": 1,
- "periodUnit": "hours",
- "readOnly": true,
- "retainSecs": 3600,
- "untilTime": 7
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove protection policy on application set identified by {id} for a storage system HPE Alletra Storage MP B10000 identified by {systemId}
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
required | Array of objects (DeviceType4RemoveProtectionPolicyInputSchema) List of protection policies to be removed |
{- "policies": [
- {
- "remote": {
- "partnerId": "29ee132316dc4b05a4805dba13e495ab"
}, - "removeOnlySchedules": true,
- "removePolicyIds": [
- {
- "id": "12ab132316dc4b05a4805dba13e495zx"
}
], - "removeSchedules": [
- {
- "id": "12ab132316dc4b05a4805dba13e495xy"
}
], - "secondaryRemote": {
- "partnerId": "29ee132316dc4b05a4805dba13e495ab"
}
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get hosts and proximity details identified by application set {id} for HPE Alletra Storage MP B10000 identified by {systemId}
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
{- "items": [
- {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "generation": 0,
- "hostGroupName": "hostset1",
- "hosts": [
- {
- "dsccHostName": "host1",
- "hostId": "0af26e4430948dd5c37bea1757107caf",
- "hostNQN": [
- "nqn.2014-08.net.hpecorp.storage.mip:nvme:ESX173"
], - "name": "host1",
- "os": "Windows Server",
- "proximity": {
- "isRemoteArraySupportReplication": true,
- "isSourceArraySupportReplication": true,
- "localSystem": "CS2-A630-SVQ8",
- "proximityValue": "PRIMARY",
- "remoteSystem": "s2937"
}, - "targetNQN": "nqn.2020-09.com.hpe:b0eb957f-cb5c-4b31-a97a-80f9be7d77de"
}
], - "proximity": {
- "localSystem": "s4300",
- "proximityValue": "PRIMARY",
- "remoteSystem": "s4300"
}, - "systemId": "7CE816P0SR",
- "type": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/applicationsets/9c3c4f29a82fd8d632ff379116fa0b8f/proximity-settings",
- "resourceURI": "/api/v1/storage-systems/device-type4/2FF70002AC018D94/applicationsets/9c3c4f29a82fd8d632ff379116fa0b8f/proximity-settings",
- "total": 1
}Change proximity settings of hosts where volume sets are exported identified by {id} and {systemId} from HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
Array of objects (DeviceType4HostGroupProximityInput) | |
Array of objects (DeviceType4HostProximityInput) |
{- "hostGroups": [
- {
- "hostGroupName": "tstHostGroup",
- "proximity": "PRIMARY"
}
], - "hosts": [
- {
- "hostName": "tstHost",
- "proximity": "PRIMARY"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Actions on volume set identified by {id} and {systemId} from HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| action | string Enum: "FAILOVER" "SYNC" "OVERRIDE" "START" "STOP" "RECOVER" "RESTORE" "SWITCHOVER" "REVERSE" Actions on the volume set where remote protection is enabled. |
object (DeviceType4RemoteProtectionActionsInputParams) |
{- "action": "SYNC",
- "parameters": {
- "failoverActionParams": {
- "forcePPFailover": true,
- "noSnapshot": true,
- "skipPromote": true,
- "targetName": "s1511"
}, - "overrideActionParams": {
- "targetName": "s1511"
}, - "recoverActionParams": {
- "skipStart": true,
- "skipSync": true,
- "targetName": "s1511"
}, - "restoreActionParams": {
- "noSnapshot": true,
- "skipStart": true,
- "skipSync": true,
- "targetName": "s1511"
}, - "reverseActionParams": {
- "current": true,
- "localGroupDirection": true,
- "natural": true,
- "noSnapshot": true,
- "skipPromote": true,
- "stopGroups": true,
- "targetName": "s1511"
}, - "startActionParams": {
- "targetName": "s1511"
}, - "stopActionParams": {
- "targetName": "s1511"
}, - "switchoverActionParams": {
- "noSnapshot": false,
- "targetName": "s1511"
}, - "syncActionParams": {
- "forceFullSync": false
}
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get snapshot details of volume sets identified by {id} for HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
{- "items": [
- {
- "appSetBusinessUnit": "cssl",
- "appSetComments": "app set comments",
- "appSetExcludeAIQoS": "no",
- "appSetImportance": "MEDIUM",
- "appSetName": "KA_VEGA_APPSET1_186",
- "appSetType": "Oracle Database",
- "comment": "Comments",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "string",
- "displayName": "Application Set KA_VEGA_APPSET1_186 ",
- "domain": "Domain",
- "exportStatus": "PARTIALLY_EXPORTED",
- "generation": 0,
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "kvPairsPresent": true,
- "members": [
- "vol1",
- "vol2"
], - "mode": "RO",
- "name": "KA_VEGA_APPSET2_186",
- "requestUri": "/v1/storage-systems/device-type4/7CE751P312/applicationsets/fd3244ef7f1ab8bd16500c7a41bdf8f8/snapshots",
- "serialNumber": "7CE738P06J",
- "shortName": "VegaSnapshotSets~92775",
- "snapSetId": 5,
- "snapSetParentId": 5,
- "snapSetParentName": "HPE",
- "systemId": "7CE751P312",
- "type": "string",
- "vvSetType": "VVSET"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/snapshots",
- "total": 1
}Create snapshot for application set identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 UID of the applicationset |
| comment | string or null Comment if any |
| expireSecs | integer or null Expiration time in seconds |
| readOnly | boolean or null Read only or Read/Write |
| retainSecs | integer or null <int64> Reatain time in seconds |
| snapshotName required | string or null Name for snapshot. For the HPE Alletra Storage MP B10000 systems, the maximum supported length is 31 characters in OS versions up to 10.4.0. For the OS version 10.4.2 and above, this limit is 248 characters. |
| vvNamePattern required | string or null (DeviceType4vvNamePattern) Enum: "PARENT_TIMESTAMP" "PARENT_SEC_SINCE_EPOCH" name pattern |
{- "comment": "",
- "expireSecs": 100,
- "readOnly": false,
- "retainSecs": 86400,
- "snapshotName": "snapshot_oracle_1611807822",
- "vvNamePattern": "PARENT_TIMESTAMP"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get supported protection types for application set identified by {id} on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| id required | string Example: e9d353bf98fc1a6bdb90b824e3ca14b5 ID of the applicationset |
| systemId required | string Example: 7CE751P312 systemId of the storage system |
{- "asyncPartners": [
- {
- "asyncPartner": "CS2-A630-SVQ8",
- "id": "5a5ce66d4814a5e5156de428abb0a589",
- "isActiveSyncSupported": true,
- "isPeerPersistanceSupported": true,
- "minAsyncRPO": 30,
- "name": "s2930",
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE815P2BH/replicationpartners/5a5ce66d4814a5e5156de428abb0a589",
- "syncPartner": "CS2-A630-SVQ8_1"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "generation": 0,
- "isSLDSupported": true,
- "protectionTypes": [
- "schedule",
- "async",
- "sync",
- "backup"
], - "requestUri": "/api/v1/storage-systems/device-type4/7CE815P2BH/applicationsets/6e6266d344de3e32b10424466c7d01bb/supportedProtectionTypes",
- "syncPartners": [
- {
- "asyncPartner": "CS2-A630-SVQ8",
- "id": "5a5ce66d4814a5e5156de428abb0a589",
- "isActiveSyncSupported": true,
- "isPeerPersistanceSupported": true,
- "minAsyncRPO": 30,
- "name": "s2930",
- "resourceUri": "/api/v1/storage-systems/device-type4/7CE815P2BH/replicationpartners/5a5ce66d4814a5e5156de428abb0a589",
- "syncPartner": "CS2-A630-SVQ8_1"
}
]
}Get all volume sets
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq volset and systemId eq 7CE751P312 oData query to filter by Key. |
| sort | string Example: sort=systemId desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "appType": "Oracle Database",
- "application": "string",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "/block/volumes/device-type4/applicationsets/6d61f513a7396d1909e1a8ef94c04090?systemUid=CZ23370B8X",
- "customerId": "string",
- "exportStatus": "PARTIALLY_EXPORTED",
- "generation": 0,
- "healthState": "string",
- "hostWrittenCapacityMiB": 0,
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "intrinsicResource": "string",
- "iops": 0,
- "isInternal": true,
- "latency": 0,
- "location": "string",
- "members": [
- "string"
], - "name": "snap11",
- "productFamily": "deviceType1",
- "provisionedSizeMiB": 0,
- "resourceUri": "/v1/storage-systems/volume-sets",
- "sizeMiB": 0,
- "spaceWarning": 0,
- "subType": "string",
- "systemId": "7CE751P312",
- "thinSavings": "string",
- "throughPut": 0,
- "totalReservedMiB": 0,
- "type": "string",
- "usedCapacityPercent": 0,
- "usedSizeMiB": 0,
- "volumeSetId": "string",
- "volumeType": "string",
- "volumesCount": 5,
- "vvSetType": "VVSET",
- "wwn": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/applicationsets/14dbcb4be4836ff8f012a6d0118ba83a",
- "total": 1
}Get volume-set identified by id
| id required | string Example: fd3244ef7f1ab8bd16500c7a41bdf8f8 UID of Volume Set |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "appType": "Oracle Database",
- "application": "string",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "/block/volumes/device-type4/applicationsets/f0719b299ba5e2be40e27113cfe6d3cf?systemUid=CZ2D2407WM",
- "customerId": "string",
- "exportStatus": "PARTIALLY_EXPORTED",
- "generation": 0,
- "healthState": "string",
- "hostWrittenCapacityMiB": 0,
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "intrinsicResource": "string",
- "iops": 0,
- "isInternal": true,
- "latency": 0,
- "location": "string",
- "name": "snap11",
- "productFamily": "deviceType1",
- "provisionedSizeMiB": 0,
- "requestUri": "/v1/volume-sets/f0719b299ba5e2be40e27113cfe6d3cf",
- "resourceUri": "/v1/storage-systems/volume-sets",
- "sizeMiB": 0,
- "spaceWarning": 0,
- "subType": "string",
- "systemId": "7CE751P312",
- "thinSavings": "string",
- "throughPut": 0,
- "totalReservedMiB": 0,
- "type": "string",
- "usedCapacityPercent": 0,
- "usedSizeMiB": 0,
- "volumeSetId": "string",
- "volumeType": "string",
- "volumesCount": 5,
- "vvSetType": "VVSET",
- "wwn": "string"
}Get volumes identified by volume set id
| id required | string Example: fd3244ef7f1ab8bd16500c7a41bdf8f8 UID of Volume Set |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
{- "items": [
- {
- "appType": "Oracle Database",
- "application": "string",
- "associatedLinks": [
- {
- "resourceUri": "string",
- "type": "string"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "/block/volumes/device-type2/06510ed8b8ee4fd0c7000000000000000000005927",
- "customerId": "string",
- "generation": 0,
- "healthState": "string",
- "hostWrittenCapacityMiB": 0,
- "id": "4c74ec5c-ecec-4483-9506-3fb5dc45b5d0",
- "intrinsicResource": "string",
- "iops": 0,
- "isInternal": true,
- "latency": 0,
- "location": "string",
- "members": [
- "string"
], - "name": "snap11",
- "productFamily": "deviceType1",
- "provisionedSizeMiB": 0,
- "resourceUri": "/v1/storage-systems/volume-sets",
- "sizeMiB": 0,
- "spaceWarning": 0,
- "subType": "string",
- "systemId": "7CE751P312",
- "thinSavings": "string",
- "throughPut": 0,
- "totalReservedMiB": 0,
- "type": "string",
- "usedCapacityPercent": 0,
- "usedSizeMiB": 0,
- "volumeSetId": "string",
- "volumeType": "string",
- "volumesCount": 5,
- "wwn": "string"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type1/7CE751P312/applicationsets/14dbcb4be4836ff8f012a6d0118ba83a",
- "total": 1
}Get details of volumes identified with {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/storage-pools/{uid}",
- "type": "storage-pools"
}, - {
- "resourceUri": "/v1/storage-systems/volume-sets/{uid}",
- "type": "volume-sets"
}, - {
- "resourceUri": "/v1/storage-systems/{uid}",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/{uid}/volumes",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "generation": 0,
- "healthState": "NORMAL",
- "hostWrittenCapacityMiB": 0,
- "id": "e66ed5ce8d35961481a48b4f78bb06b4",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "intrinsicResource": "volume",
- "isInternal": false,
- "isSystemVolume": false,
- "name": "Finance",
- "productFamily": "deviceType1",
- "provisionedSizeMiB": 2048,
- "resourceUri": "/v1/storage-systems/volumes",
- "sizeMiB": 2048,
- "spaceWarning": 0,
- "subType": "PROVTYPE_DDS",
- "systemId": "7CE751P312",
- "thinSavings": "1:1",
- "type": "volume",
- "usedCapacityPercent": 1.2345,
- "usedSizeMiB": 0,
- "volumeSetId": "7CE751P312",
- "volumeType": "VVTYPE_BASE",
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/volumes",
- "total": 1
}Create a clone of a snapshot identified by {snapshotId} for Primera / Alletra 9K systems.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
| autoLun | boolean or null Secify to use auto lun number. |
| destinationCpg | string or null Name of the User CPG |
| destinationSnapshotCpg | string or null Name of the Snapshot CPG |
| destinationVolume required | string Name of the destination volume. |
| hostGroupId | string or null Unique identifier of host group. |
| lun | integer or null <int64> LUN of volume. |
| priority | string or null Enum: "PRIORITYTYPE_HIGH" "PRIORITYTYPE_MED" "PRIORITYTYPE_LOW" Priority of the task for clone of a snashot. Defaults to MEDIUM. |
{- "autoLun": true,
- "destinationCpg": "SSD_r6",
- "destinationSnapshotCpg": "SSD_r6",
- "destinationVolume": "destinationVol1",
- "hostGroupId": "fd3244ef7f1ab8bd16500c7a41bdf8f8",
- "lun": 0,
- "priority": "PRIORITYTYPE_MED"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Export vlun for snapshot identified by {id} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
Array of objects or null Custom LUN Id for multiple host groups | |
| autoLun | boolean or null Auto Lun |
| hostGroupIds required | Array of strings or null or null HostGroups |
| maxAutoLun | integer or null <int64> Number of volumes. |
| noVcn | boolean or null No VCN |
| override | boolean or null Override |
| position | string or null Deprecated Position. This field is deprecated. |
| proximity | string Enum: "PRIMARY" "SECONDARY" "ALL" Host proximity setting for Active Peer Persistence configuration. Supported values are - PRIMARY, SECONDARY and ALL. Default proximity is PRIMARY. |
{- "LUN": [
- {
- "LUN": 34,
- "hostGroupId": "cb17544e9347145d22a0fac608831053"
}
], - "autoLun": true,
- "hostGroupIds": [
- "string"
], - "maxAutoLun": 1,
- "noVcn": true,
- "override": true,
- "position": "position_1",
- "proximity": "PRIMARY"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Unexport vlun for snapshot identified by {id} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
| hostGroupIds required | Array of strings or null List of HostGroupIDs |
| hostIds | Array of strings or null List of HostIDs |
{- "hostGroupIds": [
- "host Group1",
- "Host Group2"
], - "hostIds": [
- "host1",
- "Host2"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of vluns for Snapshot identified by {snapshotId} for Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=id asc,name desc Query to sort the response with specified key and order |
{- "items": [
- {
- "active": true,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "deviceWWNs": "wwn",
- "diskPartition": "",
- "displayname": "",
- "domain": "",
- "failedPathInterval": 1,
- "failedPathPolicy": "",
- "generation": 0,
- "id": "",
- "initiators": {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}, - "lun": 1,
- "mountPoint": "",
- "mountPointFsau": 1,
- "multiPathType": "",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "rawVolume": "",
- "remoteName": "",
- "resourceUri": "- TO BE IMPLEMENTED",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "",
- "systemId": "",
- "tpgId": 1,
- "type": "string",
- "usedSpace": 1,
- "vlunType": "",
- "volumeGroup": "",
- "volumeManager": "",
- "volumeName": "",
- "volumeWWN": "",
- "vvReservedUserSpace": 1,
- "vvSize": 1
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "- TO BE IMPLEMENTED",
- "total": 2
}Get details of vlun identified by {id} for Snapshot identified by {snapshotId} for Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the vlun |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "active": true,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/volumes/{volumeUid}/vluns/{uid}",
- "customerId": "string",
- "deviceWWNs": "",
- "diskPartition": "",
- "displayname": "",
- "domain": "",
- "failedPathInterval": 1,
- "failedPathPolicy": "",
- "generation": 1627538867363,
- "id": "",
- "initiators": {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}, - "lun": 1,
- "mountPoint": "",
- "mountPointFsau": 1,
- "multiPathType": "",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "rawVolume": "",
- "remoteName": "",
- "requestUri": "- TO BE IMPLEMENTED",
- "resourceUri": "- TO BE IMPLEMENTED",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "",
- "systemId": "",
- "tpgId": 1,
- "type": "",
- "usedSpace": 1,
- "vlunType": "",
- "volumeGroup": "",
- "volumeManager": "",
- "volumeName": "",
- "volumeWWN": "",
- "vvReservedUserSpace": 1,
- "vvSize": 1
}Get all volumes details for Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "associatedLinks": [
- {
- "resourceUri": "v1/storage-systems/{systemUid}/contollers",
- "type": "controllers"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/shelves",
- "type": "shelves"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/disks",
- "type": "disks"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-ports",
- "type": "storage-ports"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-devices-settings",
- "type": "storage-devices-settings"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-pools",
- "type": "storage-pools"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/volume-sets",
- "type": "volume-sets"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/host-groups",
- "type": "host-groups"
}
], - "baseId": 0,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compactEfficiency": 0,
- "compressionEfficiency": 0,
- "compressionPolicy": "string",
- "consoleUri": "/block/volumes/device-type1/f9860a60fd9ff04d2bfa7663622ae401?systemUid=4UW0002936",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copiedMB": 0,
- "copiedPerc": 0,
- "copyOfID": 0,
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "dataReduction": "string",
- "ddcSize": 0,
- "ddsSize": 0,
- "dedup": "string",
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "ms": 0,
- "tz": "string"
}, - "expirationTime": {
- "ms": 0,
- "tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "id": "string",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "parentID": 0,
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "resourceUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes/{uid}",
- "retentionTime": {
- "ms": 0,
- "tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "sizeMiB": 2048,
- "snapShotTier": "string",
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "snapshotCpgID": 0,
- "snapshotCpgName": "string",
- "snapshotSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotUsedToVirtualPercent": 0,
- "spaceCalculationTime": {
- "ms": 0,
- "tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "storageTier": "string",
- "systemId": "7CE751P312",
- "thinProvisioned": true,
- "thinSavings": "string",
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSpaceMiB": 0,
- "type": "string",
- "unrefSpaceFreedTime": {
- "ms": 0,
- "tz": "string"
}, - "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0,
- "vlunSectorSize": 0,
- "volumeId": 0,
- "volumePerformance": {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "iops": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "latencyMs": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "requestUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "resourceUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "throughputKbps": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}
}, - "volumeType": "VVTYPE_BASE",
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes",
- "total": 1
}Create volume for a storage system Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| comments | string or null test |
| count | integer or null Volumes count |
| dataReduction | boolean or null Data Reduction |
| name required | string Name of the volume |
| sizeMib required | integer Size in MB |
| snapCpg | string or null Snap CPG |
| snapshotAllocWarning | integer or null Snapshot Alloc Warning |
| userAllocWarning | integer or null User Alloc Warning |
| userCpg required | string User CPG of the volume to be created |
{- "comments": "test",
- "count": 2,
- "dataReduction": true,
- "name": "<resource_name>",
- "sizeMib": 16384,
- "snapCpg": "SSD_r6",
- "snapshotAllocWarning": 5,
- "userAllocWarning": 5,
- "userCpg": "SSD_r6"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get performance history of Primera / Alletra 9K Volumes
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| reportType | string Example: reportType=Canned,Custom,Def,ApiUser parameter will be set to report type requested. For api users, set parameter as ApiUser |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
| compareBy | string Example: compareBy=top eq 5 and metrics eq readIops compareBy will define top and compare metrics for which query has to be made. Allowed values: |
| groupBy | string Example: groupBy=vvName groupBy will define comma separated groupBy parameters. Allowed values are:
|
| filter | string Example: filter=vvId in (5df1fc8108e1c74b7041625a2f94d098,cd6c28c563b60f391fcd6dee8b92360c) filter will define objects to be filtered. Filterable columns are:
|
| component | string Value: "VLUN" Example: component=VLUN component will give information about resource to be queried |
| metricType | string Example: metricType=IOPS,LATENCY,THROUGHPUT,IOSIZE,QLEN,AVG_BUSY metricType will define comma separated metrics |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "avgbusyMetricsDataPerct": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "iopsMetricsData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "ioszMetricsDataKbs": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "latencyMetricsDataMs": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "qlenMetricsData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "throughputMetricsDataKbps": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
]
}, - "requestUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/performance-history",
- "startTime": 1625556314
}Remove volume identified by {volumeId} from Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| unExport | boolean Example: unExport=true UnExport Host,HostSet and delete volume |
| cascade | boolean Example: cascade=true Delete snapshot and volume |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Primera / Alletra 9K Volume identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "associatedLinks": [
- {
- "resourceUri": "v1/storage-systems/{systemUid}/contollers",
- "type": "controllers"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/shelves",
- "type": "shelves"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/disks",
- "type": "disks"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-ports",
- "type": "storage-ports"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-devices-settings",
- "type": "storage-devices-settings"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-pools",
- "type": "storage-pools"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/volume-sets",
- "type": "volume-sets"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/host-groups",
- "type": "host-groups"
}
], - "baseId": 0,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compactEfficiency": 0,
- "compressionEfficiency": 0,
- "compressionPolicy": "string",
- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/volumes/{uid}",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copiedMB": 0,
- "copiedPerc": 0,
- "copyOfID": 0,
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "dataReduction": "string",
- "ddcSize": 0,
- "ddsSize": 0,
- "dedup": "string",
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "ms": 0,
- "tz": "string"
}, - "expirationTime": {
- "ms": 0,
- "tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "id": "string",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "parentID": 0,
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "requestUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/volumes/{uid}",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC018D94/volumes/{uid}",
- "retentionTime": {
- "ms": 0,
- "tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "sizeMiB": 0,
- "snapShotTier": "string",
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "snapshotCpgID": 0,
- "snapshotCpgName": "string",
- "snapshotSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotUsedToVirtualPercent": 0,
- "spaceCalculationTime": {
- "ms": 0,
- "tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "storageTier": "string",
- "systemId": "7CE751P312",
- "thinProvisioned": true,
- "thinSavings": "string",
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSpaceMiB": 0,
- "type": "string",
- "unrefSpaceFreedTime": {
- "ms": 0,
- "tz": "string"
}, - "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0,
- "vlunSectorSize": 0,
- "volumeId": 0,
- "volumePerformance": {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "iops": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "latencyMs": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "requestUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "resourceUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "throughputKbps": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}
}, - "volumeType": "VVTYPE_BASE",
- "wwn": "60002AC0000000000000006B0001FFEB"
}Edit volume identified by {volumeId} from Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| conversionType | string or null Enum: "CONVERSIONTYPE_THIN" "CONVERSIONTYPE_DDS" "CONVERSIONTYPE_V1" "CONVERSIONTYPE_V2" conversion type (this argument is depricated, use dataReduction instead) |
| dataReduction | boolean or null Data Reduction on Volume |
| name | string or null volume name. Even if the volume is part of a volume set protected by a remote replication policy, the volume name will be updated only on the system whose systemId is given in the API URL. |
| sizeMib | number or null <double> [ 0 .. 1.7976931348623157e+308 ] Size of the volume to be edited. Volume sets that are replicated with Remote Copy groups are internally stopped and restarted automatically to modify the volume size and propagate the change to the remote side. |
| snapshotAllocWarning | integer or null <int64> Snapshot Space allocation warning. It should be an integer between 0-100. This attribute is updated only on the system whose systemId is specified in the API URL, even if the volume is part of a volume set protected by a remote replication policy. |
| snapshotCpgName | string or null Snapshot CPG name. Editing of this parameter snapshotCpgName is supported on HPE Primera 4.6.0 and HPE Alletra 9K 9.6.0 and above system OS versions. |
| userAllocWarning | integer or null <int64> User Alloc Space limit warning. It should be an integer between 0-100. This attribute is updated only on the system whose systemId is specified in the API URL, even if the volume is part of a volume set protected by a remote replication policy. |
| userCpgName | string or null user cpg name |
{- "conversionType": "CONVERSIONTYPE_THIN",
- "dataReduction": true,
- "name": "volume_Name",
- "sizeMib": 1,
- "snapshotAllocWarning": 1,
- "snapshotCpgName": "cpg_1",
- "userAllocWarning": 1,
- "userCpgName": "cpg_1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get volume capacity trend data of Primera / Alletra 9K Volume identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "capacityData": {
- "customerId": "string",
- "items": [
- {
- "actualUsageMiB": 25,
- "hostWrittenCapacityMiB": 20,
- "timestampMs": 1605063600
}
], - "total": 1
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "endTime": 1625209133,
- "requestUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/capacity-history",
- "startTime": 1625122733
}Create a clone volume identified by {id} for Primera / Alletra 9K systems.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| destinationVolume required | string Name of the destination volume. |
object or null (offlineClone) Offline clone of a volume. | |
| online | boolean or null Create an online or offline clone of a volume. |
object or null (onlineClone) Online clone of a volume. | |
| priority | string or null Enum: "PRIORITYTYPE_HIGH" "PRIORITYTYPE_MED" "PRIORITYTYPE_LOW" Priority of the task for clone volume. Defaults to MEDIUM. |
{- "destinationVolume": "destinationVol1",
- "offlineClone": {
- "createVolume": {
- "destinationCpg": "SSD_r6",
- "destinationSnapshotCpg": "SSD_r6"
}, - "enableResync": true,
- "useExistingVolume": true
}, - "online": true,
- "onlineClone": {
- "autoLun": true,
- "destinationCpg": "SSD_r6",
- "destinationSnapshotCpg": "SSD_r6",
- "hostGroupId": "fd3244ef7f1ab8bd16500c7a41bdf8f8",
- "lun": 0
}, - "priority": "PRIORITYTYPE_MED"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Export vlun for volume identified by {id} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
Array of objects or null Custom LUN Id for multiple host groups | |
| autoLun | boolean or null Auto Lun |
| hostGroupIds required | Array of strings or null or null HostGroups |
| maxAutoLun | integer or null <int64> Number of volumes. |
| noVcn | boolean or null No VCN |
| override | boolean or null Override |
| position | string or null Deprecated Position. This field is deprecated. |
| proximity | string Enum: "PRIMARY" "SECONDARY" "ALL" Host proximity setting for Active Peer Persistence configuration. Supported values are - PRIMARY, SECONDARY and ALL. Default proximity is PRIMARY. |
{- "LUN": [
- {
- "LUN": 34,
- "hostGroupId": "cb17544e9347145d22a0fac608831053"
}
], - "autoLun": true,
- "hostGroupIds": [
- "string"
], - "maxAutoLun": 1,
- "noVcn": true,
- "override": true,
- "position": "position_1",
- "proximity": "PRIMARY"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get performance trend data of Primera / Alletra 9K Volume identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "iopsMetricsData": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "ioszMetricsDataKbs": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "latencyMetricsDataMs": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "qlenMetricsData": {
- "items": [
- {
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}, - "throughputMetricsDataKbps": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}
}, - "requestUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-history",
- "startTime": 1625556314
}Get performance statistics of Primera / Alletra 9K Volume identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "iops": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "latencyMs": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "requestUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "resourceUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "throughputKbps": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}
}Get snapshot details of volume identified by {id} for Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "baseId": 0,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compactEfficiency": 0,
- "compressionEfficiency": 0,
- "compressionPolicy": "string",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copiedMB": 0,
- "copiedPerc": 0,
- "copyOfID": 0,
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "string",
- "dataReduction": "string",
- "ddcSize": 0,
- "ddsSize": 0,
- "dedup": "string",
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "ms": 0,
- "tz": "string"
}, - "expirationTime": {
- "ms": 0,
- "tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "id": "b7107a30-260a-41c1-a47f-e50770c414c9",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "parentID": 0,
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "retentionTime": {
- "ms": 0,
- "tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "sizeMiB": 0,
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "snapshotCpgID": 0,
- "snapshotCpgName": "string",
- "snapshotId": 0,
- "snapshotSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotType": "string",
- "snapshotUsedToVirtualPercent": 0,
- "spaceCalculationTime": {
- "ms": 0,
- "tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "thinProvisioned": true,
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSpaceMiB": 0,
- "type": "string",
- "unrefSpaceFreedTime": {
- "ms": 0,
- "tz": "string"
}, - "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0,
- "vlunSectorSize": 0,
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type1/7CE751P312/applicationsets/8c18425671d44803b4512f4ca1917410/snapshots",
- "total": 1
}Create snapshot for volumes identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| comment | string or null Comment if any |
| customName | string or null Name for snapshot |
| expireSecs | integer or null Expiration time in seconds |
| namePattern required | string or null (namePattern) Enum: "PARENT_TIMESTAMP" "PARENT_SEC_SINCE_EPOCH" "CUSTOM" name pattern |
| readOnly | boolean or null Read only or Read/Write |
| retainSecs | integer or null <int64> Reatain time in seconds |
{- "comment": "",
- "customName": "snap1",
- "expireSecs": 86400,
- "namePattern": "PARENT_TIMESTAMP",
- "readOnly": false,
- "retainSecs": 86400
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Unexport vlun for volume identified by {id} from Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| hostGroupIds required | Array of strings or null List of HostGroupIDs |
| hostIds | Array of strings or null List of HostIDs |
{- "hostGroupIds": [
- "host Group1",
- "Host Group2"
], - "hostIds": [
- "host1",
- "Host2"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of vluns for Volume identified by {volumeId} for Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=id asc,name desc Query to sort the response with specified key and order |
{- "items": [
- {
- "active": true,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "deviceWWNs": "wwn",
- "diskPartition": "",
- "displayname": "",
- "domain": "",
- "failedPathInterval": 1,
- "failedPathPolicy": "",
- "generation": 0,
- "id": "",
- "initiators": {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}, - "lun": 1,
- "mountPoint": "",
- "mountPointFsau": 1,
- "multiPathType": "",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "rawVolume": "",
- "remoteName": "",
- "resourceUri": "- TO BE IMPLEMENTED",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "",
- "systemId": "",
- "tpgId": 1,
- "type": "string",
- "usedSpace": 1,
- "vlunType": "",
- "volumeGroup": "",
- "volumeManager": "",
- "volumeName": "",
- "volumeWWN": "",
- "vvReservedUserSpace": 1,
- "vvSize": 1
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "- TO BE IMPLEMENTED",
- "total": 2
}Get the details of the clone volumes associated with a base volume identified by {volumeId} for Primera / Alletra 9K systems.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "associatedLinks": [
- {
- "resourceUri": "v1/storage-systems/{systemUid}/contollers",
- "type": "controllers"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/shelves",
- "type": "shelves"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/disks",
- "type": "disks"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-ports",
- "type": "storage-ports"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-devices-settings",
- "type": "storage-devices-settings"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-pools",
- "type": "storage-pools"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/volume-sets",
- "type": "volume-sets"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/host-groups",
- "type": "host-groups"
}
], - "baseId": 0,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compactEfficiency": 0,
- "compressionEfficiency": 0,
- "compressionPolicy": "string",
- "consoleUri": "/block/volumes/device-type1/f9860a60fd9ff04d2bfa7663622ae401?systemUid=4UW0002936",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copiedMB": 0,
- "copiedPerc": 0,
- "copyOfID": 0,
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "dataReduction": "string",
- "ddcSize": 0,
- "ddsSize": 0,
- "dedup": "string",
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "ms": 0,
- "tz": "string"
}, - "expirationTime": {
- "ms": 0,
- "tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "id": "string",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "parentID": 0,
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "resourceUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes/{uid}",
- "retentionTime": {
- "ms": 0,
- "tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "sizeMiB": 2048,
- "snapShotTier": "string",
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "snapshotCpgID": 0,
- "snapshotCpgName": "string",
- "snapshotSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotUsedToVirtualPercent": 0,
- "spaceCalculationTime": {
- "ms": 0,
- "tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "storageTier": "string",
- "systemId": "7CE751P312",
- "thinProvisioned": true,
- "thinSavings": "string",
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSpaceMiB": 0,
- "type": "string",
- "unrefSpaceFreedTime": {
- "ms": 0,
- "tz": "string"
}, - "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0,
- "vlunSectorSize": 0,
- "volumeId": 0,
- "volumePerformance": {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "iops": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "latencyMs": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "requestUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "resourceUri": "/v1/storage-systems/device-type1/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "throughputKbps": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}
}, - "volumeType": "VVTYPE_BASE",
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes",
- "total": 1
}Promote a clone volume identified by {cloneId} of a volume identified by {volumeId} on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| cloneId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the clone |
| priority | string or null (clonePriority) Enum: "PRIORITYTYPE_HIGH" "PRIORITYTYPE_MED" "PRIORITYTYPE_LOW" Priority of the task for promoting/resynchronizing the clone volume. Defaults to MEDIUM. |
{- "priority": "PRIORITYTYPE_MED"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Resynchronize a clone volume identified by {cloneId} of a volume identified by {volumeId} on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| cloneId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the clone |
| priority | string or null (clonePriority) Enum: "PRIORITYTYPE_HIGH" "PRIORITYTYPE_MED" "PRIORITYTYPE_LOW" Priority of the task for promoting/resynchronizing the clone volume. Defaults to MEDIUM. |
{- "priority": "PRIORITYTYPE_MED"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove Primera / Alletra 9K snapshot in system identified by {snapshotId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd Identifier of snapshot. |
| force | boolean Example: force=true Make snapshot offline and remove. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of vlun identified by {id} for Volume identified by {volumeId} for Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "baseId": 0,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compactEfficiency": 0,
- "compressionEfficiency": 0,
- "compressionPolicy": "string",
- "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/volumes/014f8f647893f228bcf8b7c3f7eebbc5/snapshots/e1892c0fb437d0aeef880124c2db9957",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copiedMB": 0,
- "copiedPerc": 0,
- "copyOfID": 0,
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "string",
- "dataReduction": "string",
- "ddcSize": 0,
- "ddsSize": 0,
- "dedup": "string",
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "ms": 0,
- "tz": "string"
}, - "expirationTime": {
- "ms": 0,
- "tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "id": "b7107a30-260a-41c1-a47f-e50770c414c9",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "parentID": 0,
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "requestUri": "/v1/storage-systems/device-type1/7CE751P312/volumes/fd3244ef7f1ab8bd16500c7a41bdf8f8/snapshots/fd3244ef7f1ab8bd16500c7a41bdf8f9",
- "retentionTime": {
- "ms": 0,
- "tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "sizeMiB": 0,
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "snapshotCpgID": 0,
- "snapshotCpgName": "string",
- "snapshotId": 0,
- "snapshotSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotType": "string",
- "snapshotUsedToVirtualPercent": 0,
- "spaceCalculationTime": {
- "ms": 0,
- "tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "thinProvisioned": true,
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSpaceMiB": 0,
- "type": "string",
- "unrefSpaceFreedTime": {
- "ms": 0,
- "tz": "string"
}, - "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0,
- "vlunSectorSize": 0,
- "wwn": "60002AC0000000000000006B0001FFEB"
}Promote a snapshot identified by {snapshotId} of a volume identified by {volumeId} on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
| priority | string or null (priority) Enum: "PRIORITYTYPE_HIGH" "PRIORITYTYPE_MED" "PRIORITYTYPE_LOW" Priority of the task for promoting the snapshot. Defaults to PRIORITYTYPE_MED. |
| target | string or null Target volume name to which the snapshot need to be promoted. If not specified it will be promoted to its base volume. |
{- "priority": "PRIORITYTYPE_HIGH",
- "target": "volume1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove vlun idenfied by {id} form volume identified by {volumeId} from Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the vlun |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of vlun identified by {id} for Volume identified by {volumeId} for Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the vlun |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "active": true,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type1/SGH014XGSP/volumes/{volumeUid}/vluns/{uid}",
- "customerId": "string",
- "deviceWWNs": "",
- "diskPartition": "",
- "displayname": "",
- "domain": "",
- "failedPathInterval": 1,
- "failedPathPolicy": "",
- "generation": 1627538867363,
- "id": "",
- "initiators": {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}, - "lun": 1,
- "mountPoint": "",
- "mountPointFsau": 1,
- "multiPathType": "",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "rawVolume": "",
- "remoteName": "",
- "requestUri": "- TO BE IMPLEMENTED",
- "resourceUri": "- TO BE IMPLEMENTED",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "",
- "systemId": "",
- "tpgId": 1,
- "type": "",
- "usedSpace": 1,
- "vlunType": "",
- "volumeGroup": "",
- "volumeManager": "",
- "volumeName": "",
- "volumeWWN": "",
- "vvReservedUserSpace": 1,
- "vvSize": 1
}Get all access-control-records details by Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter Access Control Record by Key. |
| sort | string Example: sort=name desc oData query to sort Access Control Record resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "access_protocol": "fc",
- "chap_user_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "chap_user_name": "myobject-5",
- "creation_time": 1600169692,
- "id": "0d4323bdd90b39c3a7000000000000000000000012",
- "initiator_group_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "initiator_group_name": "3PAR-Host",
- "last_modified": 1600169692,
- "lun": 8,
- "pe_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "pe_lun": 1234,
- "pe_name": "myobject-5",
- "snap_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "snap_name": "snap_test",
- "vol_id": "064323bdd90b39c3a7000000000000000000000016",
- "vol_name": "vv1",
- "apply_to": "volume",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "generation": 0,
- "pe_ids": [
- "2a0df0fe6f7dc7bb16000000000000000000004817"
], - "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "snapluns": [
- {
- "id": "0a1c9973433673c3db000000000000000000000001",
- "lun": 1,
- "name": "default"
}
], - "type": "string",
- "vol_agent_type": "smis"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/nimble/2a0df0fe6f7dc7bb16000000000000000000004817/access-control-records",
- "total": 1
}Create Nimble / Alletra 6K access control record in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| apply_to | string or null External management agent type. Possible values:'volume', 'pe', 'vvol_volume', 'vvol_snapshot', 'snapshot', 'both'. |
| chap_user_id | string or null Identifier for the CHAP user. |
| initiator_group_id | string or null Identifier for the initiator group. |
| lun | integer or null <int64> If this access control record applies to a regular volume, this attribute is the volume's LUN (Logical Unit Number). If the access protocol is iSCSI, the LUN will be 0. However, if the access protocol is Fibre Channel, the LUN will be in the range from 0 to 2047. If this record applies to a Virtual Volume, this attribute is the volume's secondary LUN in the range from 0 to 399999, for both iSCSI and Fibre Channel. If the record applies to a OpenstackV2 volume, the LUN will be in the range from 0 to 2047, for both iSCSI and Fibre Channel. If this record applies to a protocol endpoint or only a snapshot, this attribute is not meaningful and is set to null. |
| pe_id | string or null Identifier for the protocol endpoint this access control record applies to. |
| pe_ids | Array of strings or null or null List of candidate protocol endpoints that may be used to access the Virtual Volume. One of them will be selected for the access control record. This field is required only when creating an access control record for a Virtual Volume. |
| snap_id | string or null Identifier for the snapshot this access control record applies to. |
| systemUid | string or null Deprecated Rest ID of the array containing this controller. |
| vol_id | string or null Identifier for the volume this access control record applies to. |
{- "apply_to": "pe",
- "chap_user_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "initiator_group_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "lun": 8,
- "pe_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "pe_ids": [
- "2a0df0fe6f7dc7bb16000000000000000000004817"
], - "snap_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "systemUid": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "vol_id": "064323bdd90b39c3a7000000000000000000000016"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove access-control-record identified by {accessControlRecordId} from Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| accessControlRecordId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of Access Control Record. A 42 digit hexadecimal number. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K access-control-records identified by {accessControlRecordId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| accessControlRecordId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the Access Control Record . A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/access-control-records/2a0df0fe6f7dc7bb16000000000000000000004007",
- "access_protocol": "fc",
- "chap_user_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "chap_user_name": "myobject-5",
- "creation_time": 1600169692,
- "id": "0d4323bdd90b39c3a7000000000000000000000012",
- "initiator_group_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "initiator_group_name": "3PAR-Host",
- "last_modified": 1600169692,
- "lun": 8,
- "pe_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "pe_lun": 1234,
- "pe_name": "myobject-5",
- "snap_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "snap_name": "snap_test",
- "vol_id": "064323bdd90b39c3a7000000000000000000000016",
- "vol_name": "vv1",
- "apply_to": "volume",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "customerId": "string",
- "generation": 0,
- "pe_ids": [
- "2a0df0fe6f7dc7bb16000000000000000000004817"
], - "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "snapluns": [
- {
- "id": "0a1c9973433673c3db000000000000000000000001",
- "lun": 1,
- "name": "default"
}
], - "type": "string",
- "vol_agent_type": "smis"
}Edit access-control-record identified by {accessControlRecordId} for Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| accessControlRecordId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of Access Control Record. A 42 digit hexadecimal number. |
| apply_to | string or null Enum: "volume" "pe" "vvol_volume" "vvol_snapshot" "snapshot" "both" Type of object this access control record applies to. Possible values:'volume', 'pe', 'vvol_volume', 'vvol_snapshot', 'snapshot', 'both'. |
{- "apply_to": "pe"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Create provisioning workflow for a Nimble / Alletra 6K storage system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| agent_type | string or null External management agent type. Defaults to 'none'. Possible values: 'none', 'smis', 'vvol', 'openstack', 'openstackv2' |
| app_uuid | string or null Application identifier of volume. String of up to 255 alphanumeric characters, hyphen, colon, dot and underscore are allowed. Defaults to the empty string. |
| appSetName | string or null The name of the application set associated with the volume.It can be a string of up to 255 alphanumeric characters, including hyphens, colons, dots, and underscores. Defaults to an empty string if not specified. |
| count required | integer Number of volumes to be created. |
| dedupe_enabled | boolean or null Indicate whether dedupe is enabled. Defaults to 'false'. |
| downstreamPartner | string or null Name of the downstream partner |
| downstreamPartnerId | string or null ID of the downstream partner |
| encryption_cipher | string or null Enum: "none" "aes_256_xts" The encryption cipher of the volume. Possible values: 'none', 'aes_256_xts'. Applicable for only version 6.1.2 and above. |
| folder_id | string or null ID of the folder holding this volume. An optional NsObjectID. A 42 digit hexadecimal int64 or the empty string. Defaults to the empty string. |
Array of objects or null or null (NimbleHostGroupDetails) List of host group details. | |
| limit | integer or null <int64> Limit for the volume as a percentage of volume size. Percentage as integer from 0 to 100. Defaults to the default volume limit set on group, typically 100. |
| limit_iops | integer or null <int64> IOPS limit for this volume. If limit_iops is not specified when a volume is created, or if limit_iops is set to -1, then the volume has no IOPS limit. If limit_iops is not specified while creating a clone, IOPS limit of parent volume will be used as limit. IOPS limit should be in range [256, 4294967294] or -1 for unlimited. If both limit_iops and limit_mbps are specified, limit_mbps must not be hit before limit_iops. In other words, IOPS and MBPS limits should honor limit_iops _ampersand_amp;lt;= ((limit_mbps MB/s * 2^20 B/MB) / block_size B). By default the volume is created with unlimited iops. |
| limit_mbps | integer or null <int64> Throughput limit for this volume in MB/s. If limit_mbps is not specified when a volume is created, or if limit_mbps is set to -1, then the volume has no MBPS limit. MBPS limit should be in range [1, 4294967294] or -1 for unlimited. If both limit_iops and limit_mbps are specified, limit_mbps must not be hit before limit_iops. In other words, IOPS and MBPS limits should honor limit_iops _ampersand_amp;lt;= ((limit_mbps MB/s * 2^20 B/MB) / block_size B). By default, the volume is created with unlimited throughput. |
| name required | string Name of the volume. String of up to 215 alphanumeric, hyphenated, colon, or period-separated characters; but cannot begin with hyphen, colon or period. This type is used for object sets containing volumes, snapshots, snapshot collections and protocol endpoints. |
object or null (CustomApplicationParameters) Params required to create custom workload | |
| perfpolicy_id | string or null Identifier of the performance policy. After creating a volume, performance policy for the volume can only be changed to another performance policy with same block size. A 42 digit hexadecimal int64. Defaults to ID of the 'default' performance policy. |
| pool_id | string or null Identifier associated with the pool in the storage pool table. A 42 digit hexadecimal int64. Defaults to the ID of the 'default' pool. |
| protectionPolicyId | string or null Protection policy ID |
Array of objects or null Protection Policy Schedule | |
| replicationStartTime | integer or null <int64> Remote replication start time which will be used to offset local snapshot start time |
| size required | integer <int64> Volume size in megabytes. Size is required for creating a volume but not for cloning an existing volume.When creating a new volume, size is required. When cloning an existing volume, size defaults to that of the parent volume. |
| suffix | integer or null suffix for customized volume name |
| volColId | string or null volume collection id |
| volColName | string or null volume collection Name |
| warn_level | integer or null <int64> Deprecated Threshold for available space as a percentage of volume size below which an alert is raised. If this option is not specified, array default volume warn level setting is used to decide the warning level for this volume. Percentage as integer from 0 to 100. Defaults to the default volume warning level set on the group, typically 80. |
{- "agent_type": "none",
- "app_uuid": "rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18",
- "appSetName": "myAppSetName_123",
- "count": 3,
- "dedupe_enabled": false,
- "downstreamPartner": "<resource_name>",
- "downstreamPartnerId": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "encryption_cipher": "none",
- "folder_id": "1234123412341234123412341234123412341234cd",
- "host_groups": [
- {
- "host_group_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "lun": 100
}
], - "limit": 100,
- "limit_iops": -1,
- "limit_mbps": -1,
- "name": "volume1",
- "perfpolicy": {
- "compression": true,
- "deduplication": true,
- "name": "CUSTOM-LOG-SERVER"
}, - "perfpolicy_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "pool_id": "0a00000000000004d3000000000000000000000001",
- "protectionPolicyId": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "protectionPolicySchedules": [
- {
- "lock_period": 0,
- "name": "<name>",
- "startTime": "8:30"
}
], - "replicationStartTime": 16384456,
- "size": 16,
- "suffix": 4,
- "volColId": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "volColName": "appset_1",
- "warn_level": 80
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Provisioning review for a storage system Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| host_groups | Array of strings or null or null list of host groups |
{- "host_groups": [
- "string"
]
}[- {
- "host_group": {
- "changes": {
- "newlyCreated": false,
- "warning": "PERSONA_MISMATCH"
}, - "hosts": [
- {
- "changes": {
- "newlyCreated": false,
- "warning": "PERSONA_MISMATCH"
}, - "host_type": "string",
- "id": "string",
- "initiators": [
- {
- "address": "string",
- "changes": {
- "newlyCreated": false,
- "warning": "PERSONA_MISMATCH"
}
}
], - "name": "string"
}
], - "name": "string"
}, - "host_group_id": ""
}
]Edit Multiple Nimble / Alletra 6K snapshots in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
required | Array of objects or null (NimbleEditSnapshotInput) |
{- "snapshot_list": [
- {
- "app_uuid": "rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18",
- "description": "99.9999% availability",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "lock_period": 0,
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "online": false
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get all volumes details for Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter volumes by Key. |
| sort | string Example: sort=name desc oData query to sort volumes resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "base_snap_id": "2a0df0fe6f7dc7bb16000000000000000000004017",
- "base_snap_name": "snp1",
- "clone": false,
- "dest_pool_id": "0a00000000000004d3000000000000000000000001",
- "dest_pool_name": "myobject-5",
- "folder_id": "1234123412341234123412341234123412341234cd",
- "folder_name": "myobject-5",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "volume1",
- "online": true,
- "owned_by_group": "g1a1",
- "owned_by_group_id": "2a0df0fe6f7dc7bb16000000000000000000004007",
- "parent_vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "parent_vol_name": "1234123412341234abcdacbdacbdacbd",
- "perfpolicy_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "perfpolicy_name": "default",
- "pool_id": "0a00000000000004d3000000000000000000000001",
- "pool_name": "default",
- "read_only": false,
- "replication_role": "no_replication",
- "secondary_serial_number": "1234123412341234abcdacbdacbdacbd",
- "serial_number": "5596fd1da1c87b8d6c9ce900d3040000",
- "size": 1024,
- "target_name": "iqn.2007-11.com.storage:vol0.762157726640911-v00000000000004d3.00000005.000004d3",
- "volcoll_id": "1234123412341234123412341234123412341234cd",
- "volcoll_name": "myobject-5",
- "access_control_records": [
- {
- "access_protocol": "volume",
- "acl_id": "2a0df0fe6f7dc7bb16000000000000000000004818",
- "apply_to": "volume",
- "chap_user_id": "0100000000000004d3000000000000000000000001",
- "chap_user_name": "0100000000000004d3000000000000000000000001",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004818",
- "initiator_group_id": "2a0df0fe6f7dc7bb16000000000000000000004818",
- "initiator_group_name": "h1a1",
- "lun": 0,
- "pe_id": "0100000000000004d3000000000000000000000001",
- "pe_lun": 0,
- "pe_name": "peName",
- "snap_id": "2200000000000004d3000000000000000000000007",
- "snap_name": "snap1",
- "snapluns": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "lun": 0,
- "name": "snap1"
}
], - "vol_id": "0100000000000004d3000000000000000000000007",
- "vol_name": "vol1"
}
], - "agent_type": "none",
- "app_category": "Other",
- "app_uuid": "rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "block_size": 4096,
- "cache_needed_for_pin": 104857600,
- "cache_pinned": false,
- "cache_policy": "normal",
- "caching_enabled": true,
- "cksum_last_verified": 1598952427,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type2/001491cb6652a03a6b000000000000000000000001/volumes/071491cb6652a03a6b000000000000000000000006",
- "content_repl_errors_found": false,
- "creation_time": 1598951404,
- "customerId": "string",
- "dedupe_enabled": true,
- "description": "99.9999% availability",
- "encryption_cipher": "none",
- "force": false,
- "full_name": "default:/volume1",
- "generation": 0,
- "has_locked_snapshots": false,
- "inherit_acl": false,
- "is_mfa_protected": true,
- "iscsi_target_scope": "group",
- "last_content_snap_br_cg_uid": 0,
- "last_content_snap_br_gid": 0,
- "last_content_snap_id": 0,
- "last_modified": 1598952427,
- "last_snap": {
- "snap_creation_time": 1598952427,
- "snap_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "snap_name": "snap1"
}, - "limit": 100,
- "limit_iops": -1,
- "limit_mbps": -1,
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "move_aborting": false,
- "move_bytes_migrated": 0,
- "move_bytes_remaining": 0,
- "move_est_compl_time": 0,
- "move_start_time": 0,
- "multi_initiator": false,
- "needs_content_repl": false,
- "num_snaps": 28,
- "offline_reason": "user",
- "online_snaps": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "snap1",
- "snap_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "snap_name": "snap1"
}
], - "perfpolicy_creator_id": "0600000000000004d3000000000044000000000002",
- "perfpolicy_creator_name": "AF-123456",
- "pinned_cache_size": 0,
- "pre_filter": "exampleFilter",
- "previously_deduped": true,
- "projected_num_snaps": 0,
- "protection_type": "local",
- "reserve": 0,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "search_name": "volume1",
- "snap_reserve": 0,
- "snap_usage_compressed_bytes": 0,
- "snap_usage_populated_bytes": 0,
- "snap_usage_uncompressed_bytes": 0,
- "snap_warn_level": 0,
- "space_usage_level": "normal",
- "srep_last_sync": 1598952427,
- "srep_resync_percent": 0,
- "thinly_provisioned": true,
- "total_usage_bytes": 0,
- "type": "string",
- "upstream_cache_pinned": false,
- "usage_valid": true,
- "vol_state": "online",
- "vol_usage_compressed_bytes": 0,
- "vol_usage_mapped_bytes": 0,
- "vol_usage_uncompressed_bytes": 0,
- "volcoll_creator_id": "0600000000000004d3000000000044000000000002",
- "volcoll_creator_name": "AF-123456",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567",
- "vpd_ieee0": "bea16133315c83ab6c9ce90098b0ea001",
- "vpd_ieee1": "6c9ce90098b0ea001",
- "vpd_t10": "Nimble bea16133315c83ab6c9ce90098b0ea001",
- "warn_level": 80
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/volumes",
- "total": 1
}Create Nimble / Alletra 6K volume in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| agent_type | string or null External management agent type. Defaults to 'none'. Possible values: 'none', 'smis', 'vvol', 'openstack', 'openstackv2' |
| app_uuid | string or null Application identifier of volume. String of up to 255 alphanumeric characters, hyphen, colon, dot and underscore are allowed. Defaults to the empty string. |
| base_snap_id | string or null Base snapshot ID. This attribute is required together with name and clone when cloning a volume with the create operation. A 42 digit hexadecimal int64. Defaults to the empty string. |
| block_size | integer or null <int64> Size in bytes of blocks in the volume. Defaults to 4096. |
| cache_pinned | boolean or null If set to true, all the contents of this volume are kept in flash cache. This provides for consistent performance guarantees for all types of workloads. The amount of flash needed to pin the volume is equal to the limit for the volume. Defaults to 'false'. |
| clone | boolean or null Whether this volume is a clone. Use this attribute in combination with name and base_snap_id to create a clone by setting clone = true. Defaults to 'false'. |
| dedupe_enabled | boolean or null Indicate whether dedupe is enabled. Defaults to 'false'. |
| description | string or null Text description of volume. String of up to 255 printable ASCII characters. Defaults to the empty string. |
| dest_pool_id | string or null ID of the destination pool where the volume is moving to. A 42 digit hexadecimal int64. Defaults to the empty string. |
| encryption_cipher | string or null The encryption cipher of the volume. Defaults to 'none'. Possible values: 'none', 'aes_256_xts' |
| folder_id | string or null ID of the folder holding this volume. An optional NsObjectID. A 42 digit hexadecimal int64 or the empty string. Defaults to the empty string. |
| limit | integer or null <int64> Limit for the volume as a percentage of volume size. Percentage as integer from 0 to 100. Defaults to the default volume limit set on group, typically 100. |
| limit_iops | integer or null <int64> IOPS limit for this volume. If limit_iops is not specified when a volume is created, or if limit_iops is set to -1, then the volume has no IOPS limit. If limit_iops is not specified while creating a clone, IOPS limit of parent volume will be used as limit. IOPS limit should be in range [256, 4294967294] or -1 for unlimited. If both limit_iops and limit_mbps are specified, limit_mbps must not be hit before limit_iops. In other words, IOPS and MBPS limits should honor limit_iops _ampersand_amp;lt;= ((limit_mbps MB/s * 2^20 B/MB) / block_size B). By default the volume is created with unlimited iops. |
| limit_mbps | integer or null <int64> Throughput limit for this volume in MB/s. If limit_mbps is not specified when a volume is created, or if limit_mbps is set to -1, then the volume has no MBPS limit. MBPS limit should be in range [1, 4294967294] or -1 for unlimited. If both limit_iops and limit_mbps are specified, limit_mbps must not be hit before limit_iops. In other words, IOPS and MBPS limits should honor limit_iops _ampersand_amp;lt;= ((limit_mbps MB/s * 2^20 B/MB) / block_size B). By default, the volume is created with unlimited throughput. |
Array of objects or null or null (KeyValue) Key-value pairs that augment a volume's attributes. List of key-value pairs. Keys must be unique and non-empty. When creating an object, values must be non-empty. When updating an object, an empty value causes the corresponding key to be removed. Defaults to an empty array. | |
| multi_initiator | boolean or null This indicates whether volume and its snapshots are multi-initiator accessible. This attribute applies only to volumes and snapshots available to iSCSI initiators. Defaults to 'false'. |
| name required | string Name of the volume. String of up to 215 alphanumeric, hyphenated, colon, or period-separated characters; but cannot begin with hyphen, colon or period. This type is used for object sets containing volumes, snapshots, snapshot collections and protocol endpoints. |
| online | boolean or null Online state of volume, available for host initiators to establish connections. Defaults to 'true'. |
| owned_by_group_id | string or null ID of group that currently owns the volume. A 42 digit hexadecimal int64. Defaults to the ID of the group that created the volume. |
| perfpolicy_id | string or null Identifier of the performance policy. After creating a volume, performance policy for the volume can only be changed to another performance policy with same block size. A 42 digit hexadecimal int64. Defaults to ID of the 'default' performance policy. |
| pool_id | string or null Identifier associated with the pool in the storage pool table. A 42 digit hexadecimal int64. Defaults to the ID of the 'default' pool. |
| read_only | boolean or null Volume is read-only. Defaults to 'false'. |
| reserve | integer or null <int64> Deprecated Amount of space to reserve for this volume as a percentage of volume size. Percentage as integer either 0 or 100. Defaults to the default volume reservation set on the group, typically 0. |
| size | integer or null <int64> Volume size in megabytes. Size is required for creating a volume but not for cloning an existing volume.When creating a new volume, size is required. When cloning an existing volume, size defaults to that of the parent volume. |
| snap_reserve | integer or null <int64> Deprecated Amount of space to reserve for snapshots of this volume as a percentage of volume size. Defaults to the default snapshot reserve set on the group, typically 0. |
| snap_warn_level | integer or null <int64> Deprecated Threshold for available space as a percentage of volume size below which an alert is raised. Defaults to the default snapshot warning level set on the group, typically 0. |
| suffix | integer Deprecated suffix for customized volume name. This field is deprecated. |
| warn_level | integer or null <int64> Deprecated Threshold for available space as a percentage of volume size below which an alert is raised. If this option is not specified, array default volume warn level setting is used to decide the warning level for this volume. Percentage as integer from 0 to 100. Defaults to the default volume warning level set on the group, typically 80. |
{- "agent_type": "none",
- "app_uuid": "rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18",
- "base_snap_id": "2a0df0fe6f7dc7bb16000000000000000000004017",
- "block_size": 4096,
- "cache_pinned": false,
- "clone": false,
- "dedupe_enabled": false,
- "description": "99.9999% availability",
- "dest_pool_id": "0a00000000000004d3000000000000000000000001",
- "encryption_cipher": "none",
- "folder_id": "1234123412341234123412341234123412341234cd",
- "limit": 100,
- "limit_iops": -1,
- "limit_mbps": -1,
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "multi_initiator": false,
- "name": "volume1",
- "online": true,
- "owned_by_group_id": "2a0df0fe6f7dc7bb16000000000000000000004007",
- "perfpolicy_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "pool_id": "0a00000000000004d3000000000000000000000001",
- "read_only": false,
- "reserve": 0,
- "size": 1024,
- "snap_reserve": 0,
- "snap_warn_level": 0,
- "suffix": 4,
- "warn_level": 80
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get performance history of Nimble / Alletra 6K Volumes
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
| compareBy | string Example: compareBy=top eq 5 and metrics eq readIops compareBy will define top and compare metrics for which query has to be made. Allowed values: |
| filter | string Example: filter=vvname in (vvname1,vvname2,vvname3) ,deviceName in (cage1) filter will define objects to be filtered |
| metricType | string Example: metricType=IOPS,LATENCY,THROUGHPUT metricTypes will define comma separated metrics |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "iopsMetricsData": [
- {
- "chartLegendId": "VolumeName",
- "resourceId": "001c0920dff4b68c9d000000000000000000000001",
- "timeseriesData": {
- "items": [
- {
- "name": "VolumeName",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "latencyMetricsDataMs": [
- {
- "chartLegendId": "VolumeName",
- "resourceId": "001c0920dff4b68c9d000000000000000000000001",
- "timeseriesData": {
- "items": [
- {
- "name": "VolumeName",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "throughputMetricsDataKbps": [
- {
- "chartLegendId": "VolumeName",
- "resourceId": "001c0920dff4b68c9d000000000000000000000001",
- "timeseriesData": {
- "items": [
- {
- "name": "VolumeName",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
]
}, - "requestUri": "/v1/storage-systems/device-type2/0000000110000000/volumes/volume-performance",
- "startTime": 1625556314
}Remove volume identified by {volumeId} from Nimble / Alletra 6K
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| offline | boolean Deprecated Example: offline=true Make volume offline and delete. Deprecated - Use force instead of offline. |
| force | boolean Example: force=true Make volume and associated snapshots offline, stop protection and delete. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of Nimble / Alletra 6K Volume identified by {volumeId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/volumes/2a0df0fe6f7dc7bb16000000000000000000004007",
- "base_snap_id": "2a0df0fe6f7dc7bb16000000000000000000004017",
- "base_snap_name": "snp1",
- "clone": false,
- "dest_pool_id": "0a00000000000004d3000000000000000000000001",
- "dest_pool_name": "myobject-5",
- "folder_id": "1234123412341234123412341234123412341234cd",
- "folder_name": "myobject-5",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "volume1",
- "online": true,
- "owned_by_group": "g1a1",
- "owned_by_group_id": "2a0df0fe6f7dc7bb16000000000000000000004007",
- "parent_vol_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "parent_vol_name": "1234123412341234abcdacbdacbdacbd",
- "perfpolicy_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "perfpolicy_name": "default",
- "pool_id": "0a00000000000004d3000000000000000000000001",
- "pool_name": "default",
- "read_only": false,
- "replication_role": "no_replication",
- "secondary_serial_number": "1234123412341234abcdacbdacbdacbd",
- "serial_number": "5596fd1da1c87b8d6c9ce900d3040000",
- "size": 1024,
- "target_name": "iqn.2007-11.com.storage:vol0.762157726640911-v00000000000004d3.00000005.000004d3",
- "volcoll_id": "1234123412341234123412341234123412341234cd",
- "volcoll_name": "myobject-5",
- "access_control_records": [
- {
- "access_protocol": "volume",
- "acl_id": "2a0df0fe6f7dc7bb16000000000000000000004818",
- "apply_to": "volume",
- "chap_user_id": "0100000000000004d3000000000000000000000001",
- "chap_user_name": "0100000000000004d3000000000000000000000001",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004818",
- "initiator_group_id": "2a0df0fe6f7dc7bb16000000000000000000004818",
- "initiator_group_name": "h1a1",
- "lun": 0,
- "pe_id": "0100000000000004d3000000000000000000000001",
- "pe_lun": 0,
- "pe_name": "peName",
- "snap_id": "2200000000000004d3000000000000000000000007",
- "snap_name": "snap1",
- "snapluns": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "lun": 0,
- "name": "snap1"
}
], - "vol_id": "0100000000000004d3000000000000000000000007",
- "vol_name": "vol1"
}
], - "agent_type": "none",
- "app_category": "Other",
- "app_uuid": "rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "block_size": 4096,
- "cache_needed_for_pin": 104857600,
- "cache_pinned": false,
- "cache_policy": "normal",
- "caching_enabled": true,
- "cksum_last_verified": 1598952427,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type2/001491cb6652a03a6b000000000000000000000001/volumes/071491cb6652a03a6b000000000000000000000006",
- "content_repl_errors_found": false,
- "creation_time": 1598951404,
- "customerId": "string",
- "dedupe_enabled": true,
- "description": "99.9999% availability",
- "encryption_cipher": "none",
- "force": false,
- "full_name": "default:/volume1",
- "generation": 0,
- "has_locked_snapshots": false,
- "inherit_acl": false,
- "is_mfa_protected": true,
- "iscsi_target_scope": "group",
- "last_content_snap_br_cg_uid": 0,
- "last_content_snap_br_gid": 0,
- "last_content_snap_id": 0,
- "last_modified": 1598952427,
- "last_snap": {
- "snap_creation_time": 1598952427,
- "snap_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "snap_name": "snap1"
}, - "limit": 100,
- "limit_iops": -1,
- "limit_mbps": -1,
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "move_aborting": false,
- "move_bytes_migrated": 0,
- "move_bytes_remaining": 0,
- "move_est_compl_time": 0,
- "move_start_time": 0,
- "multi_initiator": false,
- "needs_content_repl": false,
- "num_snaps": 28,
- "offline_reason": "user",
- "online_snaps": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "name": "snap1",
- "snap_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "snap_name": "snap1"
}
], - "perfpolicy_creator_id": "0600000000000004d3000000000044000000000002",
- "perfpolicy_creator_name": "AF-123456",
- "pinned_cache_size": 0,
- "pre_filter": "exampleFilter",
- "previously_deduped": true,
- "projected_num_snaps": 0,
- "protection_type": "local",
- "reserve": 0,
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "search_name": "volume1",
- "snap_reserve": 0,
- "snap_usage_compressed_bytes": 0,
- "snap_usage_populated_bytes": 0,
- "snap_usage_uncompressed_bytes": 0,
- "snap_warn_level": 0,
- "space_usage_level": "normal",
- "srep_last_sync": 1598952427,
- "srep_resync_percent": 0,
- "thinly_provisioned": true,
- "total_usage_bytes": 0,
- "type": "string",
- "upstream_cache_pinned": false,
- "usage_valid": true,
- "vol_state": "online",
- "vol_usage_compressed_bytes": 0,
- "vol_usage_mapped_bytes": 0,
- "vol_usage_uncompressed_bytes": 0,
- "volcoll_creator_id": "0600000000000004d3000000000044000000000002",
- "volcoll_creator_name": "AF-123456",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-1234567",
- "vpd_ieee0": "bea16133315c83ab6c9ce90098b0ea001",
- "vpd_ieee1": "6c9ce90098b0ea001",
- "vpd_t10": "Nimble bea16133315c83ab6c9ce90098b0ea001",
- "warn_level": 80,
- "volume_export_details": {
- "host_groups": [
- {
- "hosts": [
- {
- "access_protocol": "fc",
- "acr_id": "2a0df0fe6f7dc7bb16000000000000000000004009",
- "apply_to": "volume",
- "chap_user_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "chap_user_name": "myobject-5",
- "fc_initiators": [
- {
- "alias": "my_initiator-4",
- "id": "0d4323bdd90b39c3a7000000000000000000000012",
- "wwpn": "af:32:f1:20:bc:ba:43:1a"
}
], - "fc_target_ports": [
- {
- "name": "fc3b.1"
}
], - "host_type": "string",
- "id": "0d4323bdd90b39c3a7000000000000000000000012",
- "initiator_group_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "initiator_group_name": "host1",
- "iscsi_initiators": [
- {
- "id": "0d4323bdd90b39c3a7000000000000000000000012",
- "ip_address": "iqn.2007-11.com.storage:zmytestvol1-v0df0fe6f7dc7bb16.0000016b.70374579",
- "iqn": "iqn.2007-11.com.storage:zmytestvol1-v0df0fe6f7dc7bb16.0000016b.70374579",
- "label": "myobject-5"
}
], - "lun": 8,
- "name": "hostgrp1",
- "num_connections": 8,
- "sc_host_id": "60f1a749a5bd4f0bb0644c9220eef7ce",
- "snap_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "user_created": false
}
], - "sc_host_group_id": "60f1a749a5bd4f0bb0644c9220eef7ce",
- "sc_host_group_name": "hostgrp1",
- "user_created": false
}
]
}
}Edit details of Nimble / Alletra 6K Volume identified by {volumeId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| app_uuid | string or null Application identifier of volume. String of up to 255 alphanumeric characters, hyphen, colon, dot and underscore are allowed. |
| caching_enabled | boolean or null Deprecated Indicate caching the volume is enabled. |
| dedupe_enabled | boolean or null Indicate whether dedupe is enabled. |
| description | string or null Text description of volume. String of up to 255 printable ASCII characters. |
| folder_id | string or null ID of the folder holding this volume. An optional NsObjectID. A 42 digit hexadecimal number or the empty string. |
| force | boolean or null Forcibly offline, reduce size or change read-only status a volume. |
| limit | integer or null <int64> Limit for the volume as a percentage of volume size. Percentage as integer from 0 to 100. |
| limit_iops | integer or null <int64> IOPS limit for this volume. If limit_iops is not specified when a volume is created, or if limit_iops is set to -1, then the volume has no IOPS limit. If limit_iops is not specified while creating a clone, IOPS limit of parent volume will be used as limit. IOPS limit should be in range [256, 4294967294] or -1 for unlimited. If both limit_iops and limit_mbps are specified, limit_mbps must not be hit before limit_iops. In other words, IOPS and MBPS limits should honor limit_iops _ampersand_amp;lt;= ((limit_mbps MB/s * 2^20 B/MB) / block_size B). |
| limit_mbps | integer or null <int64> Throughput limit for this volume in MB/s. If limit_mbps is not specified when a volume is created, or if limit_mbps is set to -1, then the volume has no MBPS limit. MBPS limit should be in range [1, 4294967294] or -1 for unlimited. If both limit_iops and limit_mbps are specified, limit_mbps must not be hit before limit_iops. In other words, IOPS and MBPS limits should honor limit_iops _ampersand_amp;lt;= ((limit_mbps MB/s * 2^20 B/MB) / block_size B). |
| name | string or null Name of the volume. String of up to 215 alphanumeric, hyphenated, colon, or period-separated characters; but cannot begin with hyphen, colon or period. |
| online | boolean or null Online state of volume, available for host initiators to establish connections. |
| owned_by_group_id | string or null ID of group that currently owns the volume. A 42 digit hexadecimal number. |
| perfpolicy_id | string or null Identifier of the performance policy. After creating a volume, performance policy for the volume can only be changed to another performance policy with same block size. A 42 digit hexadecimal number. |
| size | integer or null <int64> Volume size in megabytes. Size is required for creating a volume but not for cloning an existing volume. |
{- "app_uuid": "rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18",
- "caching_enabled": true,
- "dedupe_enabled": true,
- "description": "99.9999% availability",
- "folder_id": "1234123412341234123412341234123412341234cd",
- "force": true,
- "limit": 0,
- "limit_iops": -1,
- "limit_mbps": -1,
- "name": "volume1",
- "online": true,
- "owned_by_group_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "perfpolicy_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "size": 1024
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Move Nimble / Alletra 6K volume identified by {volumeId} to another pool.
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| dest_pool_id required | string or null ID of the destination pool or folder. Specify a pool ID when the volumes should not be in a folder; otherwise, specify a folder ID and the pool will be derived from the folder. A 42 digit hexadecimal number |
{- "dest_pool_id": "0a00000000000004d3000000000000000000000001"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Restore Nimble / Alletra 6K volume identified by {volumeId} from a previous snapshot.
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| base_snap_id required | string or null ID of the snapshot to which this the volume is restored. |
| enable_vol_offline | boolean Option to specify if volume should be set offline before restore. This value should be set to true if the volume is online. |
{- "base_snap_id": "0a00000000000004d3000000000000000000000481",
- "enable_vol_offline": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get volume capacity trend data of Nimble / Alletra 6K Volume identified by {volumeId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "count": 144,
- "requestUri": "/api/v1/storage-systems/device-type2/00473102de2f5f39d8000000000000000000000001/volumes/37473102de2f5f39d8000000000000000000000027/capacity-history",
- "series_data": [
- {
- "snapshot_usage": 20,
- "timestamp": 1605063600,
- "volume_usage": 25
}
], - "total": 144
}Create Nimble / Alletra 6K clone volume identified by {volumeId}.
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| clone_volume_name required | string Name of the clone volume. |
| host_group_id | string or null Identifier for the host group. |
| lun | integer or null <int64> Custom LUN ID for the host group. Specify integer in the range 0 to 2047. |
{- "clone_volume_name": "clone_volume",
- "host_group_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "lun": 100
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Configure access for volume identified by {volumeId} from Nimble / Alletra 6K identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| apply_to | string or null Enum: "volume" "snapshot" "both" Type of object this access control record applies to. Possible values:'volume', 'snapshot', 'both'. |
| force_apply_to | boolean or null Forceful export of volume or snapshot as per the requested apply_to option. |
Array of objects or null list of host_groups |
{- "apply_to": "volume",
- "force_apply_to": true,
- "host_groups": [
- {
- "host_group_id": "0000af0000b20000bf6ba5baea646242",
- "lun": 1
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get performance trend data of Nimble / Alletra 6K Volume identified by {id}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "iops_metrics_data": {
- "series_data": [
- {
- "read_value": 46,
- "timestamp": 1605063600,
- "total_value": 89.76,
- "write_value": 23.76
}
], - "total": 5
}, - "latency_metrics_data": {
- "series_data": [
- {
- "read_value": 46,
- "timestamp": 1605063600,
- "total_value": 89.76,
- "write_value": 23.76
}
], - "total": 5
}, - "requestUri": "/api/v1/storage-systems/device-type2/00473102de2f5f39d8000000000000000000000001/volumes/37473102de2f5f39d8000000000000000000000027/performance-history",
- "throughput_metrics_data": {
- "series_data": [
- {
- "read_value": 46,
- "timestamp": 1605063600,
- "total_value": 89.76,
- "write_value": 23.76
}
], - "total": 5
}
}Get performance statistics of Nimble / Alletra 6K Volume identified by {volumeId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "iops": {
- "read": {
- "avg_1day": 33.65,
- "avg_1hour": 40.4,
- "avg_8hours": 50.98,
- "avg_latest": 3.4
}, - "total": {
- "avg_1day": 33.65,
- "avg_1hour": 40.4,
- "avg_8hours": 50.98,
- "avg_latest": 3.4
}, - "write": {
- "avg_1day": 33.65,
- "avg_1hour": 40.4,
- "avg_8hours": 50.98,
- "avg_latest": 3.4
}
}, - "latency": {
- "read": {
- "avg_1day": 33.65,
- "avg_1hour": 40.4,
- "avg_8hours": 50.98,
- "avg_latest": 3.4
}, - "total": {
- "avg_1day": 33.65,
- "avg_1hour": 40.4,
- "avg_8hours": 50.98,
- "avg_latest": 3.4
}, - "write": {
- "avg_1day": 33.65,
- "avg_1hour": 40.4,
- "avg_8hours": 50.98,
- "avg_latest": 3.4
}
}, - "requestURI": "/api/v1/storage-systems/device-type2/00473102de2f5f39d8000000000000000000000001/volumes/37473102de2f5f39d8000000000000000000000027/performance-statistics",
- "resourceUri": "/api/v1/storage-systems/device-type2/00473102de2f5f39d8000000000000000000000001/volumes/37473102de2f5f39d8000000000000000000000027/performance-statistics",
- "throughput": {
- "read": {
- "avg_1day": 33.65,
- "avg_1hour": 40.4,
- "avg_8hours": 50.98,
- "avg_latest": 3.4
}, - "total": {
- "avg_1day": 33.65,
- "avg_1hour": 40.4,
- "avg_8hours": 50.98,
- "avg_latest": 3.4
}, - "write": {
- "avg_1day": 33.65,
- "avg_1hour": 40.4,
- "avg_8hours": 50.98,
- "avg_latest": 3.4
}
}
}Get all snapshots' details of Nimble / Alletra 6K Volume identified by {volumeId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter snapshots by Key. |
| sort | string Example: sort=name desc oData query to sort snapshots resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "is_locked": true,
- "name": "snap1",
- "online": true,
- "pool_name": "default",
- "replication_status": "in_progress",
- "schedule_id": "2a1df0fe6f7dc7bb16000000000000000000004017",
- "schedule_name": "snp1",
- "serial_number": "5596fd1da1c87b8d6c9ce900d3040000",
- "size": 1024,
- "snap_collection_id": "2a0df0fe6f7dc7bb16000000000000000000004014",
- "snap_collection_name": "snp1",
- "target_name": "iqn.2007-11.com.storage:vol0.762157726640911-v00000000000004d3.00000005.000004d3",
- "writable": false,
- "access_control_records": [
- {
- "access_protocol": "volume",
- "acl_id": "2a0df0fe6f7dc7bb16000000000000000000004818",
- "apply_to": "volume",
- "chap_user_id": "0100000000000004d3000000000000000000000001",
- "chap_user_name": "0100000000000004d3000000000000000000000001",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004818",
- "initiator_group_id": "2a0df0fe6f7dc7bb16000000000000000000004818",
- "initiator_group_name": "h1a1",
- "lun": 0,
- "pe_id": "0100000000000004d3000000000000000000000001",
- "pe_lun": 0,
- "pe_name": "peName",
- "snap_id": "2200000000000004d3000000000000000000000007",
- "snap_name": "snap1",
- "snapluns": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "lun": 0,
- "name": "snap1"
}
], - "vol_id": "0100000000000004d3000000000000000000000007",
- "vol_name": "vol1"
}
], - "agent_type": "none",
- "app_uuid": "rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "creation_time": 1598951404,
- "customerId": "string",
- "description": "99.9999% availability",
- "expiry_after": 0,
- "expiry_time": 0,
- "generation": 0,
- "is_manually_managed": false,
- "is_mfa_protected": true,
- "is_replica": false,
- "is_unmanaged": true,
- "last_modified": 1598952427,
- "lock_period": 0,
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "new_data_compressed_bytes": 0,
- "new_data_uncompressed_bytes": 0,
- "new_data_valid": true,
- "offline_reason": "user",
- "origin_name": "nimbleGroup",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "retention_time": 0,
- "type": "string",
- "vol_id": "0625dab4ed8948f2e000000000000000000000003a",
- "vol_name": "vol1",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-123456",
- "vpd_ieee0": "bea16133315c83ab6c9ce90098b0ea001",
- "vpd_ieee1": "6c9ce90098b0ea001",
- "vpd_t10": "Nimble bea16133315c83ab6c9ce90098b0ea001"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/volumes/0625dab4ed8948f2e000000000000000000000003a/snapshots",
- "total": 1
}Create Nimble / Alletra 6K snapshot in system identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| app_uuid | string or null Application identifier of snapshots. String of up to 255 alphanumeric characters, hyphen, colon, dot and underscore are allowed. Defaults to empty string. |
| description | string or null Text description of snapshot. String of up to 255 printable ASCII characters. Defaults to the empty string. |
| lock_period | integer or null <int64> Number of seconds to keep a snapshot as immutable. |
Array of objects or null or null (KeyValue) Key-value pairs that augment a volume's attributes. List of key-value pairs. Keys must be unique and non-empty. When creating an object, values must be non-empty. When updating an object, an empty value causes the corresponding key to be removed. Defaults to an empty array. | |
| name required | string Name of the snapshot. String of up to 215 alphanumeric, hyphenated, colon, or period-separated characters; but cannot begin with hyphen, colon or period. This type is used for object sets containing volumes, snapshots, snapshot collections and protocol endpoints. |
| online | boolean or null Online state for a snapshot means it could be mounted for data restore. Defaults to 'false'. |
| writable | boolean or null Allow snapshot to be writable. Mandatory and must be set to 'true' for VSS application synchronized snapshots. Defaults to 'false'. |
{- "app_uuid": "rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18",
- "description": "99.9999% availability",
- "lock_period": 0,
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "name": "snap1",
- "online": false,
- "writable": false
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove Nimble / Alletra 6K snapshot in system identified by {snapshotId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| snapshotId required | string Example: 2a0df0fe6f7dc7bb17000000000000000000000008 Identifier of snapshot. A 42 digit hexadecimal number. |
| force | boolean Example: force=true Make snapshot offline and remove. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of snapshot of Nimble / Alletra 6K Volume identified by {volumeId} by {snapshotId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| snapshotId required | string Example: 2a0df0fe6f7dc7bb17000000000000000000000008 Identifier of snapshot. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "requestUri": "api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817/volumes/0625dab4ed8948f2e000000000000000000000003a/snapshots/2a0df0fe6f7dc7bb16000000000000000000004007",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "is_locked": true,
- "name": "snap1",
- "online": true,
- "pool_name": "default",
- "replication_status": "in_progress",
- "schedule_id": "2a1df0fe6f7dc7bb16000000000000000000004017",
- "schedule_name": "snp1",
- "serial_number": "5596fd1da1c87b8d6c9ce900d3040000",
- "size": 1024,
- "snap_collection_id": "2a0df0fe6f7dc7bb16000000000000000000004014",
- "snap_collection_name": "snp1",
- "target_name": "iqn.2007-11.com.storage:vol0.762157726640911-v00000000000004d3.00000005.000004d3",
- "writable": false,
- "access_control_records": [
- {
- "access_protocol": "volume",
- "acl_id": "2a0df0fe6f7dc7bb16000000000000000000004818",
- "apply_to": "volume",
- "chap_user_id": "0100000000000004d3000000000000000000000001",
- "chap_user_name": "0100000000000004d3000000000000000000000001",
- "id": "2a0df0fe6f7dc7bb16000000000000000000004818",
- "initiator_group_id": "2a0df0fe6f7dc7bb16000000000000000000004818",
- "initiator_group_name": "h1a1",
- "lun": 0,
- "pe_id": "0100000000000004d3000000000000000000000001",
- "pe_lun": 0,
- "pe_name": "peName",
- "snap_id": "2200000000000004d3000000000000000000000007",
- "snap_name": "snap1",
- "snapluns": [
- {
- "id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "lun": 0,
- "name": "snap1"
}
], - "vol_id": "0100000000000004d3000000000000000000000007",
- "vol_name": "vol1"
}
], - "agent_type": "none",
- "app_uuid": "rfc4122.943f7dc1-5853-497c-b530-f689ccf1bf18",
- "associated_links": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "null",
- "creation_time": 1598951404,
- "customerId": "string",
- "description": "99.9999% availability",
- "expiry_after": 0,
- "expiry_time": 0,
- "generation": 0,
- "is_manually_managed": false,
- "is_mfa_protected": true,
- "is_replica": false,
- "is_unmanaged": true,
- "last_modified": 1598952427,
- "lock_period": 0,
- "metadata": [
- {
- "key": "key1",
- "value": "value1"
}
], - "new_data_compressed_bytes": 0,
- "new_data_uncompressed_bytes": 0,
- "new_data_valid": true,
- "offline_reason": "user",
- "origin_name": "nimbleGroup",
- "resourceUri": "/api/v1/storage-systems/device-type2/2a0df0fe6f7dc7bb16000000000000000000004817",
- "retention_time": 0,
- "type": "string",
- "vol_id": "0625dab4ed8948f2e000000000000000000000003a",
- "vol_name": "vol1",
- "volume_creator_id": "0600000000000004d3000000000044000000000002",
- "volume_creator_name": "AF-123456",
- "vpd_ieee0": "bea16133315c83ab6c9ce90098b0ea001",
- "vpd_ieee1": "6c9ce90098b0ea001",
- "vpd_t10": "Nimble bea16133315c83ab6c9ce90098b0ea001",
- "snapshot_export_details": {
- "host_groups": [
- {
- "hosts": [
- {
- "access_protocol": "fc",
- "acr_id": "2a0df0fe6f7dc7bb16000000000000000000004009",
- "apply_to": "volume",
- "chap_user_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "chap_user_name": "myobject-5",
- "fc_initiators": [
- {
- "alias": "my_initiator-4",
- "id": "0d4323bdd90b39c3a7000000000000000000000012",
- "wwpn": "af:32:f1:20:bc:ba:43:1a"
}
], - "fc_target_ports": [
- {
- "name": "fc3b.1"
}
], - "host_type": "string",
- "id": "0d4323bdd90b39c3a7000000000000000000000012",
- "initiator_group_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "initiator_group_name": "host1",
- "iscsi_initiators": [
- {
- "id": "0d4323bdd90b39c3a7000000000000000000000012",
- "ip_address": "iqn.2007-11.com.storage:zmytestvol1-v0df0fe6f7dc7bb16.0000016b.70374579",
- "iqn": "iqn.2007-11.com.storage:zmytestvol1-v0df0fe6f7dc7bb16.0000016b.70374579",
- "label": "myobject-5"
}
], - "lun": 8,
- "name": "hostgrp1",
- "num_connections": 8,
- "sc_host_id": "60f1a749a5bd4f0bb0644c9220eef7ce",
- "snap_id": "2a0df0fe6f7dc7bb16000000000000000000004817",
- "user_created": false
}
], - "sc_host_group_id": "60f1a749a5bd4f0bb0644c9220eef7ce",
- "sc_host_group_name": "hostgrp1",
- "user_created": false
}
]
}
}Configure access for snapshot identified by {snapshotId} from Nimble / Alletra 6K identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| snapshotId required | string Example: 2a0df0fe6f7dc7bb17000000000000000000000008 Identifier of snapshot. A 42 digit hexadecimal number. |
| apply_to | string or null Enum: "volume" "snapshot" "both" Type of object this access control record applies to. Possible values:'volume', 'snapshot', 'both'. |
| force_apply_to | boolean or null Forceful export of volume or snapshot as per the requested apply_to option. |
Array of objects or null list of host groups |
{- "apply_to": "snapshot",
- "force_apply_to": true,
- "host_groups": [
- {
- "host_group_id": "0000af0000b20000bf6ba5baea646242",
- "lun": 1
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete access for snapshot identified by {snapshotId} from Nimble / Alletra 6K identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
| snapshotId required | string Example: 2a0df0fe6f7dc7bb17000000000000000000000008 Identifier of snapshot. A 42 digit hexadecimal number. |
Array of objects or null list of host_groups | |
Array of objects or null list of hosts |
{- "host_groups": [
- {
- "host_group_id": "0000af0000b20000bf6ba5baea646242"
}
], - "hosts": [
- {
- "host_id": "0000af0000b20000bf6ba5baea646242"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete access for volume identified by {volumeId} from Nimble / Alletra 6K identified by {systemId}
| systemId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the storage system |
| volumeId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000000007 Identifier of volume. A 42 digit hexadecimal number. |
Array of objects or null list of host_groups | |
Array of objects or null list of hosts |
{- "host_groups": [
- {
- "host_group_id": "0000af0000b20000bf6ba5baea646242"
}
], - "hosts": [
- {
- "host_id": "0000af0000b20000bf6ba5baea646242"
}
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Create a clone of a snapshot identified by {snapshotId} for HPE Alletra Storage MP B10000 systems.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
| autoLun | boolean or null Secify to use auto lun number. |
| destinationCpg | string or null Name of the User CPG |
| destinationVolume required | string Name of the destination volume. |
| hostGroupId | string or null Unique identifier of host group. |
| lun | integer or null <int64> LUN of volume. |
| priority | string or null Enum: "PRIORITYTYPE_HIGH" "PRIORITYTYPE_MED" "PRIORITYTYPE_LOW" Priority of the task for clone of a snashot. Defaults to MEDIUM. |
{- "autoLun": true,
- "destinationCpg": "SSD_r6",
- "destinationVolume": "destinationVol1",
- "hostGroupId": "fd3244ef7f1ab8bd16500c7a41bdf8f8",
- "lun": 0,
- "priority": "PRIORITYTYPE_MED"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Export vlun for snapshot identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
Array of objects or null Custom LUN Id for multiple host groups | |
| autoLun | boolean or null Auto Lun |
| hostGroupIds required | Array of strings or null or null HostGroups |
| maxAutoLun | integer or null <int64> Number of volumes. |
| noVcn | boolean or null No VCN |
| override | boolean or null Override |
| position | string or null Deprecated Position. This field is deprecated. |
| proximity | string Enum: "PRIMARY" "SECONDARY" "ALL" Host proximity setting for Active Peer Persistence configuration. Supported values are - PRIMARY, SECONDARY and ALL. Default proximity is PRIMARY. |
{- "LUN": [
- {
- "LUN": 34,
- "hostGroupId": "cb17544e9347145d22a0fac608831053",
- "nvmeTransportType": "TCP"
}
], - "autoLun": true,
- "hostGroupIds": [
- "string"
], - "maxAutoLun": 1,
- "noVcn": true,
- "override": true,
- "position": "position_1",
- "proximity": "PRIMARY"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Create snapshot of snapshot identified by {snapshotId} on a HPE Alletra storage MP B10000 system identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
| comment | string or null Comment if any |
| customName | string or null Name for snapshot. For the HPE Alletra Storage MP B10000 systems, the maximum supported length is 31 characters in OS versions up to 10.4.0. For the OS version 10.4.2 and above, this limit is 255 characters. |
| expireSecs | integer or null Expiration time in seconds |
| namePattern required | string or null (DeviceType4NamePattern) Enum: "PARENT_TIMESTAMP" "PARENT_SEC_SINCE_EPOCH" "CUSTOM" name pattern |
| readOnly | boolean or null Read only or Read/Write |
| retainSecs | integer or null <int64> Reatain time in seconds |
{- "comment": "",
- "customName": "snap1",
- "expireSecs": 86400,
- "namePattern": "PARENT_TIMESTAMP",
- "readOnly": false,
- "retainSecs": 86400
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Unexport vlun for snapshot identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
| hostGroupIds required | Array of strings or null List of HostGroupIDs |
| hostIds | Array of strings or null List of HostIDs |
{- "hostGroupIds": [
- "host Group1",
- "Host Group2"
], - "hostIds": [
- "host1",
- "Host2"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of vluns for Snapshot identified by {snapshotId} for HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=id asc,name desc Query to sort the response with specified key and order |
{- "items": [
- {
- "active": true,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "deviceWWNs": "wwn",
- "diskPartition": "",
- "displayname": "",
- "domain": "",
- "failedPathInterval": 1,
- "failedPathPolicy": "",
- "generation": 0,
- "id": "",
- "initiators": {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}, - "lun": 1,
- "mountPoint": "",
- "mountPointFsau": 1,
- "multiPathType": "",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "rawVolume": "",
- "remoteName": "",
- "resourceUri": "- TO BE IMPLEMENTED",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "",
- "systemId": "",
- "targetNQN": "nqn.2020-09.com.hpe:b0eb957f-cb5c-4b31-a97a-80f9be7d77de",
- "tpgId": 1,
- "type": "string",
- "usedSpace": 1,
- "vlunType": "",
- "volumeGroup": "",
- "volumeManager": "",
- "volumeName": "",
- "volumeWWN": "",
- "vvReservedUserSpace": 1,
- "vvSize": 1
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "- TO BE IMPLEMENTED",
- "total": 2
}Get details of vlun identified by {id} for Snapshot identified by {snapshotId} for HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the vlun |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "active": true,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/volumes/{volumeUid}/vluns/{uid}",
- "customerId": "string",
- "deviceWWNs": "",
- "diskPartition": "",
- "displayname": "",
- "domain": "",
- "failedPathInterval": 1,
- "failedPathPolicy": "",
- "generation": 0,
- "id": "",
- "initiators": {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}, - "lun": 1,
- "mountPoint": "",
- "mountPointFsau": 1,
- "multiPathType": "",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "rawVolume": "",
- "remoteName": "",
- "requestUri": "- TO BE IMPLEMENTED",
- "resourceUri": "- TO BE IMPLEMENTED",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "",
- "systemId": "",
- "targetNQN": "nqn.2020-09.com.hpe:b0eb957f-cb5c-4b31-a97a-80f9be7d77de",
- "tpgId": 1,
- "type": "",
- "usedSpace": 1,
- "vlunType": "",
- "volumeGroup": "",
- "volumeManager": "",
- "volumeName": "",
- "volumeWWN": "",
- "vvReservedUserSpace": 1,
- "vvSize": 1
}Get all volumes details for HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "associatedLinks": [
- {
- "resourceUri": "v1/storage-systems/{systemUid}/contollers",
- "type": "controllers"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/shelves",
- "type": "shelves"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/disks",
- "type": "disks"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-ports",
- "type": "storage-ports"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-devices-settings",
- "type": "storage-devices-settings"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-pools",
- "type": "storage-pools"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/volume-sets",
- "type": "volume-sets"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/host-groups",
- "type": "host-groups"
}
], - "baseId": 0,
- "bulkvv": true,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compressionPolicy": "string",
- "consoleUri": "/block/volumes/device-type4/f9860a60fd9ff04d2bfa7663622ae401?systemUid=4UW0002936",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copyOfID": 0,
- "copyOfShortName": "VegaCopyOfShortNames~66",
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "dataReduction": "string",
- "dedup": "string",
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "Ms": 0,
- "Tz": "string"
}, - "expirationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "id": "string",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "nguid": "60002AC0000800660002AC130007EEFD",
- "parentID": 0,
- "pevv": true,
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "ransomware": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "resourceUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes/{uid}",
- "retentionTime": {
- "Ms": 0,
- "Tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "shortName": "VegaVolumesShortName~67245",
- "snapShotTier": "string",
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "spaceCalculationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "storageTier": "string",
- "systemId": "7CE751P312",
- "thinProvisioned": true,
- "type": "string",
- "unrefSpaceFreedTime": {
- "Ms": 0,
- "Tz": "string"
}, - "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "usrCpgShortName": "VegaUserCpgShortName~97",
- "vlunSectorSize": 0,
- "volumeCapacity": {
- "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "branchUsedBlocksMiB": 0,
- "branchVSizeMiB": 2048,
- "compactEfficiency": 0,
- "compressSavings": 0,
- "compressionEfficiency": 0,
- "copiedMB": 0,
- "copiedPerc": 0,
- "ddcSize": 0,
- "ddsSize": 0,
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "nonReducibleData": 0,
- "reduceSavings": 0,
- "reduceSavingsRatio": 0,
- "reducibleReduceSavings": 0,
- "reducibleReduceSavingsRatio": 0,
- "sizeMiB": 2048,
- "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotUsedToVirtualPercent": 0,
- "thinSaving": 0,
- "thinSavings": "string",
- "thinSavingsRatio": 0,
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSavings": 0,
- "totalSavingsRatio": 0,
- "totalSpaceMiB": 0,
- "treeVirtualSize": 0,
- "usedBlocksMiB": 0,
- "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0,
- "vvtreeHostWrt": 0
}, - "volumeId": 0,
- "volumePerformance": {
- "iops": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "latencyMs": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "resourceUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "throughputKbps": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}
}, - "volumeType": "VVTYPE_BASE",
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes",
- "total": 1
}Create volume for a storage system HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| comments | string or null test |
| count | integer or null Volumes count |
| dataReduction | boolean or null Data Reduction |
| name required | string Name of the volume. For the HPE Alletra Storage MP B10000 systems, the maximum supported length is 31 characters in OS versions up to 10.4.0. For the OS version 10.4.2 and above, this limit is 255 characters. |
| ransomware | boolean or null This attribute enables/disables ransomware detection on the volume. By Default, it is set to false. This applies to the HPE Alletra Storage MP B10000 systems running OS version 10.5.0 and later. |
| sizeMib required | integer Size of the volume to be created. |
| snapshotAllocWarning | integer or null Snapshot Alloc Warning |
| userAllocWarning | integer or null User Alloc Warning |
| userCpg required | string User CPG |
{- "comments": "test",
- "count": 2,
- "dataReduction": true,
- "name": "<resource_name>",
- "ransomware": true,
- "sizeMib": 16384,
- "snapshotAllocWarning": 5,
- "userAllocWarning": 5,
- "userCpg": "SSD_r6"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get performance history of Volumes on storage system identified by {systemid}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| reportType | string Example: reportType=Canned,Custom,Def,ApiUser parameter will be set to report type requested. For api users, set parameter as ApiUser |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
| compareBy | string Example: compareBy=top eq 5 and metrics eq readIops compareBy will define top and compare metrics for which query has to be made. Allowed values: |
| groupBy | string Example: groupBy=vvName groupBy will define comma separated groupBy parameters. Allowed values are:
|
| filter | string Example: filter=vvId in (5df1fc8108e1c74b7041625a2f94d098,cd6c28c563b60f391fcd6dee8b92360c) filter will define objects to be filtered. Filterable columns are:
|
| component | string Value: "VLUN" Example: component=VLUN component will give information about resource to be queried |
| metricType | string Example: metricType=IOPS,LATENCY,THROUGHPUT,IOSIZE,QLEN,AVG_BUSY metricType will define comma separated metrics |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "avgbusyMetricsDataPerct": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "iopsMetricsData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "ioszMetricsDataKbs": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "latencyMetricsDataMs": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
], - "qlenMetricsData": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}
}
], - "throughputMetricsDataKbps": [
- {
- "chartLegendId": "VV_NAME-vvname1:HOST_NAME-host:LUN-lun",
- "timeseriesData": {
- "items": [
- {
- "name": "appset1",
- "readValue": 46,
- "timestampms": 1605063600,
- "writeValue": 23.76
}
], - "total": 1
}
}
]
}, - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/performance-history",
- "startTime": 1625556314
}Remove volume identified by {volumeId} from HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| unExport | boolean Example: unExport=true UnExport Host,HostSet and delete volume |
| cascade | boolean Example: cascade=true Delete snapshot and volume |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of HPE Alletra Storage MP B10000 Volume identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "associatedLinks": [
- {
- "resourceUri": "v1/storage-systems/{systemUid}/contollers",
- "type": "controllers"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/shelves",
- "type": "shelves"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/disks",
- "type": "disks"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-ports",
- "type": "storage-ports"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-devices-settings",
- "type": "storage-devices-settings"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-pools",
- "type": "storage-pools"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/volume-sets",
- "type": "volume-sets"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/host-groups",
- "type": "host-groups"
}
], - "baseId": 0,
- "bulkvv": true,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compressionPolicy": "string",
- "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/volumes/{uid}",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copyOfID": 0,
- "copyOfShortName": "VegaCopyOfShortNames~66",
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "dataReduction": "string",
- "dedup": "string",
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "Ms": 0,
- "Tz": "string"
}, - "expirationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "id": "string",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "nguid": "60002AC0000800660002AC130007EEFD",
- "parentID": 0,
- "pevv": true,
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "ransomware": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "requestUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/volumes/{uid}",
- "resourceUri": "/v1/storage-systems/device-type4/2FF70002AC018D94/volumes/{uid}",
- "retentionTime": {
- "Ms": 0,
- "Tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "shortName": "VegaVolumesShortName~67245",
- "snapShotTier": "string",
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "spaceCalculationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "storageTier": "string",
- "systemId": "7CE751P312",
- "thinProvisioned": true,
- "type": "string",
- "unrefSpaceFreedTime": {
- "Ms": 0,
- "Tz": "string"
}, - "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "usrCpgShortName": "VegaUserCpgShortName~97",
- "vlunSectorSize": 0,
- "volumeCapacity": {
- "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "branchUsedBlocksMiB": 0,
- "branchVSizeMiB": 2048,
- "compactEfficiency": 0,
- "compressSavings": 0,
- "compressionEfficiency": 0,
- "copiedMB": 0,
- "copiedPerc": 0,
- "ddcSize": 0,
- "ddsSize": 0,
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "nonReducibleData": 0,
- "reduceSavings": 0,
- "reduceSavingsRatio": 0,
- "reducibleReduceSavings": 0,
- "reducibleReduceSavingsRatio": 0,
- "sizeMiB": 2048,
- "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotUsedToVirtualPercent": 0,
- "thinSaving": 0,
- "thinSavings": "string",
- "thinSavingsRatio": 0,
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSavings": 0,
- "totalSavingsRatio": 0,
- "totalSpaceMiB": 0,
- "treeVirtualSize": 0,
- "usedBlocksMiB": 0,
- "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0,
- "vvtreeHostWrt": 0
}, - "volumeId": 0,
- "volumePerformance": {
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "iops": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "latencyMs": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "resourceUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "throughputKbps": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}
}, - "volumeType": "VVTYPE_BASE",
- "wwn": "60002AC0000000000000006B0001FFEB"
}Edit volume identified by {volumeId} from HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| conversionType | string or null Enum: "CONVERSIONTYPE_THIN" "CONVERSIONTYPE_DDS" "CONVERSIONTYPE_V1" "CONVERSIONTYPE_V2" conversion type (this argument is depricated, use dataReduction instead) |
| dataReduction | boolean or null Data Reduction on Volume. |
| name | string or null volume name. For the HPE Alletra Storage MP B10000 systems, the maximum supported length is 31 characters in OS versions up to 10.4.0. For the OS version 10.4.2 and above, this limit is 255 characters. Name is updated only on the system whose systemId is specified in the API URL, even if the volume is part of a volume set protected by a remote replication policy. |
| ransomware | boolean or null This attribute enables/disables ransomware detection on the volume. If no input is provided, the existing ransomware setting on the volume set would stay. This applies to the HPE Alletra Storage MP B10000 systems running OS version 10.5.0 and later. |
| sizeMib | number or null <double> [ 0 .. 1.7976931348623157e+308 ] Size of the volume to be edited. Volume sets protected with Remote Copy group (RC group) are internally stopped and restarted automatically to modify the volume size and propagate the change to the remote side for the HPE Alletra Storage MP B10000 systems OS versions below 10.5.0. But for the OS versions 10.5.0 and above, when the size of the volume gets updated on both systems in the replication pair (2DC), the RC group associated with the volume set is not stopped internally. In the case of 3DC remote replication, regardless of the OS version, the associated RC group is always internally stopped and restarted automatically to modify the volume size. |
| snapshotAllocWarning | integer or null <int64> Snapshot Space allocation warning. It should be an integer between 0-100. This attribute is updated only on the system whose systemId is specified in the API URL, even if the volume is part of a volume set protected by a remote replication policy. |
| userAllocWarning | integer or null <int64> User Alloc Space limit warning. It should be an integer between 0-100. This attribute is updated only on the system whose systemId is specified in the API URL, even if the volume is part of a volume set protected by a remote replication policy. |
| userCpgName | string or null user cpg name |
{- "conversionType": "CONVERSIONTYPE_THIN",
- "dataReduction": true,
- "name": "volume_Name",
- "ransomware": true,
- "sizeMib": 1,
- "snapshotAllocWarning": 1,
- "userAllocWarning": 1,
- "userCpgName": "cpg_1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get volume capacity trend data of HPE Alletra Storage MP B10000 Volume identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "capacityData": {
- "customerId": "string",
- "items": [
- {
- "actualUsageMiB": 25,
- "hostWrittenCapacityMiB": 20,
- "timestampMs": 1605063600
}
], - "total": 1
}, - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "endTime": 1625209133,
- "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/capacity-history",
- "startTime": 1625122733
}Create a clone volume identified by {id} for HPE Alletra Storage MP B10000 systems.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| destinationVolume required | string Name of the destination volume. |
object or null (DeviceType4offlineClone) Offline clone of a volume. | |
| online | boolean or null Create an online or offline clone of a volume. |
object or null (DeviceType4onlineClone) Online clone of a volume. | |
| priority | string or null Enum: "PRIORITYTYPE_HIGH" "PRIORITYTYPE_MED" "PRIORITYTYPE_LOW" Priority of the task for clone volume. Defaults to MEDIUM. |
{- "destinationVolume": "destinationVol1",
- "offlineClone": {
- "createVolume": {
- "destinationCpg": "SSD_r6"
}, - "enableResync": true,
- "useExistingVolume": true
}, - "online": true,
- "onlineClone": {
- "autoLun": true,
- "destinationCpg": "SSD_r6",
- "hostGroupId": "fd3244ef7f1ab8bd16500c7a41bdf8f8",
- "lun": 0,
- "nvmeTransportType": "TCP"
}, - "priority": "PRIORITYTYPE_MED"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Export vlun for volume identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
Array of objects or null Custom LUN Id for multiple host groups | |
| autoLun | boolean or null Auto Lun |
| hostGroupIds required | Array of strings or null or null HostGroups |
| maxAutoLun | integer or null <int64> Number of volumes. |
| noVcn | boolean or null No VCN |
| override | boolean or null Override |
| position | string or null Deprecated Position. This field is deprecated. |
| proximity | string Enum: "PRIMARY" "SECONDARY" "ALL" Host proximity setting for Active Peer Persistence configuration. Supported values are - PRIMARY, SECONDARY and ALL. Default proximity is PRIMARY. |
{- "LUN": [
- {
- "LUN": 34,
- "hostGroupId": "cb17544e9347145d22a0fac608831053",
- "nvmeTransportType": "TCP"
}
], - "autoLun": true,
- "hostGroupIds": [
- "string"
], - "maxAutoLun": 1,
- "noVcn": true,
- "override": true,
- "position": "position_1",
- "proximity": "PRIMARY"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get histogram buckets distribution of I/Os of a volume for a given duration. buckets query param must be one or more combination of the following values: Size512B, Size1k, Size2k, Size4k, Size8k, Size16k, Size32k, Size64k, Size128k, Size256k, Size512k, Size1m, Size2m
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
| ioType | string Enum: "read" "write" Indicates if histogram metrics to be calculated for read or write. |
| buckets | string Comma separated buckets list. Following values are supported: Size512B, Size1k, Size2k, Size4k, Size8k, Size16k, Size32k, Size64k, Size128k, Size256k, Size512k, Size1m, Size2m |
{- "customerId": "string",
- "deviceType": "devicetype1",
- "endTime": 1669880791,
- "requestUri": "/api/v1/storage-systems/device-type4/ABC239XFZ9/volumes/60002AC000000000000005B200029834/performance-histogram",
- "sizeHistogramData": {
- "aggs": {
- "avgPercentages": {
- "read": [
- {
- "name": "2K",
- "percentage": 20
}
], - "write": [
- {
- "name": "2K",
- "percentage": 20
}
]
}
}, - "seriesData": [
- {
- "readBuckets": [
- {
- "name": "2K",
- "percentage": 20,
- "value": 1151
}
], - "timestamp": 1669794420000,
- "writeBuckets": [
- {
- "name": "2K",
- "percentage": 20,
- "value": 1151
}
]
}
]
}, - "startTime": 1669794391,
- "systemId": "string",
- "volumeId": "string"
}Get performance trend data of HPE Alletra Storage MP B10000 Volume identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| range | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 range will define start and end time in which query has to be made. |
| timeIntervalMin | integer Enum: 5 60 1440 10080 Example: timeIntervalMin=60 It defines granularity in minutes. Allowed values depend on time range: • For ranges up to 1 day, use 5 minutes. • For ranges greater than 1 day and up to 7 days, use 60 minutes. • For ranges exceeding 7 days, use 1440 minutes. |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 162564271,
- "historyData": {
- "iopsMetricsData": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "ioszMetricsDataKbs": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "latencyMetricsDataMs": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}, - "qlenMetricsData": {
- "items": [
- {
- "timestampms": 1605063600,
- "value": 46
}
], - "total": 1
}, - "throughputMetricsDataKbps": {
- "items": [
- {
- "readValue": 46,
- "timestampms": 1605063600,
- "totalValue": 89.76,
- "writeValue": 23.76
}
], - "total": 1
}
}, - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-history",
- "startTime": 1625556314
}Get performance statistics of HPE Alletra Storage MP B10000 Volume identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "iops": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "latencyMs": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "resourceUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "throughputKbps": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}
}Get snapshot details of volume identified by {id} for HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "baseId": 0,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compressionPolicy": "string",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copyOfID": 0,
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "string",
- "dataReduction": "string",
- "dedup": "string",
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "Ms": 0,
- "Tz": "string"
}, - "expirationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "id": "b7107a30-260a-41c1-a47f-e50770c414c9",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "parentID": 0,
- "parentName": "Snap_L1",
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "ransomware": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "retentionTime": {
- "Ms": 0,
- "Tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "rwareAlert": true,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "shortName": "VegaSnapshot~92775",
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "snapshotCapacity": {
- "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "branchUsedBlocksMiB": 0,
- "branchVSizeMiB": 2048,
- "compactEfficiency": 0,
- "compressionEfficiency": 0,
- "copiedMB": 0,
- "copiedPerc": 0,
- "ddcSize": 0,
- "ddsSize": 0,
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "sizeMiB": 0,
- "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotUsedToVirtualPercent": 0,
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSpaceMiB": 0,
- "usedBlocksMiB": 0,
- "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0
}, - "snapshotId": 0,
- "snapshotType": "string",
- "spaceCalculationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "thinProvisioned": true,
- "type": "string",
- "unrefSpaceFreedTime": {
- "Ms": 0,
- "Tz": "string"
}, - "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "vlunSectorSize": 0,
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/7CE751P312/applicationsets/8c18425671d44803b4512f4ca1917410/snapshots",
- "total": 1
}Create snapshot for volumes identified by {id}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| comment | string or null Comment if any |
| customName | string or null Name for snapshot. For the HPE Alletra Storage MP B10000 systems, the maximum supported length is 31 characters in OS versions up to 10.4.0. For the OS version 10.4.2 and above, this limit is 255 characters. |
| expireSecs | integer or null Expiration time in seconds |
| namePattern required | string or null (DeviceType4NamePattern) Enum: "PARENT_TIMESTAMP" "PARENT_SEC_SINCE_EPOCH" "CUSTOM" name pattern |
| readOnly | boolean or null Read only or Read/Write |
| retainSecs | integer or null <int64> Reatain time in seconds |
{- "comment": "",
- "customName": "snap1",
- "expireSecs": 86400,
- "namePattern": "PARENT_TIMESTAMP",
- "readOnly": false,
- "retainSecs": 86400
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Unexport vlun for volume identified by {id} from HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| hostGroupIds required | Array of strings or null List of HostGroupIDs |
| hostIds | Array of strings or null List of HostIDs |
{- "hostGroupIds": [
- "host Group1",
- "Host Group2"
], - "hostIds": [
- "host1",
- "Host2"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of vluns for Volume identified by {volumeId} for HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=id asc,name desc Query to sort the response with specified key and order |
{- "items": [
- {
- "active": true,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "customerId": "string",
- "deviceWWNs": "wwn",
- "diskPartition": "",
- "displayname": "",
- "domain": "",
- "failedPathInterval": 1,
- "failedPathPolicy": "",
- "generation": 0,
- "id": "",
- "initiators": {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}, - "lun": 1,
- "mountPoint": "",
- "mountPointFsau": 1,
- "multiPathType": "",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "rawVolume": "",
- "remoteName": "",
- "resourceUri": "- TO BE IMPLEMENTED",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "",
- "systemId": "",
- "targetNQN": "nqn.2020-09.com.hpe:b0eb957f-cb5c-4b31-a97a-80f9be7d77de",
- "tpgId": 1,
- "type": "string",
- "usedSpace": 1,
- "vlunType": "",
- "volumeGroup": "",
- "volumeManager": "",
- "volumeName": "",
- "volumeWWN": "",
- "vvReservedUserSpace": 1,
- "vvSize": 1
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "- TO BE IMPLEMENTED",
- "total": 2
}Get the details of the clone volumes associated with a base volume identified by {volumeId} for HPE Alletra Storage MP B10000 systems.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "associatedLinks": [
- {
- "resourceUri": "v1/storage-systems/{systemUid}/contollers",
- "type": "controllers"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/shelves",
- "type": "shelves"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/disks",
- "type": "disks"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-ports",
- "type": "storage-ports"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-devices-settings",
- "type": "storage-devices-settings"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/storage-pools",
- "type": "storage-pools"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/volume-sets",
- "type": "volume-sets"
}, - {
- "resourceUri": "v1/storage-systems/{systemUid}/host-groups",
- "type": "host-groups"
}
], - "baseId": 0,
- "bulkvv": true,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compressionPolicy": "string",
- "consoleUri": "/block/volumes/device-type4/f9860a60fd9ff04d2bfa7663622ae401?systemUid=4UW0002936",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copyOfID": 0,
- "copyOfShortName": "VegaCopyOfShortNames~66",
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "dataReduction": "string",
- "dedup": "string",
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "Ms": 0,
- "Tz": "string"
}, - "expirationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "id": "string",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "nguid": "60002AC0000800660002AC130007EEFD",
- "parentID": 0,
- "pevv": true,
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "ransomware": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "resourceUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes/{uid}",
- "retentionTime": {
- "Ms": 0,
- "Tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "shortName": "VegaVolumesShortName~67245",
- "snapShotTier": "string",
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "spaceCalculationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "storageTier": "string",
- "systemId": "7CE751P312",
- "thinProvisioned": true,
- "type": "string",
- "unrefSpaceFreedTime": {
- "Ms": 0,
- "Tz": "string"
}, - "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "usrCpgShortName": "VegaUserCpgShortName~97",
- "vlunSectorSize": 0,
- "volumeCapacity": {
- "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "branchUsedBlocksMiB": 0,
- "branchVSizeMiB": 2048,
- "compactEfficiency": 0,
- "compressSavings": 0,
- "compressionEfficiency": 0,
- "copiedMB": 0,
- "copiedPerc": 0,
- "ddcSize": 0,
- "ddsSize": 0,
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "nonReducibleData": 0,
- "reduceSavings": 0,
- "reduceSavingsRatio": 0,
- "reducibleReduceSavings": 0,
- "reducibleReduceSavingsRatio": 0,
- "sizeMiB": 2048,
- "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotUsedToVirtualPercent": 0,
- "thinSaving": 0,
- "thinSavings": "string",
- "thinSavingsRatio": 0,
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSavings": 0,
- "totalSavingsRatio": 0,
- "totalSpaceMiB": 0,
- "treeVirtualSize": 0,
- "usedBlocksMiB": 0,
- "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0,
- "vvtreeHostWrt": 0
}, - "volumeId": 0,
- "volumePerformance": {
- "iops": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "latencyMs": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}, - "requestUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "resourceUri": "/v1/storage-systems/device-type4/SGH014XGSP/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd/performance-statistics",
- "throughputKbps": {
- "read": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "total": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}, - "write": {
- "avgOf1day": 33.65,
- "avgOf1hour": 40.4,
- "avgOf8hours": 50.98,
- "avgOfLatest": 3.4
}
}
}, - "volumeType": "VVTYPE_BASE",
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/primea/2FF70002AC018D94/volumes",
- "total": 1
}Edit a clone volume identified by {cloneId} of a volume identified by {volumeId} on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| cloneId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the clone |
| ransomware | boolean or null This attribute enables/disables ransomware detection on the clone. If no input is provided, the existing ransomware setting inherited from the base volume would remain. This applies to the HPE Alletra Storage MP B10000 systems running OS version 10.5.0 and later. |
{- "ransomware": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Promote a clone volume identified by {cloneId} of a volume identified by {volumeId} on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| cloneId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the clone |
| priority | string or null (DeviceType4ClonePriority) Enum: "PRIORITYTYPE_HIGH" "PRIORITYTYPE_MED" "PRIORITYTYPE_LOW" Priority of the task for promoting/resynchronizing the clone volume. Defaults to MEDIUM. |
{- "priority": "PRIORITYTYPE_MED"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Resynchronize a clone volume identified by {cloneId} of a volume identified by {volumeId} on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| cloneId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the clone |
| priority | string or null (DeviceType4ClonePriority) Enum: "PRIORITYTYPE_HIGH" "PRIORITYTYPE_MED" "PRIORITYTYPE_LOW" Priority of the task for promoting/resynchronizing the clone volume. Defaults to MEDIUM. |
{- "priority": "PRIORITYTYPE_MED"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get the high latency points to be annotated segregated into read and write categories
| systemId required | string Example: ABC239XFZ9 SystemId of the HPE Alletra Storage MP B10000 storage system |
| volumeId required | string Example: 60002AC000000000000005B200029834 VolumeId of the device-type4 storage system |
| timeIntervalMin required | integer Enum: 5 60 1440 Time interval granularity in minutes |
| range required | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 Specifies the time period for which hotspot metrics are to be calculated. Both startTime and endTime should be specified |
| operationType | string Enum: "READ" "WRITE" "ALL" Example: operationType=READ Indicates if hotspots metrics to be calculated for read, write or both operations. If this field is not provided, hotspots are calculated for both operations |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/ABC239XFZ9/volumes/60002AC000000000000005B200029834",
- "type": "volumes"
}, - {
- "resourceUri": "/api/v1/storage-systems/device-type4/ABC239XFZ9/volumes/60002AC000000000000005B200029834/performace-history",
- "type": "performance-history"
}
], - "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "endTime": 1669880791,
- "latencyAnnotations": {
- "read": [
- {
- "latencyQtl90": 6.21,
- "maxRange": "6ms-8ms",
- "timestampMs": 1669880791
}
], - "write": [
- {
- "latencyQtl90": 6.21,
- "maxRange": "6ms-8ms",
- "timestampMs": 1669880791
}
]
}, - "requestUri": "/api/v1/storage-systems/device-type4/ABC239XFZ9/volumes/60002AC000000000000005B200029834/insights/latency-annotations",
- "startTime": 1669794391,
- "systemId": "ABC239XFZ9",
- "volumeId": "60002AC000000000000005B200029834"
}Get latency drifts of a volume for a give duration.The minimum duration supported is 8 hours and a maximum duration of 2 days. Drifts are detected in both read and write latency metrics
| systemId required | string Example: ABC239XFZ9 SystemId of the HPE Alletra Storage MP B10000 storage system |
| volumeId required | string Example: 60002AC000000000000005B200029834 VolumeId of the device-type4 storage system |
| timeIntervalMin required | integer Enum: 5 60 1440 Time interval granularity in minutes |
| range required | string Example: range=startTime eq 1605063600 and endTime eq 1605186000 Specifies the time period for which hotspot metrics are to be calculated. Both startTime and endTime should be specified |
| operationType | string Enum: "READ" "WRITE" "ALL" Example: operationType=READ Indicates if hotspots metrics to be calculated for read, write or both operations. If this field is not provided, hotspots are calculated for both operations |
{- "associatedLinks": [
- {
- "resourceUri": "/api/v1/storage-systems/device-type4/ABC239XFZ9/volumes/60002AC000000000000005B200029834",
- "type": "volumes"
}, - {
- "resourceUri": "/api/v1/storage-systems/device-type4/ABC239XFZ9/volumes/60002AC000000000000005B200029834/performace-history",
- "type": "performance-history"
}
], - "driftsDetected": [
- {
- "actualEndTime": 1669880791,
- "actualStartTime": 1669880791,
- "avg90thPercentile": 0.98,
- "driftBuckets": [
- {
- "bucketName": 128,
- "bucketUnit": "KiB"
}
], - "endTime": 1669880791,
- "iotype": "read",
- "latencyRangeUnit": "ms",
- "maxLatencyLowerRange": 6,
- "maxLatencyUpperRange": 8,
- "startTime": 1669880791,
- "updated": true
}
], - "endTime": 1669880791,
- "requestUri": "/api/v1/storage-systems/device-type4/ABC239XFZ9/volumes/60002AC000000000000005B200029834/insights/performance-drifts",
- "startTime": 1669794391,
- "systemId": "ABC239XFZ9",
- "tenantId": "fc5f41652a53497e88cdcebc715xxxxx",
- "timeZone": "Asia/Calcutta",
- "volumeId": "60002AC000000000000005B200029834"
}Get snapshot schedules of a volume identified by {volumeId} on HPE Alletra Storage MP B10000 storage system identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "allowSysOffsetMinute": false,
- "atTime": 8,
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "dayOfMonth": 4,
- "days": "sunday,monday",
- "expireSecs": 86400,
- "generation": 123,
- "id": "fa43500317062d6f025ec9ca54bab123",
- "interval": "30",
- "isAlertEnabled": true,
- "isPaused": true,
- "isRemote": true,
- "isSystemTask": false,
- "name": "Every_1_hour_on_sunday_monday",
- "nextRunTime": 1622873100,
- "period": 1,
- "periodUnit": "hours",
- "readOnly": true,
- "retainSecs": 3600,
- "status": "Active",
- "systemWwn": "2FF70002AC020CEF",
- "type": "schedules",
- "untilTime": 15,
- "user": "3paradm"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/CZ23370B8X/volumes/db1e691f09ffb45f3e1a7c3d16d643ad/schedules",
- "total": 1
}Create snapshot schedule for a volume identified by {volumeId} on HPE Alletra Storage MP B10000 storage system identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| allowSysOffsetMinute | boolean or null This option enables the system to automatically balance existing schedules by applying an offset to the start time, relative to other active schedules. This helps distribute snapshot schedules of the workloads more evenly, ensuring optimal resource utilization. The allowSysOffsetMinute mode is supported and can be enabled in HPE Alletra Storage MP systems from 10.5.0 and above OS versions. |
| atTime | integer <int64> Time of the day when snapshot should be taken. Possible values: 0-23 If more than one snapshots in a day then untilTime specifies until what time snapshots should be taken. |
| dayOfMonth | integer <int64> Day of month on which snapshot has to be taken for Monthly schedule. Possible values: 1-28 |
| days | string Days on which snapshots should be taken. comma separated. Possible values: sunday,monday,tuesday,wednesday,thursday,friday,saturday |
| expireSecs required | integer <int64> Number of seconds the snapshot has to be retained. |
| name required | string Name of the Schedule |
| period required | integer <int64> Time interval for snapshots. Possible values:
|
| periodUnit required | string Enum: "minutes" "hours" "days" "months" Unit of time for the interval specified in period. |
| readOnly | boolean or null Specifies that the snapshots created by schedule are read-only. Defaults to false in case of local schedules. Defaults to true in case of remote schedules. When local schedules are converted to remote schedules, ReadOnly mode will be considered by default. |
| retainSecs | integer or null <int64> Specifies the amount of time in seconds, relative to the current time, that the snapshot will be retained. It is a positive integer value and in the range of 1 hour - 1825 days. If both expiration time and retention time are specified, then the retention time cannot be longer than the expiration time. |
| untilTime | integer <int64> Time of the day to stop taking snapshots. Must be an incremental value by the factor specified in Period, starting from atTime. Applicable only when more than one snapshots should be taken in a day. |
{- "allowSysOffsetMinute": false,
- "atTime": 2,
- "dayOfMonth": 10,
- "days": "sunday,monday",
- "expireSecs": 3600,
- "name": "Every_1_hour_on_sunday_monday",
- "period": 1,
- "periodUnit": "hours",
- "readOnly": true,
- "retainSecs": 3600,
- "untilTime": 7
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Delete snapshot Schedule identified by {scheduleId} of a volume identified by {volumeId} on HPE Alletra Storage MP B10000 storage system identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| scheduleId required | string Example: 2e2af4b093bee71e1e38549ca2aa5f9f Schedule ID of the volume |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of snapshot schedule identified by {scheduleId} for a volume identified by {volumeId} on HPE Alletra Storage MP B10000 storage system identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| scheduleId required | string Example: 2e2af4b093bee71e1e38549ca2aa5f9f Schedule ID of the volume |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "allowSysOffsetMinute": false,
- "atTime": 8,
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "dayOfMonth": 4,
- "days": "sunday,monday",
- "expireSecs": 86400,
- "generation": 123,
- "id": "fa43500317062d6f025ec9ca54bab123",
- "interval": "30",
- "isAlertEnabled": true,
- "isPaused": true,
- "isRemote": true,
- "isSystemTask": false,
- "name": "Every_1_hour_on_sunday_monday",
- "nextRunTime": 1622873100,
- "period": 1,
- "periodUnit": "hours",
- "readOnly": true,
- "requestUri": "string",
- "retainSecs": 3600,
- "status": "Active",
- "systemWwn": "2FF70002AC020CEF",
- "type": "schedules",
- "untilTime": 15,
- "user": "3paradm"
}Edit Snapshot Schedule identified by {scheduleId} of a volume identified by {volumeId} on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| scheduleId required | string Example: 2e2af4b093bee71e1e38549ca2aa5f9f Schedule ID of the volume |
| allowSysOffsetMinute | boolean or null This option enables the system to automatically balance existing schedules by applying an offset to the start time, relative to other active schedules. This helps distribute snapshot schedules of the workloads more evenly, ensuring optimal resource utilization. The allowSysOffsetMinute mode is supported and can be enabled in HPE Alletra Storage MP B10000 systems from 10.5.0 and above OS versions. |
| atTime | integer or null <int64> Time of the day when snapshot should be taken. Possible values: 0-23 If more than one snapshots in a day then untilTime specifies until what time snapshots should be taken. |
| dayOfMonth | integer or null <int64> Day of month on which snapshot has to be taken for Monthly schedule. Possible values: 1-28 |
| days | string or null Days on which snapshots should be taken. comma separated. Possible values: sunday,monday,tuesday,wednesday,thursday,friday,saturday |
| name | string or null Name of the Schedule |
| period | integer or null <int64> Time interval for snapshots. Possible values:
|
| periodUnit | string or null Enum: "minutes" "hours" "days" "months" Unit of time for the interval specified in period. |
| untilTime | integer or null <int64> Time of the day to stop taking snapshots. Must be an incremental value by the factor specified in Period, starting from atTime. Applicable only when more than one snapshots should be taken in a day. |
{- "allowSysOffsetMinute": false,
- "atTime": 2,
- "dayOfMonth": 10,
- "days": "sunday,monday",
- "name": "Every_1_hour_on_sunday_monday",
- "period": 1,
- "periodUnit": "hours",
- "untilTime": 7
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove HPE Alletra Storage MP B10000 snapshot in system identified by {snapshotId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd Identifier of snapshot. |
| force | boolean Example: force=true Make snapshot offline and remove. |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of vlun identified by {id} for Volume identified by {volumeId} for HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "baseId": 0,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compressionPolicy": "string",
- "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/volumes/014f8f647893f228bcf8b7c3f7eebbc5/snapshots/e1892c0fb437d0aeef880124c2db9957",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copyOfID": 0,
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "string",
- "dataReduction": "string",
- "dedup": "string",
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "Ms": 0,
- "Tz": "string"
}, - "expirationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "id": "b7107a30-260a-41c1-a47f-e50770c414c9",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "parentID": 0,
- "parentName": "Snap_L1",
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "ransomware": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "requestUri": "/v1/storage-systems/device-type4/7CE751P312/applicationsets/fd3244ef7f1ab8bd16500c7a41bdf8f8/snapshots",
- "retentionTime": {
- "Ms": 0,
- "Tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "rwareAlert": true,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "shortName": "string",
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "snapshotCapacity": {
- "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "branchUsedBlocksMiB": 0,
- "branchVSizeMiB": 2048,
- "compactEfficiency": 0,
- "compressionEfficiency": 0,
- "copiedMB": 0,
- "copiedPerc": 0,
- "ddcSize": 0,
- "ddsSize": 0,
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "sizeMiB": 0,
- "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotUsedToVirtualPercent": 0,
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSpaceMiB": 0,
- "usedBlocksMiB": 0,
- "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0
}, - "snapshotId": 0,
- "snapshotType": "string",
- "spaceCalculationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "thinProvisioned": true,
- "type": "string",
- "unrefSpaceFreedTime": {
- "Ms": 0,
- "Tz": "string"
}, - "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "vlunSectorSize": 0,
- "wwn": "60002AC0000000000000006B0001FFEB"
}Promote a snapshot identified by {snapshotId} of a volume identified by {volumeId} on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
| priority | string or null (DeviceType4Priority) Enum: "PRIORITYTYPE_HIGH" "PRIORITYTYPE_MED" "PRIORITYTYPE_LOW" Priority of the task for promoting the snapshot. Defaults to PRIORITYTYPE_MED. |
| target | string or null Target volume name to which the snapshot need to be promoted. If not specified it will be promoted to its base volume. |
{- "priority": "PRIORITYTYPE_HIGH",
- "target": "volume1"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit a snapshot identified by {snapshotId} of a volume identified by {volumeId} on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| snapshotId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the snapshots |
| ransomware | boolean or null This attribute enables/disables ransomware detection on the snapshot. If no input is provided, the existing ransomware setting inherited from the base volume would remain. This applies to the HPE Alletra Storage MP B10000 systems running OS version 10.5.0 and later. |
{- "ransomware": true
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Remove vlun idenfied by {id} form volume identified by {volumeId} from HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the vlun |
{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of vlun identified by {id} for Volume identified by {volumeId} for HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| volumeId required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID of the vlun |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "active": true,
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/device-type4/SGH014XGSP/volumes/{volumeUid}/vluns/{uid}",
- "customerId": "string",
- "deviceWWNs": "",
- "diskPartition": "",
- "displayname": "",
- "domain": "",
- "failedPathInterval": 1,
- "failedPathPolicy": "",
- "generation": 0,
- "id": "",
- "initiators": {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}, - "lun": 1,
- "mountPoint": "",
- "mountPointFsau": 1,
- "multiPathType": "",
- "portPos": {
- "node": 1,
- "port": 1,
- "slot": 1
}, - "rawVolume": "",
- "remoteName": "",
- "requestUri": "- TO BE IMPLEMENTED",
- "resourceUri": "- TO BE IMPLEMENTED",
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "status": "",
- "systemId": "",
- "targetNQN": "nqn.2020-09.com.hpe:b0eb957f-cb5c-4b31-a97a-80f9be7d77de",
- "tpgId": 1,
- "type": "",
- "usedSpace": 1,
- "vlunType": "",
- "volumeGroup": "",
- "volumeManager": "",
- "volumeName": "",
- "volumeWWN": "",
- "vvReservedUserSpace": 1,
- "vvSize": 1
}Get all volumes
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/storage-pools/{uid}",
- "type": "storage-pools"
}, - {
- "resourceUri": "/v1/storage-systems/volume-sets/{uid}",
- "type": "volume-sets"
}, - {
- "resourceUri": "/v1/storage-systems/{uid}",
- "type": "storage-systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/{uid}/volumes",
- "customerId": "fc5f41652a53497e88cdcebc715cc1cf",
- "generation": 0,
- "healthState": "NORMAL",
- "hostWrittenCapacityMiB": 0,
- "id": "e66ed5ce8d35961481a48b4f78bb06b4",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "intrinsicResource": "volume",
- "isInternal": false,
- "isSystemVolume": false,
- "name": "Finance",
- "productFamily": "deviceType1",
- "provisionedSizeMiB": 2048,
- "resourceUri": "/v1/storage-systems/volumes",
- "sizeMiB": 2048,
- "spaceWarning": 0,
- "subType": "PROVTYPE_DDS",
- "systemId": "7CE751P312",
- "thinSavings": "1:1",
- "type": "volume",
- "usedCapacityPercent": 1.2345,
- "usedSizeMiB": 0,
- "volumeSetId": "7CE751P312",
- "volumeType": "VVTYPE_BASE",
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/volumes",
- "total": 1
}Get details of Volume identified by {id}
| id required | string Example: a7c4e6593f51d0b98f0e40d7e6df04fd UID(volumeuid) of the storage system |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "associatedLinks": [
- {
- "resourceUri": "/v1/storage-systems/storage-pools/{uid}",
- "type": "storage-pools"
}, - {
- "resourceUri": "/v1/storage-systems/volume-sets/{uid}",
- "type": "volume-sets"
}, - {
- "resourceUri": "/v1/storage-systems/{uid}",
- "type": "systems"
}
], - "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "consoleUri": "data-ops-manager/storage-systems/volumes/{uid}",
- "customerId": "string",
- "generation": 0,
- "healthState": "NORMAL",
- "hostWrittenCapacityMiB": 0,
- "id": "string",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "intrinsicResource": "volume",
- "isInternal": false,
- "isSystemVolume": false,
- "name": "Finance",
- "productFamily": "deviceType1",
- "provisionedSizeMiB": 2048,
- "requestUri": "/v1/storage-systems/{systemUid}/volumes/{uid}",
- "resourceUri": "/v1/storage-systems/device-type1/2FF70002AC01F0FF/volumes/{uid}",
- "sizeMiB": 0,
- "spaceWarning": 0,
- "subType": "PROVTYPE_DDS",
- "systemId": "7CE751P312",
- "thinSavings": "1:1",
- "type": "string",
- "usedCapacityPercent": 1.2345,
- "usedSizeMiB": 0,
- "volumeSetId": "7CE751P312",
- "volumeType": "VVTYPE_BASE",
- "wwn": "string"
}Creates VMware storage container on storage system Primera / Alletra 9K identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| comment | string or null Storage Container Comment |
| domain | string or null Domain that the resource belongs to |
| hostIDs | Array of strings or null Host IDs |
| hostSetIDs | Array of strings or null Host Set IDs |
| keep | boolean or null Indicates if a volume set with existing volumes to be marked as a VMware storage container |
| members | Array of strings Names of the set members |
| name required | string Storage Container Name. |
{- "comment": "test",
- "domain": "domain",
- "hostIDs": [
- "c62b999dee0a4cb48c8805bfbc30b47d"
], - "hostSetIDs": [
- "a586833a8e1e4bb986d6073e682e6b12"
], - "keep": true,
- "members": [
- "string"
], - "name": "<resource_name>"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Edit Storage container identified by {volumeId} from Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vvolscId required | string Example: d09b59cd7bd07a4e9559e78dcea07498 Storage container UID |
| comment | string or null Comments for the object set to be modified |
Array of objects or null List of member object to set proximity for host and rcopy groups | |
| members | Array of strings or null List of members of the object set to be modified |
| name | string or null Storage Container Name. |
{- "comment": "test",
- "hostProximity": [
- {
- "host": "<host_name>",
- "proximity": "PRIMARY",
- "rcopyGroup": [
- "string"
]
}
], - "members": [
- "string"
], - "name": "<resource_name>"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Attach host to Storage container identified by {vvolscId} from Primera / Alletra 9K
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vvolscId required | string Example: d09b59cd7bd07a4e9559e78dcea07498 Storage container UID |
| action | string Value: "ATTACH_VVOLSC" Attach action name |
| hostIDs | Array of strings or null Host IDs |
| hostSetIDs | Array of strings or null Host Set IDs |
{- "action": "ATTACH_VVOLSC",
- "hostIDs": [
- "c62b999dee0a4cb48c8805bfbc30b47d"
], - "hostSetIDs": [
- "a586833a8e1e4bb986d6073e682e6b12"
]
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Creates VMware storage container on storage system HPE Alletra Storage MP B10000 identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| domain | string or null Domain that the resource belongs to |
| hostIDs | Array of strings or null Host IDs |
| hostSetIDs | Array of strings or null Host Set IDs |
| name required | string Storage Container Name. |
| scType | string or null Field is supported from 10.4.0 and above. Indicates the type of the VMware VASA storage container that would get created in the system. Valid values are NVMe and SCSI. |
| transportType | string or null Transport type of the NVMe protocol. The value will be either NVMe/FC or NVMe/TCP and the default value is NVMe/FC. This parameter is supported from the system OS version 10.5.0. Transport type will be used to attach or detach a NVMe/TCP or NVMe/FC hosts/host groups from a storage container created with NVMe protocol. |
{- "domain": "domain",
- "hostIDs": [
- "id",
- "id"
], - "hostSetIDs": [
- "id",
- "id"
], - "name": "<resource_name>",
- "scType": "SCSI",
- "transportType": "string"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Attach host to Storage container identified by {volumeId} from HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vvolscId required | string Example: d09b59cd7bd07a4e9559e78dcea07498 Storage container UID |
| action | string Attach or Detach action name |
object |
{- "action": "string",
- "parameter": {
- "action": "string",
- "hostIDs": [
- "id",
- "id"
], - "hostSetIDs": [
- "id",
- "id"
], - "transportType": "string"
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Detach host to Storage container identified by {volumeId} from HPE Alletra Storage MP B10000
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| vvolscId required | string Example: d09b59cd7bd07a4e9559e78dcea07498 Storage container UID |
| action | string Attach or Detach action name |
object |
{- "action": "string",
- "parameter": {
- "action": "string",
- "hostIDs": [
- "id",
- "id"
], - "hostSetIDs": [
- "id",
- "id"
], - "transportType": "string"
}
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}Get details of HPE Alletra Storage MP B10000 Inventory history
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=id eq 2a0df0fe6f7dc7bb16000000000000000000004817 Lucene query to filter InventoryUpdate by Key. |
| sort | string Example: sort=logTime desc oData query to sort InventoryUpdate resource by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "changes": [
- {
- "change": "Added",
- "index": 33,
- "logTime": 1669088300,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}
}
], - "component": "Cage 1",
- "customerId": "string",
- "displayname": "Component - Cage 1, Sub-Component - Node 0, Change - Added",
- "domain": "my-domain",
- "generation": 0,
- "lastModifiedEpoch": 1669184604,
- "parent": {
- "partNumber": "R7C75A",
- "serialNumber": "4UW307B01P"
}, - "requestUri": "/api/v1/storage-systems/device-type4/ABCDEFGH/inventory-history/2a0df0fe6f7dc7bb16000000000000000000004817",
- "subComponent": "Node 0",
- "systemId": "9c3c4f29a82fd8d632ff379116fa0b88",
- "systemWWN": "swK21",
- "type": "string",
- "uid": "2ada727846d8a6e34540e619a6945aa2",
- "uri": "/api/v3/inventory-history/2492b4e84f7536577a38be78f0da0c1a"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/api/v1/storage-systems/device-type4/inventory-history",
- "total": 1
}Get details of HPE Alletra Storage MP B10000 InventoryUpdate identified by {inventoryUpdateId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| inventoryUpdateId required | string Example: 2a0df0fe6f7dc7bb16000000000000000000004817 ID of the HPE Alletra Storage MP B10000 Inventory Update. A 42 digit hexadecimal number. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "changes": [
- {
- "change": "Added",
- "index": 33,
- "logTime": 1669088300,
- "manufacturing": {
- "assemblyRev": "002*",
- "checkSum": "--",
- "hpeModelName": "HPE 3PAR 600 2S Node",
- "manufacturer": "XYRATEX",
- "model": "0974244-06",
- "saleablePartNumber": "0974244-06",
- "saleableSerialNumber": "4UW0002941",
- "serialNumber": "PMW0974244G4T88",
- "sparePartNumber": "P04031-001"
}
}
], - "component": "Cage 1",
- "customerId": "string",
- "displayname": "Component - Cage 1, Sub-Component - Node 0, Change - Added",
- "domain": "my-domain",
- "generation": 0,
- "lastModifiedEpoch": 1669184604,
- "parent": {
- "partNumber": "R7C75A",
- "serialNumber": "4UW307B01P"
}, - "requestUri": "/api/v1/storage-systems/device-type4/ABCDEFGH/inventory-history/2a0df0fe6f7dc7bb16000000000000000000004817",
- "subComponent": "Node 0",
- "systemId": "9c3c4f29a82fd8d632ff379116fa0b88",
- "systemWWN": "swK21",
- "type": "string",
- "uid": "2ada727846d8a6e34540e619a6945aa2",
- "uri": "/api/v3/inventory-history/2492b4e84f7536577a38be78f0da0c1a"
}Get the details of all read-write parent snapshots and base volume to which the child snapshot identified by {childSnapshotId} can be restored on HPE Alletra Storage MP B10000 system identified by {systemId}.
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| childSnapshotId required | string Example: c7c4e6593f51d0b98f0e40d7e6df04fd UID of the child snapshot to be restored |
| limit | integer >= 0 Example: limit=10 Number of items to return at a time |
| offset | integer >= 0 Example: offset=5 The offset of the first item in the collection to return |
| filter | string Example: filter=name eq array1 and wwn eq 2FF70002AC018D94 oData query to filter by Key. |
| sort | string Example: sort=systemWWN desc oData query to sort by Key. |
| select | string Example: select=id Query to select only the required parameters, separated by . if nested |
{- "items": [
- {
- "adminAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "baseId": 0,
- "comment": "string",
- "commonResourceAttributes": {
- "cloudState": "CONNECTED",
- "errCode": "E01",
- "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests."
}, - "compressionPolicy": "string",
- "conversionType": "CONVERSIONTYPE_THIN",
- "copyOfID": 0,
- "creationTime": {
- "ms": 0,
- "tz": "string"
}, - "customerId": "string",
- "dataReduction": "string",
- "dedup": "string",
- "devType": "string",
- "displayname": "string",
- "domain": "string",
- "efficiencyUpdateTime": {
- "Ms": 0,
- "Tz": "string"
}, - "expirationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "fullyProvisioned": true,
- "generation": 0,
- "headsPerCylinder": 0,
- "healthState": 0,
- "hidden": true,
- "id": "b7107a30-260a-41c1-a47f-e50770c414c9",
- "initiators": [
- {
- "deviceDiscoveredName": "TEST11",
- "id": "6848ef683c27403e96caa51816ddc72c",
- "resourceUri": "/v1/host-initiators/6848ef683c27403e96caa51816ddc72c",
- "type": "host-initiators"
}
], - "name": "Finance",
- "parentID": 0,
- "parentName": "Snap_L1",
- "physParentID": 0,
- "physicalCopy": true,
- "policy": {
- "fileService": true,
- "hostDif3par": true,
- "hostDifStd": true,
- "noCache": true,
- "oneHost": true,
- "ransomware": true,
- "staleSnapshot": true,
- "system": true,
- "zeroDetect": true,
- "zeroFill": true
}, - "provType": "string",
- "raid": "string",
- "rcopyStatus": "string",
- "readOnly": true,
- "retentionTime": {
- "Ms": 0,
- "Tz": "string"
}, - "roChildID": 0,
- "rwChildID": 0,
- "rwareAlert": true,
- "sectorsPerTrack": 0,
- "sharedParentId": 0,
- "shortName": "VegaSnapshot~92775",
- "snapshotAllocLimit": 0,
- "snapshotAllocWarning": 0,
- "snapshotAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "snapshotCapacity": {
- "adminSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "branchUsedBlocksMiB": 0,
- "branchVSizeMiB": 2048,
- "compactEfficiency": 0,
- "compressionEfficiency": 0,
- "copiedMB": 0,
- "copiedPerc": 0,
- "ddcSize": 0,
- "ddsSize": 0,
- "dedupSavingsSize": 0,
- "dedupWrittenSize": 0,
- "hostWrittenMiB": 0,
- "hostWrittenToVirtualPercent": 0,
- "sizeMiB": 0,
- "snapshotTdvvSize": {
- "ddcSizeMiB": 0,
- "ddsSizeMiB": 0,
- "virtualSizeMiB": 0,
- "writtenSizeMiB": 0
}, - "snapshotUsedToVirtualPercent": 0,
- "totalRawReservedMiB": 0,
- "totalReservedMiB": 0,
- "totalSpaceMiB": 0,
- "usedBlocksMiB": 0,
- "usedCapacity": 0,
- "usedSizeMiB": 0,
- "userReservedToVirtualPercent": 0,
- "userSpace": {
- "freeMiB": 0,
- "grownMiB": 0,
- "rawReservedMiB": 0,
- "reclaimedMiB": 0,
- "reservedMiB": 0,
- "totalMiB": 0,
- "usedMiB": 0
}, - "userUsedToVirtualPercent": 0
}, - "snapshotId": 0,
- "snapshotType": "string",
- "spaceCalculationTime": {
- "Ms": 0,
- "Tz": "string"
}, - "started": true,
- "state": {
- "detailed": [
- "string"
], - "overall": "STATE_NORMAL"
}, - "systemId": "7CE751P312",
- "thinProvisioned": true,
- "type": "string",
- "unrefSpaceFreedTime": {
- "Ms": 0,
- "Tz": "string"
}, - "userAllocLimit": 0,
- "userAllocWarning": 0,
- "userAllocationSettings": {
- "HA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "RAIDType": "string",
- "deviceSpeed": {
- "text": "string",
- "value": 0
}, - "deviceType": "string",
- "diskFilter": "string",
- "requestedHA": {
- "default": "Magazine",
- "key": "hajbod-10"
}, - "setSize": "string",
- "stepSize": 0
}, - "userCpgID": 0,
- "userCpgName": "string",
- "vlunSectorSize": 0,
- "wwn": "60002AC0000000000000006B0001FFEB"
}
], - "pageLimit": 1,
- "pageOffset": 1,
- "requestUri": "/v1/storage-systems/device-type4/7CE751P312/applicationsets/8c18425671d44803b4512f4ca1917410/snapshots",
- "total": 1
}Restore a child snapshot identified by {childSnapshotId} to a read-write parent snapshot identified by {parentSnapshotId} on HPE Alletra Storage MP B10000 storage system identified by {systemId}
| systemId required | string Example: 7CE751P312 systemId of the storage system |
| parentSnapshotId required | string Example: b7c4e6593f51d0b98f0e40d7e6df04fd UID of the read-write parent snapshot |
| childSnapshotId required | string Example: c7c4e6593f51d0b98f0e40d7e6df04fd UID of the child snapshot to be restored |
| priority | string or null (DeviceType4Priority) Enum: "PRIORITYTYPE_HIGH" "PRIORITYTYPE_MED" "PRIORITYTYPE_LOW" Priority of the task for promoting the snapshot. Defaults to PRIORITYTYPE_MED. |
| target | string or null Target read-write parent snapshot name to which the child snapshot need to be promoted. |
{- "priority": "PRIORITYTYPE_HIGH",
- "target": "snapshot-rw"
}{- "message": "Successfully submitted",
- "status": "SUBMITTED",
- "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c"
}