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
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
mediaAgent object
id int32name stringcredentials object
name stringusername to access the network path
password stringpassword to access the network path
savedCredentials object
id int32name string- path string
Metadata cache will be stored on this path
metadataCache object[]
mediaAgent object
id int32name stringpath stringPath of cache
{
"mediaAgent": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
},
"savedCredentials": {
"id": 0,
"name": "string"
},
"path": "string",
"metadataCache": [
{
"mediaAgent": {
"id": 0,
"name": "string"
},
"path": "string"
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...