logins
Overview
Name | logins |
Type | Resource |
Id | linode.profile.logins |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | The unique ID of this login object. |
datetime | string | When the login was initiated. |
ip | string | The remote IP address that requested the login. |
restricted | boolean | True if the User that attempted the login was a restricted User, false otherwise. |
status | string | Whether the login attempt succeeded or failed. |
username | string | The username of the User that attempted the login. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getProfileLogin | SELECT | loginId | Returns a login object displaying information about a successful account login from this user. |
getProfileLogins | SELECT | Returns a collection of successful account logins from this user during the last 90 days. | |
_getProfileLogin | EXEC | loginId | Returns a login object displaying information about a successful account login from this user. |
_getProfileLogins | EXEC | Returns a collection of successful account logins from this user during the last 90 days. |