擷取指定應用的資料擷取詳情。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
opensearch:DescribeDataCollection |
get |
*DataCollection
|
無 | 無 |
請求文法
GET /v4/openapi/app-groups/{appGroupIdentity}/data-collections/{dataCollectionIdentity} HTTP/1.1
路徑參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| appGroupIdentity |
string |
是 |
應用程式名稱 |
my_app_group_name |
| dataCollectionIdentity |
string |
是 |
資料擷取 ID |
286 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
當前API無需請求參數
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| requestId |
string |
請求 ID |
72FAD77B-83F9-F393-BA8E-5834E2427BF8 |
| result |
object |
資料擷取資訊 |
|
| created |
integer |
建立時間 |
1581065837 |
| dataCollectionType |
string |
資料擷取的類型
|
BEHAVIOR |
| type |
string |
資料擷取端的類型
|
server |
| industryName |
string |
行業名稱
|
GENERAL |
| status |
integer |
狀態
|
2 |
| updated |
integer |
更新時間 |
1581065904 |
| name |
string |
資料擷取名稱 |
os_function_test_v1 |
| sundialId |
string |
sundial 的 ID |
1755 |
| id |
string |
資料擷取 ID |
286 |
樣本
正常返回樣本
JSON格式
{
"requestId": "72FAD77B-83F9-F393-BA8E-5834E2427BF8",
"result": {
"created": 1581065837,
"dataCollectionType": "BEHAVIOR",
"type": "server",
"industryName": "GENERAL",
"status": 2,
"updated": 1581065904,
"name": "os_function_test_v1",
"sundialId": "1755",
"id": "286"
}
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。