GET Api/GetServerList
获取服务器路径
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResultOfListOfvm_ApiServerName | Description | Type | Additional information |
---|---|---|---|
data | Collection of vm_ApiServer |
None. |
|
Code |
执行状态码 |
string |
None. |
Message |
结果消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "text": "sample string 1", "value": "sample string 2" }, { "text": "sample string 1", "value": "sample string 2" } ], "Code": "sample string 1", "Message": "sample string 2" }