@@ -9925,8 +9925,6 @@ paths:
99259925 source: >
99269926 linode-cli managed service-enable 9994
99279927 /managed/stats:
9928- description: |
9929- A collection of managed stats.
99309928 x-linode-cli-command: managed
99319929 get:
99329930 x-linode-grant: unrestricted only
@@ -9979,8 +9977,6 @@ paths:
99799977 source: >
99809978 linode-cli managed stats-list
99819979 /networking/ips:
9982- description: >
9983- A collection of IP Addresses on your Account. Excludes private addresses.
99849980 x-linode-cli-command: networking
99859981 get:
99869982 x-linode-grant: read_only
@@ -10184,11 +10180,6 @@ paths:
1018410180 97.107.143.141 \
1018510181 --rdns "test.example.org"
1018610182 /networking/ipv4/assign:
10187- description: >
10188- Allows redistribution of IPv4 Addresses within a Region. Any number
10189- of IPs may be assigned in one request, as long as all Linodes end up
10190- with at least one public and no more than one private IP Address at the
10191- end of the assignment.
1019210183 x-linode-cli-command: networking
1019310184 post:
1019410185 x-linode-grant: read_write
@@ -10286,10 +10277,6 @@ paths:
1028610277 --assignments \
1028710278 '{"23.45.67.200", "linode_id": 234}'
1028810279 /networking/ipv4/share:
10289- description: >
10290- Configure shared IPs. A shared IP may be brought up on a Linode other
10291- than the one it lists in its response. This can be used to allow one
10292- Linode to begin serving requests should another become unresponsive.
1029310280 x-linode-cli-command: networking
1029410281 post:
1029510282 x-linode-grant: read_write
@@ -13479,8 +13466,6 @@ paths:
1347913466 --two_factor_auth true \
1348013467 --restricted false
1348113468 /profile/apps:
13482- description: >
13483- Returns information about OAuth Apps you have authorized to access your Account.
1348413469 x-linode-cli-command: profile
1348513470 get:
1348613471 parameters:
@@ -13787,8 +13772,6 @@ paths:
1378713772 --tfa_code 213456
1378813773 /profile/tokens:
1378913774 x-linode-cli-command: profile
13790- description: >
13791- A collection of Personal Access Tokens you've created.
1379213775 get:
1379313776 tags:
1379413777 - Profile
@@ -13898,7 +13881,6 @@ paths:
1389813881 --expiry '2018-01-01T13:46:32' \
1389913882 --label linode-cli
1390013883 /profile/tokens/{tokenId}:
13901- description: View or revoke a single token.
1390213884 parameters:
1390313885 - name: tokenId
1390413886 in: path
@@ -14012,9 +13994,6 @@ paths:
1401213994 source: >
1401313995 linode-cli profile token-delete 123
1401413996 /profile/logins:
14015- description: >
14016- Returns a collection of successful account logins for this user during the last
14017- 90 days.
1401813997 x-linode-cli-command: profile
1401913998 get:
1402013999 tags:
@@ -14060,9 +14039,6 @@ paths:
1406014039 source: >
1406114040 linode-cli profile logins-list
1406214041 /profile/logins/{loginId}:
14063- description: >
14064- A login object that displays information about a successful
14065- account login from this user.
1406614042 parameters:
1406714043 - name: loginId
1406814044 in: path
@@ -14103,8 +14079,6 @@ paths:
1410314079 linode-cli profile login-view 1234
1410414080 /profile/devices:
1410514081 x-linode-cli-command: profile
14106- description: >
14107- A collection of active TrustedDevices for your user.
1410814082 get:
1410914083 tags:
1411014084 - Profile
@@ -14150,8 +14124,6 @@ paths:
1415014124 linode-cli profile devices-list
1415114125 /profile/devices/{deviceId}:
1415214126 x-linode-cli-command: profile
14153- description: >
14154- View or revoke individual TrustedDevices for your User.
1415514127 parameters:
1415614128 - name: deviceId
1415714129 in: path
@@ -14223,8 +14195,6 @@ paths:
1422314195 linode-cli profile device-revoke 123
1422414196 /profile/sshkeys:
1422514197 x-linode-cli-command: sshkeys
14226- description: >
14227- A collection of SSH Keys added by you.
1422814198 get:
1422914199 x-linode-grant: read_only
1423014200 parameters:
0 commit comments