List site login history.
643 matches
100 actions
Files.com
100 actions
- Create Api KeyPOSTv1.0.0
- Create As2 PartnerPOSTv1.0.0
- Create As2 StationPOSTv1.0.0
- Create AutomationPOSTv1.0.0
- Create BehaviorPOSTv1.0.0
- Create BundlePOSTv1.0.0
- Create Bundle NotificationPOSTv1.0.0
- Create Bundle RecipientPOSTv1.0.0
- Create ClickwrapPOSTv1.0.0
- Find file/folder by pathGETv1.0.0
- Get the most recent usage snapshot (usage data for billing purposes) for a Site.GETv1.0.0
- List all possible public ExaVault IP addressesGETv1.0.0
- List all possible public IP addressesGETv1.0.0
- List Api KeysGETv1.0.0
- List Api KeysGETv1.0.0
- List Api KeysGETv1.0.0
- List Api KeysGETv1.0.0
- List AppsGETv1.0.0
- List As2 Incoming MessagesGETv1.0.0
- List As2 Outgoing MessagesGETv1.0.0
- List As2 PartnersGETv1.0.0
- List As2 StationsGETv1.0.0
- List Bandwidth SnapshotsGETv1.0.0
- List BehaviorsGETv1.0.0
- List Bundle NotificationsGETv1.0.0
- List Bundle RegistrationsGETv1.0.0
- List BundlesGETv1.0.0
- List ClickwrapsGETv1.0.0
- List External EventsGETv1.0.0
- List File Comments by pathGETv1.0.0
- List Folders by pathGETv1.0.0
- List Form Field SetsGETv1.0.0
- List Group UsersGETv1.0.0
- List Group UsersGETv1.0.0
- List Group UsersGETv1.0.0
- List Group UsersGETv1.0.0
- List GroupsGETv1.0.0
- List history for specific file.GETv1.0.0
- List history for specific folder.GETv1.0.0
- List history for specific user.GETv1.0.0
- List Inbox RegistrationsGETv1.0.0
- List InvoicesGETv1.0.0
- List IP Addresses associated with the current siteGETv1.0.0
- List IP Addresses associated with the current siteGETv1.0.0
- List Locks by pathGETv1.0.0
- List Message Comment ReactionsGETv1.0.0
- List Message CommentsGETv1.0.0
- List Message ReactionsGETv1.0.0
- List MessagesGETv1.0.0
- List PaymentsGETv1.0.0
- List PrioritiesGETv1.0.0
- List ProjectsGETv1.0.0
- List Public KeysGETv1.0.0
- List Public KeysGETv1.0.0
- List Public KeysGETv1.0.0
- List Remote Bandwidth SnapshotsGETv1.0.0
- List Remote ServersGETv1.0.0
- List RequestsGETv1.0.0
- List RequestsGETv1.0.0
- List Settings ChangesGETv1.0.0
- List Sftp Host KeysGETv1.0.0
- List site login history.GETv1.0.0
- List Sso StrategiesGETv1.0.0
- List Usage Daily SnapshotsGETv1.0.0
- List Usage SnapshotsGETv1.0.0
- List User Cipher UsesGETv1.0.0
- List User Cipher UsesGETv1.0.0
- List User RequestsGETv1.0.0
- Send email(s) with a link to bundlePOSTv1.0.0
- Show Api KeyGETv1.0.0
- Show As2 PartnerGETv1.0.0
- Show As2 StationGETv1.0.0
- Show AutomationGETv1.0.0
- Show Automation RunGETv1.0.0
- Show BehaviorGETv1.0.0
- Show BundleGETv1.0.0
- Show Bundle NotificationGETv1.0.0
- Show ClickwrapGETv1.0.0
- Show External EventGETv1.0.0
- Show File MigrationGETv1.0.0
- Show Form Field SetGETv1.0.0
- Show GroupGETv1.0.0
- Show InvoiceGETv1.0.0
- Show MessageGETv1.0.0
- Show Message CommentGETv1.0.0
- Show Message Comment ReactionGETv1.0.0
- Show Message ReactionGETv1.0.0
- Show NotificationGETv1.0.0
- Show PaymentGETv1.0.0
- Show ProjectGETv1.0.0
- Show Public KeyGETv1.0.0
- Show Remote ServerGETv1.0.0
- Show Sftp Host KeyGETv1.0.0
- Show site DNS configuration.GETv1.0.0
- Show site DNS configuration.GETv1.0.0
- Show site settingsGETv1.0.0
- Show Sso StrategyGETv1.0.0
- Show StyleGETv1.0.0
- Show UserGETv1.0.0
- Show User RequestGETv1.0.0
Other/Files.com
List site login history.
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
{
"type": "object",
"properties": {
"cursor": {
"type": "string"
},
"display": {
"type": "string"
},
"end_at": {
"type": "string",
"format": "date-time"
},
"per_page": {
"type": "integer",
"format": "int32"
},
"sort_by": {
"type": "object"
},
"start_at": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false
}Output
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
{
"type": "array",
"items": {
"type": "object",
"description": "List site full action history.",
"properties": {
"action": {
"type": "string",
"description": "Type of action",
"enum": [
"create",
"read",
"update",
"destroy",
"move",
"login",
"failedlogin",
"copy",
"user_create",
"user_update",
"user_destroy",
"group_create",
"group_update",
"group_destroy",
"permission_create",
"permission_destroy",
"api_key_create",
"api_key_update",
"api_key_destroy"
]
},
"destination": {
"type": "string",
"description": "The destination path for this action, if applicable"
},
"display": {
"type": "string",
"description": "Friendly displayed output"
},
"failure_type": {
"type": "string",
"description": "Failure type. If action was a user login or session failure, why did it fail?",
"enum": [
"expired_trial",
"account_overdue",
"locked_out",
"ip_mismatch",
"password_mismatch",
"site_mismatch",
"username_not_found",
"none",
"no_ftp_permission",
"no_web_permission",
"no_directory",
"errno_enoent",
"no_sftp_permission",
"no_dav_permission",
"no_restapi_permission",
"key_mismatch",
"region_mismatch",
"expired_access",
"desktop_ip_mismatch",
"desktop_api_key_not_used_quickly_enough",
"disabled",
"country_mismatch"
]
},
"id": {
"type": "integer",
"format": "int32",
"description": "Action ID"
},
"interface": {
"type": "string",
"description": "Interface on which this action occurred.",
"enum": [
"web",
"ftp",
"robot",
"jsapi",
"webdesktopapi",
"sftp",
"dav",
"desktop",
"restapi",
"scim",
"office",
"mobile",
"as2",
"inbound_email",
"remote"
]
},
"ip": {
"type": "string",
"description": "IP Address that performed this action"
},
"path": {
"type": "string",
"description": "Path"
},
"source": {
"type": "string",
"description": "The source path for this action, if applicable"
},
"targets": {
"type": "array",
"description": "Targets",
"items": {
"type": "object"
}
},
"user_id": {
"type": "integer",
"format": "int32",
"description": "User ID"
},
"username": {
"type": "string",
"description": "Username"
},
"when": {
"type": "string",
"format": "date-time",
"description": "Action occurrence date/time"
}
}
}
}