Mengambil detail kelompok mesin.
Deskripsi operasi
Host terdiri atas nama project dan titik akhir Simple Log Service. Anda harus menentukan sebuah project dalam Host.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
log:GetMachineGroup |
get |
*Project
|
|
None |
Sintaks permintaan
GET /machinegroups/{machineGroup} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| machineGroup |
string |
Yes |
Nama kelompok mesin. |
test-machine-group |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
Nama project. |
ali-test-project |
Elemen respons
|
Element |
Type |
Description |
Example |
| machineGroup |
Badan respons. |
Contoh
Respons sukses
JSONformat
{
"groupName": "machineGroup-test",
"groupType": "“”",
"machineIdentifyType": "ip",
"groupAttribute": {
"groupTopic": "testtopic",
"externalName": "testgroup"
},
"machineList": [
"47.100.XX.XX"
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.