Mengkueri distribusi tipe node.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:* |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
Yes |
ID ruang kerja DataWorks. Anda dapat masuk ke Konsol DataWorks dan membuka halaman Manajemen Ruang Kerja untuk mendapatkan ID tersebut. |
123465 |
| ProjectEnv |
string |
Yes |
Lingkungan ruang kerja. Nilai valid:
|
PROD |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. You can use the ID to locate logs and troubleshoot issues. |
SDFSDFSDF-SDFSDF-SDFDSF-SDFSDF |
| ProgramTypeAndCounts |
array<object> |
An array of node types and quantity. |
|
|
object |
|||
| Count |
integer |
The number of nodes. |
1 |
| ProgramType |
string |
The type of the node. Valid values: 6 (Shell node), 10 (ODPS SQL node), 11 (ODPS MR node), 23 (Data Integration node), 24 (ODPS Script node), 99 (zero load node), 221 (PyODPS 2 node), 225 (ODPS Spark node), 227 (EMR Hive node), 228 (EMR Spark node), 229 (EMR Spark SQL node), 230 (EMR MR node), 239 (OSS object inspection node), 257 (EMR Shell node), 258 (EMR Spark Shell node), 259 (EMR Presto node), 260 (EMR Impala node), 900 (real-time data synchronization node), 1089 (cross-tenant collaboration node), 1091 (Hologres development node), 1093 (Hologres SQL node), 1100 (assignment node), and 1221 (PyODPS 3 node). |
ODPS_SQL |
Contoh
Respons sukses
JSONformat
{
"RequestId": "SDFSDFSDF-SDFSDF-SDFDSF-SDFSDF",
"ProgramTypeAndCounts": [
{
"Count": 1,
"ProgramType": "ODPS_SQL"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.