Description
Retrieves details about a specified server.
Parameters
| Name | Description |
|---|---|
| id | Location: query Type: int The Address Manager object ID of the server for which you would like to retrieve details. |
| name | Location: query Type: string The name of the server. |
Responses
| Status | Description |
|---|---|
| Successful |
Code: 200 Body:
{
"configuration": "string",
"cpu": int,
"fqdn": "string"
"ipaddress": "string",
"memory": int,
"roles": array,
"server_name": string,
"serviceaddress": array
}
|