mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Added temp print statement(s)
This commit is contained in:
parent
08a2c8ede7
commit
81dee7f1c9
1 changed files with 1 additions and 0 deletions
|
|
@ -435,6 +435,7 @@ func CollectSystems(c *gofish.APIClient, q *QueryParams) ([]byte, error) {
|
|||
// /redfish/v1/Systems
|
||||
// /redfish/v1/Systems/Members
|
||||
// /redfish/v1/Systems/
|
||||
fmt.Printf("system count: %d\n", len(systems))
|
||||
var temp []map[string]any
|
||||
if len(systems) == 0 {
|
||||
url := baseRedfishUrl(q) + "/Systems"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue