Retrieves the details of a data collection for a specified application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:DescribeDataCollection |
get |
*DataCollection
|
None | None |
Request syntax
GET /v4/openapi/app-groups/{appGroupIdentity}/data-collections/{dataCollectionIdentity} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The name of the application. |
my_app_group_name |
| dataCollectionIdentity |
string |
Yes |
The ID of the data collection. |
286 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The request ID. |
72FAD77B-83F9-F393-BA8E-5834E2427BF8 |
| result |
object |
The data collection information. |
|
| created |
integer |
The time when the data collection was created. |
1581065837 |
| dataCollectionType |
string |
The type of the data collection.
|
BEHAVIOR |
| type |
string |
The type of the data collection client.
|
server |
| industryName |
string |
The name of the industry.
|
GENERAL |
| status |
integer |
The status.
|
2 |
| updated |
integer |
The time when the data collection was last updated. |
1581065904 |
| name |
string |
The name of the data collection. |
os_function_test_v1 |
| sundialId |
string |
The ID of the sundial. |
1755 |
| id |
string |
The ID of the data collection. |
286 |
Examples
Success response
JSON format
{
"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"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.