Skip to main content

Update the network speed profile for a virtual machine network interface

PATCH 

/virtual_machine_network_interfaces/virtual_machine_network_interface/update_speed_profile

Scopes

  • virtual_machines

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    virtual_machine_network_interface

    object

    required

    All 'virtual_machine_network_interface[]' params are mutually exclusive, only one can be provided.

    id string

    speed_profile

    object

    required

    All 'speed_profile[]' params are mutually exclusive, only one can be provided.

    id string
    permalink string

Responses

Schema

    task

    object

    required

    id string
    name string
    status TaskStatusEnum (string)

    Possible values: [pending, running, completed, failed]

    created_at integer
    started_at integernullable
    finished_at integernullable
    progress integer
Loading...