指定されたアプリケーションのデータ収集の詳細を取得します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
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 |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
リクエストパラメーターは必要ありません。
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
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 |
例
成功レスポンス
JSONJSON
{
"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"
}
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。