summaryrefslogtreecommitdiff
path: root/opendc/models/rack.py
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/models/rack.py')
-rw-r--r--opendc/models/rack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/rack.py b/opendc/models/rack.py
index a9aeeff9..b547afa1 100644
--- a/opendc/models/rack.py
+++ b/opendc/models/rack.py
@@ -14,7 +14,7 @@ class Rack(Model):
}
}
- PATH = '/v1/simulations/{simulationId}/datacenters/{datacenterId}/rooms/{roomId}/tiles/{tileId}/rack'
+ PATH = '/v1/tiles/{tileId}/rack'
TABLE_NAME = 'racks'
COLUMNS = ['id', 'name', 'capacity', 'power_capacity_w']