Skip to main content
GET
Get placement group

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

project_id
integer
required

Project ID

region_id
integer
required

Region ID

group_id
string
required

Placement group ID

Response

200 - application/json

Returned placement group

instances
Instance brief details schema · object[]
required

The list of instances in this server group.

Example:
name
string
required

The name of the server group.

Example:

"my-server-group"

policy
string
required

The server group policy. Options are: anti-affinity, affinity, or soft-anti-affinity.

Example:

"anti-affinity"

project_id
integer
required

Project ID

Example:

1337

region
string
required

Region name

Example:

"Luxembourg 1"

region_id
integer
required

Region ID

Example:

7

servergroup_id
string
required

The ID of the server group.

Example:

"47003067-550a-6f17-93b6-81ee16ba061e"