OpenSearch アプリケーションのデータ収集を一覧表示します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
opensearch:ListDataCollections |
get |
*DataCollection
|
なし | なし |
リクエスト構文
GET /v4/openapi/app-groups/{appGroupIdentity}/data-collections HTTP/1.1
パスパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| appGroupIdentity |
string |
必須 |
アプリケーションの名前。 |
my_app_group_name |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| pageNumber |
integer |
任意 |
ページ番号。デフォルト値は 1 です。 |
1 |
| pageSize |
integer |
任意 |
各ページで返すエントリ数。デフォルト値は 10 です。 |
10 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| totalCount |
integer |
エントリの総数。 |
1 |
| requestId |
string |
リクエストの ID。 |
959D8782-B130-95EB-86CC-1F6ED447981F |
| result |
array<object> |
データ収集情報。 詳細については、「DataCollection」をご参照ください。 |
|
|
object |
|||
| created |
integer |
データ収集が作成された時間。 |
1581065837 |
| dataCollectionType |
string |
データ収集のタイプ。
|
BEHAVIOR |
| type |
string |
データ収集クライアントのタイプ。
注: server のみがサポートされています。 |
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
{
"totalCount": 1,
"requestId": "959D8782-B130-95EB-86CC-1F6ED447981F",
"result": [
{
"created": 1581065837,
"dataCollectionType": "BEHAVIOR",
"type": "server",
"industryName": "GENERAL",
"status": 2,
"updated": 1581065904,
"name": "os_function_test_v1",
"sundialId": "1755",
"id": "286"
}
]
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。