Disassociates a Log Service Logstore from an endpoint group.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DetachLogStoreFromEndpointGroup |
The operation that you want to perform. Set the value to DetachLogStoreFromEndpointGroup. |
RegionId | String | Yes | cn-hangzhou |
The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to cn-hangzhou. |
AcceleratorId | String | Yes | ga-bp1odcab8tmno0hdq**** |
The ID of the GA instance. |
ListenerId | String | Yes | lsr-bp1bpn0kn908w4nbw**** |
The ID of the listener. |
ClientToken | String | No | 02fb3da4**** |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. |
EndpointGroupIds.N | String | Yes | ['epg-bp1dmlohjjz4kqaun****','epg-bp1v1u72cx35ogofe****', ...] |
The IDs of endpoint groups. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 64ADAB1E-0B7F-4FD8-A404-3BECC0E9CCFF |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DetachLogStoreFromEndpointGroup
&RegionId=cn-hangzhou
&AcceleratorId=ga-bp1odcab8tmno0hdq****
&ListenerId=lsr-bp1bpn0kn908w4nbw****
&EndpointGroupIds=["['epg-bp1dmlohjjz4kqaun****','epg-bp1v1u72cx35ogofe****', ...]"]
&ClientToken=02fb3da4****
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DetachLogStoreFromEndpointGroupResponse>
<RequestId>64ADAB1E-0B7F-4FD8-A404-3BECC0E9CCFF</RequestId>
</DetachLogStoreFromEndpointGroupResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "64ADAB1E-0B7F-4FD8-A404-3BECC0E9CCFF"
}
Error codes
For a list of error codes, visit the API Error Center.