データカタログを取得します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| Name |
string |
必須 |
データカタログ名。 |
my_catalog |
| ClientToken |
string |
任意 |
冪等性トークン。 |
1e9b8f60-3a2c-4d7e-9f1b-8c3d5e7a2b4f |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| Message |
string |
Response message |
Operation success |
| RequestId |
string |
Request ID |
34AD682D-5B91-5773-8132-AA38C130**** |
| Code |
string |
Response code. 200 indicates success. |
200 |
| Success |
boolean |
Indicates whether the operation was successful |
true |
| Data | Catalog |
Catalog details |
例
成功レスポンス
JSONJSON
{
"Message": "Operation success",
"RequestId": "34AD682D-5B91-5773-8132-AA38C130****",
"Code": "200",
"Success": true,
"Data": {
"Name": "my_catalog",
"Type": "RELATIONAL",
"Provider": "EventHouse",
"Comment": "测试数据目录",
"Properties": {
"IndexPattern": "my-index-*"
},
"ConnectionName": "my_connection"
}
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 403 | ServiceNotEnable | Service not enable |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。