Memodifikasi sebuah flow.
Deskripsi operasi
API ini dibatasi 5 kueri per detik (QPS) per akun. Panggilan yang melebihi batas ini akan memicu kontrol arus, yang dapat memengaruhi bisnis Anda. Rencanakan panggilan API Anda dengan tepat.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:ModifyFlow |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| FlowName |
string |
Yes |
Nama flow. |
Flow-**001 |
| Categories |
array |
Yes |
Kategori flow. |
|
|
string |
No |
Sebuah kategori dari flow. |
["SIGN_UP"] |
|
| FlowId |
string |
No |
ID flow. |
21231232312 |
| CustSpaceId |
string |
No |
ID space dari sub-pelanggan ISV. |
cams-1sdkjwen2 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema respons. |
||
| RequestId |
string |
ID permintaan. |
1612C226-E271-4CFE-9F18-4066D****** |
| Code |
string |
Nilai OK menunjukkan bahwa permintaan berhasil. |
OK |
| Message |
string |
Pesan kesalahan. |
None |
| Data |
object |
Data yang dikembalikan. |
|
| FlowId |
string |
ID flow. |
92675332812643**** |
| FlowName |
string |
Nama flow. |
flow_001 |
| Categories |
array |
Kategori flow. |
|
|
string |
Sebuah kategori dari flow. |
SIGN_UP |
Contoh
Respons sukses
JSONformat
{
"RequestId": "1612C226-E271-4CFE-9F18-4066D******",
"Code": "OK",
"Message": "None",
"Data": {
"FlowId": "92675332812643****\n",
"FlowName": "flow_001",
"Categories": [
"SIGN_UP"
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Product.Unsubscript | You have not subscribed to the specified product. | |
| 400 | Ram.PermissionDeny | You are not authorized to perform the operation. | |
| 400 | System.LimitControl | The system is under flow control. | |
| 400 | Unknown.ResourceOwnerId | The resource does not belong to the current user. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.