Home
last modified time | relevance | path

Searched full:managers (Results 1 – 25 of 259) sorted by relevance

1234567891011

/openbmc/phosphor-webui/app/configuration/controllers/
H A Dsnmp-controller.js15 $scope.managers = [];
24 $scope.managers.push({
43 $scope.managers.push({address: '', port: ''});
49 if ($scope.managers[index].path) {
50 $scope.managersToDelete.push($scope.managers[index].path);
52 $scope.managers.splice(index, 1);
65 for (let i in $scope.managers) {
66 if (!$scope.managers[i].address || !$scope.managers[i].port) {
74 let managersLength = $scope.managers.length;
78 if (!$scope.managers[managersLength].path) {
[all …]
H A Dsnmp-controller.html12 <h2 class="section-title">Managers</h2>
15 <p class="manager_group empty" ng-if="managers.length < 1">
16 No managers have been added yet.
24 ng-repeat="manager in managers track by $index">
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_inventory.robot88 ${bmc_manager}= Redfish.Get /redfish/v1/Managers/${MANAGER_ID}
171 [Documentation] Verify functional image version is same as in Redfish managers.
182 ... is same as in Redfish managers..
191 [Documentation] Verify the firmware software inventory is same as software images of managers.
198 ${firmware_inv_path}= Redfish.Get Properties ${REDFISH_BASE_URI}Managers/${MANAGER_ID}
215 ... active software image of Redfish managers and firmware inventory of update service.
223 ... active software image of Redfish managers and firmware inventory of update service.
258 Verify Firmware Version Same In Firmware Inventory And Managers
259 [Documentation] Verify the Redfish firmware inventory path version is same as Redfish managers.
274 # /redfish/v1/Managers/${MANAGER_ID}
[all …]
/openbmc/openbmc-test-automation/redfish/events/
H A Dtest_bmc_snmp_trap.robot98 Configure Multiple SNMP Managers And Verify
99 [Documentation] Configure multiple SNMP managers and verify.
149 Configure Multiple SNMP Managers With Non Default Port And Verify
150 [Documentation] Configure multiple SNMP Managers with non-default port And Verify.
157 # Configure multiple SNMP managers with non-default port.
161 # Verify if SNMP managers are configured.
166 Configure Multiple SNMP Managers With Different Ports And Verify
167 [Documentation] Configure multiple SNMP Managers with different ports And Verify.
176 # Configure multiple SNMP managers with different ports.
181 # Verify if SNMP managers are configured.
[all …]
H A Dtest_bmc_snmp_config.robot97 Configure Multiple SNMP Managers And Verify
98 [Documentation] Configure multiple SNMP Managers And Verify.
109 Configure Multiple SNMP Managers With Non Default Port And Verify
110 [Documentation] Configure multiple SNMP Managers with non-default port And Verify.
121 Configure Multiple SNMP Managers With Different Ports And Verify
122 [Documentation] Configure multiple SNMP Managers with different ports And Verify.
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_snmp_alerts_sub_menu.robot129 Configure Multiple SNMP Managers On BMC Via GUI And Verify
130 [Documentation] Configure multiple SNMP managers on BMC via GUI and verify.
132 [Template] Configure Multiple SNMP Managers On BMC With Valid Port Via GUI And Verify
139 Configure Multiple SNMP Managers With Non Default Port Via GUI And Verify
140 [Documentation] Configure multiple SNMP managers with non-default port via GUI and verify.
142 [Template] Configure Multiple SNMP Managers On BMC With Valid Port Via GUI And Verify
149 Configure Multiple SNMP Managers With Different Ports Via GUI And Verify
150 [Documentation] Configure multiple SNMP managers with different ports via GUI and verify.
152 [Template] Configure Multiple SNMP Managers On BMC With Valid Port Via GUI And Verify
160 Configure Multiple SNMP Managers On BMC Via GUI And Verify Persistency On BMC Reboot
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DCertificateCollection.json99 "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}/Certificates",
100 "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ActiveDirectory/Certificates",
101 "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/LDAP/Certificates",
102 "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ExternalAccountProviders/{ExternalAccountProviderId}/Certificates",
103 "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/ClientCertificate/Certificates",
104 "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/SecurID/Certificates",
105 "/redfish/v1/Managers/{ManagerId}/NetworkProtocol/HTTPS/Certificates",
159 "/redfish/v1/Managers/{ManagerId}/Certificates",
163 "/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/TrustedCertificates",
164 "/redfish/v1/Managers/{ManagerI
[all...]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DCertificateCollection.json99 … "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}/Certificates",
100 … "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ActiveDirectory/Certificates",
101 "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/LDAP/Certificates",
102 …"/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ExternalAccountProviders/{ExternalAccountPr…
103 …"/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/ClientCertificate/Certifica…
104 … "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/SecurID/Certificates",
105 "/redfish/v1/Managers/{ManagerId}/NetworkProtocol/HTTPS/Certificates",
159 "/redfish/v1/Managers/{ManagerId}/Certificates",
163 "/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/TrustedCertificates",
164 "/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/RevokedCertificates",
[all …]
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_sessions_management.robot144 Verify Managers Defaults
145 [Documentation] Verify managers defaults.
148 ${managers}= Redfish.Get Properties /redfish/v1/Managers
149 Rprint Vars managers
150 ${managers_count}= Get Length ${managers['Members']}
152 Valid Value managers['Name'] ['Manager Collection']
153 Valid Value managers['@odata.id'] ['/redfish/v1/Managers']
154 Valid Value managers['Members@odata.count'] [${managers_count}]
157 …Valid List managers['Members'] required_values=[{'@odata.id': '/redfish/v1/Managers/${MANAGER_ID…
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc.robot31 ${resp}= Redfish.Get /redfish/v1/Managers/${MANAGER_ID}
39 [Documentation] Verify BMC managers resource properties.
43 ${resp}= Redfish.Get /redfish/v1/Managers/${MANAGER_ID}
62 [Documentation] Verify BMC managers resource properties.
86 # Example: ['/redfish/v1/Managers/${MANAGER_ID}/EthernetInterfaces']
88 ... /redfish/v1/Managers/ EthernetInterfaces
91 # Example: /redfish/v1/Managers/${MANAGER_ID}/EthernetInterfaces/eth0
116 # "target": "/redfish/v1/Managers/${MANAGER_ID}/Actions/Manager.Reset"
146 # "target": "/redfish/v1/Managers/${MANAGER_ID}/Actions/Manager.Reset"
H A Dtest_bmc_dumps.robot57 …${resp}= Redfish.Get Properties /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/${du…
62 # "AdditionalDataURI": "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/attachment/9",
93 ... /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/${dump_entries[0]}
147 …${dump_entries_before}= redfish_utils.get_member_list /redfish/v1/Managers/${MANAGER_ID}/LogServ…
153 …${dump_entries_after}= redfish_utils.get_member_list /redfish/v1/Managers/${MANAGER_ID}/LogServi…
165 …${dump_entries_before}= redfish_utils.get_member_list /redfish/v1/Managers/${MANAGER_ID}/LogServ…
170 …${dump_entries_after}= redfish_utils.get_member_list /redfish/v1/Managers/${MANAGER_ID}/LogServi…
259 …Redfish.Post /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.CollectDiagno…
291 ... /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/${dump_entries[0]}
307 … ... /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.CollectDiagnosticData
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DCertificateCollection_v1.xml63 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}/Certificates</String>
64 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ActiveDirectory/Certificates</String>
65 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/LDAP/Certificates</String>
66 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ExternalAccountProviders/{ExternalAccountProviderId}/Certificates</String>
67 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/ClientCertificate/Certificates</String>
68 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/SecurID/Certificates</String>
69 <String>/redfish/v1/Managers/{ManagerId}/NetworkProtocol/HTTPS/Certificates</String>
123 <String>/redfish/v1/Managers/{ManagerId}/Certificates</String>
127 <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/TrustedCertificates</String>
128 <String>/redfish/v1/Managers/{ManagerI
[all...]
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DCertificateCollection_v1.xml63 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}/Certific…
64 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ActiveDirectory/Certificates</String>
65 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/LDAP/Certificates</String>
66 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ExternalAccountProviders/{ExternalAc…
67 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/ClientCertificate/Ce…
68 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/SecurID/Certificates…
69 <String>/redfish/v1/Managers/{ManagerId}/NetworkProtocol/HTTPS/Certificates</String>
123 <String>/redfish/v1/Managers/{ManagerId}/Certificates</String>
127 … <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/TrustedCertificates</String>
128 … <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/RevokedCertificates</String>
[all …]
/openbmc/bmcweb/test/redfish-core/include/
H A Devent_matches_filter_test.cpp67 event["OriginOfCondition"] = "/redfish/v1/Managers/bmc"; in TEST()
70 sub.originResources.emplace_back("/redfish/v1/Managers/bmc"); in TEST()
77 sub.originResources.emplace_back("/redfish/v1/Managers/bmc_not"); in TEST()
/openbmc/bmcweb/docs/
H A DRedfish.md41 - Managers
550 ### /redfish/v1/Managers/
557 ### /redfish/v1/Managers/bmc/
593 ### /redfish/v1/Managers/bmc/EthernetInterfaces/
601 ### /redfish/v1/Managers/bmc/EthernetInterfaces/{EthernetInterfaceId}/
631 ### /redfish/v1/Managers/bmc/LogServices/
660 `-DBMCWEB_REDFISH_EVENTLOG_LOCATION=managers` option flag. Apart from the
670 ### /redfish/v1/Managers/bmc/LogServices/RedfishLog/
681 ### /redfish/v1/Managers/bmc/LogServices/RedfishLog/Entries/{LogEntryId}/
689 ### /redfish/v1/Managers/bm
552 ManagerCollectionRedfish""Redfish Schema""/redfish/v1/Managers/ global() argument
[all...]
/openbmc/openbmc-test-automation/docs/
H A Dcertificate_generate.md54 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/"
71 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/"
89 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/"
137 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/1"
151 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/1",
/openbmc/openbmc-test-automation/data/
H A Dvariables.py196 "Managers/" + REDFISH_MANAGERS_ID + "/EthernetInterfaces/eth0/"
201 + "Managers/"
207 + "Managers/"
211 REDFISH_NW_PROTOCOL = "Managers/" + REDFISH_MANAGERS_ID + "/NetworkProtocol"
218 "Managers/" + REDFISH_MANAGERS_ID + "/NetworkProtocol/HTTPS/Certificates"
224 "Managers/" + REDFISH_MANAGERS_ID + "/Truststore/Certificates"
238 "Managers/" + REDFISH_MANAGERS_ID + "/LogServices/Dump/Entries"
/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp321 boost::urls::format("/redfish/v1/Managers/{}/ResetActionInfo", in handleManagerResetActionInfo()
526 "Managers/NetworkProtocol/NTPProcotolEnabled"); in afterSetDateTime()
704 boost::urls::format("/redfish/v1/Managers/{}", managerId); in afterGetManagerObject()
717 boost::urls::format("/redfish/v1/Managers/{}/LogServices", managerId); in afterGetManagerObject()
719 boost::urls::format("/redfish/v1/Managers/{}/NetworkProtocol", in afterGetManagerObject()
722 boost::urls::format("/redfish/v1/Managers/{}/EthernetInterfaces", in getManagerObject()
730 boost::urls::format("/redfish/v1/Managers/{}/VirtualMedia", in getManagerObject()
739 "/redfish/v1/Managers/{}/Actions/Manager.Reset", managerId); in handleManagerGet()
741 "/redfish/v1/Managers/{}/ResetActionInfo", managerId); in handleManagerGet()
749 "/redfish/v1/Managers/{}/Action in handleManagerGet()
[all...]
H A Dmanager_logservices_journal.hpp56 boost::urls::format("/redfish/v1/Managers/{}/LogServices/Journal", in handleManagersLogServiceJournalGet()
70 "/redfish/v1/Managers/{}/LogServices/Journal/Entries", in handleManagersLogServiceJournalGet()
172 "/redfish/v1/Managers/{}/LogServices/Journal/Entries", in handleManagersJournalLogEntryCollectionGet()
256 "/redfish/v1/Managers/{}/LogServices/Journal/Entries?$skip={}", in handleManagersJournalLogEntryCollectionGet()
344 BMCWEB_ROUTE(app, "/redfish/v1/Managers/<str>/LogServices/Journal/") in requestRoutesBMCJournalLogService()
349 BMCWEB_ROUTE(app, "/redfish/v1/Managers/<str>/LogServices/Journal/Entries/") in requestRoutesBMCJournalLogService()
355 app, "/redfish/v1/Managers/<str>/LogServices/Journal/Entries/<str>/") in requestRoutesBMCJournalLogService()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dservice_root_test.cpp49 "/redfish/v1/Managers/bmc"); in assertServiceRootGet()
51 EXPECT_EQ(json["Managers"]["@odata.id"], "/redfish/v1/Managers"); in assertServiceRootGet()
52 EXPECT_EQ(json["Managers"].size(), 1); in assertServiceRootGet()
/openbmc/docs/
H A DREDFISH-cheatsheet.md51 curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Managers
96 …" -H "Content-Type: application/json" -X POST https://${bmc}/redfish/v1/Managers/bmc/Actions/Manag…
106 …" -H "Content-Type: application/json" -X POST https://${bmc}/redfish/v1/Managers/bmc/Actions/Manag…
143 …art/form-data" -X POST -F UpdateParameters="{\"Targets\":[\"/redfish/v1/Managers/bmc\"],\"@Redfish…
199 … -H "Content-Type: application/json" -X PATCH https://${bmc}/redfish/v1/Managers/bmc/NetworkProtoc…
205 … -H "Content-Type: application/json" -X PATCH https://${bmc}/redfish/v1/Managers/bmc/NetworkProtoc…
213 … -H "Content-Type: application/json" -X PATCH https://${bmc}/redfish/v1/Managers/bmc/NetworkProtoc…
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md127 "/redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates/",
198 "/redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates"
202 URI /redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates mapped to
219 /redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates/1 ID of the
230 /redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates/1 is mapped to
258 url: redfish/v1/Managers/bmc/Truststore/Certificates/1
/openbmc/skeleton/pystatemgr/
H A Ddiscover_system_state.py37 "bus_name": "org.openbmc.managers.System",
38 "object_name": "/org/openbmc/managers/System",
95 "org.openbmc.managers.System", "system_last_state"
/openbmc/openbmc-test-automation/lib/
H A Dbmc_date_and_time_utils.robot22 ${date_time}= Redfish.Get Attribute ${REDFISH_BASE_URI}Managers/${MANAGER_ID} DateTime
48 ... Redfish.Patch ${REDFISH_BASE_URI}Managers/${MANAGER_ID}
53 ... Redfish.Patch ${REDFISH_BASE_URI}Managers/${MANAGER_ID}
115 [Documentation] Redfish GET request /redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol response
H A Ddump_utils.robot171 Redfish.Delete /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/${dump_id}
178 ${resp}= Redfish.Get /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries
181 Redfish.Post /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.ClearLog
289 … ... /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.CollectDiagnosticData
313 …${resp}= Redfish.Post /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.Col…
337 # "Location: /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/2"]
341 …# "TargetUri": "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.Collect…
396 # "Location: /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/2"]
401 # "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.CollectDiagnosticData"
446 …${resp}= Redfish.Post /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.Col…

1234567891011