Skip to main content

fetch media agents which can be added as access paths for local storage

Select

SaaS
Customer Managed

Used to fetch available media agents which can be added as access paths for local storage

Path Parameters
  • storagePoolId int32 required

    Id of the local storage pool whose media agent has to be shared

  • backupLocationId int32 required

    Id of the backup location of which media agent has to be shared

Responses

Success


Schema
  • mediaAgents object
  • id int32
  • name string
  • displayName string
GET /v4/storage/local/:storagepoolid/backuplocation/:backuplocationid/accesspath/mediaagents    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
storagePoolId — path required
backupLocationId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Local/:storagePoolId/BackupLocation/:backupLocationId/AccessPath/MediaAgents' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'