Skip to main content

ReturnListOfLocations

Select

Customer Managed

ReturnListOfLocations

Responses

Success


Schema
  • locations object[]

    List of locations

  • id int32

    id of the location

  • name string

    name of the location

  • isTransit boolean

    Tells if this is a transit location

GET /v4/storage/tape/locations    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Tape/Locations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'