summaryrefslogtreecommitdiff
path: root/opendc/models/machine.py
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/models/machine.py')
-rw-r--r--opendc/models/machine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/machine.py b/opendc/models/machine.py
index 52cf221b..54838ffd 100644
--- a/opendc/models/machine.py
+++ b/opendc/models/machine.py
@@ -19,7 +19,7 @@ class Machine(Model):
}
}
- PATH = '/v1/simulations/{simulationId}/datacenters/{datacenterId}/rooms/{roomId}/tiles/{tileId}/rack/machines'
+ PATH = '/v1/tiles/{tileId}/rack/machines'
TABLE_NAME = 'machines'
COLUMNS = ['id', 'rack_id', 'position']