get_server
Retrieve detailed information about a specific server from New Relic's infrastructure monitoring platform using the server ID.
Instructions
Get details for a specific server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"server_id": {
"title": "Server Id",
"type": "string"
}
},
"required": [
"server_id"
],
"type": "object"
}