DewaVPS

Create IPSet

PATCH
/instance/{instance_uuid}/firewall/ipset/create

Create a new IPSet for a specific instance.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Path Parameters

instance_uuid*string

UUID of the instance

Formatuuid

Request Body

application/x-www-form-urlencoded

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/firewall/ipset/create" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d 'name=string&description=string'
{
  "message": "IPSet successfully created",
  "data": {
    "vm_uuid": "5afb774f-8216-4579-b1f7-69c6de398477",
    "ipset": "string"
  }
}