Skip to main content
GET
/
resources
Get All Resources
curl --request GET \
  --url https://api.___serverhost___/security/resources
[
  {
    "id": 1,
    "name": "ddosprotection1.com",
    "active": true,
    "client": 2,
    "enabled": true,
    "created": "2017-12-01T09:54:46.441Z",
    "updated": "2018-12-01T10:21:30.738Z",
    "is_waf_enabled": false,
    "is_redirect_to_https_enabled": true,
    "status": "active",
    "service_id": 1,
    "service_ip": "1.2.3.4",
    "aliases": [
      {
        "id": 2,
        "alias_id": 2,
        "alias_data": "alias1.ddosprotection1.com",
        "alias_ssl_expire": 0
      },
      {
        "id": 1,
        "alias_id": 1,
        "alias_data": "alias2.ddosprotection1.com",
        "alias_ssl_expire": 0
      }
    ],
    "origins": [
      {
        "id": 1,
        "origin_id": 1,
        "origin_data": "4.3.2.1",
        "origin_weight": 50,
        "origin_mode": "primary"
      }
    ],
    "rate_limier_rules": [
      {
        "method": "GET",
        "path": "helloworld",
        "value": 2
      },
      {
        "method": "POST",
        "path": "api",
        "value": 10,
        "test_cookie": false
      },
      {
        "method": "GET",
        "path": "docs",
        "value": 10,
        "test_cookie": false
      }
    ],
    "blacklists": [
      {
        "id": 10,
        "blacklist_id": 10,
        "blacklist_data": "11.111.111.111"
      }
    ],
    "whitelists": [
      {
        "id": 10,
        "whitelist_id": 10,
        "whitelist_data": "11.111.111.110"
      }
    ],
    "service_https2http": 0,
    "service_http2": 0,
    "service_ssl_expire": 0,
    "service_iphash": 0,
    "service_enable": 1,
    "service_geoip_mode": 0,
    "service_geoip_list": "",
    "service_methods": "",
    "service_forcessl": 0,
    "service_wwwredir": 0,
    "service_cdn": 0,
    "service_cdn_host": "",
    "service_cdn_proxy_host": "",
    "service_stream": 0,
    "service_global_whitelist": 1
  }
]

Response

200 - application/json

Successful.

id
integer

Resource ID.

enabled
boolean

The field shows if your Resource is enabled or disabled.

  • True — Resource is active. Content is being delivered.
  • False — Resource is deactivated and content is not being delivered.

This parameter is read only.

active
boolean

You can control enabled or disabled state of the Resource by setting value for this parameter.

name
string

The domain name of the protected resource.

status
string

The status of the Resource.

Active status means that your Resources is active. Suspended status means that your trial ended or your account is blocked.

In case of questions contact us at supportEmail

client
integer

ID of your control panel.

created
string

Shows the date when the Resource was created.

updated
string

Shows the date when the Resource was changed.

is_waf_enabled
boolean

Enable or disable WAF for ddos resource.

is_redirect_to_https_enabled
boolean

With this option, all requests through http will be redirected to https. Only applied if ssl certificate is provided Value true is used by default
Available values:

  • true - Enabled
  • false - Disabled

service_ip
string

This is the IP-address which we provide for protection. You need to change the A-record for domain/aliases which you want to protect on this IP.

service_botprotect
integer

This parameter determines whether application-level (L7) protection is activated or not.
Available values:

  • 0 - Disabled
  • 4 - Enabled

ssl_type
string

Enable or disable using HTTPS with SSL certificate for the resource.
Available values:

  • null - Disabled
  • custom - Custom SSL certificate enabled
  • le - Let's Encrypt SSL certificate enabled
To enable custom SSL certificate you should set service_ssl_crt and service_ssl_key parameters.

service_geoip_mode
integer

The parameter that determines the access policy for the protected resource. Sets up together with service_geoip_list. Available values:

  • 0 - Disabled
  • 1 - Allow, except list
  • 2 - Deny, except list

service_geoip_list
string

This parameter sets up a list of countries for geo restrictions for the protected resource. Should be set together with parameter service_geoip_mode.

service_https2http
integer

With this option, your website can be accessible to users via HTTPS, and the connection between the DDoS Protection platform and your web server will be via HTTP.
Available values:

  • 0 - Disabled
  • 1 - Enabled

service_wwwredir
integer

This parameter allows to set up a redirect from the www.domain.com to domain.com.
Available values:

  • 0 - Disabled
  • 1 - Enabled

service_cdn
integer

For internal use.

service_cdn_host
string

For internal use.

service_cdn_proxy_host
string

For internal use.

service_enable
integer

For internal use.

service_forcessl
integer

For internal use.

service_global_whitelist
integer

For internal use.

service_http2
integer

For internal use.

service_id
integer

For internal use.

service_iphash
integer

For internal use.

service_methods
integer

For internal use.

service_stream
integer

For internal use.

aliases
object

These are subdomains that you need to assign to the same protected IP.

origins
object

Manually set the web server IPs.

rate_limier_rules
object

Enable rate limiter rules for endpoints

whitelists
object

Sets up as a list of IP addresses.

blacklists
object

Sets up as a list of IP addresses.