server_metrics
Monitor server performance metrics and health status to ensure optimal operation of media management services.
Instructions
Get server performance metrics and health status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
detailed | No | ||
service | No |
Input Schema (JSON Schema)
{
"properties": {
"detailed": {
"type": "boolean"
},
"service": {
"type": "string"
}
},
"required": [],
"type": "object"
}