Skip to main content

Get storage array Details

Select

SaaS
Customer Managed

Get storage array Details

Path Parameters
  • storagearrayId string required

    Id fetched from GET StorageArrays (arrayName/id)

Responses

OK


Schema
  • add boolean
  • forceAdd boolean
  • clientId integer
  • flags integer
  • assocType integer
  • arrayPasswordLabel string
  • copyId integer
  • arrayNameLabel string
  • appId integer
  • arrayControlHostLabel string
  • arrayUserNameLabel string
  • availableMAs object[]
  • arrayControllerId integer
  • mediaAgent object
  • name string
  • id integer
GET /storagearrays/:storagearrayid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
storagearrayId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/StorageArrays/:storagearrayId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'