Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ properties:
anyOf:
- $ref: ../../../Duration.yml
- type: "null"
dual_stack_legacy:
description: When enabled, Discovery will return both IPv6 and IPv4 when in Legacy mode. Otherwise, only IPv4 will be retuned.
anyOf:
- type: boolean
- type: "null"
hosts:
type:
- object
Expand Down
13 changes: 12 additions & 1 deletion components/schemas/vms/VirtualMachineMeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ properties:
- fqdn
- type: "null"
ips:
description: An array of IP addresses associated with this virtual machine.
description: An array of public IP addresses associated with this virtual machine.
anyOf:
- type: array
items:
Expand All @@ -31,3 +31,14 @@ properties:
anyOf:
- $ref: ../infrastructure/servers/Server.yml
- type: "null"

vm_priv_ips:
description: An array of private IP addresses associated with this virtual machine.
anyOf:
- type: object
properties:
ipv4:
type: string
ipv6:
type: string
- type: "null"
1 change: 1 addition & 0 deletions platform/paths/virtual-machines/virtual-machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ get:
- domains
- ips
- server
- vm_priv_ips
- name: include
in: query
required: false
Expand Down
2 changes: 2 additions & 0 deletions platform/paths/virtual-machines/virtual-machines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ get:
enum:
- domains
- ips
- vm_priv_ips
- server
- name: include
in: query
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ properties:
- $ref: ../../../../components/schemas/Duration.yml
- $ref: ../../StackVariable.yml
- type: "null"
dual_stack_legacy:
description: When enabled, Discovery will return both IPv6 and IPv4 when in Legacy mode. Otherwise, only IPv4 will be retuned.
anyOf:
- type: boolean
- $ref: ../../StackVariable.yml
- type: "null"
hosts:
description: A custom mapping of hosts - for forced resolution of specific IPs for a domain.
oneOf:
Expand Down
2 changes: 1 addition & 1 deletion stackspec/stackspec.json

Large diffs are not rendered by default.