RockyRoad 0.0.583__py3-none-any.whl → 0.0.585__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- rockyroad/modules/machines.py +21 -0
- {rockyroad-0.0.583.dist-info → rockyroad-0.0.585.dist-info}/METADATA +1 -1
- {rockyroad-0.0.583.dist-info → rockyroad-0.0.585.dist-info}/RECORD +6 -6
- {rockyroad-0.0.583.dist-info → rockyroad-0.0.585.dist-info}/WHEEL +0 -0
- {rockyroad-0.0.583.dist-info → rockyroad-0.0.585.dist-info}/licenses/LICENSE +0 -0
- {rockyroad-0.0.583.dist-info → rockyroad-0.0.585.dist-info}/top_level.txt +0 -0
rockyroad/modules/machines.py
CHANGED
|
@@ -88,6 +88,19 @@ class Machines(Consumer):
|
|
|
88
88
|
):
|
|
89
89
|
"""This call will return machine information for the machine or account specified or all machines if nothing is specified."""
|
|
90
90
|
|
|
91
|
+
@returns.json
|
|
92
|
+
@http_get("machines/v3")
|
|
93
|
+
def list_v3(
|
|
94
|
+
self,
|
|
95
|
+
exact_match: Query = None,
|
|
96
|
+
brand: Query = None,
|
|
97
|
+
model: Query = None,
|
|
98
|
+
machine_catalog_uid: Query = None,
|
|
99
|
+
serial: Query = None,
|
|
100
|
+
oracle_asset_id: Query = None,
|
|
101
|
+
):
|
|
102
|
+
"""This call will return machine information for the machine or account specified or all machines if nothing is specified."""
|
|
103
|
+
|
|
91
104
|
@returns.json
|
|
92
105
|
@http_get("machines/{uid}")
|
|
93
106
|
def get(
|
|
@@ -96,6 +109,14 @@ class Machines(Consumer):
|
|
|
96
109
|
):
|
|
97
110
|
"""This call will return machine information for the specified machine."""
|
|
98
111
|
|
|
112
|
+
@returns.json
|
|
113
|
+
@http_get("machines/v3/{uid}")
|
|
114
|
+
def get_v3(
|
|
115
|
+
self,
|
|
116
|
+
uid: str,
|
|
117
|
+
):
|
|
118
|
+
"""This call will return machine information for the specified machine."""
|
|
119
|
+
|
|
99
120
|
@returns.json
|
|
100
121
|
@json
|
|
101
122
|
@post("machines")
|
|
@@ -29,7 +29,7 @@ rockyroad/modules/legacy.py,sha256=WSy9qrBPZPqPfmLhh7MHdALwm9PucIFSSuALhe-FWBQ,1
|
|
|
29
29
|
rockyroad/modules/machine_catalog.py,sha256=p-nEJ9YCnQO8zIssU3bEXPSu2BJJ6iaDJMARdzzTKeU,3826
|
|
30
30
|
rockyroad/modules/machine_logs.py,sha256=uVcB2d5NgMIFSauYgJ9_QyUE8K2iISYZ6MhI_F9-jFw,1394
|
|
31
31
|
rockyroad/modules/machine_passcodes.py,sha256=e4a_tMs-gxzb_NXSnq6CxrVx4t6G8Gbw4y8kHiN-jdk,2092
|
|
32
|
-
rockyroad/modules/machines.py,sha256=
|
|
32
|
+
rockyroad/modules/machines.py,sha256=WUiU2uJzYVTbItOyMuP80jzsZlsYf9PJ6g-bGcvWLsA,6482
|
|
33
33
|
rockyroad/modules/module_imports.py,sha256=vWkjAbKKZJyP_M31KlvWmSENDKlIaD9OO1i5MOE0prg,610
|
|
34
34
|
rockyroad/modules/oracle_installed_base_assets.py,sha256=Kxci11rEcBDs0fuU4s3TNRK_GF_ZJ0Nk0ws85fkbErs,2844
|
|
35
35
|
rockyroad/modules/oracle_knowledge_management.py,sha256=P3nzpdlDtJQAbN7yW2BIDx6h5BHYp4yOm8fADrbKrNs,1873
|
|
@@ -59,8 +59,8 @@ rockyroad/modules/warranty_pip.py,sha256=_viDrbdMOX07OirXCH-22bfeeid60IoIl-lqZr_
|
|
|
59
59
|
rockyroad/modules/warranty_rates.py,sha256=8oeDfg3boooBa3KPOWoR1JIm9yaX9Kslo4ZZnuuCDZA,1704
|
|
60
60
|
rockyroad/modules/warranty_registrations.py,sha256=ycTKiYoV9T_OTyKlwKSiLrDH7cOigSBzjIFI47GPhFA,1969
|
|
61
61
|
rockyroad/modules/warranty_rga.py,sha256=9rDQFE1YLw4dcpbt2yD3qIMxbvhUfoBNdpWl6KBRTPU,4714
|
|
62
|
-
rockyroad-0.0.
|
|
63
|
-
rockyroad-0.0.
|
|
64
|
-
rockyroad-0.0.
|
|
65
|
-
rockyroad-0.0.
|
|
66
|
-
rockyroad-0.0.
|
|
62
|
+
rockyroad-0.0.585.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
|
63
|
+
rockyroad-0.0.585.dist-info/METADATA,sha256=Z528aeQ0BMlXGcfx9B_4pE6oX2_x-w8Lnkbt1FLTSTs,34189
|
|
64
|
+
rockyroad-0.0.585.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
65
|
+
rockyroad-0.0.585.dist-info/top_level.txt,sha256=2i16gCpB6x-hh1eUXH0KijIjfx08oEvLfV7eS9TL3Bs,10
|
|
66
|
+
rockyroad-0.0.585.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|