Skip to main content
A newer release of this product is available.

Retrieve a shelf

Contributors

GET /storage/shelves/{uid}

Retrieves a specific shelf.

  • storage shelf show

  • storage shelf port show

  • storage shelf drawer show

Parameters

Name Type In Required Description

uid

string

path

True

Shelf UID

fields

array[string]

query

False

Specify the fields to return.

Response

Status: 200, Ok
Name Type Description

bays

array[bays]

connection_type

string

disk_count

integer

drawers

array[drawers]

frus

array[frus]

id

string

internal

boolean

model

string

module_type

string

name

string

paths

array[paths]

ports

array[ports]

serial_number

string

state

string

uid

string

Example response
{
  "bays": [
    {
      "id": 0,
      "state": "ok",
      "type": "single_disk"
    }
  ],
  "connection_type": "sas",
  "disk_count": 12,
  "drawers": [
    {
      "disk_count": 12,
      "error": "string",
      "part_number": "111-03071",
      "serial_number": "021604008263",
      "state": "ok"
    }
  ],
  "frus": [
    {
      "firmware_version": "0191",
      "part_number": "111-00690+A2",
      "serial_number": 8000166294,
      "state": "error",
      "type": "module"
    }
  ],
  "id": 1,
  "model": "DS2246",
  "module_type": "iom6",
  "name": 1.1,
  "paths": [
    {
      "_links": {
        "self": {
          "href": "/api/resourcelink"
        }
      },
      "name": "2a",
      "node": {
        "_links": {
          "self": {
            "href": "/api/resourcelink"
          }
        },
        "name": "node1",
        "uuid": "1cd8a442-86d1-11e0-ae1c-123478563412"
      }
    }
  ],
  "ports": [
    {
      "cable": {
        "identifier": "500a0980000b6c3f-50000d1703544b80",
        "length": "2m",
        "part_number": "112-00431+A0",
        "serial_number": 616930439
      },
      "designator": "square",
      "id": 0,
      "mac_address": "string",
      "module_id": "a",
      "remote": {
        "chassis": "string",
        "mac_address": "string",
        "phy": 12,
        "port": "string",
        "wwn": "50000D1703544B80"
      },
      "state": "connected",
      "wwn": "500A0980000B6C3F"
    }
  ],
  "serial_number": "SHFMS1514000895",
  "state": "ok",
  "uid": 7777841915827391056
}

Error

Status: Default, Error
Name Type Description

error

error

Example error
{
  "error": {
    "arguments": [
      {
        "code": "string",
        "message": "string"
      }
    ],
    "code": "4",
    "message": "entry doesn't exist",
    "target": "uuid"
  }
}

Definitions

See Definitions

bays

Name Type Description

has_disk

boolean

id

integer

state

string

type

string

drawers

Name Type Description

closed

boolean

disk_count

integer

error

string

id

integer

part_number

string

serial_number

string

state

string

frus

Name Type Description

firmware_version

string

id

integer

part_number

string

serial_number

string

state

string

type

string

href

Name Type Description

href

string

Name Type Description

self

href

node

Name Type Description

_links

_links

name

string

uuid

string

paths

Storage port

Name Type Description

_links

_links

name

string

node

node

cable

Name Type Description

identifier

string

length

string

part_number

string

serial_number

string

remote

Name Type Description

chassis

string

mac_address

string

phy

string

port

string

wwn

string

ports

Name Type Description

cable

cable

designator

string

id

integer

internal

boolean

mac_address

string

module_id

string

remote

remote

state

string

wwn

string

error_arguments

Name Type Description

code

string

Argument code

message

string

Message argument

error

Name Type Description

arguments

array[error_arguments]

Message arguments

code

string

Error code

message

string

Error message

target

string

The target parameter that caused the error.