We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb7651 commit e18ccc9Copy full SHA for e18ccc9
linode_api4/groups/monitor.py
@@ -12,14 +12,14 @@
12
13
class MonitorGroup(Group):
14
"""
15
- Encapsulates LKE-related methods of the :any:`LinodeClient`. This
+ Encapsulates Monitor-related methods of the :any:`LinodeClient`. This
16
should not be instantiated on its own, but should instead be used through
17
an instance of :any:`LinodeClient`::
18
19
client = LinodeClient(token)
20
- instances = client.lke.clusters() # use the LKEGroup
+ instances = client.monitor.dashboards() # use the LKEGroup
21
22
- This group contains all features beneath the `/lke` group in the API v4.
+ This group contains all features beneath the `/monitor` group in the API v4.
23
24
25
def dashboards(self, *filters):
0 commit comments