DescribeDsReports
Queries the tag statistics of hits for a job group.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
a4274627-265f-4e14-b2d6-4ee7d4f8593e |
| JobGroupId |
string |
Yes |
The job group ID. |
9eb8fe4f-b286-4834-9688-2c9b171e223e |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The request ID. |
1364f208-982d-4d0c-89aa-d56e22b47589 |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| Code |
string |
The API status code. |
OK |
| Message |
string |
The API response message. |
Success |
| DsReports |
string |
The dialog flow information in the format: key:{value:aaa}}, where aaa indicates the number of occurrences. |
"{\"Label1\":{\"LabelValue1\":2},\"Label2\":{\"LabelValue1\":2},\"Label3\":{\"LabelValue1\":1,\"LabelValue2\":1}}" |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"RequestId": "1364f208-982d-4d0c-89aa-d56e22b47589",
"Success": true,
"Code": "OK",
"Message": "Success",
"DsReports": "\"{\\\"标签1\\\":{\\\"标签值1\\\":2},\\\"标签2\\\":{\\\"标签值1\\\":2},\\\"标签3\\\":{\\\"标签值1\\\":1,\\\"标签值2\\\":1}}\""
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.