Retrieves the details of a catalog.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dlf:GetCatalog |
get |
*All Resource
|
None | None |
Request syntax
GET /dlf/v1/catalogs/{catalog} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| catalog |
string |
Yes |
The name of the catalog. |
catalog_name |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
| Catalog |
The catalog details. |
Examples
Success response
JSON format
{
"owner": "acs:ram::[accountId]:root",
"createdAt": 1744970111419,
"updatedBy": "acs:ram::[accountId]:root",
"createdBy": "acs:ram::[accountId]:root",
"name": "test_catalog",
"id": "clg-paimon-xxxx",
"type": "",
"updatedAt": 1744970111419,
"status": "NEW\nINITIALIZING\nINITIALIZE_FAILED\nRUNNING\nTERMINATED\nDELETING\nDELETE_FAILED \nDELETED\nSTORAGE_RESTRICTED ",
"shareId": "",
"options": {
"key": "{\\\"comment\\\":\\\"test\\\"}"
},
"isShared": false
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.