@@ -11550,6 +11550,8 @@ paths:
11550
11550
summary: Managed Contacts List
11551
11551
description: >
11552
11552
Returns a paginated list of Managed Contacts on your Account.
11553
+
11554
+ This command can only be accessed by the unrestricted users of an account.
11553
11555
operationId: getManagedContacts
11554
11556
x-linode-cli-action: contacts-list
11555
11557
security:
@@ -11593,6 +11595,8 @@ paths:
11593
11595
Creates a Managed Contact. A Managed Contact is someone Linode
11594
11596
special forces can contact in the course of attempting to resolve an issue
11595
11597
with a Managed Service.
11598
+
11599
+ This command can only be accessed by the unrestricted users of an account.
11596
11600
operationId: createManagedContact
11597
11601
x-linode-cli-action: contact-create
11598
11602
security:
@@ -11651,6 +11655,8 @@ paths:
11651
11655
summary: Managed Contact View
11652
11656
description: >
11653
11657
Returns a single Managed Contact.
11658
+
11659
+ This command can only be accessed by the unrestricted users of an account.
11654
11660
operationId: getManagedContact
11655
11661
x-linode-cli-action: contact-view
11656
11662
security:
@@ -11681,6 +11687,8 @@ paths:
11681
11687
summary: Managed Contact Update
11682
11688
description: >
11683
11689
Updates information about a Managed Contact.
11690
+
11691
+ This command can only be accessed by the unrestricted users of an account.
11684
11692
operationId: updateManagedContact
11685
11693
x-linode-cli-action: contact-update
11686
11694
security:
@@ -11731,6 +11739,8 @@ paths:
11731
11739
summary: Managed Contact Delete
11732
11740
description: >
11733
11741
Deletes a Managed Contact.
11742
+
11743
+ This command can only be accessed by the unrestricted users of an account.
11734
11744
operationId: deleteManagedContact
11735
11745
x-linode-cli-action: contact-delete
11736
11746
security:
@@ -11767,6 +11777,8 @@ paths:
11767
11777
summary: Managed Credentials List
11768
11778
description: >
11769
11779
Returns a paginated list of Managed Credentials on your Account.
11780
+
11781
+ This command can only be accessed by the unrestricted users of an account.
11770
11782
operationId: getManagedCredentials
11771
11783
x-linode-cli-action: credentials-list
11772
11784
security:
@@ -11810,6 +11822,8 @@ paths:
11810
11822
Creates a Managed Credential. A Managed Credential is stored securely
11811
11823
to allow Linode special forces to access your Managed Services and resolve
11812
11824
issues.
11825
+
11826
+ This command can only be accessed by the unrestricted users of an account.
11813
11827
operationId: createManagedCredential
11814
11828
x-linode-cli-action: credential-create
11815
11829
security:
@@ -11882,6 +11896,8 @@ paths:
11882
11896
summary: Managed Credential View
11883
11897
description: >
11884
11898
Returns a single Managed Credential.
11899
+
11900
+ This command can only be accessed by the unrestricted users of an account.
11885
11901
operationId: getManagedCredential
11886
11902
x-linode-cli-action: credential-view
11887
11903
security:
@@ -11916,6 +11932,8 @@ paths:
11916
11932
To do this, use the Managed Credential Username and Password Update
11917
11933
([POST /managed/credentials/{credentialId}/update](/docs/api/managed/#managed-credential-username-and-password-update))
11918
11934
endpoint instead.
11935
+
11936
+ This command can only be accessed by the unrestricted users of an account.
11919
11937
operationId: updateManagedCredential
11920
11938
x-linode-cli-action: credential-update
11921
11939
security:
@@ -11967,6 +11985,8 @@ paths:
11967
11985
summary: Managed Credential Username and Password Update
11968
11986
description: >
11969
11987
Updates the username and password for a Managed Credential.
11988
+
11989
+ This command can only be accessed by the unrestricted users of an account.
11970
11990
operationId: updateManagedCredentialUsernamePassword
11971
11991
x-linode-cli-action: credential-update-username-password
11972
11992
security:
@@ -12036,6 +12056,8 @@ paths:
12036
12056
description: >
12037
12057
Deletes a Managed Credential. Linode special forces will no longer
12038
12058
have access to this Credential when attempting to resolve issues.
12059
+
12060
+ This command can only be accessed by the unrestricted users of an account.
12039
12061
operationId: deleteManagedCredential
12040
12062
x-linode-cli-action: credential-revoke
12041
12063
security:
@@ -12072,6 +12094,8 @@ paths:
12072
12094
Managed service. If you [add this public key](/docs/platform/linode-managed/#adding-the-public-key) to a Linode on your account,
12073
12095
Linode special forces will be able to log in to the Linode with this key
12074
12096
when attempting to resolve issues.
12097
+
12098
+ This command can only be accessed by the unrestricted users of an account.
12075
12099
operationId: viewManagedSSHKey
12076
12100
x-linode-cli-action: credential-sshkey-view
12077
12101
security:
@@ -12119,6 +12143,8 @@ paths:
12119
12143
description: >
12120
12144
Returns a paginated list of recent and ongoing issues detected on your
12121
12145
Managed Services.
12146
+
12147
+ This command can only be accessed by the unrestricted users of an account.
12122
12148
operationId: getManagedIssues
12123
12149
x-linode-cli-action: issues-list
12124
12150
security:
@@ -12171,6 +12197,8 @@ paths:
12171
12197
description: >
12172
12198
Returns a single Issue that is impacting or did impact one of your
12173
12199
Managed Services.
12200
+
12201
+ This command can only be accessed by the unrestricted users of an account.
12174
12202
operationId: getManagedIssue
12175
12203
x-linode-cli-action: issue-view
12176
12204
security:
@@ -12207,6 +12235,8 @@ paths:
12207
12235
description: >
12208
12236
Returns a paginated list of Managed Settings for your Linodes. There will
12209
12237
be one entry per Linode on your Account.
12238
+
12239
+ This command can only be accessed by the unrestricted users of an account.
12210
12240
operationId: getManagedLinodeSettings
12211
12241
x-linode-cli-action: linode-settings-list
12212
12242
security:
@@ -12258,6 +12288,8 @@ paths:
12258
12288
summary: Linode's Managed Settings View
12259
12289
description: >
12260
12290
Returns a single Linode's Managed settings.
12291
+
12292
+ This command can only be accessed by the unrestricted users of an account.
12261
12293
operationId: getManagedLinodeSetting
12262
12294
x-linode-cli-action: linode-setting-view
12263
12295
security:
@@ -12288,6 +12320,8 @@ paths:
12288
12320
summary: Linode's Managed Settings Update
12289
12321
description: >
12290
12322
Updates a single Linode's Managed settings.
12323
+
12324
+ This command can only be accessed by the unrestricted users of an account.
12291
12325
operationId: updateManagedLinodeSetting
12292
12326
x-linode-cli-action: linode-setting-update
12293
12327
security:
@@ -12343,6 +12377,8 @@ paths:
12343
12377
Returns a paginated list of Managed Services on your Account. These
12344
12378
are the services Linode Managed is monitoring and will report and attempt
12345
12379
to resolve issues with.
12380
+
12381
+ This command can only be accessed by the unrestricted users of an account.
12346
12382
operationId: getManagedServices
12347
12383
x-linode-cli-action: services-list
12348
12384
security:
@@ -12385,6 +12421,8 @@ paths:
12385
12421
description: >
12386
12422
Creates a Managed Service. Linode Managed will begin monitoring this
12387
12423
service and reporting and attempting to resolve any Issues.
12424
+
12425
+ This command can only be accessed by the unrestricted users of an account.
12388
12426
operationId: createManagedService
12389
12427
x-linode-cli-action: service-create
12390
12428
security:
@@ -12458,6 +12496,8 @@ paths:
12458
12496
summary: Managed Service View
12459
12497
description: >
12460
12498
Returns information about a single Managed Service on your Account.
12499
+
12500
+ This command can only be accessed by the unrestricted users of an account.
12461
12501
operationId: getManagedService
12462
12502
x-linode-cli-action: service-view
12463
12503
security:
@@ -12488,6 +12528,8 @@ paths:
12488
12528
summary: Managed Service Update
12489
12529
description: >
12490
12530
Updates information about a Managed Service.
12531
+
12532
+ This command can only be accessed by the unrestricted users of an account.
12491
12533
operationId: updateManagedService
12492
12534
x-linode-cli-action: service-update
12493
12535
security:
@@ -12547,6 +12589,8 @@ paths:
12547
12589
description: >
12548
12590
Deletes a Managed Service. This service will no longer be monitored by
12549
12591
Linode Managed.
12592
+
12593
+ This command can only be accessed by the unrestricted users of an account.
12550
12594
operationId: deleteManagedService
12551
12595
x-linode-cli-action: service-delete
12552
12596
security:
@@ -12587,6 +12631,8 @@ paths:
12587
12631
summary: Managed Service Disable
12588
12632
description: >
12589
12633
Temporarily disables monitoring of a Managed Service.
12634
+
12635
+ This command can only be accessed by the unrestricted users of an account.
12590
12636
operationId: disableManagedService
12591
12637
x-linode-cli-action: service-disable
12592
12638
security:
@@ -12628,6 +12674,8 @@ paths:
12628
12674
summary: Managed Service Enable
12629
12675
description: >
12630
12676
Enables monitoring of a Managed Service.
12677
+
12678
+ This command can only be accessed by the unrestricted users of an account.
12631
12679
operationId: enableManagedService
12632
12680
x-linode-cli-action: service-enable
12633
12681
security:
@@ -12672,6 +12720,8 @@ paths:
12672
12720
* swap
12673
12721
* network in
12674
12722
* network out
12723
+
12724
+ This command can only be accessed by the unrestricted users of an account.
12675
12725
operationId: getManagedStats
12676
12726
x-linode-cli-action: stats-list
12677
12727
security:
0 commit comments