@@ -9950,8 +9950,6 @@ paths:
99509950 source: >
99519951 linode-cli managed service-enable 9994
99529952 /managed/stats:
9953- description: |
9954- A collection of managed stats.
99559953 x-linode-cli-command: managed
99569954 get:
99579955 x-linode-grant: unrestricted only
@@ -10004,8 +10002,6 @@ paths:
1000410002 source: >
1000510003 linode-cli managed stats-list
1000610004 /networking/ips:
10007- description: >
10008- A collection of IP Addresses on your Account. Excludes private addresses.
1000910005 x-linode-cli-command: networking
1001010006 get:
1001110007 x-linode-grant: read_only
@@ -10209,11 +10205,6 @@ paths:
1020910205 97.107.143.141 \
1021010206 --rdns "test.example.org"
1021110207 /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.
1021710208 x-linode-cli-command: networking
1021810209 post:
1021910210 x-linode-grant: read_write
@@ -10311,10 +10302,6 @@ paths:
1031110302 --assignments \
1031210303 '{"23.45.67.200", "linode_id": 234}'
1031310304 /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.
1031810305 x-linode-cli-command: networking
1031910306 post:
1032010307 x-linode-grant: read_write
@@ -13511,8 +13498,6 @@ paths:
1351113498 --two_factor_auth true \
1351213499 --restricted false
1351313500 /profile/apps:
13514- description: >
13515- Returns information about OAuth Apps you have authorized to access your Account.
1351613501 x-linode-cli-command: profile
1351713502 get:
1351813503 parameters:
@@ -13819,8 +13804,6 @@ paths:
1381913804 --tfa_code 213456
1382013805 /profile/tokens:
1382113806 x-linode-cli-command: profile
13822- description: >
13823- A collection of Personal Access Tokens you've created.
1382413807 get:
1382513808 tags:
1382613809 - Profile
@@ -13930,7 +13913,6 @@ paths:
1393013913 --expiry '2018-01-01T13:46:32' \
1393113914 --label linode-cli
1393213915 /profile/tokens/{tokenId}:
13933- description: View or revoke a single token.
1393413916 parameters:
1393513917 - name: tokenId
1393613918 in: path
@@ -14044,9 +14026,6 @@ paths:
1404414026 source: >
1404514027 linode-cli profile token-delete 123
1404614028 /profile/logins:
14047- description: >
14048- Returns a collection of successful account logins for this user during the last
14049- 90 days.
1405014029 x-linode-cli-command: profile
1405114030 get:
1405214031 tags:
@@ -14092,9 +14071,6 @@ paths:
1409214071 source: >
1409314072 linode-cli profile logins-list
1409414073 /profile/logins/{loginId}:
14095- description: >
14096- A login object that displays information about a successful
14097- account login from this user.
1409814074 parameters:
1409914075 - name: loginId
1410014076 in: path
@@ -14135,8 +14111,6 @@ paths:
1413514111 linode-cli profile login-view 1234
1413614112 /profile/devices:
1413714113 x-linode-cli-command: profile
14138- description: >
14139- A collection of active TrustedDevices for your user.
1414014114 get:
1414114115 tags:
1414214116 - Profile
@@ -14182,8 +14156,6 @@ paths:
1418214156 linode-cli profile devices-list
1418314157 /profile/devices/{deviceId}:
1418414158 x-linode-cli-command: profile
14185- description: >
14186- View or revoke individual TrustedDevices for your User.
1418714159 parameters:
1418814160 - name: deviceId
1418914161 in: path
@@ -14255,8 +14227,6 @@ paths:
1425514227 linode-cli profile device-revoke 123
1425614228 /profile/sshkeys:
1425714229 x-linode-cli-command: sshkeys
14258- description: >
14259- A collection of SSH Keys added by you.
1426014230 get:
1426114231 x-linode-grant: read_only
1426214232 parameters:
0 commit comments