forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
6.5 KiB
6.5 KiB
Logging Out Of a Session
Function
This API is used to return a temporary redirection, that is, a URL for logging out of the CAS, when you log out of the MapReduce Service system. This API can be used only by security clusters that support Kerberos authentication.
URI
- Format
GET /web/v1/logout_action
- Parameter description
Parameter |
Mandatory or Not |
Description |
---|---|---|
is_timeout_logout |
No |
Whether to exit due to page timeout. This parameter is optional. Different audit logs are recorded in the background when a user logs out manually or exits due to timeout. Possible values are as follows: true: Logout due to timeout false: Manual logout The default value is false. |
Request
Response
Status Code
Status Code |
Description |
---|---|
200 |
The operation is successful. |
For details about error status codes, see Status Codes.
Parent topic: MRS Manager Web APIs