public interface SiteMap
SiteMap provides a handler for interacting with the
/api/site-map/ Foreman API endpoint.| Modifier and Type | Interface and Description |
|---|---|
static class |
SiteMap.Response
An response.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SiteMap.Response> |
setLocation(int minerId,
String rack,
int row,
int index)
Changes the site map location of a miner.
|
Optional<SiteMap.Response> setLocation(int minerId, String rack, int row, int index)
minerId - The miner ID.rack - The rack.row - The row.index - The index.Copyright © 2023 OBM, LLC. All rights reserved.