FileOpsResource
The following resources are part of this group:
/fileops
POST
Submit file operation.
Parameters
name | description | type | default |
---|---|---|---|
version | (no documentation provided) | path |
Request Body
element: | asyncOperation |
Operation to be submitted.
Response Body
element: | (custom) |
the submitted file operation
/fileops/{id}
The following operations are supported on this resource:
GET
Retrieve a file operation status by its id.
Parameters
name | description | type | default |
---|---|---|---|
id | file operation id. | path | |
version | (no documentation provided) | path |
Response Body
element: | (custom) |
file operation status
DELETE
Cancel file operation by its id.
Parameters
name | description | type | default |
---|---|---|---|
id | file operation id. | path | |
version | (no documentation provided) | path |
Response Body
element: | (custom) |
response
PUT
Perform chunked upload by already submitted file operation id.
Parameters
name | description | type | default |
---|---|---|---|
id | file operation id. | path | |
version | (no documentation provided) | path |
Response Body
element: | (custom) |
file operation status
POST
Perform multipart form data upload. The same format as FilesResource#uploadFile(HttpServletRequest, HttpServletResponse, String, String)
Parameters
name | description | type | default |
---|---|---|---|
id | file operation id. | path | |
version | (no documentation provided) | path |
Response Body
element: | (custom) |
the submitted file operation