Domain name for API request: gse.tencentcloudapi.com.
This API is used to get the log URL of a game server session.
A maximum of 1000 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: GetGameServerSessionLogUrl. |
Version | Yes | String | Common parameter. The value used for this API: 2019-11-12. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
GameServerSessionId | Yes | String | Game server session ID. It should contain 1 to 48 ASCII characters. |
Parameter Name | Type | Description |
---|---|---|
PreSignedUrl | String | Log download URL. It should contain 1 to 1024 ASCII characters. Note: this field may return null , indicating that no valid value is obtained. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to get the log URL of a game session.
https://gse.tencentcloudapi.com/?Action=GetGameServerSessionLogUrl
&GameServerSessionId=qcs::gse:ap-shanghai:uin/1112222:gameserversession/fleet-qp3ga-p70zzzz/gssess-aaaa-ilqsssu/PlacementId-124ddda-4e28-1111-222b-abcde
&<common request parameters>
{
"Response": {
"PreSignedUrl": "http://test/url-001",
"RequestId": "s1596161996478632139"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
InvalidParameter | Incorrect parameter. |
InvalidParameterValue | Incorrect parameter value. |
ResourceNotFound | The resource does not exist. |
ResourceUnavailable | The resource is unavailable. |
UnauthorizedOperation | The operation is unauthorized. |
UnauthorizedOperation.ServiceNotOpened | The service is not activated. |
Was this page helpful?