/
AP
apache
/
Amoro Server API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
Catalogs
7
get
Get list of catalogs
post
Register catalog to ams
get
Get detail of some catalog
put
Update catalog
delete
Delete some catalog and information associated with the catalog
get
Check whether we could delete the catalog
get
Get catalog config file content
Files
2
Health
1
Login
3
Optimize
14
Overview
5
Settings
2
Catalogs
Update catalog
Update the details of a specific catalog
put
/api/ams/v1/catalogs/{catalogName}
Request body
CatalogRegisterInfo
required
name
string
type
string
authConfig
object
storageConfig
object
properties
object
tableProperties
object
tableFormatList
string[]
Response
Successful response
Response
required
message
string
code
integer
result
object
Changes