Menguji API Studio Layanan Data dalam mode asinkron. Anda dapat memanggil operasi GetDataServiceApiTest untuk mengkueri hasil pengujian.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ApiId |
integer |
Yes |
ID API Studio Layanan Data yang diuji. |
12343 |
| QueryParam |
array<object> |
No |
Parameter permintaan yang terdapat dalam kueri. |
|
|
object |
No |
The object that is requested to query. |
||
| ParamKey |
string |
No |
The name of the parameter. |
name |
| ParamValue |
string |
No |
The value of the parameter. |
test |
| BodyParams |
array<object> |
No |
Parameter permintaan yang terdapat dalam badan permintaan. |
|
|
object |
No |
The object that is requested to query. |
||
| ParamKey |
string |
No |
The name of the parameter. |
name |
| ParamValue |
string |
No |
The value of the parameter. |
test |
| PathParams |
array<object> |
No |
Parameter permintaan yang terdapat dalam jalur permintaan. |
|
|
object |
No |
The object that is requested to query. |
||
| ParamKey |
string |
No |
The name of the parameter. |
path1 |
| ParamValue |
string |
No |
The value of the parameter. |
api |
| HeadParams |
array<object> |
No |
Parameter permintaan yang terdapat dalam header permintaan. |
|
|
object |
No |
The object that is requested to query. |
||
| ParamKey |
string |
No |
The name of the parameter. |
requestId |
| ParamValue |
string |
No |
The value of the parameter. |
abcd |
| BodyContent |
string |
No |
Data badan permintaan. |
{"name":"test"} |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The returned result. |
||
| RequestId |
string |
The ID of the request. |
abdsfewe |
| Data |
object |
The information about the test. |
|
| TestId |
string |
The ID of the test. |
232432 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "abdsfewe",
"Data": {
"TestId": "232432"
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError.System | An internal system error occurred. Try again later. | |
| 500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | |
| 403 | Forbidden.Access | Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. | No permission, please authorize |
| 429 | Throttling.Api | The request for this resource has exceeded your available limit. | |
| 429 | Throttling.System | The DataWorks system is busy. Try again later. | |
| 429 | Throttling.User | Your request is too frequent. Try again later. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.