Menjelaskan template properti sistem.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| MaxResults |
integer |
No |
Jumlah maksimum entri yang akan dikembalikan untuk satu permintaan. |
10 |
| NextToken |
string |
No |
Posisi awal untuk pembacaan. Jika parameter ini kosong, pembacaan dimulai dari awal. |
AAAAAV3MpHK1AP0pfERHZN5pu6k**** |
| TemplateIds |
array |
No |
ID template properti. |
|
|
string |
No |
ID template yang akan dikueri. |
ap-0caoenwutkkx**** |
|
| TemplateName |
string |
No |
Nama template. |
模板1 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Elemen respons. |
||
| RequestId |
string |
ID permintaan. |
5C5CEF0A-D6E1-58D3-8750-67DB4F82**** |
| NextToken |
string |
Token yang digunakan untuk memulai kueri berikutnya. Nilai kosong menunjukkan bahwa semua hasil telah dikembalikan. |
AAAAAV3MpHK1AP0pfERHZN5pu6kU**** |
| TotalCount |
integer |
Jumlah total entri. |
10 |
| SystemPropertyTemplateModel |
array<object> |
Daftar objek template properti. |
|
|
array<object> |
Objek template properti. |
||
| TemplateId |
string |
ID template properti. |
ap-0caoenwutkkx**** |
| TemplateName |
string |
Nama template. |
模板1 |
| Status |
string |
Status template. |
init |
| SystemPropertyInfo |
object |
Informasi template properti sistem. |
|
| RoProductDevice |
string |
Catatan
This parameter is not yet available for use. |
null |
| CustomPropertyInfos |
array<object> |
The custom property information. |
|
|
object |
The custom property object, which consists of a key and a value. |
||
| PropertyName |
string |
The property name. |
propKey |
| PropertyValue |
string |
The property value. |
propValue |
| FilePath |
string |
Jalur URL file template properti. |
https://filepath****.com |
| EnableAuto |
boolean |
Menunjukkan apakah properti sistem prasetel dapat dibuat secara otomatis. |
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "5C5CEF0A-D6E1-58D3-8750-67DB4F82****",
"NextToken": "AAAAAV3MpHK1AP0pfERHZN5pu6kU****",
"TotalCount": 10,
"SystemPropertyTemplateModel": [
{
"TemplateId": "ap-0caoenwutkkx****",
"TemplateName": "模板1",
"Status": "init",
"SystemPropertyInfo": {
"RoProductDevice": "null",
"CustomPropertyInfos": [
{
"PropertyName": "propKey",
"PropertyValue": "propValue"
}
]
},
"FilePath": "https://filepath****.com",
"EnableAuto": true
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.