Skip to main content

GetCloudStorageMetaDataCacheById

Select

SaaS
Customer Managed

Get details of metadata Cache of a cloud storage based on Id

Path Parameters
  • cloudStorageId int32 required

    Id of cloud Storage

  • metadataCacheId int32 required

    Id of metadata cache

Responses

Success


Schema
  • mediaAgent object
  • id int32
  • name string
  • credentials object
  • name string

    username to access the network path

  • password string

    password to access the network path

  • savedCredentials object
  • id int32
  • name string
  • path string

    Metadata cache will be stored on this path

  • metadataCache object[]
  • mediaAgent object
  • id int32
  • name string
  • path string

    Path of cache

GET /v4/storage/cloud/:cloudstorageid/metadatacache/:metadatacacheid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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