RackHD/on-http

View on GitHub
static/schemas/ibms/snmp-ibm-service.json

Summary

Maintainability
Test Coverage
{
    "title": "snmp-ibm-service",
    "definitions": {
        "Ibm": {
            "description": "IBM settings",
            "type": "object",
            "properties": {
                "required": ["service", "config"],
                "nodeId": {
                    "type": "string"
                },
                "service": {
                    "type": "string"
                },
                "config": {
                    "type": "object",
                    "properties": {
                        "required": ["host", "community" ],
                        "host": {
                            "description": "The IP address",
                            "type": "string"
                        },
                        "community": {
                            "description": "community",
                            "type": "string"
                        }
                    }
                }
            }
        }
    }
}