@@ -9950,8 +9950,6 @@ paths:
9950
9950
source: >
9951
9951
linode-cli managed service-enable 9994
9952
9952
/managed/stats:
9953
- description: |
9954
- A collection of managed stats.
9955
9953
x-linode-cli-command: managed
9956
9954
get:
9957
9955
x-linode-grant: unrestricted only
@@ -10004,8 +10002,6 @@ paths:
10004
10002
source: >
10005
10003
linode-cli managed stats-list
10006
10004
/networking/ips:
10007
- description: >
10008
- A collection of IP Addresses on your Account. Excludes private addresses.
10009
10005
x-linode-cli-command: networking
10010
10006
get:
10011
10007
x-linode-grant: read_only
@@ -10209,11 +10205,6 @@ paths:
10209
10205
97.107.143.141 \
10210
10206
--rdns "test.example.org"
10211
10207
/networking/ipv4/assign:
10212
- description: >
10213
- Allows redistribution of IPv4 Addresses within a Region. Any number
10214
- of IPs may be assigned in one request, as long as all Linodes end up
10215
- with at least one public and no more than one private IP Address at the
10216
- end of the assignment.
10217
10208
x-linode-cli-command: networking
10218
10209
post:
10219
10210
x-linode-grant: read_write
@@ -10311,10 +10302,6 @@ paths:
10311
10302
--assignments \
10312
10303
'{"23.45.67.200", "linode_id": 234}'
10313
10304
/networking/ipv4/share:
10314
- description: >
10315
- Configure shared IPs. A shared IP may be brought up on a Linode other
10316
- than the one it lists in its response. This can be used to allow one
10317
- Linode to begin serving requests should another become unresponsive.
10318
10305
x-linode-cli-command: networking
10319
10306
post:
10320
10307
x-linode-grant: read_write
@@ -13511,8 +13498,6 @@ paths:
13511
13498
--two_factor_auth true \
13512
13499
--restricted false
13513
13500
/profile/apps:
13514
- description: >
13515
- Returns information about OAuth Apps you have authorized to access your Account.
13516
13501
x-linode-cli-command: profile
13517
13502
get:
13518
13503
parameters:
@@ -13819,8 +13804,6 @@ paths:
13819
13804
--tfa_code 213456
13820
13805
/profile/tokens:
13821
13806
x-linode-cli-command: profile
13822
- description: >
13823
- A collection of Personal Access Tokens you've created.
13824
13807
get:
13825
13808
tags:
13826
13809
- Profile
@@ -13930,7 +13913,6 @@ paths:
13930
13913
--expiry '2018-01-01T13:46:32' \
13931
13914
--label linode-cli
13932
13915
/profile/tokens/{tokenId}:
13933
- description: View or revoke a single token.
13934
13916
parameters:
13935
13917
- name: tokenId
13936
13918
in: path
@@ -14044,9 +14026,6 @@ paths:
14044
14026
source: >
14045
14027
linode-cli profile token-delete 123
14046
14028
/profile/logins:
14047
- description: >
14048
- Returns a collection of successful account logins for this user during the last
14049
- 90 days.
14050
14029
x-linode-cli-command: profile
14051
14030
get:
14052
14031
tags:
@@ -14092,9 +14071,6 @@ paths:
14092
14071
source: >
14093
14072
linode-cli profile logins-list
14094
14073
/profile/logins/{loginId}:
14095
- description: >
14096
- A login object that displays information about a successful
14097
- account login from this user.
14098
14074
parameters:
14099
14075
- name: loginId
14100
14076
in: path
@@ -14135,8 +14111,6 @@ paths:
14135
14111
linode-cli profile login-view 1234
14136
14112
/profile/devices:
14137
14113
x-linode-cli-command: profile
14138
- description: >
14139
- A collection of active TrustedDevices for your user.
14140
14114
get:
14141
14115
tags:
14142
14116
- Profile
@@ -14182,8 +14156,6 @@ paths:
14182
14156
linode-cli profile devices-list
14183
14157
/profile/devices/{deviceId}:
14184
14158
x-linode-cli-command: profile
14185
- description: >
14186
- View or revoke individual TrustedDevices for your User.
14187
14159
parameters:
14188
14160
- name: deviceId
14189
14161
in: path
@@ -14255,8 +14227,6 @@ paths:
14255
14227
linode-cli profile device-revoke 123
14256
14228
/profile/sshkeys:
14257
14229
x-linode-cli-command: sshkeys
14258
- description: >
14259
- A collection of SSH Keys added by you.
14260
14230
get:
14261
14231
x-linode-grant: read_only
14262
14232
parameters:
0 commit comments