@@ -34,7 +34,7 @@ def __call__(self):
3434
3535 account = client.account()
3636
37- API Documentation: https://www.linode .com/docs/ api/account/#account-view
37+ API Documentation: https://techdocs.akamai .com/linode- api/reference/get-account
3838
3939 :returns: Returns the acting user's account information.
4040 :rtype: Account
@@ -52,7 +52,7 @@ def events(self, *filters):
5252 """
5353 Lists events on the current account matching the given filters.
5454
55- API Documentation: https://www.linode .com/docs/ api/account/#events-list
55+ API Documentation: https://techdocs.akamai .com/linode- api/reference/get-events
5656
5757 :param filters: Any number of filters to apply to this query.
5858 See :doc:`Filtering Collections</linode_api4/objects/filtering>`
@@ -69,7 +69,7 @@ def events_mark_seen(self, event):
6969 Marks event as the last event we have seen. If event is an int, it is treated
7070 as an event_id, otherwise it should be an event object whose id will be used.
7171
72- API Documentation: https://www.linode .com/docs/ api/account/#event-mark-as -seen
72+ API Documentation: https://techdocs.akamai .com/linode- api/reference/post-event -seen
7373
7474 :param event: The Linode event to mark as seen.
7575 :type event: Event or int
@@ -85,7 +85,7 @@ def settings(self):
8585 Returns the account settings data for this acocunt. This is not a
8686 listing endpoint.
8787
88- API Documentation: https://www.linode .com/docs/ api/account/# account-settings-view
88+ API Documentation: https://techdocs.akamai .com/linode- api/reference/get- account-settings
8989
9090 :returns: The account settings data for this account.
9191 :rtype: AccountSettings
@@ -105,7 +105,7 @@ def invoices(self):
105105 """
106106 Returns Invoices issued to this account.
107107
108- API Documentation: https://www.linode .com/docs/ api/account/#invoices-list
108+ API Documentation: https://techdocs.akamai .com/linode- api/reference/get-invoices
109109
110110 :param filters: Any number of filters to apply to this query.
111111
@@ -118,7 +118,7 @@ def payments(self):
118118 """
119119 Returns a list of Payments made on this account.
120120
121- API Documentation: https://www.linode .com/docs/ api/account/#payments-list
121+ API Documentation: https://techdocs.akamai .com/linode- api/reference/get-payments
122122
123123 :returns: A list of payments made on this account.
124124 :rtype: PaginatedList of Payment
@@ -129,7 +129,7 @@ def oauth_clients(self, *filters):
129129 """
130130 Returns the OAuth Clients associated with this account.
131131
132- API Documentation: https://www.linode .com/docs/ api/account/#oauth -clients-list
132+ API Documentation: https://techdocs.akamai .com/linode- api/reference/get -clients
133133
134134 :param filters: Any number of filters to apply to this query.
135135 See :doc:`Filtering Collections</linode_api4/objects/filtering>`
@@ -144,7 +144,7 @@ def oauth_client_create(self, name, redirect_uri, **kwargs):
144144 """
145145 Creates a new OAuth client.
146146
147- API Documentation: https://www.linode .com/docs/ api/account/#oauth -client-create
147+ API Documentation: https://techdocs.akamai .com/linode- api/reference/post -client
148148
149149 :param name: The name of this application.
150150 :type name: str
@@ -174,7 +174,7 @@ def users(self, *filters):
174174 """
175175 Returns a list of users on this account.
176176
177- API Documentation: https://www.linode .com/docs/ api/account/#users-list
177+ API Documentation: https://techdocs.akamai .com/linode- api/reference/get-users
178178
179179 :param filters: Any number of filters to apply to this query.
180180 See :doc:`Filtering Collections</linode_api4/objects/filtering>`
@@ -189,7 +189,7 @@ def logins(self):
189189 """
190190 Returns a collection of successful logins for all users on the account during the last 90 days.
191191
192- API Documentation: https://www.linode .com/docs/ api/account/#user-logins-list-all
192+ API Documentation: https://techdocs.akamai .com/linode- api/reference/get-account-logins
193193
194194 :returns: A list of Logins on this account.
195195 :rtype: PaginatedList of Login
@@ -201,7 +201,7 @@ def maintenance(self):
201201 """
202202 Returns a collection of Maintenance objects for any entity a user has permissions to view. Cancelled Maintenance objects are not returned.
203203
204- API Documentation: https://www.linode .com/docs/ api/account/#user-logins-list-all
204+ API Documentation: https://techdocs.akamai .com/linode- api/reference/get-account-logins
205205
206206 :returns: A list of Maintenance objects on this account.
207207 :rtype: List of Maintenance objects as MappedObjects
@@ -217,7 +217,7 @@ def payment_methods(self):
217217 """
218218 Returns a list of Payment Methods for this Account.
219219
220- API Documentation: https://www.linode .com/docs/ api/account/# payment-methods-list
220+ API Documentation: https://techdocs.akamai .com/linode- api/reference/get- payment-methods
221221
222222 :returns: A list of Payment Methods on this account.
223223 :rtype: PaginatedList of PaymentMethod
@@ -229,7 +229,7 @@ def add_payment_method(self, data, is_default, type):
229229 """
230230 Adds a Payment Method to your Account with the option to set it as the default method.
231231
232- API Documentation: https://www.linode .com/docs/ api/account/# payment-method-add
232+ API Documentation: https://techdocs.akamai .com/linode- api/reference/post- payment-method
233233
234234 :param data: An object representing the credit card information you have on file with
235235 Linode to make Payments against your Account.
@@ -281,7 +281,7 @@ def notifications(self):
281281 """
282282 Returns a collection of Notification objects representing important, often time-sensitive items related to your Account.
283283
284- API Documentation: https://www.linode .com/docs/ api/account/#notifications-list
284+ API Documentation: https://techdocs.akamai .com/linode- api/reference/get-notifications
285285
286286 :returns: A list of Notifications on this account.
287287 :rtype: List of Notification objects as MappedObjects
@@ -297,7 +297,7 @@ def linode_managed_enable(self):
297297 """
298298 Enables Linode Managed for the entire account and sends a welcome email to the account’s associated email address.
299299
300- API Documentation: https://www.linode .com/docs/ api/account/#linode-managed- enable
300+ API Documentation: https://techdocs.akamai .com/linode- api/reference/post- enable-account-managed
301301 """
302302
303303 resp = self .client .post (
@@ -315,7 +315,7 @@ def add_promo_code(self, promo_code):
315315 """
316316 Adds an expiring Promo Credit to your account.
317317
318- API Documentation: https://www.linode .com/docs/ api/account/# promo-credit-add
318+ API Documentation: https://techdocs.akamai .com/linode- api/reference/post- promo-credit
319319
320320 :param promo_code: The Promo Code.
321321 :type promo_code: str
@@ -341,7 +341,7 @@ def service_transfers(self):
341341 """
342342 Returns a collection of all created and accepted Service Transfers for this account, regardless of the user that created or accepted the transfer.
343343
344- API Documentation: https://www.linode .com/docs/ api/account/# service-transfers-list
344+ API Documentation: https://techdocs.akamai .com/linode- api/reference/get- service-transfers
345345
346346 :returns: A list of Service Transfers on this account.
347347 :rtype: PaginatedList of ServiceTransfer
@@ -353,7 +353,7 @@ def service_transfer_create(self, entities):
353353 """
354354 Creates a transfer request for the specified services.
355355
356- API Documentation: https://www.linode .com/docs/ api/account/# service-transfer-create
356+ API Documentation: https://techdocs.akamai .com/linode- api/reference/post- service-transfer
357357
358358 :param entities: A collection of the services to include in this transfer request, separated by type.
359359 :type entities: dict
@@ -396,7 +396,7 @@ def transfer(self):
396396 """
397397 Returns a MappedObject containing the account's transfer pool data.
398398
399- API Documentation: https://www.linode .com/docs/ api/account/#network-utilization-view
399+ API Documentation: https://techdocs.akamai .com/linode- api/reference/get-transfer
400400
401401 :returns: Information about this account's transfer pool data.
402402 :rtype: MappedObject
@@ -421,7 +421,7 @@ def user_create(self, email, username, restricted=True):
421421 The new user will receive an email inviting them to set up their password.
422422 This must be completed before they can log in.
423423
424- API Documentation: https://www.linode .com/docs/ api/account/#user-create
424+ API Documentation: https://techdocs.akamai .com/linode- api/reference/post-user
425425
426426 :param email: The new user's email address. This is used to finish setting
427427 up their user account.
@@ -459,7 +459,7 @@ def enrolled_betas(self, *filters):
459459 """
460460 Returns a list of all Beta Programs an account is enrolled in.
461461
462- API doc: https://www.linode .com/docs/ api/beta-programs/# enrolled-beta-programs-list
462+ API doc: https://techdocs.akamai .com/linode- api/reference/get- enrolled-beta-programs
463463
464464 :returns: a list of Beta Programs.
465465 :rtype: PaginatedList of AccountBetaProgram
@@ -470,7 +470,7 @@ def join_beta_program(self, beta: Union[str, BetaProgram]):
470470 """
471471 Enrolls an account into a beta program.
472472
473- API doc: https://www.linode .com/docs/ api/beta-programs/# beta-program-enroll
473+ API doc: https://techdocs.akamai .com/linode- api/reference/post- beta-program
474474
475475 :param beta: The object or id of a beta program to join.
476476 :type beta: BetaProgram or str
@@ -491,7 +491,7 @@ def availabilities(self, *filters):
491491 Returns a list of all available regions and the resource types which are available
492492 to the account.
493493
494- API doc: https://www.linode .com/docs/ api/account/#region-service -availability
494+ API doc: https://techdocs.akamai .com/linode- api/reference/get-account -availability
495495
496496 :returns: a list of region availability information.
497497 :rtype: PaginatedList of AccountAvailability
0 commit comments