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
Test
RAM authorization
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.