Mengambil informasi tentang node saat ini dari tiket desain skema, apakah proses diizinkan untuk kembali ke node desain skema, dan strategi eksekusi publikasi.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:GetTableDesignProjectFlow |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| OrderId |
integer |
Yes |
ID tiket desain skema. Anda dapat memanggil operasi ListOrders untuk memperoleh nilai parameter ini. |
95**** |
| Tid |
integer |
No |
ID penyewa. Catatan
Arahkan kursor ke gambar profil di sudut kanan atas halaman untuk melihat ID penyewa. Untuk informasi selengkapnya, lihat Lihat informasi tentang penyewa saat ini. |
3*** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Respons |
||
| RequestId |
string |
ID permintaan, yang digunakan untuk menemukan log dan memecahkan masalah. |
B5FD0BC8-2D90-4478-B8EC-A0E92E0B1773 |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
| ErrorMessage |
string |
Pesan kesalahan yang dikembalikan jika panggilan gagal. |
UnknownError |
| ErrorCode |
string |
Kode kesalahan yang dikembalikan jika permintaan gagal. |
UnknownError |
| ProjectFlow |
object |
Informasi tentang proses desain skema. |
|
| FlowNodeArray |
array<object> |
Daftar node proses. |
|
|
object |
|||
| NodeRole |
string |
The role of the node in the process.
|
DESIGN |
| NodeTitle |
string |
The title of the node. |
设计阶段 |
| Position |
integer |
The position of the node in the process. The value starts from 1. |
1 |
| PublishAnchor |
boolean |
Indicates whether the node is the anchor node. A schema design process has only one anchor node, on which the schema is published. After the schema is published on the anchor node, a post-publish image is generated and the DDL metadata lock is released. |
false |
| BackToDesign |
boolean |
Indicates whether the ticket can be returned to the schema design node. Valid values:
|
1 |
| CanSkip |
boolean |
Indicates whether the current node can be skipped. Valid values:
|
0 |
| PublishStrategies |
array |
The available publishing strategies. |
|
|
string |
The publishing strategy.
|
IMMEDIATELY |
|
| CurrentPosition |
integer |
Posisi node saat ini dalam proses desain skema. |
2 |
| RuleName |
string |
Nama set aturan keamanan yang diterapkan pada desain skema. |
mysql default |
| RuleComment |
string |
Deskripsi set aturan keamanan yang diterapkan pada desain skema. |
mysql缺省规则集 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "B5FD0BC8-2D90-4478-B8EC-A0E92E0B1773",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"ProjectFlow": {
"FlowNodeArray": [
{
"NodeRole": "DESIGN",
"NodeTitle": "设计阶段",
"Position": 1,
"PublishAnchor": false,
"BackToDesign": true,
"CanSkip": true,
"PublishStrategies": [
"IMMEDIATELY"
]
}
],
"CurrentPosition": 2,
"RuleName": "mysql default",
"RuleComment": "mysql缺省规则集"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.