All Products
Search
Document Center

PolarDB:InstallPolarClawPlugin

Last Updated:Jun 10, 2026

Memasang plugin PolarClaw.

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.

Sintaks permintaan

POST  HTTP/1.1

Parameter permintaan

Parameter

Type

Required

Description

Example

ApplicationId

string

Yes

ID aplikasi.

pa-**************

PluginId

string

Yes

ID plugin.

openclaw-lark

NpmPackage

string

Yes

Nama Paket NPM, termasuk nomor versi.

@larksuite/openclaw-lark@2026.4.7

Restart

boolean

No

Apakah akan memulai ulang gerbang setelah pemasangan. Default ke true.

true

Elemen respons

Element

Type

Description

Example

object

The response body.

RequestId

string

The request ID.

CDB3258F-B5DE-43C4-8935-CBA0CA******

Message

string

The response message.

successful

Code

integer

The status code.

200

ApplicationId

string

The application ID.

pa-**************

Ok

boolean

Indicates whether the request was successful.

true

PluginId

string

The ID of the installed plugin.

openclaw-lark

NpmPackage

string

The name of the installed npm package.

@larksuite/openclaw-lark@2026.4.7

Restarted

boolean

Indicates whether the gateway restarted.

true

Contoh

Respons sukses

JSONformat

{
  "RequestId": "CDB3258F-B5DE-43C4-8935-CBA0CA******",
  "Message": "successful",
  "Code": 200,
  "ApplicationId": "pa-**************",
  "Ok": true,
  "PluginId": "openclaw-lark",
  "NpmPackage": "@larksuite/openclaw-lark@2026.4.7",
  "Restarted": true
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.