Request URL
{{adminHost:8181}}/group/servers
Request Method
| Field Name |
Sample |
Required |
Type |
Note |
| adminKey |
603284317954637824 |
Yes |
string |
This parameter is for backend management access credentials, which can be viewed in LarkXR3.3 backend access management |
| timestamp |
8641706679604867 |
Yes |
string |
The timestamp when sending a request, in milliseconds |
| signature |
9A02B47AE67664D80A2ED13FC2B1691512613790 |
Yes |
string |
This parameter is a key signature. Sort the adminKey (viewed in LarkXR3.2 backend access management), adminSecret (viewed in LarkXR3.3 backend access management), and current timestamp (long value) in alphabetical order, and then perform SHA-1 summary signature. Please refer to the example of [Obtaining Voucher Signature] |
Request Query Parameters
| Field Name |
Sample |
Required |
Type |
Note |
| groupId |
|
Yes |
string |
Group ID |
| page |
|
Yes |
string |
None |
| pageSize |
|
Yes |
string |
None |
Success Response Example
{
"code": 1000,
"message": "Success",
"result": {
"records": [
{
"id":"6756545468708",
"groupId": "601477834145267712",
"serverId": "Default",
"serverIp": 0,
"createUser": "0",
"createDate": "20190722132708",
"updateDate": "1687939292630"
}
],
"total": "1",
"size": "15",
"current": "1",
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"pages": "1"
}
}
Parameter Note for Success Response Example
| Field Name |
Type |
Note |
| code |
string |
None |
| message |
string |
None |
| result |
object |
None |
| records |
array |
None |
| records. groupId |
string |
Group Id |
| records. groupName |
string |
Group name |
| records. serverId |
string |
|
| records. serverIp |
|
|
| records. createDate |
string |
Creation time |
| records. updateDate |
string |
Update time |
| total |
string |
How many pieces of data in total |
| size |
string |
How many pieces of data per page |
| current |
string |
Current page number |
| pages |
string |
How many pages are there in total |