Modify Cloud Storage Metadata cache details
Select
SaaS
Customer Managed
Modify details like credentials and path for 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
- application/json
Request Body
credentials object
name stringusername to access the network path
password stringpassword to access the network path
savedCredentials object
id int32name string- path string required
Metadata cache will be stored on this path
Responses
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Requested Details 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...