| Overview | Service | Command |
| Authorization token required | true |
| Admin Authorization token required | true |
<GetServerStatsRequest> ## GetServerStatsRequest
(<stat [name="{stat-name}"] [description="{stat-description}"]>{value}</stat> ## Stat)*
</GetServerStatsRequest>
elements and attributes you can define within a
<GetServerStatsRequest> element:
| XPath | Required / Optional | Description |
| /stat | Optional (0 or more) | Type: {value} Stats Description for element text content:Stat value |
| /stat@name | Optional (0 or 1) | Type: String Stat name |
| /stat@description | Optional (0 or 1) | Type: String Stat description |
<GetServerStatsResponse> ## GetServerStatsResponse
(<stat [name="{stat-name}"] [description="{stat-description}"]>{value}</stat> ## Stat)*
</GetServerStatsResponse>
elements and attributes you can define within a
<GetServerStatsResponse> element:
| XPath | Required / Optional | Description |
| /stat | Optional (0 or more) | Type: {value} Details of server monitoring statistics Description for element text content:Stat value |
| /stat@name | Optional (0 or 1) | Type: String Stat name |
| /stat@description | Optional (0 or 1) | Type: String Stat description |