Server groups are logical collections of servers that share similar roles or purposes within a stack. They help organize and manage servers based on their function.
Model
id
integerThe unique identifier of the server group.
name
stringThe display name of the server group.
type
stringThe type of server group, indicating its purpose or role.
created_at
datetimeThe date and time the server group was created, in ISO 8601 format.
updated_at
datetimeThe date and time the server group was last updated, in ISO 8601 format.
Example
{
"id": 123,
"name": "web-servers",
"type": "web",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-02-10T12:15:00Z"
}