Reorder configuration profile interfaces

Reorders the existing Interfaces of a Configuration Profile.

  • The User accessing this operation must have read_write grants to the Linode.

linode-cli linodes config-interfaces-order $linodeId $configId \
  --ids 101 --ids 102 --ids 103

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
linodes:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
integer
required

The id of the Linode.

integer
required

The id of the Configuration Profile.

Body Params

The desired Interface order for the Configuration Profile.

ids
array of integers
required

An ordered array of existing Configuration Profile Interface ids.

  • All current Interface ids must be present in the array.
  • If the Configuration Profile contains Interfaces and is active on the Linode, the Linode must first be shut down prior to running this operation.
  • Reordering takes effect after rebooting the Linode with this Configuration Profile.

The position in the array determines which of the Linode's network Interfaces is configured:

  • First [0]: eth0
  • Second [1]: eth1
  • Third [2]: eth2
ids*
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json