Requests
A Request is a file that should be uploaded by a specific user or group.
Requests can either be manually created and managed, or managed automatically by an Automation.
Resource Schema
Required
| Property | Description |
|---|---|
| path String | Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters. |
| destination String | Destination filename |
Optional
| Property | Description |
|---|---|
| user_ids String | A list of user IDs to request the file from. If sent as a string, it should be comma-delimited. |
| group_ids String | A list of group IDs to request the file from. If sent as a string, it should be comma-delimited. |
Read Only
| Property | Description |
|---|---|
| id Int64 | Request ID |
| source String | Source filename, if applicable |
| automation_id Int64 | ID of automation that created request |
| user_display_name String | User making the request (if applicable) |
Resource Import
This Resource supports importing using the following syntax:
Data Source Schema
Required
| Property | Description |
|---|---|
| id Int64 | Request ID |
Read Only
| Property | Description |
|---|---|
| path String | Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters. |
| source String | Source filename, if applicable |
| destination String | Destination filename |
| automation_id Int64 | ID of automation that created request |
| user_display_name String | User making the request (if applicable) |