RenameSemanticView
Renames a semantic view.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
Yes |
The ID of the ADB cluster. |
am-bp1u8c0mgfg58**** |
| NewSchemaName |
string |
Yes |
The destination schema name for the semantic view. |
adb_sv |
| NewViewName |
string |
Yes |
The new name of the semantic view. |
new_sv_name |
| OldSchemaName |
string |
Yes |
The original schema name of the semantic view. |
adb_sv_old |
| OldViewName |
string |
Yes |
The original name of the semantic view. |
old_sv_name |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The request ID. |
1AD222E9-E606-4A42-BF6D-8A4442913CEF |
Examples
Success response
JSON format
{
"RequestId": "1AD222E9-E606-4A42-BF6D-8A4442913CEF"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MDS.CatalogAlreadyExist | The catalog already exists. | Catalog already exists |
| 400 | MDS.IllegalArgument | Invalid argument. | An invalid parameter is used. |
| 400 | MDS.InvalidPrivilege | No permissions. | You are not authorized to perform this operation. |
| 400 | MDS.MetaSchemaAlreadyExist | The database already exists. | The specified database already exists. |
| 400 | MDS.MetaSchemaNotExist | The database does not exist. | The specified database does not exist. |
| 400 | MDS.MetaTableAlreadyExist | The table already exists. | The specified table already exists. |
| 400 | MDS.MetaTableNotExist | The table is not found. | The specified table does not exist. |
| 400 | MDS.SemanticViewAlreadyExist | The semantic view already exists. | Semantic view already exists |
| 400 | MDS.SemanticViewNotExist | This semantic view does not exist. | This semantic view does not exist |
| 500 | MDS.InternalError | An internal MDS error occurred. | An internal error occurred. |
| 500 | MDS.MetaVisitError | Failed to access metadata. | Failed to access the metadata. |
| 403 | MDS.RamAuthAccessDenied | ram auth access denied. | RAM authentication failed |
| 404 | MDS.InstanceNotExist | ADB instance does not exist. | ADB instance does not exist |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.