All Products
Search
Document Center

DataWorks:GetRoute

Last Updated:Jun 11, 2026

Mengkueri informasi entri rute berdasarkan ID.

Deskripsi operasi

This API operation is available for all DataWorks editions.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Parameter permintaan

Parameter

Type

Required

Description

Example

Id

integer

Yes

ID entri rute.

1000

Elemen respons

Element

Type

Description

Example

object

The response parameters.

Success

boolean

Indicates whether the request was successful.

true

Route

object

The information about the route.

Id

integer

The route ID.

1000

ResourceGroupId

string

The resource group ID.

Serverless_res_group_524257424564736_6831777003XXXXX

ResourceId

string

The network resource ID.

ns-679XXXXX

DestinationCidr

string

The CIDR block of the destination-based route.

192.168.0.0/16

CreateTime

integer

The time when the route was created. The value is a 64-bit timestamp.

1727055811000

NetworkId

integer

The network ID.

1000

RequestId

string

The request ID.

6A6CBE87-9F91-1323-B680-E7A7065XXXXX

Contoh

Respons sukses

JSONformat

{
  "Success": true,
  "Route": {
    "Id": 1000,
    "ResourceGroupId": "Serverless_res_group_524257424564736_6831777****",
    "ResourceId": "ns-679XXXXX",
    "DestinationCidr": "192.168.0.0/16",
    "CreateTime": 1727055811000,
    "NetworkId": 1000
  },
  "RequestId": "6A6CBE87-9F91-1323-B680-E7A7065XXXXX"
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.