All Products
Search
Document Center

Simple Log Service:ListAiTools

Last Updated:Jun 11, 2026

Mendaftar alat AI yang disediakan oleh layanan observabilitas, termasuk kemampuan Copilot untuk berbagai layanan.

Deskripsi operasi

The endpoint for this API is available only in the China (Shanghai) and Singapore regions.

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

GET /ml/tool/list HTTP/1.1

Parameter permintaan

Parameter

Type

Required

Description

Example

Tidak ada parameter yang diperlukan.

Elemen respons

Element

Type

Description

Example

array

array<object>

fields

array<object>

The fields of the tool.

object

name

string

The name of the field.

option

array

The valid values for the field.

string

required

boolean

Indicates whether the field is required.

type

string

The type of the field.

example

string

An example of the field.

description

string

The description of the field.

name

string

The name of the tool.

description

string

The description of the tool.

Contoh

Respons sukses

JSONformat

[
  {
    "fields": [
      {
        "name": "",
        "option": [
          ""
        ],
        "required": false,
        "type": "",
        "example": "",
        "description": ""
      }
    ],
    "name": "",
    "description": ""
  }
]

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.