CloseSession
Disconnects a session connection.
Operation description
Creates a session, returns the frontend endpoint, and starts a periodic task to track the session status.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:CloseSession |
update |
*Cluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SessionToken |
string |
No |
Session token. |
03f53c719015a9ad4f4f55d66cac2dac161b18e8065ca75a3220b89de389c980 |
| SessionId |
string |
No |
The session ID. |
i207023871669364793713 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
07AA3A1F-321E-50D8-B834-88C411331C94 |
| SessionId |
string |
The session ID. |
i206495551737511455528 |
| State |
string |
The session status. |
Inactive |
Examples
Success response
JSON format
{
"RequestId": "07AA3A1F-321E-50D8-B834-88C411331C94",
"SessionId": "i206495551737511455528",
"State": "Inactive"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.