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
idintegerThe unique identifier of the server group.
namestringThe display name of the server group.
typestringThe type of server group, indicating its purpose or role.
created_atdatetimeThe date and time the server group was created, in ISO 8601 format.
updated_atdatetimeThe 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"
}