GetJobDataUploadParams
Retrieves the parameters for uploading job data.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
outboundbot:GetJobDataUploadParams |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
Instance ID |
4eee9bf8-1319-468f-ac82-83c50ae389f8 |
| FileName |
string |
Yes |
File name |
SHUKE_ZA_ol_2_开场白.wav |
| UniqueId |
string |
No |
Unique business ID (prevents duplicate file names; the system automatically adds one if left blank) |
sas_siema_1477832102462645_siem_f07e90c2c147cf8cf1549ccb974e1956 |
| Path |
string |
No |
Relative path for file storage |
//airwaybill/1237185904146124802 |
| BusiType |
string |
No |
Business type |
SCRIPT_RECORDING |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
HTTP status code |
200 |
| Code |
string |
API status code |
OK |
| Message |
string |
Response message |
Success |
| RequestId |
string |
Request ID |
254EB995-DEDF-48A4-9101-9CA5B72FFBCC |
| Success |
boolean |
Is successful |
True |
| UploadParams |
object |
List of upload parameters |
|
| Signature |
string |
Signature information |
MD4CHQCiECtjdsP+fstJDcqsPt+GbWxSWPzGQxeQiblzAh0AuidaKc5JY5AkHFIE+qiQI3izJQQbpUoG0paPTw== |
| Host |
string |
Upload server URL |
https://cloudagentbot-online.oss-cn-hangzhou.aliyuncs.com |
| Policy |
string |
Upload policy |
eyJleHBpcmF0aW9uIjoiMjAyNS0wMy0xM1QwODo0NToyNy4zMzFaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsNTI0Mjg4MDBdLFsic3RhcnRzLXdpdGgiLCIka2V5IiwiVVBMT0FERUQvU0NSSVBULzEzNmEwNTVlLTNkMDctNDZjNi04NTNhLTczMWIzYTI5NzNkZS8iXV19 |
| Folder |
string |
Upload folder Note
This parameter's value is used in request parameters for many APIs. |
UPLOADED/SCRIPT/136a055e-***-46c6-853a-731b3a2973de/18dc6d79-338f-413c-a5a8-dcce5f05b41a_9bd7916d-a340-4925-a911-92390cbe0f33.json |
| AccessId |
string |
OSS access ID |
LTAI**************** |
| Expire |
integer |
Expiration time (seconds) |
1741855527 |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"Code": "OK",
"Message": "Success",
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"Success": true,
"UploadParams": {
"Signature": "MD4CHQCiECtjdsP+fstJDcqsPt+GbWxSWPzGQxeQiblzAh0AuidaKc5JY5AkHFIE+qiQI3izJQQbpUoG0paPTw==",
"Host": "https://cloudagentbot-online.oss-cn-hangzhou.aliyuncs.com",
"Policy": "eyJleHBpcmF0aW9uIjoiMjAyNS0wMy0xM1QwODo0NToyNy4zMzFaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsNTI0Mjg4MDBdLFsic3RhcnRzLXdpdGgiLCIka2V5IiwiVVBMT0FERUQvU0NSSVBULzEzNmEwNTVlLTNkMDctNDZjNi04NTNhLTczMWIzYTI5NzNkZS8iXV19",
"Folder": "UPLOADED/SCRIPT/136a055e-***-46c6-853a-731b3a2973de/18dc6d79-338f-413c-a5a8-dcce5f05b41a_9bd7916d-a340-4925-a911-92390cbe0f33.json",
"AccessId": "LTAI****************",
"Expire": 1741855527
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | |
| 404 | NotExist.Instance | The specified Instance does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.