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.
vmid integer · min: 1 required Example Unique vmid identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/vm/{vmid}/firewall/group curl -X GET "https://cloud.hostup.se/api/vm/17270/firewall/group" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"assignment": "string"
}
}