Queries the Simple Log Service project and Logstore associated with an endpoint group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:DescribeLogStoreOfEndpointGroup |
get |
*AccessLog
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region where the GA instance is deployed. Set the value to cn-hangzhou. |
cn-hangzhou |
| AcceleratorId |
string |
Yes |
The ID of the GA instance. |
ga-xxxxxxxxxxxxx |
| ListenerId |
string |
Yes |
The ID of the listener. |
lsr-xxxxxxxxxxxxxxx |
| EndpointGroupId |
string |
Yes |
The ID of the endpoint group. |
epg-xxxxxxxxxxxxxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
1777E713-8456-55F1-9A69-9AD9EAE2B3B6 |
| AcceleratorId |
string |
The ID of the GA instance. |
ga-xxxxxxxxxxxxx |
| ListenerId |
string |
The ID of the listener. |
lsr-xxxxxxxxxxxxxxx |
| EndpointGroupId |
string |
The ID of the endpoint group. |
epg-xxxxxxxxxxxxxxx |
| SlsRegionId |
string |
The region ID of the Simple Log Service project. |
cn-hangzhou |
| SlsProjectName |
string |
The name of the Simple Log Service project. |
ga_project_name |
| SlsLogStoreName |
string |
The name of the Logstore. |
ga_log |
| Status |
string |
Indicates whether the endpoint group is bound to the Simple Log Service project.
|
on - binding off - unbinding |
Examples
Success response
JSON format
{
"RequestId": "1777E713-8456-55F1-9A69-9AD9EAE2B3B6",
"AcceleratorId": "ga-xxxxxxxxxxxxx",
"ListenerId": "lsr-xxxxxxxxxxxxxxx",
"EndpointGroupId": "epg-xxxxxxxxxxxxxxx",
"SlsRegionId": "cn-hangzhou",
"SlsProjectName": "ga_project_name",
"SlsLogStoreName": "ga_log",
"Status": "on"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.