Skip to content

Commit 235f452

Browse files
committed
Added a note about access levels to the managed endpoints
It might be helpful to document that a restricted user doesn't have access to these endpoints.
1 parent 255cc9d commit 235f452

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

openapi.yaml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11550,6 +11550,8 @@ paths:
1155011550
summary: Managed Contacts List
1155111551
description: >
1155211552
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.
1155311555
operationId: getManagedContacts
1155411556
x-linode-cli-action: contacts-list
1155511557
security:
@@ -11593,6 +11595,8 @@ paths:
1159311595
Creates a Managed Contact. A Managed Contact is someone Linode
1159411596
special forces can contact in the course of attempting to resolve an issue
1159511597
with a Managed Service.
11598+
11599+
This command can only be accessed by the unrestricted users of an account.
1159611600
operationId: createManagedContact
1159711601
x-linode-cli-action: contact-create
1159811602
security:
@@ -11651,6 +11655,8 @@ paths:
1165111655
summary: Managed Contact View
1165211656
description: >
1165311657
Returns a single Managed Contact.
11658+
11659+
This command can only be accessed by the unrestricted users of an account.
1165411660
operationId: getManagedContact
1165511661
x-linode-cli-action: contact-view
1165611662
security:
@@ -11681,6 +11687,8 @@ paths:
1168111687
summary: Managed Contact Update
1168211688
description: >
1168311689
Updates information about a Managed Contact.
11690+
11691+
This command can only be accessed by the unrestricted users of an account.
1168411692
operationId: updateManagedContact
1168511693
x-linode-cli-action: contact-update
1168611694
security:
@@ -11731,6 +11739,8 @@ paths:
1173111739
summary: Managed Contact Delete
1173211740
description: >
1173311741
Deletes a Managed Contact.
11742+
11743+
This command can only be accessed by the unrestricted users of an account.
1173411744
operationId: deleteManagedContact
1173511745
x-linode-cli-action: contact-delete
1173611746
security:
@@ -11767,6 +11777,8 @@ paths:
1176711777
summary: Managed Credentials List
1176811778
description: >
1176911779
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.
1177011782
operationId: getManagedCredentials
1177111783
x-linode-cli-action: credentials-list
1177211784
security:
@@ -11810,6 +11822,8 @@ paths:
1181011822
Creates a Managed Credential. A Managed Credential is stored securely
1181111823
to allow Linode special forces to access your Managed Services and resolve
1181211824
issues.
11825+
11826+
This command can only be accessed by the unrestricted users of an account.
1181311827
operationId: createManagedCredential
1181411828
x-linode-cli-action: credential-create
1181511829
security:
@@ -11882,6 +11896,8 @@ paths:
1188211896
summary: Managed Credential View
1188311897
description: >
1188411898
Returns a single Managed Credential.
11899+
11900+
This command can only be accessed by the unrestricted users of an account.
1188511901
operationId: getManagedCredential
1188611902
x-linode-cli-action: credential-view
1188711903
security:
@@ -11916,6 +11932,8 @@ paths:
1191611932
To do this, use the Managed Credential Username and Password Update
1191711933
([POST /managed/credentials/{credentialId}/update](/docs/api/managed/#managed-credential-username-and-password-update))
1191811934
endpoint instead.
11935+
11936+
This command can only be accessed by the unrestricted users of an account.
1191911937
operationId: updateManagedCredential
1192011938
x-linode-cli-action: credential-update
1192111939
security:
@@ -11967,6 +11985,8 @@ paths:
1196711985
summary: Managed Credential Username and Password Update
1196811986
description: >
1196911987
Updates the username and password for a Managed Credential.
11988+
11989+
This command can only be accessed by the unrestricted users of an account.
1197011990
operationId: updateManagedCredentialUsernamePassword
1197111991
x-linode-cli-action: credential-update-username-password
1197211992
security:
@@ -12036,6 +12056,8 @@ paths:
1203612056
description: >
1203712057
Deletes a Managed Credential. Linode special forces will no longer
1203812058
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.
1203912061
operationId: deleteManagedCredential
1204012062
x-linode-cli-action: credential-revoke
1204112063
security:
@@ -12072,6 +12094,8 @@ paths:
1207212094
Managed service. If you [add this public key](/docs/platform/linode-managed/#adding-the-public-key) to a Linode on your account,
1207312095
Linode special forces will be able to log in to the Linode with this key
1207412096
when attempting to resolve issues.
12097+
12098+
This command can only be accessed by the unrestricted users of an account.
1207512099
operationId: viewManagedSSHKey
1207612100
x-linode-cli-action: credential-sshkey-view
1207712101
security:
@@ -12119,6 +12143,8 @@ paths:
1211912143
description: >
1212012144
Returns a paginated list of recent and ongoing issues detected on your
1212112145
Managed Services.
12146+
12147+
This command can only be accessed by the unrestricted users of an account.
1212212148
operationId: getManagedIssues
1212312149
x-linode-cli-action: issues-list
1212412150
security:
@@ -12171,6 +12197,8 @@ paths:
1217112197
description: >
1217212198
Returns a single Issue that is impacting or did impact one of your
1217312199
Managed Services.
12200+
12201+
This command can only be accessed by the unrestricted users of an account.
1217412202
operationId: getManagedIssue
1217512203
x-linode-cli-action: issue-view
1217612204
security:
@@ -12207,6 +12235,8 @@ paths:
1220712235
description: >
1220812236
Returns a paginated list of Managed Settings for your Linodes. There will
1220912237
be one entry per Linode on your Account.
12238+
12239+
This command can only be accessed by the unrestricted users of an account.
1221012240
operationId: getManagedLinodeSettings
1221112241
x-linode-cli-action: linode-settings-list
1221212242
security:
@@ -12258,6 +12288,8 @@ paths:
1225812288
summary: Linode's Managed Settings View
1225912289
description: >
1226012290
Returns a single Linode's Managed settings.
12291+
12292+
This command can only be accessed by the unrestricted users of an account.
1226112293
operationId: getManagedLinodeSetting
1226212294
x-linode-cli-action: linode-setting-view
1226312295
security:
@@ -12288,6 +12320,8 @@ paths:
1228812320
summary: Linode's Managed Settings Update
1228912321
description: >
1229012322
Updates a single Linode's Managed settings.
12323+
12324+
This command can only be accessed by the unrestricted users of an account.
1229112325
operationId: updateManagedLinodeSetting
1229212326
x-linode-cli-action: linode-setting-update
1229312327
security:
@@ -12343,6 +12377,8 @@ paths:
1234312377
Returns a paginated list of Managed Services on your Account. These
1234412378
are the services Linode Managed is monitoring and will report and attempt
1234512379
to resolve issues with.
12380+
12381+
This command can only be accessed by the unrestricted users of an account.
1234612382
operationId: getManagedServices
1234712383
x-linode-cli-action: services-list
1234812384
security:
@@ -12385,6 +12421,8 @@ paths:
1238512421
description: >
1238612422
Creates a Managed Service. Linode Managed will begin monitoring this
1238712423
service and reporting and attempting to resolve any Issues.
12424+
12425+
This command can only be accessed by the unrestricted users of an account.
1238812426
operationId: createManagedService
1238912427
x-linode-cli-action: service-create
1239012428
security:
@@ -12458,6 +12496,8 @@ paths:
1245812496
summary: Managed Service View
1245912497
description: >
1246012498
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.
1246112501
operationId: getManagedService
1246212502
x-linode-cli-action: service-view
1246312503
security:
@@ -12488,6 +12528,8 @@ paths:
1248812528
summary: Managed Service Update
1248912529
description: >
1249012530
Updates information about a Managed Service.
12531+
12532+
This command can only be accessed by the unrestricted users of an account.
1249112533
operationId: updateManagedService
1249212534
x-linode-cli-action: service-update
1249312535
security:
@@ -12547,6 +12589,8 @@ paths:
1254712589
description: >
1254812590
Deletes a Managed Service. This service will no longer be monitored by
1254912591
Linode Managed.
12592+
12593+
This command can only be accessed by the unrestricted users of an account.
1255012594
operationId: deleteManagedService
1255112595
x-linode-cli-action: service-delete
1255212596
security:
@@ -12587,6 +12631,8 @@ paths:
1258712631
summary: Managed Service Disable
1258812632
description: >
1258912633
Temporarily disables monitoring of a Managed Service.
12634+
12635+
This command can only be accessed by the unrestricted users of an account.
1259012636
operationId: disableManagedService
1259112637
x-linode-cli-action: service-disable
1259212638
security:
@@ -12628,6 +12674,8 @@ paths:
1262812674
summary: Managed Service Enable
1262912675
description: >
1263012676
Enables monitoring of a Managed Service.
12677+
12678+
This command can only be accessed by the unrestricted users of an account.
1263112679
operationId: enableManagedService
1263212680
x-linode-cli-action: service-enable
1263312681
security:
@@ -12672,6 +12720,8 @@ paths:
1267212720
* swap
1267312721
* network in
1267412722
* network out
12723+
12724+
This command can only be accessed by the unrestricted users of an account.
1267512725
operationId: getManagedStats
1267612726
x-linode-cli-action: stats-list
1267712727
security:

0 commit comments

Comments
 (0)