RackHD/on-http

View on GitHub
data/views/redfish-1.0/redfish.1.0.0.eventservice.1.0.0.json

Summary

Maintainability
Test Coverage
{
    "@odata.context" : "<%= basepath %>/$metadata#EventService.EventService",
    "@odata.id": "<%= url %>",
    "@odata.type": "#EventService.v1_0_0.EventService",
    "Id": "EventService",
    "Name": "Event Service",
    "Status": {},
    "EventTypesForSubscription": [                
        "StatusChange",
        "ResourceUpdated",
        "ResourceAdded",
        "ResourceRemoved",
        "Alert"
    ],
    "DeliveryRetryAttempts": <%= retryAttempts %>,
    "DeliveryRetryIntervalSeconds": <%= timeoutInSeconds %>,
    "ServiceEnabled": true,
    "Actions": {
        "#EventService.SubmitTestEvent": {
            "target": "<%= basepath %>/EventService/Actions/EventService.SubmitTestEvent"
        }
    },
    "Subscriptions": {
        "@odata.id": "<%= basepath %>/EventService/Subscriptions"
    }
}