Box
Box is a platform for Secure Content Management, Workflow, and Collaboration. That focuses on cloud content management and file sharing service for businesses.
Integration with LogicHub
Connecting with Box
To connect to Box following details are required:
- Label: Connection name.
- Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.
- Credentials Config File: JSON file containing the application's private key and other details. Details about Credentials Config File
Actions with Box
Get Enterprise Events
Get enterprise events objects with an optional filter.
Inputs to this Action
- Connection: Choose a connection that you have created.
- Start Time (Optional): Enter the value for start time (Default is Batch start time). Example: 2020-09-01T22:02:24-07:00.
- End Time (Optional): Enter the value for end time (Default is Batch end time). Example: 2020-10-01T22:02:24-07:00.
- Jinja Template Event Type (Optional): Jinja-templated event type containing comma separated string of events to filter by. Example: {{event_type_column1}}, {{event_type_column2}}.
- Maximum Results (Optional): The maximum number of results to return per call (Default is 10000).
Output of Action
JSON containing following items:
- has_error: True/False
- error: message/null
- result: List of events
{
"action_by": null,
"additional_details": null,
"created_at": "2020-09-29T05:09:33-07:00",
"created_by": {
"id": "13711115568",
"login": "[email protected]",
"name": "aaa bbb ",
"type": "user"
},
"error": null,
"event_id": "5f08d89c-33c8-476775-bce1-dc691ioaae5d96",
"event_type": "LOGIN",
"has_error": false,
"ip_address": "122.88.88.88",
"session_id": null,
"source": {
"id": "13711115568",
"login": "[email protected]",
"name": "aaa bbb ",
"type": "user"
},
"type": "event"
}
Updated about 1 year ago
Did this page help you?