Skip to content
Merged
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
9 changes: 9 additions & 0 deletions src/main/resources/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ components:
datacenter:
description: ID or name of Datacenter to create Server in (must
not be used together with location)
deprecated: true
example: nbg1-dc3
type: string
firewalls:
Expand Down Expand Up @@ -368,7 +369,11 @@ components:
type: string
datacenter:
description: Datacenter this Resource is located at
deprecated: true
$ref: "#/components/schemas/DatacenterDetail"
location:
description: Location this Resource is located at
$ref: "#/components/schemas/LocationDetail"
image:
$ref: "#/components/schemas/ImageDetail"
labels:
Expand Down Expand Up @@ -552,7 +557,11 @@ components:
type: boolean
datacenter:
description: Datacenter this Primary IP is located at
deprecated: true
$ref: '#/components/schemas/DatacenterDetail'
location:
description: Location of the Primary IP
$ref: '#/components/schemas/LocationDetail'
dns_ptr:
description: Array of reverse DNS entries
items:
Expand Down
Loading