From c6fa2fe7864587ed9e7aee5f8a6dfb97c5a78686 Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 25 Aug 2026 14:58:43 -0700 Subject: [PATCH] allocate ips server --- components/schemas/vms/task/VirtualMachineIpAllocateAction.yml | 3 +++ 1 file changed, 3 insertions(+) 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.