Reorder configuration profile interfaces

Reorders the existing Interfaces of a Configuration Profile.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • Identity and access permissions. Your user needs a role with these permissions. Learn more.

    • Permissions: reorder_linode_config_profile_interfaces
  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: linodes:read_write

CLI

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

Learn more

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

Linode Configuration Interfaces Order request object.

ids
array
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
LoadingLoading…
Response
Choose an example:
application/json