Home
last modified time | relevance | path

Searched refs:subscriptions (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Devent_notification_utils.robot8 [Documentation] Delete all event subscriptions.
10 ${subscriptions}= Redfish.Get Attribute /redfish/v1/EventService/Subscriptions Members
11 Return From Keyword If ${subscriptions} is None
12 FOR ${subscription} IN @{subscriptions}
20 ${subscriptions}= Redfish.Get Attribute /redfish/v1/EventService/Subscriptions Members
21 Log ${subscriptions}
22 FOR ${subscription} IN @{subscriptions}
29 [Documentation] Get all subscribed server IPs as a list from event subscriptions.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/opcua/
H A Dopen62541_1.3.15.bb40 PACKAGECONFIG ?= "encryption-mbedtls pubsub pubsub-eth subscriptions subscriptions-events namespace…
48 PACKAGECONFIG[subscriptions] = "-DUA_ENABLE_SUBSCRIPTIONS=ON, -DUA_ENABLE_SUBSCRIPTIONS=OFF"
49 PACKAGECONFIG[subscriptions-events] = "-DUA_ENABLE_SUBSCRIPTIONS_EVENTS=ON, -DUA_ENABLE_SUBSCRIPTIO…
/openbmc/webui-vue/src/views/Settings/SnmpAlerts/
H A DSnmpAlerts.vue160 return this.allSnmpDetails.map((subscriptions) => {
162 subscriptions.Destination,
163 subscriptions.Destination.split('/')[2].split(':'),
164 subscriptions.Destination.split(':'),
177 id: subscriptions.Id,
185 ...subscriptions,
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_service.robot95 [Documentation] Delete all subscriptions.
99 # subscription_list List of all subscriptions.
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot152 [Documentation] Delete all subscriptions.
154 ${subscriptions}= Redfish.Get Attribute /redfish/v1/EventService/Subscriptions Members
155 FOR ${subscription} IN @{subscriptions}
/openbmc/bmcweb/include/
H A Dpersistent_data.hpp368 nlohmann::json& subscriptions = data["subscriptions"]; in writeData() local
369 subscriptions = nlohmann::json::array(); in writeData()
416 subscriptions.emplace_back(std::move(subscription)); in writeData()
/openbmc/openbmc-test-automation/extended/
H A Dstandby_bmc.robot185 [Documentation] Delete all subscriptions.
187 ${subscriptions}= Redfish.Get Attribute /redfish/v1/EventService/Subscriptions Members
188 FOR ${subscription} IN @{subscriptions}
/openbmc/docs/designs/
H A Dredfish-eventservice.md48 event service configuration, subscriptions and restrict other users. Must
52 service can add/modify/delete configuration or subscriptions.
508 All the configuration and subscriptions information data will be cached on
523 subscriptions and also used to configure the new subscriptions for automatic
601 loop, its responsibility of 'Telemetry monitor' to match the subscriptions rules
603 to communicate the subscriptions data whenever user creates or updates or delete
609 from 'MetricReport monitor/agent' by checking subscriptions information such as
644 subscriptions coming from single destination and BMC will have separate
681 EventService and subscriptions information. This does below operations:
683 - During bmcweb service start, it gets all the configuration and subscriptions
[all …]
/openbmc/docs/
H A DREDFISH-cheatsheet.md216 ## Manage subscriptions
218 List configured subscriptions:
254 ### Test subscriptions argument
/openbmc/bmcweb/
H A Dmeson.options124 Allows EventService subscriptions when the redfish-dbus-log option is