@akamai/openapi-ts
    Preparing search index...

    Type Alias PostLinodeConfigInterfacesData

    type PostLinodeConfigInterfacesData = {
        body: { ids: number[] };
        path: { configId: number; linodeId: number };
        query?: never;
        url: "linode/instances/{linodeId}/configs/{configId}/interfaces/order";
    }
    Index

    Properties

    Properties

    body: { ids: number[] }

    Linode Configuration Interfaces Order request object.

    Type Declaration

    • ids: number[]

      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
    path: { configId: number; linodeId: number }

    Type Declaration

    • configId: number

      The id of the Configuration Profile.

    • linodeId: number

      The id of the Linode.

    query?: never
    url: "linode/instances/{linodeId}/configs/{configId}/interfaces/order"