diff --git a/components/schemas/vms/task/VirtualMachineIpAllocateAction.yml b/components/schemas/vms/task/VirtualMachineIpAllocateAction.yml index 7fc7a306..59e4302b 100644 --- a/components/schemas/vms/task/VirtualMachineIpAllocateAction.yml +++ b/components/schemas/vms/task/VirtualMachineIpAllocateAction.yml @@ -15,3 +15,6 @@ properties: ip_id: $ref: ../../ID.yml description: The ID of the IP address to allocate to the virtual machine. + server_id: + $ref: ../../ID.yml + description: The ID of the server the IP address is allocated from.