Get firewall group information for a VM

Retrieve information about the firewall group assignment for a specific virtual machine (VM). This endpoint returns an ID that may be needed for further follow-up or to check the status of an operation. Use this to view or verify firewall settings for your server.

Path Parameters

vmid integer · min: 1 required Example

Unique vmid identifier

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
401
error string
message string
code string
timestamp string
requestId string
GET https://cloud.hostup.se/api/vm/{vmid}/firewall/group
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/vm/17270/firewall/group" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "assignment": "string"
  }
}