CDN and DNS (v2.1)

Create IpSet

Creates a new IpSet object in the specified workspace with the provided configuration.

post/delivery/v2.1/global/workspaces/{workspaceUUID}/ipsets

Path parameters

workspaceUUIDstring required

UUID of the workspace

Request body

apiVersion'delivery/v2' | 'delivery/v2.1' required

Version identifier of the API schema

kind'IpSet' required

The string value 'IpSet' that identifies the schema

Example request

{
  "apiVersion": "delivery/v2",
  "kind": "IpSet",
  "metadata": {
    "uid": "00000000-0000-0000-0000-000000000000"
  }
}

Response

The IpSet was successfully created and is being provisioned. The response contains the complete IpSet details including the assigned unique identifier.

apiVersion'delivery/v2' | 'delivery/v2.1' required

Version identifier of the API schema

kind'IpSet' required

The string value 'IpSet' that identifies the schema

Example response

{
  "apiVersion": "delivery/v2",
  "kind": "IpSet",
  "metadata": {
    "uid": "00000000-0000-0000-0000-000000000000"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.